xref: /openbsd/gnu/usr.bin/perl/Changes (revision d485f761)
1Please note: This file provides a complete, temporally ordered log of
2changes that went into every version of Perl.  If you'd like more
3detailed information, please consult the comments in the individual
4patches posted to the perl5-porters mailing list.  Patches for each
5individual change may also be obtained through ftp and rsync--see
6perlhack.pod for the details.
7
8[The "CAST AND CREW" list has been moved to AUTHORS.]
9
10NOTE: Each change entry shows the change number; who checked it into the
11repository; when; description of the change; which branch the change
12happened in; and the affected files.  The file lists have a short symbolic
13indicator:
14
15    	    !	    modified
16    	    +	    added
17    	    -	    deleted
18    	    +>	    branched (from elsewhere)
19    	    !>	    merged changes (from elsewhere)
20
21The Message-Ids in the change entries refer to the email messages sent
22to the perl5-porters mailing list.  You can retrieve the messages for
23example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
24
25This file contains only changes that affect the maint-5.6 branch.
26Cross-references to changes imported from other branches (principally,
27the mainline) are indicated by change numbers.  Detailed log entries
28corresponding to these change numbers are available in the Changes
29file in the latest development release.
30
31
32--------------
33Version v5.6.1
34--------------
35
36____________________________________________________________________________
37[  9651] By: gsar                                  on 2001/04/09  03:11:19
38        Log: update Changes, patchlevel.h &c.
39     Branch: maint-5.6/perl
40	   ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
41	   ! pod/perltoc.pod
42____________________________________________________________________________
43[  9649] By: gsar                                  on 2001/04/09  02:35:43
44        Log: tweak perldelta as suggested by Jarkko
45     Branch: maint-5.6/perl
46	   ! pod/perldelta.pod
47____________________________________________________________________________
48[  9646] By: gsar                                  on 2001/04/09  00:48:04
49        Log: add note about ithreads and Thread.pm (too many people are
50             confused by the fact that Thread.pm is built and installed
51             under non-5005threads but doesn't work)
52     Branch: maint-5.6/perl
53	   ! ext/Thread/Thread.pm ext/Thread/Thread.xs
54____________________________________________________________________________
55[  9645] By: gsar                                  on 2001/04/09  00:19:03
56        Log: update perldelta.pod for changes in 5.6.1
57     Branch: maint-5.6/perl
58	   ! Changes pod/perldelta.pod
59____________________________________________________________________________
60[  9640] By: gsar                                  on 2001/04/08  19:20:46
61        Log: integrate change#9634 from mainline
62
63             Fix the perlmodlib generation (didn't understand separate .pod
64             files; didn't understand -- as the name-thing separator).
65             Update the CPAN mirrors list.
66     Branch: maint-5.6/perl
67	   ! pod/perlmodlib.pod
68	  !> pod/perlmodlib.PL
69____________________________________________________________________________
70[  9639] By: gsar                                  on 2001/04/08  18:57:31
71        Log: on windows, many of the README.* pods were being copied to the wrong
72             location
73     Branch: maint-5.6/perl
74	   ! win32/Makefile win32/makefile.mk
75____________________________________________________________________________
76[  9638] By: gsar                                  on 2001/04/08  18:38:25
77        Log: update to latest JPL from the anoncvs repository
78     Branch: maint-5.6/perl
79	   + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
80	   ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
81	   ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
82____________________________________________________________________________
83[  9632] By: gsar                                  on 2001/04/08  16:36:06
84        Log: add $Tie::RefHash::VERSION
85     Branch: maint-5.6/perl
86	   ! lib/Tie/RefHash.pm
87____________________________________________________________________________
88[  9624] By: gsar                                  on 2001/04/08  06:08:17
89        Log: test in t/pod/* were busted
90
91             these tests are still not enabled in t/{harness,TEST}
92     Branch: maint-5.6/perl
93	   ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
94	   ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
95	   ! t/pod/multiline_items.t t/pod/nested_items.t
96	   ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
97	   ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
98____________________________________________________________________________
99[  9623] By: gsar                                  on 2001/04/08  03:37:01
100        Log: integrate change#9470 from mainline
101
102             Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
103     Branch: maint-5.6/perl
104	  !> ext/Socket/Socket.xs
105____________________________________________________________________________
106[  9605] By: gsar                                  on 2001/04/07  11:52:40
107        Log: can't optimize away scope entry if tr/// is present
108     Branch: maint-5.6/perl
109	   ! op.c t/op/tr.t
110____________________________________________________________________________
111[  9597] By: gsar                                  on 2001/04/06  18:06:35
112        Log: integrate change#9464 from mainline (addendum to change#8313)
113
114             Subject: [PATCH @9452] Better peep()ing for foreach() loops
115     Branch: maint-5.6/perl
116	  !> op.c
117____________________________________________________________________________
118[  9595] By: gsar                                  on 2001/04/06  14:57:17
119        Log: add a low-impact fix to accomodate darwin-ism
120     Branch: maint-5.6/perl
121	   ! ext/Errno/Errno_pm.PL
122____________________________________________________________________________
123[  9594] By: jhi                                   on 2001/04/06  14:55:14
124        Log: Integrate changes #9528,9593 from mainline into maintperl;
125             tweaking the editor/IDE/shell list.
126     Branch: maint-5.6/perl
127	  !> pod/perlfaq3.pod
128____________________________________________________________________________
129[  9592] By: gsar                                  on 2001/04/06  14:45:18
130        Log: integrate change#9477 from mainline (base.pm doc tweak)
131
132             missing doc entry for fmod()
133     Branch: maint-5.6/perl
134	   ! lib/Math/BigFloat.pm
135	  !> lib/base.pm
136____________________________________________________________________________
137[  9587] By: gsar                                  on 2001/04/06  07:31:30
138        Log: add README.macos (from Chris Nandor)
139
140             tyop in change#9555
141     Branch: maint-5.6/perl
142	   + README.macos
143	   ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
144	   ! win32/Makefile win32/makefile.mk
145____________________________________________________________________________
146[  9586] By: gsar                                  on 2001/04/06  07:08:54
147        Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
148     Branch: maint-5.6/perl
149	   ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
150____________________________________________________________________________
151[  9585] By: gsar                                  on 2001/04/06  06:58:44
152        Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
153             from mainline
154
155             Subject: [PATCH] Base64 update to perlfaq9.pod
156
157             Subject: [PATCH AUTHORS] Housekeeping
158
159             Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
160             Mac OS X (Darwin) has extra pwent fields.
161
162             Subject: [PATCH B::*] print control-character vars readably
163             Needs EBCDICification.
164
165             Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
166
167             Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
168
169             Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
170
171             Subject: [PATCH B::Deparse] binmode is no longer an UNOP
172
173             Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
174
175             Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
176
177             Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
178
179             Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
180
181             FreeBSD hints tweak from Anton Berezin.
182
183             Subject: [PATCH foolperl & bleadperl] README.vms update
184
185             Subject: Re: [PATCH foolperl & bleadperl] README.vms update
186     Branch: maint-5.6/perl
187	  !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
188	  !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
189	  !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
190____________________________________________________________________________
191[  9584] By: gsar                                  on 2001/04/06  04:09:00
192        Log: keep eval"" CVs alive until the end of the statement in which
193             they're called; this avoids a coredump ensuing from search for
194             lexicals in code such as:
195
196             sub bug {
197             my $s = @_;
198             eval q[sub { eval 'sub { &$s }' }];
199             }
200             bug("x")->()->();
201
202             this code still doesn't work as intended (as it has remained
203             since time immemorial), but it doesn't provoke a coredump anymore
204     Branch: maint-5.6/perl
205	   ! embed.h embed.pl global.sym objXSUB.h perlapi.c
206	   ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
207____________________________________________________________________________
208[  9551] By: gsar                                  on 2001/04/05  00:18:34
209        Log: tr/// doesn't null-terminate the result in some situations
210             (from Gisle Aas)
211     Branch: maint-5.6/perl
212	   ! doop.c t/op/tr.t
213____________________________________________________________________________
214[  9550] By: gsar                                  on 2001/04/04  20:04:17
215        Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
216             (from Robin Houston)
217     Branch: maint-5.6/perl
218	   ! ext/B/B.pm ext/B/B/Deparse.pm
219____________________________________________________________________________
220[  9548] By: gsar                                  on 2001/04/04  18:51:49
221        Log: integrate changes#9460,9462,9482,9521,9522
222
223             Subject: PATCH: B::Debug should show LOOP-specific fields
224
225             Subject: B::Deparse precedence bug. (Patch included.)
226
227             Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
228
229             Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
230
231             Subject: [PATCH B::Concise] padname values may have bogus SvCUR
232     Branch: maint-5.6/perl
233	  !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
234	  !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
235____________________________________________________________________________
236[  9547] By: gsar                                  on 2001/04/04  18:49:16
237        Log: s/djSP/dSP/
238     Branch: maint-5.6/perl
239	   ! ext/Thread/Thread.xs
240____________________________________________________________________________
241[  9545] By: gsar                                  on 2001/04/04  18:38:52
242        Log: integrate change#8837 from mainline
243
244             Subject: [patch] -Wall cleanup round 2
245     Branch: maint-5.6/perl
246	  !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
247	  !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
248	  !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
249	  !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
250	  !> ext/SDBM_File/SDBM_File.xs
251____________________________________________________________________________
252[  9544] By: gsar                                  on 2001/04/04  17:49:57
253        Log: "double" should be "NV"; standard typemap is missing entry
254             for NV
255     Branch: maint-5.6/perl
256	   ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
257____________________________________________________________________________
258[  9539] By: gsar                                  on 2001/04/04  03:01:14
259        Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
260     Branch: maint-5.6/perl
261	   ! Makefile.SH
262____________________________________________________________________________
263[  9538] By: gsar                                  on 2001/04/04  01:00:38
264        Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
265             for use with _fwalk() (fix for change#7705)
266     Branch: maint-5.6/perl
267	   ! util.c
268____________________________________________________________________________
269[  9533] By: gsar                                  on 2001/04/03  14:30:07
270        Log: better fix for change#9517 to accomodate UNC paths like
271             \\server\share\foo, and paths with trailing backslash
272             like c:\this\
273     Branch: maint-5.6/perl
274	   ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
275____________________________________________________________________________
276[  9530] By: gsar                                  on 2001/04/03  04:56:41
277        Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
278             Craig Berry)
279     Branch: maint-5.6/perl
280	   ! t/lib/socket.t
281____________________________________________________________________________
282[  9524] By: gsar                                  on 2001/04/03  01:09:12
283        Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
284     Branch: maint-5.6/perl
285	   ! pp_sys.c
286____________________________________________________________________________
287[  9517] By: gsar                                  on 2001/04/02  19:52:21
288        Log: many of the utilities interpolate literal paths within doublequotes
289             (fails on dosish platforms where path contains backslashes)
290     Branch: maint-5.6/perl
291	   ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
292____________________________________________________________________________
293[  9516] By: gsar                                  on 2001/04/02  05:49:37
294        Log: a foolish release
295     Branch: maint-5.6/perl
296	   ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
297	   ! pod/perltoc.pod
298____________________________________________________________________________
299[  9515] By: gsar                                  on 2001/04/02  05:04:29
300        Log: add missing changelog summaries
301     Branch: maint-5.6/perl
302	   ! Changes
303____________________________________________________________________________
304[  9514] By: gsar                                  on 2001/04/02  04:07:13
305        Log: add some notes about gutsy threading matters
306     Branch: maint-5.6/perl
307	   ! pod/perlguts.pod
308____________________________________________________________________________
309[  9513] By: gsar                                  on 2001/04/02  03:25:21
310        Log: add more prominent caveat notices about experimental features
311     Branch: maint-5.6/perl
312	   ! pod/perlfork.pod pod/perlunicode.pod
313____________________________________________________________________________
314[  9512] By: gsar                                  on 2001/04/02  02:54:33
315        Log: integrate changes#9479,9509 from mainline
316
317             [PATCH] File::Glob stuff for Mac OS
318
319             [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
320     Branch: maint-5.6/perl
321	  !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
322	  !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
323	  !> t/lib/glob-taint.t
324____________________________________________________________________________
325[  9511] By: gsar                                  on 2001/04/02  02:38:24
326        Log: README.win32 tweaks; add a note about alternative location for
327             getting a gcc-2.95.2 that will build perl properly on windows
328     Branch: maint-5.6/perl
329	   ! README.win32
330____________________________________________________________________________
331[  9507] By: jhi                                   on 2001/04/01  19:24:01
332        Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
333             from mainline to maintperl: pod tweaks.
334     Branch: maint-5.6/perl
335	  !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
336	  !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
337	  !> pod/perlvar.pod
338____________________________________________________________________________
339[  9501] By: gsar                                  on 2001/04/01  07:21:57
340        Log: fix the perlembed notes on multiple interpreters
341
342             fix ExtUtils::Embed to work passably on Windows
343     Branch: maint-5.6/perl
344	   ! lib/ExtUtils/Embed.pm pod/perlembed.pod
345____________________________________________________________________________
346[  9496] By: gsar                                  on 2001/03/31  23:22:28
347        Log: various nits identified by the Borland 5.5 compiler; remove suppression
348             of a few warnings
349     Branch: maint-5.6/perl
350	   ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
351____________________________________________________________________________
352[  9495] By: gsar                                  on 2001/03/31  21:03:08
353        Log: avoid redefinition warnings under Borland 5.02
354     Branch: maint-5.6/perl
355	   ! win32/makefile.mk
356____________________________________________________________________________
357[  9494] By: gsar                                  on 2001/03/31  20:18:59
358        Log: nits spotted by Borland compiler
359     Branch: maint-5.6/perl
360	   ! utf8.h win32/win32.h
361____________________________________________________________________________
362[  9493] By: gsar                                  on 2001/03/31  20:18:05
363        Log: fix a broken workaround for Borland compiler in change#4739
364             (caused weird "short reads" on DATA, which caused op/misc.t to fail)
365     Branch: maint-5.6/perl
366	   ! toke.c
367____________________________________________________________________________
368[  9491] By: gsar                                  on 2001/03/31  17:01:56
369        Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
370             directory is relative (need to fetch the full path name *before*
371             the chdir!)
372
373             this is a followup patch for change#6749
374     Branch: maint-5.6/perl
375	   ! lib/Cwd.pm
376____________________________________________________________________________
377[  9426] By: gsar                                  on 2001/03/29  00:28:04
378        Log: dmake can only handle == and != in comparisons; support building
379             with Borland's VCL libraries (from Vadim Konovalov)
380     Branch: maint-5.6/perl
381	   ! win32/makefile.mk
382____________________________________________________________________________
383[  9416] By: jhi                                   on 2001/03/28  18:06:07
384        Log: Integrate change #9409 from mainline to maintperl.
385
386             Yet another tweak on AIX dynaloading.
387     Branch: maint-5.6/perl
388	  !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
389____________________________________________________________________________
390[  9415] By: gsar                                  on 2001/03/28  17:13:01
391        Log: integrate changes#9377,9385,9401 from mainline
392
393             Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
394
395             If directory entries compare equal case-insensitively,
396             retry case-sensitively.
397
398             Subject: [PATCH] B::Terse and warnings
399     Branch: maint-5.6/perl
400	  !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
401	  !> t/pragma/warn/perl
402____________________________________________________________________________
403[  9312] By: gsar                                  on 2001/03/23  16:25:25
404        Log: add execute bit to files with shebang lines in the repository;
405             avoid clobbering execute bit in Porting/makerel
406     Branch: maint-5.6/perl
407	   ! (edit 144 files)
408____________________________________________________________________________
409[  9306] By: jhi                                   on 2001/03/23  12:51:36
410        Log: There are AIXes without /usr/include/load.h,
411             patch from H.Merijn Brand.
412     Branch: maint-5.6/perl
413	   ! ext/DynaLoader/hints/aix.pl
414____________________________________________________________________________
415[  9299] By: gsar                                  on 2001/03/22  16:53:45
416        Log: back out changes#7532,7521 for now (appears to have problems
417             on IRIX)
418     Branch: maint-5.6/perl
419	   ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
420	   ! ext/POSIX/typemap pod/perlvar.pod
421____________________________________________________________________________
422[  9292] By: gsar                                  on 2001/03/22  07:12:00
423        Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
424             fixes)
425     Branch: maint-5.6/perl
426	  !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
427____________________________________________________________________________
428[  9290] By: jhi                                   on 2001/03/22  05:57:01
429        Log: Move MacOS Classic higher in the list of supported platforms.
430     Branch: maint-5.6/perl
431	   ! pod/perlport.pod
432____________________________________________________________________________
433[  9289] By: gsar                                  on 2001/03/22  05:35:04
434        Log: revert part of change#6438 for compatibility (av_reify()
435             appears to be needed to implement av_splice()ish things
436             in XS)
437     Branch: maint-5.6/perl
438	   ! embed.pl global.sym objXSUB.h perlapi.c
439____________________________________________________________________________
440[  9288] By: gsar                                  on 2001/03/22  03:09:19
441        Log: update copyright year
442     Branch: maint-5.6/perl
443	   ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
444	   ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
445	   ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
446	   ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
447	   ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
448	   ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
449	   ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
450	   ! x2p/walk.c
451____________________________________________________________________________
452[  9286] By: gsar                                  on 2001/03/21  19:49:54
453        Log: makefile.mk tweak
454     Branch: maint-5.6/perl
455	   ! win32/Makefile win32/makefile.mk
456____________________________________________________________________________
457[  9283] By: jhi                                   on 2001/03/21  17:17:35
458        Log: Integrate change #9282 from mainline into maintperl,
459             4-arg UTF-8 substr().
460     Branch: maint-5.6/perl
461	  !> pp.c
462____________________________________________________________________________
463[  9281] By: gsar                                  on 2001/03/21  17:03:14
464        Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
465     Branch: maint-5.6/perl
466	   ! win32/makefile.mk
467____________________________________________________________________________
468[  9280] By: gsar                                  on 2001/03/21  17:01:20
469        Log: some tweaks to change#9278 (fork() emulation should be enabled
470             by setting BUILD_FLAVOR instead of changing the defaults)
471     Branch: maint-5.6/perl
472	   ! win32/makefile.mk
473____________________________________________________________________________
474[  9279] By: gsar                                  on 2001/03/21  16:47:19
475        Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
476     Branch: maint-5.6/perl
477	   ! ext/File/Glob/Glob.pm
478	  !> lib/Cwd.pm
479____________________________________________________________________________
480[  9278] By: jhi                                   on 2001/03/21  14:35:10
481        Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
482             From: "Vadim Konovalov" <watman@inbox.ru>
483             Date: Wed, 21 Mar 2001 01:53:51 +0300
484             Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
485     Branch: maint-5.6/perl
486	   ! win32/makefile.mk win32/win32sck.c
487____________________________________________________________________________
488[  9277] By: jhi                                   on 2001/03/21  13:58:28
489        Log: Integrate change #9270 from mainline to maintperl:
490             continued 4-arg UTF-8 substr() fixing.
491     Branch: maint-5.6/perl
492	  !> pp.c t/op/substr.t
493____________________________________________________________________________
494[  9266] By: gsar                                  on 2001/03/20  19:16:43
495        Log: VMS piping fixes (from Charles Lane)
496     Branch: maint-5.6/perl
497	   ! vms/vms.c vms/vmspipe.com
498____________________________________________________________________________
499[  9265] By: gsar                                  on 2001/03/20  17:53:52
500        Log: cut-n-paste goof in change#9264
501     Branch: maint-5.6/perl
502	   ! ext/File/Glob/Glob.xs
503____________________________________________________________________________
504[  9264] By: gsar                                  on 2001/03/20  17:43:47
505        Log: do alphabetical sorting by default (for csh compatibility);
506             bsd_glob() does ASCII sort by default as usual, unless
507             GLOB_ALPHASORT was specified
508     Branch: maint-5.6/perl
509	   ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
510	   ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
511	   ! ext/File/Glob/bsd_glob.h
512____________________________________________________________________________
513[  9263] By: gsar                                  on 2001/03/20  16:40:08
514        Log: integrate change#9255 from mainline (unicode fix)
515
516             substr($bytestr, i, n, $charstr)
517     Branch: maint-5.6/perl
518	  !> Todo-5.6 pp.c t/op/substr.t
519____________________________________________________________________________
520[  9262] By: gsar                                  on 2001/03/20  15:57:41
521        Log: revert the leak fix in change#9142 (problem needs a more experimental
522             fix unsuitable for 5.6.1)
523     Branch: maint-5.6/perl
524	   ! scope.c
525____________________________________________________________________________
526[  9260] By: jhi                                   on 2001/03/20  14:05:46
527        Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
528             From: Robin Barker <rmb1@cise.npl.co.uk>
529             Date: Tue, 20 Mar 2001 10:12:04 GMT
530             Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
531     Branch: maint-5.6/perl
532	   ! run.c
533____________________________________________________________________________
534[  9259] By: jhi                                   on 2001/03/20  14:04:39
535        Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
536             From: Chris Nandor <pudge@pobox.com>
537             Date: Tue, 20 Mar 2001 00:40:56 -0500
538             Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
539     Branch: maint-5.6/perl
540	   ! ext/POSIX/POSIX.xs lib/File/Path.pm
541____________________________________________________________________________
542[  9256] By: jhi                                   on 2001/03/20  04:43:12
543        Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
544             From: Peter Prymmer <pvhp@forte.com>
545             Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
546             Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
547     Branch: maint-5.6/perl
548	   ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
549____________________________________________________________________________
550[  9250] By: jhi                                   on 2001/03/19  21:18:00
551        Log: A more robust solution for the 64bitall AIX dynaloading
552             problem, from Jens-Uwe Mager.
553     Branch: maint-5.6/perl
554	   ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
555____________________________________________________________________________
556[  9247] By: jhi                                   on 2001/03/19  19:59:53
557        Log: 64-bit AIX dynaloading problem (see #9244) idea
558             from Jens-Uwe Mager.
559     Branch: maint-5.6/perl
560	   ! ext/DynaLoader/dl_aix.xs
561____________________________________________________________________________
562[  9245] By: jhi                                   on 2001/03/19  19:05:19
563        Log: Integrate change #9243 from mainline into maintperl.
564
565             Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
566     Branch: maint-5.6/perl
567	  !> README.vmesa
568____________________________________________________________________________
569[  9244] By: jhi                                   on 2001/03/19  19:03:15
570        Log: Get 64bitall AIX building, but still does not test okay:
571             dynaloading anything fails, for example for op/defins:
572             Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
573             (update: fixed by #9247,9250)
574     Branch: maint-5.6/perl
575	   ! hints/aix.sh
576____________________________________________________________________________
577[  9241] By: gsar                                  on 2001/03/19  17:34:46
578        Log: VMSify tests (from Charles Lane)
579     Branch: maint-5.6/perl
580	   ! t/lib/filehand.t t/lib/texttabs.t
581____________________________________________________________________________
582[  9239] By: gsar                                  on 2001/03/19  09:23:17
583        Log: this is 5.6.1-trial3
584     Branch: maint-5.6/perl
585	   ! Changes
586____________________________________________________________________________
587[  9238] By: gsar                                  on 2001/03/19  08:47:04
588        Log: some new symbols are only available under ithreads
589     Branch: maint-5.6/perl
590	   ! makedef.pl
591____________________________________________________________________________
592[  9237] By: gsar                                  on 2001/03/19  08:42:28
593        Log: update patchlevel.h, Changes, &c.
594     Branch: maint-5.6/perl
595	   ! Changes patchlevel.h pod/perlhist.pod
596	  !> AUTHORS
597____________________________________________________________________________
598[  9236] By: gsar                                  on 2001/03/19  08:17:49
599        Log: integrate changes#8068,8717 from mainline
600
601             [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
602
603             [PATCH CPAN 1.59_51] warning message (not!)
604     Branch: maint-5.6/perl
605	  !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
606	  !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
607	  !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
608	  !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
609	  !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
610____________________________________________________________________________
611[  9235] By: gsar                                  on 2001/03/19  08:07:09
612        Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
613
614             [PATCH] Add missing CV flags to dump.c
615
616             Re: [patch] Re: PL_ptr_table
617
618             Fixup non-ithread build after 8713
619
620             Generated files form 8713 etc.
621
622             Correct the correction :-(
623
624             Documenting coderef @INC (Re: CPAN "make this script work" feature)
625
626             Subject: Re: sync sync sync: have I missed any patches?
627             Replace djSP with dSP.
628     Branch: maint-5.6/perl
629	  !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
630	  !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
631	  !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
632	  !> sv.c sv.h win32/perlhost.h
633____________________________________________________________________________
634[  9234] By: gsar                                  on 2001/03/19  07:22:05
635        Log: revert the change#9090 integrate for now (change looks somewhat
636             incomplete in that [ha]v_exists() need something similar; lacks
637             tests; &c.)
638     Branch: maint-5.6/perl
639	   ! hv.c
640____________________________________________________________________________
641[  9233] By: gsar                                  on 2001/03/19  07:10:01
642        Log: some refcounts were incorrect in perl_clone(); avoid hang in global
643             destruction when there are unreferenced scalars (SvREFCNT==0)
644     Branch: maint-5.6/perl
645	   ! sv.c
646____________________________________________________________________________
647[  9232] By: jhi                                   on 2001/03/19  05:11:02
648        Log: Regen api and toc.
649     Branch: maint-5.6/perl
650	   ! pod/perlapi.pod pod/perltoc.pod
651____________________________________________________________________________
652[  9231] By: jhi                                   on 2001/03/19  04:06:03
653        Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
654             add a lost line in pp.c:pp_chop(), update to new op/chop.
655
656             Clarify the description differentiating for and while; inspired by
657
658             Subject: [ID 20010306.004] || != named unary operator
659
660             The $Is_MacOS needs to be declared.
661     Branch: maint-5.6/perl
662	   ! pp.c t/op/chop.t
663	  !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
664____________________________________________________________________________
665[  9230] By: jhi                                   on 2001/03/19  03:48:16
666        Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
667             9079,9083,9089,9090,9091 from mainline to maintperl.
668
669             Quieten some noise in Win32 builds
670
671             Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
672
673             The perlretut was still talking about the old \p and \P
674             definitions.
675
676             More tweakage on the Unicode character class descriptions.
677
678             Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
679
680             Subject: 'no *POSIX' Patch speeding up make on BS2000
681
682             Subject: [PATCH] perldata.pod here-doc docs
683
684             Add /sbin and /usr/sbin to the list of directories scanned
685             for setuid programs.  Takes care of bug id 20010309.003.
686
687             Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
688
689             In op/stat #35 better to scan all the potential directories
690             for setuids, not just the first one.
691     Branch: maint-5.6/perl
692	   ! Makefile.SH
693	  !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
694	  !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
695	  !> t/op/stat.t toke.c win32/win32.h
696____________________________________________________________________________
697[  9229] By: jhi                                   on 2001/03/19  02:31:50
698        Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
699             From: Chris Nandor <pudge@pobox.com>
700             Date: Sat, 10 Mar 2001 14:22:19 -0500
701             Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
702     Branch: maint-5.6/perl
703	   ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
704	   ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
705	   ! t/lib/b.t t/lib/errno.t
706____________________________________________________________________________
707[  9228] By: jhi                                   on 2001/03/19  02:29:59
708        Log: Integrate changes #9113,9122 from mainline into maintperl.
709
710             Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
711     Branch: maint-5.6/perl
712	  !> Configure README.os390 hints/os390.sh
713____________________________________________________________________________
714[  9227] By: jhi                                   on 2001/03/19  02:22:35
715        Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
716             into maintperl.
717
718             Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
719
720             Forgot to check-in the larger part of #9120, duh.
721
722             Subject: Another patch for integer.pm POD
723
724             h2ph strictness and cleanliness from Kurt Starsinic.
725
726             Borland filename case problem.
727
728             h2ph strictness and cleanliness from Kurt Starsinic.
729
730             Subject: [PATCH] the uncontroversial doc patches
731     Branch: maint-5.6/perl
732	  +> win32/sncfnmcs.pl
733	  !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
734	  !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
735	  !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
736	  !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
737	  !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
738	  !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
739	  !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
740____________________________________________________________________________
741[  9226] By: jhi                                   on 2001/03/19  02:10:21
742        Log: Integrate changes #9207,9214 from mainline into maintperl.
743
744             podchecker relaxations: =over has an *optional* number after it,
745             and whitespace in L<> is okay.
746     Branch: maint-5.6/perl
747	  !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
748	  !> t/pod/poderrs.xr
749____________________________________________________________________________
750[  9224] By: jhi                                   on 2001/03/19  02:06:11
751        Log: Integrate change #9223 from mainline to maintperl.
752
753             Document -Dmksymlinks.
754     Branch: maint-5.6/perl
755	  !> INSTALL
756____________________________________________________________________________
757[  9222] By: jhi                                   on 2001/03/19  01:15:35
758        Log: The -Dmksymlinks wasn't working for maintperl.
759     Branch: maint-5.6/perl
760	   ! Configure
761____________________________________________________________________________
762[  9219] By: gsar                                  on 2001/03/19  00:16:55
763        Log: remove duplicated tests
764     Branch: maint-5.6/perl
765	   ! t/op/re_tests
766____________________________________________________________________________
767[  9208] By: jhi                                   on 2001/03/18  20:12:12
768        Log: Integrate changes #8128,9132 from mainline into maintperl,
769             Tie::SubstrHash fixes.
770     Branch: maint-5.6/perl
771	  !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
772____________________________________________________________________________
773[  9197] By: gsar                                  on 2001/03/18  12:15:57
774        Log: more thorough cleaning of arenas--keep going until no more
775             SvREFCNT_dec()s occur (this fixes the problem that causes the
776             pesky "Scalars leaked" warnings)
777     Branch: maint-5.6/perl
778	   ! embed.pl perl.c proto.h sv.c t/op/sort.t
779____________________________________________________________________________
780[  9168] By: jhi                                   on 2001/03/15  14:13:22
781        Log: Integrate changes #9120,9167 from mainline to maintperl.
782
783             Subject: [PATCH 5.6.1] OS/2 docs
784
785             Subject: [PATCH 5.6.1] perldoc
786     Branch: maint-5.6/perl
787	  !> os2/Changes utils/perldoc.PL
788____________________________________________________________________________
789[  9162] By: gsar                                  on 2001/03/15  00:56:53
790        Log: avoid warnings
791     Branch: maint-5.6/perl
792	   ! t/op/magic.t
793____________________________________________________________________________
794[  9161] By: gsar                                  on 2001/03/15  00:52:09
795        Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
796             results
797     Branch: maint-5.6/perl
798	   ! t/op/magic.t
799____________________________________________________________________________
800[  9154] By: gsar                                  on 2001/03/14  17:48:18
801        Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
802             (caused Storable 1.0.10 to break on windows)
803     Branch: maint-5.6/perl
804	   ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
805	   ! perlapi.c proto.h
806____________________________________________________________________________
807[  9152] By: gsar                                  on 2001/03/14  07:29:40
808        Log: back out changes#9012,9010,9009 and parts of change#9016
809             (causes ABRs under purify, and some prerequisites don't
810             seem to be there in 5.6.x)
811     Branch: maint-5.6/perl
812	   ! doop.c op.c t/op/tr.t toke.c
813____________________________________________________________________________
814[  9142] By: gsar                                  on 2001/03/14  03:20:48
815        Log: fix another memory leak reported by purify (tie callbacks that
816             croak can leak when wiping out magic)
817     Branch: maint-5.6/perl
818	   ! scope.c
819____________________________________________________________________________
820[  9138] By: gsar                                  on 2001/03/14  01:18:00
821        Log: remove squelch controls for "Scalars leaked" messages in most places
822             (these are now cured)
823     Branch: maint-5.6/perl
824	   ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
825	   ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
826	   ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
827____________________________________________________________________________
828[  9137] By: gsar                                  on 2001/03/14  00:57:04
829        Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
830     Branch: maint-5.6/perl
831	   ! regcomp.c
832____________________________________________________________________________
833[  9133] By: gsar                                  on 2001/03/13  22:46:20
834        Log: integrate change#9067 from mainline
835
836             Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
837     Branch: maint-5.6/perl
838	  !> lib/ExtUtils/MM_Unix.pm
839____________________________________________________________________________
840[  9131] By: gsar                                  on 2001/03/13  22:30:42
841        Log: make the error text look more consistent in hints/hpux.sh
842     Branch: maint-5.6/perl
843	   ! hints/hpux.sh
844____________________________________________________________________________
845[  9116] By: gsar                                  on 2001/03/13  00:55:53
846        Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
847             under ithreads
848     Branch: maint-5.6/perl
849	   ! win32/perlhost.h
850____________________________________________________________________________
851[  9108] By: gsar                                  on 2001/03/12  10:21:31
852        Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
853             loop between the outer sub and the inner prototype anonsub
854
855             this also enables closures returned by subroutines that
856             subsequently get redefined to work without generating coredumps :)
857
858             completely removed the free_closures() hack--it shouldn't be
859             needed anymore
860     Branch: maint-5.6/perl
861	   + t/op/anonsub.t
862	   ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
863	   ! proto.h sv.c
864____________________________________________________________________________
865[  9076] By: jhi                                   on 2001/03/07  22:59:39
866        Log: Integrate change #7784 from mainline into maintperl.
867
868             Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
869     Branch: maint-5.6/perl
870	  !> pp_ctl.c t/op/pat.t
871____________________________________________________________________________
872[  9064] By: gsar                                  on 2001/03/07  06:29:24
873        Log: fix memory leak in pack("Bb",...)
874     Branch: maint-5.6/perl
875	   ! perl.c
876____________________________________________________________________________
877[  9055] By: jhi                                   on 2001/03/06  02:21:26
878        Log: Integrate the change #9054 from mainline:
879             retract the PMOP cleanup patch pending further investigation.
880     Branch: maint-5.6/perl
881	  !> op.c op.h
882____________________________________________________________________________
883[  9050] By: jhi                                   on 2001/03/05  21:44:29
884        Log: Integrate changes #9033 and #9044 from mainline into maintperl,
885             Sarathy's fix for ID 20010301.005.
886     Branch: maint-5.6/perl
887	  !> op.c op.h
888____________________________________________________________________________
889[  9030] By: jhi                                   on 2001/03/05  13:46:49
890        Log: Subject: [PATCH 5.6.1] OS/2 cleanup
891             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
892             Date: Mon, 5 Mar 2001 02:29:44 -0500
893             Message-ID: <20010305022944.A10117@math.ohio-state.edu>
894     Branch: maint-5.6/perl
895	   + os2/os2add.sym
896	   ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
897	   ! makedef.pl os2/Changes os2/Makefile.SHs
898	   ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
899	   ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
900	   ! os2/os2.sym os2/os2ish.h
901____________________________________________________________________________
902[  9028] By: gsar                                  on 2001/03/05  09:58:38
903        Log: various nits in MM_Unix.pm found by disabling SelfLoader
904     Branch: maint-5.6/perl
905	   ! lib/ExtUtils/MM_Unix.pm
906____________________________________________________________________________
907[  9026] By: jhi                                   on 2001/03/05  02:14:59
908        Log: Integrate change #9025 from mainline to maintperl,
909             retract \N{U+HHHH}.
910     Branch: maint-5.6/perl
911	  !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
912	  !> t/lib/charnames.t toke.c
913____________________________________________________________________________
914[  9019] By: jhi                                   on 2001/03/04  18:18:43
915        Log: Integrate changes #9017 and 9018 from mainline into maintperl.
916
917             \N{U+HHHH} fix.
918
919             pattern in G_ARRAY context
920     Branch: maint-5.6/perl
921	  !> pp_hot.c t/op/pat.t toke.c
922____________________________________________________________________________
923[  9016] By: jhi                                   on 2001/03/04  17:41:22
924        Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
925
926             Tweak the get*ent() OS/2 prototypes.
927
928             Add the \N{U+HHHH} syntax.
929
930             More tr/// UTF-8 fixes from Inaba Hiroto.
931     Branch: maint-5.6/perl
932	  !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
933	  !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
934____________________________________________________________________________
935[  9012] By: gsar                                  on 2001/03/04  06:26:14
936        Log: avoid warning (nit in change#9009)
937     Branch: maint-5.6/perl
938	   ! toke.c
939____________________________________________________________________________
940[  9011] By: gsar                                  on 2001/03/04  06:15:24
941        Log: lib/charnames.t fails in 5.6.x because of older Unicode
942             data
943
944             TODO: need to revisit this after updating lib/unicode/...
945     Branch: maint-5.6/perl
946	   ! t/lib/charnames.t
947____________________________________________________________________________
948[  9010] By: gsar                                  on 2001/03/04  06:08:36
949        Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
950     Branch: maint-5.6/perl
951	   ! toke.c
952____________________________________________________________________________
953[  9009] By: jhi                                   on 2001/03/03  19:27:20
954        Log: Integrate change #9008 from mainline to maintperl,
955             UTF-8 tr/// fixes from Inaba Hiroto.
956     Branch: maint-5.6/perl
957	  !> doop.c op.c t/op/tr.t toke.c
958____________________________________________________________________________
959[  9006] By: jhi                                   on 2001/03/03  18:58:06
960        Log: Subject: [PATCH 5.6.1] More robust Math::Complex
961             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
962             Date: Sat, 3 Mar 2001 12:51:50 -0500
963             Message-ID: <20010303125150.A2147@math.ohio-state.edu>
964
965             Be more robust in our quest for the infinite.
966     Branch: maint-5.6/perl
967	   ! lib/Math/Complex.pm
968____________________________________________________________________________
969[  9005] By: jhi                                   on 2001/03/03  17:55:50
970        Log: The #8982 modified for perl 5.6.x, from Radu Greab.
971     Branch: maint-5.6/perl
972	   ! doio.c
973____________________________________________________________________________
974[  9003] By: jhi                                   on 2001/03/03  17:15:52
975        Log: Integrate change #9002 from mainline to maintperl.
976
977             Subject: [perl-5.6.x, perl-current] accept for EPOC
978     Branch: maint-5.6/perl
979	  !> pp_sys.c
980____________________________________________________________________________
981[  8999] By: jhi                                   on 2001/03/03  17:09:28
982        Log: Subject: [PATCH 5.6.1] syslog.t
983             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
984             Date: Sat, 3 Mar 2001 02:11:17 -0500
985             Message-ID: <20010303021116.A11897@math.ohio-state.edu>
986     Branch: maint-5.6/perl
987	   ! t/lib/syslog.t
988____________________________________________________________________________
989[  8998] By: jhi                                   on 2001/03/03  17:07:50
990        Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
991             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
992             Date: Sat, 3 Mar 2001 01:53:52 -0500
993             Message-ID: <20010303015352.A11741@math.ohio-state.edu>
994     Branch: maint-5.6/perl
995	   ! opcode.pl os2/os2.c
996____________________________________________________________________________
997[  8997] By: jhi                                   on 2001/03/03  17:03:30
998        Log: Subject: [PATCH 5.6.1] compiling on OS/2
999             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1000             Date: Sat, 3 Mar 2001 01:59:59 -0500
1001             Message-ID: <20010303015959.B11741@math.ohio-state.edu>
1002     Branch: maint-5.6/perl
1003	   ! hints/os2.sh
1004____________________________________________________________________________
1005[  8995] By: jhi                                   on 2001/03/03  00:35:22
1006        Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
1007             8318,8320,8337,8503,8877,8890,8903,8971 from mainline
1008             to maintperl.
1009
1010             Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
1011
1012             Add Configure option -Dmksymlinks which will create a symlink
1013             forest if the current/build differs from the source directory.
1014             (8218,8220,8221,8317,8318,8971)
1015
1016             Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
1017             (Document APPLLIB_EXP in INSTALL.)
1018
1019             If running byacc write-enable also perly.h.
1020
1021             DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
1022
1023             Subject: [PATCH 5.7.1/Configure] failure to set src='.'
1024
1025             Sanity check for conflicting thread flavours.
1026
1027             Fix the sys/fcntl.h problem reported by Peter Prymmer.
1028
1029             Add few CPUs/architectures to the Cppsym scan,
1030             add -perlio to archname if so selected (modified 8890)
1031
1032             Be more helpful for devel builders, suggested by John L. Allen.
1033             (admittedly pointless change for maintperl, but the usedevel
1034             code is there already)
1035     Branch: maint-5.6/perl
1036	  !> Configure INSTALL Makefile.SH Porting/Glossary
1037	  !> Porting/config.sh Porting/config_H config_h.SH embed.pl
1038	  !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
1039	  !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
1040	  !> win32/config.bc win32/config.gc win32/config.vc
1041____________________________________________________________________________
1042[  8993] By: jhi                                   on 2001/03/02  23:22:12
1043        Log: Regenerate various files for maint.
1044     Branch: maint-5.6/perl
1045	   ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
1046	   ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
1047____________________________________________________________________________
1048[  8991] By: jhi                                   on 2001/03/02  21:00:08
1049        Log: Retract the #8742 part of #8986, backward compat.
1050     Branch: maint-5.6/perl
1051	   ! embed.pl
1052____________________________________________________________________________
1053[  8990] By: jhi                                   on 2001/03/02  20:40:07
1054        Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
1055     Branch: maint-5.6/perl
1056	   ! hv.c
1057____________________________________________________________________________
1058[  8987] By: jhi                                   on 2001/03/02  19:43:40
1059        Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
1060             8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
1061             8950,8952,8955 from mainline to maintperl.
1062
1063             Subject: [PATCH: perl@8773] small fixups to perlclib.pod
1064
1065             Put to rest the 20010205.001, the email address checking (not) regex.
1066
1067             fork() not everywhere, cleanup temp files.
1068
1069             The #8843 wasn't quite right: %Config needs to imported.
1070
1071             Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
1072             (#8849: the glob-basic hunk needed massaging as it depended
1073             on Schwern's large-scale (unintegrated) patches)
1074
1075             Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
1076
1077             Upgrade to CGI.pm 2.752, from Lincoln Stein.
1078             (Note: there were some conflicts due to EBCDIC and EPOC
1079             patches, in general I preferred the repository code.)
1080             (When 2.753 comes out, we need to synchronize.)
1081
1082             Subject: [PATCH] fix for charnames above FFFF
1083
1084             Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
1085
1086             If no sfio, no -lsfio.
1087
1088             Run run/*.t also in minitest.
1089
1090             Subject:  [PATCH perl 5.7.0] malloc message address offset
1091
1092             Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
1093
1094             Subject: fix for parameter -Dm (for perl@8867)
1095
1096             Subject: [PATCH: perl@8892] was Re: hashing order difference?
1097             (make the test more portable)
1098
1099             Subject: Re: [PATCH] fix for charnames above FFFF
1100
1101             Subject: Re: I'm losing the war...
1102             (hv_store() not working correctly in ENV_IS_CASELESS case.)
1103
1104             Subject: Modified README.bs2000
1105
1106             Subject: [PATCH: perl@8935] -Dt padsv($var)
1107
1108             Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
1109
1110             Subject: PATCH: extra tests to check on negative float to unsigned cast
1111
1112             Subject: [PATCH] XPUSH[insp] was Re: progress
1113
1114             Subject: Re: Compile with perlcc..
1115     Branch: maint-5.6/perl
1116	  !> (integrate 36 files)
1117____________________________________________________________________________
1118[  8986] By: jhi                                   on 2001/03/02  18:51:25
1119        Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
1120             8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
1121             to maintperl.
1122
1123             Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
1124
1125             Subject: [DOC PATCH] overload.pm nits
1126
1127             Add header for LIB$ prototypes (C. Berry)
1128
1129             Convert fwrite()s to sockets to write()s, since some socket stacks
1130             don't take kindly to stdio.
1131             Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
1132             (for often optional LNMs)
1133             Correct a few typos
1134             (C. Bailey)
1135
1136             Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
1137
1138             De-cut-and-pasto.
1139
1140             Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
1141
1142             Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
1143
1144             Upgrade to CPAN 1.59_54, from Andreas K�nig.
1145
1146             Bogus shebang.
1147
1148             Subject: [PATCH] Document makepatch in Porting/patching
1149
1150             UTF-8 documentation.
1151
1152             Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
1153
1154             Sort the MANIFEST.
1155
1156             Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
1157
1158             Subject: [PATCH @8807] toke.c cleanup: scan_str()
1159
1160             Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
1161
1162             Add run/*.t to testables.
1163
1164             TODO: integrate #8784.
1165     Branch: maint-5.6/perl
1166	  +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
1167	  !> (integrate 28 files)
1168____________________________________________________________________________
1169[  8984] By: jhi                                   on 2001/03/02  16:00:17
1170        Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
1171
1172             perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
1173             5.004_05, and mention the suidperl August 2000 security problem.
1174             (#8978,#8981)
1175
1176             Subject: [ID 20010301.004] Technically speaking in perldata
1177
1178             Subject: [PATCH] File::Copy for bleadperl, maintperl
1179
1180             Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
1181
1182             (The #8982, fix for 20010221.005 and 20010221.008,
1183             would be nice too but it didn't integrate cleanly.)
1184     Branch: maint-5.6/perl
1185	  !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
1186____________________________________________________________________________
1187[  8974] By: gsar                                  on 2001/03/01  16:28:21
1188        Log: fix for bugid 20010226.008
1189
1190             the problem was that some of the pointers (PL_last_lop and
1191             PL_last_uni specifically) into the lex buffers weren't correctly
1192             being invalidated when the buffer changed; this would leave the
1193             pointers pointing at an arbitrary location in the buffer if
1194             the buffer didn't need to be reallocated, or point into freed
1195             memory if the buffer had to be realloced
1196
1197             TODO item for bugdb maintainers: check other seemingly random
1198             parser-related bugs--they might be cured by this
1199     Branch: maint-5.6/perl
1200	   ! toke.c
1201____________________________________________________________________________
1202[  8960] By: jhi                                   on 2001/02/27  22:51:33
1203        Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
1204             From: "Craig A. Berry" <craigberry@mac.com>
1205             Date: Tue, 27 Feb 2001 16:11:44 -0600
1206             Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
1207     Branch: maint-5.6/perl
1208	   ! configure.com vms/descrip_mms.template
1209____________________________________________________________________________
1210[  8957] By: jhi                                   on 2001/02/27  06:15:07
1211        Log: Subject: [5.6.x] EPOC additions
1212             From: Olaf Flebbe <O.Flebbe@science-computing.de>
1213             Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
1214             Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
1215     Branch: maint-5.6/perl
1216	   ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
1217____________________________________________________________________________
1218[  8945] By: jhi                                   on 2001/02/26  14:19:53
1219        Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
1220             to maintperl, listing the known failures on the tests 129 and 130.
1221     Branch: maint-5.6/perl
1222	  !> t/op/sprintf.t
1223____________________________________________________________________________
1224[  8917] By: jhi                                   on 2001/02/23  20:27:51
1225        Log: Integrate change #8916 from mainline,
1226             do away with USE_WIN32_RTL_ENV.
1227     Branch: maint-5.6/perl
1228	  !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
1229____________________________________________________________________________
1230[  8911] By: jhi                                   on 2001/02/23  04:20:02
1231        Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
1232
1233             Duplicated environment freeing, File::Temp 0.12,
1234             op/append portability (EBCDIC) tweak.
1235     Branch: maint-5.6/perl
1236	  !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
1237	  !> t/op/append.t
1238____________________________________________________________________________
1239[  8910] By: jhi                                   on 2001/02/23  02:07:33
1240        Log: Integrate change #8909 from mainline, a better Borland
1241             putenv() workaround.
1242     Branch: maint-5.6/perl
1243	  !> perl.c
1244____________________________________________________________________________
1245[  8900] By: jhi                                   on 2001/02/23  01:18:02
1246        Log: Integrate changes #8898,8899 from mainline, environ handling.
1247     Branch: maint-5.6/perl
1248	  !> perl.c
1249____________________________________________________________________________
1250[  8894] By: gsar                                  on 2001/02/22  19:06:18
1251        Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
1252
1253             fix memory leak in method call optimization (change#3768);
1254             made C<eval "$x->foo()"> leak
1255
1256             fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
1257     Branch: maint-5.6/perl
1258	  !> op.c
1259____________________________________________________________________________
1260[  8886] By: jhi                                   on 2001/02/22  12:49:24
1261        Log: Integrate changes #8883,8884 from mainline to maintperl.
1262
1263             Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
1264             Subject: Re: File::Temp::_gettemp warning
1265     Branch: maint-5.6/perl
1266	  !> embed.h embed.pl lib/File/Temp.pm
1267____________________________________________________________________________
1268[  8885] By: jhi                                   on 2001/02/22  12:43:59
1269        Log: Based on
1270
1271             Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
1272             From: schwab@suse.de
1273             Date: Thu, 22 Feb 2001 13:08:09 +0100
1274             Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
1275
1276             but the fix done slightly differently because the other
1277             half was already done in #8664.
1278     Branch: maint-5.6/perl
1279	   ! ext/POSIX/POSIX.xs
1280____________________________________________________________________________
1281[  8882] By: jhi                                   on 2001/02/21  19:41:33
1282        Log: Integrate change #8881 from mainlin to maintperl.
1283
1284             Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
1285     Branch: maint-5.6/perl
1286	  !> op.c
1287____________________________________________________________________________
1288[  8871] By: jhi                                   on 2001/02/21  14:07:29
1289        Log: Integrate change #8868 from pureperl to maintperl.
1290
1291             Fixed reference count loop caused by sv_magic.
1292     Branch: maint-5.6/perl
1293	  !> sv.c
1294____________________________________________________________________________
1295[  8863] By: jhi                                   on 2001/02/20  20:55:11
1296        Log: Integrate change #8860,8861 from mainline into maintperl.
1297
1298             "pseudo-literal j"
1299
1300             Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
1301     Branch: maint-5.6/perl
1302	  !> lib/Test.pm pod/perlop.pod
1303____________________________________________________________________________
1304[  8856] By: jhi                                   on 2001/02/20  17:33:16
1305        Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
1306     Branch: maint-5.6/perl
1307	  !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
1308	  !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
1309	  !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
1310____________________________________________________________________________
1311[  8855] By: jhi                                   on 2001/02/20  17:32:13
1312        Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
1313
1314             Fixed %^H scoping bug
1315
1316             Removed GV <-> CV refcount loop
1317
1318             Removed %ENV refcount loop
1319     Branch: maint-5.6/perl
1320	  !> gv.c op.c perl.c pp.c scope.c
1321____________________________________________________________________________
1322[  8854] By: jhi                                   on 2001/02/20  17:25:06
1323        Log: Subject: Addition to readme.win32 for Borland C++ compilers
1324             Date: Tue, 20 Feb 2001 02:15:25 +0300
1325             From: "Vadim Konovalov" <watman@inbox.ru>
1326             Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
1327
1328             Document Borland compiler misbehaviour.
1329     Branch: maint-5.6/perl
1330	   ! README.win32
1331____________________________________________________________________________
1332[  8853] By: jhi                                   on 2001/02/20  17:22:25
1333        Log: The assimilation of ebcdic.c didn't quite work at the first try,
1334             patches from Thomas Dorner.
1335     Branch: maint-5.6/perl
1336	   ! handy.h util.c
1337____________________________________________________________________________
1338[  8852] By: jhi                                   on 2001/02/20  17:20:15
1339        Log: Subject: [PATCH] More Mac OS patches for maint-5.6
1340             From: Chris Nandor <pudge@pobox.com>
1341             Date: Tue, 20 Feb 2001 08:32:45 -0500
1342             Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
1343     Branch: maint-5.6/perl
1344	   ! makedef.pl mg.c
1345____________________________________________________________________________
1346[  8831] By: jhi                                   on 2001/02/18  19:14:20
1347        Log: Integrate change #8827 from mainline.
1348
1349             UTF8 tweaks.
1350     Branch: maint-5.6/perl
1351	  !> sv.c utf8.c
1352____________________________________________________________________________
1353[  8818] By: jhi                                   on 2001/02/18  02:24:50
1354        Log: FAQ nit from Chris Fedde.
1355     Branch: maint-5.6/perl
1356	   ! pod/perlfaq4.pod
1357____________________________________________________________________________
1358[  8810] By: jhi                                   on 2001/02/15  13:35:08
1359        Log: Upgrade to podlators 1.08, from Russ Allbery.
1360     Branch: maint-5.6/perl
1361	   ! lib/Pod/Man.pm lib/Pod/Text.pm
1362____________________________________________________________________________
1363[  8809] By: jhi                                   on 2001/02/15  13:26:38
1364        Log: (accidentally empty check-in)
1365     Branch: maint-5.6/perl
1366	   ! lib/Test/Harness.pm
1367____________________________________________________________________________
1368[  8808] By: jhi                                   on 2001/02/15  13:23:47
1369        Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
1370             From: Russ Allbery <rra@stanford.edu>
1371             Date: 14 Feb 2001 10:15:41 -0800
1372             Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
1373
1374             perldoc was hardcoding $Config{installscript}, which breaks
1375             when install* isn't where Perl ends up (such as with AFS).
1376
1377             Use $Config{scriptdir} instead.
1378     Branch: maint-5.6/perl
1379	   ! utils/perldoc.PL
1380____________________________________________________________________________
1381[  8806] By: jhi                                   on 2001/02/14  14:25:31
1382        Log: Integrate changes #8803,8804,8805 from mainline.
1383
1384             Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
1385
1386             Don't skip too much of the locale error message if no environ array,
1387             from Chris Nandor.
1388
1389             More MacOS Classic fixes from Chris Nandor.
1390     Branch: maint-5.6/perl
1391	  !> doop.c lib/Cwd.pm perl.c perl.h util.c
1392____________________________________________________________________________
1393[  8801] By: jhi                                   on 2001/02/13  17:55:19
1394        Log: Integrate change #8792 from mainline.
1395
1396             Subject: buncha MacPerl patches for bleadperl
1397             From: Chris Nandor <pudge@pobox.com>
1398             Date: Tue, 13 Feb 2001 00:02:43 -0500
1399             Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
1400     Branch: maint-5.6/perl
1401	  !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
1402	  !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
1403	  !> t/lib/basename.t toke.c util.h
1404____________________________________________________________________________
1405[  8800] By: jhi                                   on 2001/02/13  17:46:43
1406        Log: When doing that Fpos_t used in PerlIO_getpos proto needs
1407             to be forced to Off_t.
1408
1409             Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
1410             From: nick@ccl4.org
1411             Date: Thu, 1 Feb 2001 12:01:04 +0000
1412             Message-Id: <20010201120103.E11401@plum.flirble.org>
1413     Branch: maint-5.6/perl
1414	   ! iperlsys.h perlio.c
1415____________________________________________________________________________
1416[  8799] By: jhi                                   on 2001/02/13  16:52:51
1417        Log: Duplex duplex hunk hunk.
1418     Branch: maint-5.6/perl
1419	   ! Makefile.SH
1420____________________________________________________________________________
1421[  8794] By: jhi                                   on 2001/02/13  14:26:51
1422        Log: Integrate change #8793 from mainline, FAQ updates.
1423     Branch: maint-5.6/perl
1424	  !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
1425____________________________________________________________________________
1426[  8791] By: jhi                                   on 2001/02/13  14:10:39
1427        Log: Integrate change #8790 from mainline.
1428
1429             environ array wrongly assumed in Perl_init_i18nl10n(),
1430     Branch: maint-5.6/perl
1431	  !> util.c
1432____________________________________________________________________________
1433[  8789] By: jhi                                   on 2001/02/13  13:58:07
1434        Log: Integrate changes #8373,8487,8544,8783 from mainline.
1435
1436             Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
1437             hints files, the dynaloading, assimilate ebcdic into util.c.
1438     Branch: maint-5.6/perl
1439	   - ebcdic.c
1440	   ! MANIFEST hints/posix-bc.sh
1441	  !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
1442	  !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
1443	  !> perlapi.c proto.h util.c
1444____________________________________________________________________________
1445[  8786] By: jhi                                   on 2001/02/13  05:54:34
1446        Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
1447             From: Dorner Thomas <Thomas.Dorner@start.de>
1448             Date: Mon, 12 Feb 2001 15:06:26 +0100
1449             Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
1450     Branch: maint-5.6/perl
1451	   ! Makefile.SH
1452____________________________________________________________________________
1453[  8782] By: jhi                                   on 2001/02/13  02:00:07
1454        Log: Add OpenBSD to the list of 5.6.1-okay platforms.
1455     Branch: maint-5.6/perl
1456	   ! pod/perlport.pod
1457____________________________________________________________________________
1458[  8781] By: jhi                                   on 2001/02/13  01:58:44
1459        Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
1460     Branch: maint-5.6/perl
1461	   ! hints/openbsd.sh
1462____________________________________________________________________________
1463[  8780] By: jhi                                   on 2001/02/13  01:57:33
1464        Log: Synchronize the regexp tests between maintperl and mainline.
1465     Branch: maint-5.6/perl
1466	  !> t/op/re_tests
1467____________________________________________________________________________
1468[  8777] By: jhi                                   on 2001/02/13  00:17:54
1469        Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
1470             From: Hugo <hv@crypt.compulink.co.uk>
1471             Date: Tue, 13 Feb 2001 00:11:11 +0000
1472             Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
1473     Branch: maint-5.6/perl
1474	   ! regcomp.c t/op/re_tests
1475____________________________________________________________________________
1476[  8776] By: jhi                                   on 2001/02/12  23:25:52
1477        Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
1478     Branch: maint-5.6/perl
1479	   ! pod/perlport.pod
1480____________________________________________________________________________
1481[  8775] By: jhi                                   on 2001/02/12  23:04:28
1482        Log: VOS updates for 5.6-TRIAL2 from Paul Green.
1483     Branch: maint-5.6/perl
1484	   ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
1485	   ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1486	   ! vos/configure_perl.cm
1487____________________________________________________________________________
1488[  8758] By: jhi                                   on 2001/02/10  18:01:17
1489        Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
1490
1491             Fixed UMRs and leak in Perl_pmtrans()
1492
1493             Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
1494             associated UTFied tr/// code.  Also fixed scoping leak of
1495             PL_reg_start_tmp.
1496
1497             newATTRSUB leaks when an attempt to redefine the active sort sub is
1498             made.
1499     Branch: maint-5.6/perl
1500	  !> op.c regcomp.c
1501____________________________________________________________________________
1502[  8748] By: jhi                                   on 2001/02/09  18:31:34
1503        Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
1504             plus manual tweakage.
1505
1506             Sync the perlfaq2 between mainline and maintperl.
1507     Branch: maint-5.6/perl
1508	   ! pod/perlfaq2.pod
1509     Branch: perl
1510	  !> pod/perlfaq2.pod
1511____________________________________________________________________________
1512[  8746] By: jhi                                   on 2001/02/09  18:03:43
1513        Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
1514
1515             Subject: perlfaq2, re: perlmongers
1516
1517             Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
1518
1519             Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
1520
1521             Subject: [ID 20010205.001] typo in perlfaq9
1522
1523             Subject: [ID 20010208.002] unordered explanation in perlcall
1524     Branch: maint-5.6/perl
1525	  !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
1526	  !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
1527	  !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
1528____________________________________________________________________________
1529[  8740] By: jhi                                   on 2001/02/09  17:03:46
1530        Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
1531             From: "Brendan O'Dea" <bod@compusol.com.au>
1532             Date: Sun, 4 Feb 2001 11:17:56 +1100
1533             Message-ID: <20010204111756.A16301@compusol.com.au>
1534     Branch: maint-5.6/perl
1535	   ! pod/perlfaq3.pod
1536____________________________________________________________________________
1537[  8739] By: jhi                                   on 2001/02/09  17:01:59
1538        Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
1539             From: "Indy Singh" <indy@nusphere.com>
1540             Date: Fri, 2 Feb 2001 15:09:59 -0500
1541             Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
1542
1543             Html files will be generated with a header to make them look
1544             a little less bare.
1545     Branch: maint-5.6/perl
1546	   ! installhtml
1547____________________________________________________________________________
1548[  8738] By: jhi                                   on 2001/02/09  16:58:48
1549        Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
1550             From: "Indy Singh" <indy@nusphere.com>
1551             Date: Fri, 2 Feb 2001 15:08:23 -0500
1552             Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
1553
1554             Html files will be installed in a more logical and easier to
1555             find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
1556     Branch: maint-5.6/perl
1557	   ! win32/Makefile win32/makefile.mk
1558____________________________________________________________________________
1559[  8736] By: jhi                                   on 2001/02/09  16:42:31
1560        Log: Latin nit from Philip Newton.
1561     Branch: maint-5.6/perl
1562	   ! README.hpux
1563____________________________________________________________________________
1564[  8733] By: jhi                                   on 2001/02/09  15:35:47
1565        Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
1566             From: Prymmer/Kahn <pvhp@best.com>
1567             Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
1568             Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
1569     Branch: maint-5.6/perl
1570	   ! pod/perlre.pod
1571____________________________________________________________________________
1572[  8732] By: jhi                                   on 2001/02/09  15:26:17
1573        Log: Rename README.posix-bc to README.bs2000 (to avoid the
1574             confusion of a "perlposix-bc.pod"), add a few missing
1575             arch pods, regen toc.
1576     Branch: maint-5.6/perl
1577	  +> README.bs2000
1578	   - README.posix-bc
1579	   ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
1580	   ! pod/perltoc.pod win32/Makefile win32/makefile.mk
1581____________________________________________________________________________
1582[  8728] By: jhi                                   on 2001/02/09  14:46:06
1583        Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
1584             From: Peter Prymmer <pvhp@forte.com>
1585             Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
1586             Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
1587     Branch: maint-5.6/perl
1588	   ! README.vmesa win32/Makefile win32/makefile.mk
1589____________________________________________________________________________
1590[  8727] By: jhi                                   on 2001/02/09  14:33:25
1591        Log: Integrate change #8712 from mainline.
1592
1593             [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
1594     Branch: maint-5.6/perl
1595	  !> lib/Pod/Find.pm
1596____________________________________________________________________________
1597[  8725] By: jhi                                   on 2001/02/09  04:56:47
1598        Log: Add NonStopUX to the list of 5.6.1-proven platforms.
1599     Branch: maint-5.6/perl
1600	   ! pod/perlport.pod
1601____________________________________________________________________________
1602[  8723] By: jhi                                   on 2001/02/09  03:29:29
1603        Log: Integrate change #8722 from mainline.
1604
1605             The Im() function wasn't returning zero for non-Math::Complex
1606             arguments.  The bug reported by John Gamble.
1607     Branch: maint-5.6/perl
1608	  !> lib/Math/Complex.pm
1609____________________________________________________________________________
1610[  8703] By: gsar                                  on 2001/02/06  02:29:37
1611        Log: $(MAKE) distclean doesn't clean up properly on windows
1612     Branch: maint-5.6/perl
1613	   ! win32/Makefile win32/makefile.mk
1614____________________________________________________________________________
1615[  8702] By: gsar                                  on 2001/02/06  01:00:46
1616        Log: tweak change#8659 to keep it simple
1617     Branch: maint-5.6/perl
1618	   ! utils/perldoc.PL
1619____________________________________________________________________________
1620[  8701] By: gsar                                  on 2001/02/05  22:45:41
1621        Log: change#8693 was missing testsuite changes
1622     Branch: maint-5.6/perl
1623	  !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
1624____________________________________________________________________________
1625[  8695] By: gsar                                  on 2001/02/05  03:27:34
1626        Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
1627     Branch: maint-5.6/perl
1628	   ! thread.h
1629____________________________________________________________________________
1630[  8693] By: gsar                                  on 2001/02/04  22:38:49
1631        Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
1632             changes)
1633     Branch: maint-5.6/perl
1634	  !> ext/DB_File/Changes ext/DB_File/DB_File.pm
1635	  !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
1636	  !> ext/DB_File/version.c
1637____________________________________________________________________________
1638[  8687] By: jhi                                   on 2001/02/03  17:11:42
1639        Log: HP-UX thread patches from Merijn H. Brand.
1640     Branch: maint-5.6/perl
1641	   ! README.hpux hints/hpux.sh
1642____________________________________________________________________________
1643[  8682] By: jhi                                   on 2001/02/03  05:52:11
1644        Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
1645             to work correctly.
1646     Branch: maint-5.6/perl
1647	   ! hints/irix_6.sh
1648____________________________________________________________________________
1649[  8681] By: jhi                                   on 2001/02/03  05:47:33
1650        Log: perlport tweaks from Peter Prymmer and Chris Nandor.
1651     Branch: maint-5.6/perl
1652	   ! pod/perlport.pod
1653____________________________________________________________________________
1654[  8680] By: jhi                                   on 2001/02/02  21:39:49
1655        Log: perlport update from Peter Prymmer.
1656     Branch: maint-5.6/perl
1657	   ! pod/perlport.pod
1658____________________________________________________________________________
1659[  8678] By: gsar                                  on 2001/02/02  16:02:12
1660        Log: note about bincompat, slightly modified (from Lupe Christoph)
1661     Branch: maint-5.6/perl
1662	   ! README.solaris
1663____________________________________________________________________________
1664[  8677] By: jhi                                   on 2001/02/02  15:46:20
1665        Log: Supported platforms updates.
1666     Branch: maint-5.6/perl
1667	   ! pod/perlport.pod
1668____________________________________________________________________________
1669[  8676] By: jhi                                   on 2001/02/02  03:41:26
1670        Log: A couple more perlfaq2 tweaks.
1671     Branch: maint-5.6/perl
1672	   ! pod/perlfaq2.pod
1673____________________________________________________________________________
1674[  8675] By: jhi                                   on 2001/02/02  03:17:44
1675        Log: Misedit in #8661.
1676     Branch: maint-5.6/perl
1677	   ! Configure
1678____________________________________________________________________________
1679[  8674] By: jhi                                   on 2001/02/02  03:14:38
1680        Log: Damien again.
1681     Branch: maint-5.6/perl
1682	   ! pod/perlfaq2.pod
1683____________________________________________________________________________
1684[  8673] By: jhi                                   on 2001/02/02  03:12:40
1685        Log: perlfaq update from Elaine Ashton.
1686     Branch: maint-5.6/perl
1687	   ! pod/perlfaq2.pod
1688____________________________________________________________________________
1689[  8672] By: jhi                                   on 2001/02/02  03:07:08
1690        Log: UTF-8 s/// patch from Inaba Hiroto.
1691     Branch: maint-5.6/perl
1692	   ! pp_ctl.c pp_hot.c
1693____________________________________________________________________________
1694[  8669] By: jhi                                   on 2001/02/01  21:57:02
1695        Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
1696             From: Robin Barker <rmb1@cise.npl.co.uk>
1697             Date: Thu, 1 Feb 2001 16:59:05 GMT
1698             Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
1699     Branch: maint-5.6/perl
1700	   ! pod/perlmodlib.PL
1701____________________________________________________________________________
1702[  8667] By: gsar                                  on 2001/02/01  16:59:11
1703        Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
1704     Branch: maint-5.6/perl
1705	   ! embed.pl embedvar.h
1706____________________________________________________________________________
1707[  8666] By: gsar                                  on 2001/02/01  16:34:51
1708        Log: add missing entries to win32/config.?c
1709     Branch: maint-5.6/perl
1710	   ! win32/config.bc win32/config.gc win32/config.vc
1711	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1712____________________________________________________________________________
1713[  8665] By: jhi                                   on 2001/02/01  14:58:51
1714        Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
1715             From: "Stephen P. Potter" <spp@spotter.yi.org>
1716             Date: Thu, 01 Feb 2001 10:45:46 -0500
1717             Message-Id: <200102011545.KAA31479@spotter.yi.org>
1718     Branch: maint-5.6/perl
1719	   ! pod/perlfunc.pod
1720____________________________________________________________________________
1721[  8664] By: gsar                                  on 2001/02/01  14:52:37
1722        Log: need to use INT2PTR instead of a straight cast or ia64 fails
1723             posix.t (from Brendan O'Dea <bod@compusol.com.au>)
1724     Branch: maint-5.6/perl
1725	   ! ext/POSIX/POSIX.xs
1726____________________________________________________________________________
1727[  8663] By: jhi                                   on 2001/02/01  14:09:13
1728        Log: Allow the float to be fuzzier.
1729     Branch: maint-5.6/perl
1730	   ! t/lib/peek.t
1731____________________________________________________________________________
1732[  8662] By: jhi                                   on 2001/02/01  13:59:00
1733        Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
1734             From: Robin Barker <rmb1@cise.npl.co.uk>
1735             Date: Thu, 1 Feb 2001 13:05:39 GMT
1736             Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
1737     Branch: maint-5.6/perl
1738	   ! pod/perlmodlib.pod
1739____________________________________________________________________________
1740[  8661] By: jhi                                   on 2001/02/01  13:57:38
1741        Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
1742             Date: Thu, 01 Feb 2001 14:15:41 +0100
1743             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1744             Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
1745
1746             Have the $ccflags in the gcc version test (strange, this change
1747             is claimed to be have been integrated already)
1748     Branch: maint-5.6/perl
1749	   ! Configure
1750____________________________________________________________________________
1751[  8660] By: jhi                                   on 2001/02/01  13:44:10
1752        Log: Integrate changes #7950,7964,7962 from mainline.
1753
1754             Find the stdchar signedness using cpp, should fix some of
1755             the Solaris compiler warnings reported by Alan Burlison.
1756     Branch: maint-5.6/perl
1757	  !> Configure config_h.SH
1758____________________________________________________________________________
1759[  8659] By: jhi                                   on 2001/02/01  05:35:32
1760        Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
1761             From: Jan Dubois <JanD@ActiveState.com>
1762             Date: Wed, 31 Jan 2001 21:17:03 -0800
1763             Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
1764     Branch: maint-5.6/perl
1765	   ! utils/perldoc.PL
1766____________________________________________________________________________
1767[  8658] By: jhi                                   on 2001/02/01  04:33:17
1768        Log: Integrate the README.os390 and README.posix-bc parts of mainline
1769             changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
1770             installperl parts were taken care of by #8657.)
1771     Branch: maint-5.6/perl
1772	  !> README.os390 README.posix-bc
1773____________________________________________________________________________
1774[  8657] By: jhi                                   on 2001/02/01  04:29:21
1775        Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
1776             From: Peter Prymmer <pvhp@forte.com>
1777             Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
1778             Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
1779     Branch: maint-5.6/perl
1780	   + ext/DynaLoader/dl_dllload.xs
1781	   ! MANIFEST Makefile.SH hints/os390.sh installperl
1782____________________________________________________________________________
1783[  8656] By: jhi                                   on 2001/02/01  04:25:45
1784        Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
1785             From: Peter Prymmer <pvhp@forte.com>
1786             Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
1787             Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
1788     Branch: maint-5.6/perl
1789	   ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
1790____________________________________________________________________________
1791[  8655] By: jhi                                   on 2001/02/01  04:14:47
1792        Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
1793             From: troc@netrus.net
1794             Date: Wed, 31 Jan 2001 22:31:26 -0500
1795             Message-Id: <200102010331.WAA117.85@rocco.homenet>
1796     Branch: maint-5.6/perl
1797	   ! os2/os2.c
1798____________________________________________________________________________
1799[  8654] By: jhi                                   on 2001/02/01  04:12:52
1800        Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
1801             as reported by Alan Burlison.
1802     Branch: maint-5.6/perl
1803	   ! pp.h
1804____________________________________________________________________________
1805[  8653] By: jhi                                   on 2001/02/01  04:05:12
1806        Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
1807             From: dsugalski@northernlight.com
1808             Date: Wed, 31 Jan 2001 18:54:11 -0500
1809             Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
1810     Branch: maint-5.6/perl
1811	   ! configure.com
1812____________________________________________________________________________
1813[  8652] By: jhi                                   on 2001/02/01  04:03:11
1814        Log: Misplaced #endif.
1815
1816             Subject: [perl-5-6-1-trial2] patches for EPOC
1817             From: Olaf Flebbe <O.Flebbe@science-computing.de>
1818             Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
1819             Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
1820     Branch: maint-5.6/perl
1821	   ! epoc/epocish.c
1822____________________________________________________________________________
1823[  8651] By: jhi                                   on 2001/02/01  04:00:25
1824        Log: Integrate changes #8647,8648,8650 from mainline.
1825
1826             Macrofy a magic UTF-8 test.
1827
1828             Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
1829
1830             Watch out for cross compiling for EPOC (usually done on linux).
1831     Branch: maint-5.6/perl
1832	  !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
1833____________________________________________________________________________
1834[  8649] By: gsar                                  on 2001/02/01  00:46:00
1835        Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
1836     Branch: maint-5.6/perl
1837	   ! sv.c
1838____________________________________________________________________________
1839[  8646] By: gsar                                  on 2001/01/31  15:55:12
1840        Log: update Changes
1841     Branch: maint-5.6/perl
1842	   ! Changes
1843____________________________________________________________________________
1844[  8645] By: gsar                                  on 2001/01/31  15:10:14
1845        Log: Configure tweak suggested by Peter Prymmer
1846     Branch: maint-5.6/perl
1847	   ! Configure
1848____________________________________________________________________________
1849[  8644] By: gsar                                  on 2001/01/31  15:06:32
1850        Log: more files need to be writable in the source distribution
1851     Branch: maint-5.6/perl
1852	   ! Porting/makerel
1853____________________________________________________________________________
1854[  8643] By: jhi                                   on 2001/01/31  14:59:46
1855        Log: Integrate changes #8258,8278,8279 from mainline.
1856
1857             Make the large file tests more robust/talkative.
1858     Branch: maint-5.6/perl
1859	  !> t/lib/syslfs.t t/op/lfs.t
1860____________________________________________________________________________
1861[  8642] By: gsar                                  on 2001/01/31  14:53:48
1862        Log: integrate changes#8311,8334 from mainline
1863
1864             Add a new MakeMaker variable PM_FILTER that defines a Unix
1865             filter to be run on each .pm during the pm_to_blib() phase,
1866             a fixed version of
1867             Subject: PATCH (blead 8269) ExtUtils::MakeMaker
1868
1869             Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
1870             Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
1871             accurate reading of the "atime".
1872     Branch: maint-5.6/perl
1873	  !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
1874	  !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1875	  !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
1876____________________________________________________________________________
1877[  8641] By: jhi                                   on 2001/01/31  14:46:37
1878        Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
1879     Branch: maint-5.6/perl
1880	   ! lib/Getopt/Long.pm
1881____________________________________________________________________________
1882[  8640] By: gsar                                  on 2001/01/31  14:40:24
1883        Log: make regen_all
1884     Branch: maint-5.6/perl
1885	   ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
1886____________________________________________________________________________
1887[  8639] By: gsar                                  on 2001/01/31  14:37:25
1888        Log: refresh windows config files
1889     Branch: maint-5.6/perl
1890	   ! win32/Makefile win32/config_H.bc win32/config_H.gc
1891	   ! win32/config_H.vc win32/makefile.mk
1892____________________________________________________________________________
1893[  8638] By: gsar                                  on 2001/01/31  14:28:10
1894        Log: makefile tweaks for windows: introduce a bulk-switch to enable
1895             same options as ActivePerl; sync changes with makefile.mk
1896     Branch: maint-5.6/perl
1897	   ! win32/Makefile win32/makefile.mk
1898____________________________________________________________________________
1899[  8636] By: jhi                                   on 2001/01/31  02:38:32
1900        Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
1901             no perlio],8257,8380,8479,8515 from mainline.
1902
1903             Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
1904
1905             Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
1906             Subject: [PATCH perl@8133] fix-up for VMS extensions
1907
1908             In VMS embedded perls couldn't access the statically built Socket.
1909
1910             Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
1911
1912             Further VMS piping fixes from Charles Lane.
1913
1914             Subject:  [PATCH] make t/op/misc.t work on VMS
1915
1916             Add tracing for debugging extensions builds in VMS.
1917
1918             Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
1919     Branch: maint-5.6/perl
1920	  !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
1921	  !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
1922	  !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
1923____________________________________________________________________________
1924[  8635] By: jhi                                   on 2001/01/31  01:46:41
1925        Log: Integrate change #7732 from mainline.
1926
1927             Sparc 64-bit pack() fix from Jens Hamisch.
1928     Branch: maint-5.6/perl
1929	  !> pp.c
1930____________________________________________________________________________
1931[  8634] By: jhi                                   on 2001/01/31  01:41:16
1932        Log: One spot missing from #8626.
1933     Branch: maint-5.6/perl
1934	   ! sv.c
1935____________________________________________________________________________
1936[  8633] By: jhi                                   on 2001/01/31  00:49:17
1937        Log: Integrate change #7495 from mainline.
1938
1939             Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
1940     Branch: maint-5.6/perl
1941	  !> MANIFEST ext/re/Makefile.PL
1942____________________________________________________________________________
1943[  8632] By: jhi                                   on 2001/01/30  23:38:49
1944        Log: Integrate change #8396 from mainline.
1945
1946             Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
1947             better multicast support (resend)
1948     Branch: maint-5.6/perl
1949	  !> ext/Socket/Socket.pm
1950____________________________________________________________________________
1951[  8631] By: jhi                                   on 2001/01/30  23:28:03
1952        Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
1953
1954             More AIX lore. (7514, ext/re/hints/aix.pl)
1955
1956             Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
1957
1958             Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
1959
1960             Subject: [ID 20001214.002] Net::Ping patch
1961
1962             Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
1963
1964             Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
1965
1966             Add ReuseAddr as a (preferred) alias for Reuse as we now
1967             also have ReusePort.
1968
1969             Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
1970     Branch: maint-5.6/perl
1971	  +> ext/re/hints/aix.pl
1972	  !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
1973	  !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
1974____________________________________________________________________________
1975[  8630] By: jhi                                   on 2001/01/30  23:03:59
1976        Log: Integrate changes #8215,8587 from mainline: missing pod nits.
1977
1978             read() documentation tweak for 20001121.004.
1979
1980             Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
1981     Branch: maint-5.6/perl
1982	  !> pod/perlfunc.pod pod/perlre.pod
1983____________________________________________________________________________
1984[  8629] By: jhi                                   on 2001/01/30  22:41:57
1985        Log: Integrate change #8098 from mainline.
1986
1987             fastgetcwd is defined using a glob alias on a $^O dependent basis
1988             and there was no default assignment or perl subroutine.
1989     Branch: maint-5.6/perl
1990	  !> lib/Cwd.pm
1991____________________________________________________________________________
1992[  8628] By: jhi                                   on 2001/01/30  21:58:52
1993        Log: Integrate change #7866 from mainline.
1994
1995             File::Temp 0.11.
1996     Branch: maint-5.6/perl
1997	  !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
1998____________________________________________________________________________
1999[  8627] By: jhi                                   on 2001/01/30  21:39:44
2000        Log: Integrate changes #8075,8086,8228 from mainline.
2001
2002             Darwin is not Windows. (8075,8086)
2003
2004             Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
2005     Branch: maint-5.6/perl
2006	  !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
2007	  !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
2008	  !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
2009	  !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
2010____________________________________________________________________________
2011[  8626] By: jhi                                   on 2001/01/30  21:22:11
2012        Log: Integrate with tweakery the change #8625 from mainline,
2013             the multibyte decimal separator fix ("fa_IR locale failure").
2014     Branch: maint-5.6/perl
2015	   ! embedvar.h perlapi.h
2016	  !> intrpvar.h perl.c perl.h sv.c util.c
2017____________________________________________________________________________
2018[  8624] By: gsar                                  on 2001/01/30  20:17:03
2019        Log: regen_headers
2020     Branch: maint-5.6/perl
2021	   ! Makefile.SH pod/perlintern.pod
2022____________________________________________________________________________
2023[  8623] By: gsar                                  on 2001/01/30  19:42:34
2024        Log: backout change#7431 and its dependents (causes spurious rebuilds
2025             of autogenerated files)
2026
2027             fix benign b.t failure
2028     Branch: maint-5.6/perl
2029	   ! Makefile.SH t/lib/b.t
2030____________________________________________________________________________
2031[  8621] By: gsar                                  on 2001/01/30  19:24:47
2032        Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
2033             from mainline
2034
2035             Subject: podlators 1.06 released
2036
2037             Subject: [PATCH @8436] Eliminate op_children
2038
2039             (Replaced by #8448)  Traces of op_children (cleanup of #8442)
2040
2041             (Replaced by #8448)  More op_children traces (cleanup of #8442).
2042
2043             Subject: [PATCH #3 @8436] Re: Eliminate op_children
2044             Replace #8444 and #8445.
2045
2046             Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
2047             at the setting of the ofs_sv in new_struct_thread() as the
2048             thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
2049             uninitialized fields are, uh, initialized with),
2050             SvREFCNT_inc()ing that invited a core dump.
2051
2052             podlators 1.07, from Russ Allbery.
2053
2054             Subject: [PATCH] regcomp.c old feature removal
2055             From: mjd@plover.com
2056             Date: 16 Jan 2001 14:43:18 -0000
2057             Message-ID: <20010116144318.7140.qmail@plover.com>
2058     Branch: maint-5.6/perl
2059	  +> lib/Pod/Text/Overstrike.pm
2060	  !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
2061	  !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
2062	  !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
2063	  !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
2064	  !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
2065	  !> util.c
2066____________________________________________________________________________
2067[  8620] By: gsar                                  on 2001/01/30  18:48:32
2068        Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
2069             8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
2070             now fails one test)
2071
2072             Subject: [PATCH] lvalue AUTOLOAD. No, really.
2073
2074             Subject: [PATCH] Interesting syntax idea
2075             Make opens + bareword assigns do typeglob assigns.
2076
2077             Tests for #8254.
2078
2079             Subject: [PATCH @8269] Continue blocks and B::Deparse
2080             Make the peephole optimizer to bypass more null ops and
2081             and rewrite the deparse handling of continue blocks.
2082
2083             Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
2084             Doc tweak on #8313.
2085
2086             Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
2087
2088             Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
2089
2090             Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
2091
2092             Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
2093             Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
2094             according to the platform.
2095
2096             Subject: [PATCH @8404] Consolidated lvalue sub changes
2097
2098             Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
2099
2100             Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
2101
2102             Subject: B::Concise -- an improved replacement for B::Terse
2103
2104             The B::Terse drop-in replacement wasn't quite drop-in.
2105
2106             The LVRET macro needed an aTHX.
2107
2108             Use the /^Perl_/-less form of is_lvalue_sub().
2109
2110             Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
2111     Branch: maint-5.6/perl
2112	  +> ext/B/B/Concise.pm
2113	  !> (integrate 27 files)
2114____________________________________________________________________________
2115[  8616] By: jhi                                   on 2001/01/30  18:20:58
2116        Log: Integrate partly the change #8615 from mainline, the t/op/each.t
2117             part isn't applicable to maintperl.
2118
2119             UTF-8 nit from Inaba Hiroto.
2120     Branch: maint-5.6/perl
2121	  !> pod/perlapi.pod utf8.c
2122____________________________________________________________________________
2123[  8613] By: gsar                                  on 2001/01/30  16:39:59
2124        Log: make it possible to run the tests outside the source tree
2125             (there's still a dependency on ../lib being the library
2126             location)
2127     Branch: maint-5.6/perl
2128	   ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
2129____________________________________________________________________________
2130[  8612] By: gsar                                  on 2001/01/30  16:31:12
2131        Log: perldoc nit on windows
2132     Branch: maint-5.6/perl
2133	   ! utils/perldoc.PL
2134____________________________________________________________________________
2135[  8611] By: gsar                                  on 2001/01/30  16:22:54
2136        Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
2137             gets weird results)
2138     Branch: maint-5.6/perl
2139	   ! win32/vdir.h
2140____________________________________________________________________________
2141[  8610] By: gsar                                  on 2001/01/30  16:12:45
2142        Log: avoid uninitialized value warnings
2143     Branch: maint-5.6/perl
2144	   ! win32/bin/search.pl
2145____________________________________________________________________________
2146[  8609] By: gsar                                  on 2001/01/30  16:08:01
2147        Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
2148             library (11.0 and later have pthreads but 10.x don't)
2149     Branch: maint-5.6/perl
2150	   ! hints/hpux.sh thread.h
2151____________________________________________________________________________
2152[  8608] By: gsar                                  on 2001/01/30  15:48:55
2153        Log: perl's internal variables are not for public consumption,
2154             move their docs from perlapi.pod to perlintern.pod
2155     Branch: maint-5.6/perl
2156	   ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
2157	   ! thrdvar.h
2158____________________________________________________________________________
2159[  8607] By: gsar                                  on 2001/01/30  15:44:27
2160        Log: mistakenly branched perl56delta.pod, revert
2161     Branch: maint-5.6/perl
2162	   - pod/perl56delta.pod
2163	  !> pod/perldelta.pod
2164____________________________________________________________________________
2165[  8606] By: gsar                                  on 2001/01/30  14:20:24
2166        Log: integrate changes#7984,7987,8010 from mainline (gets rid of
2167             dTHR which has been a noop for a while now, except for the
2168             compatibility definition in thread.h)
2169     Branch: maint-5.6/perl
2170	  !> (integrate 45 files)
2171____________________________________________________________________________
2172[  8605] By: jhi                                   on 2001/01/30  05:43:58
2173        Log: Mark the UTF-8 APIs as experimental.
2174     Branch: maint-5.6/perl
2175	   ! embed.pl pod/perlapi.pod
2176____________________________________________________________________________
2177[  8604] By: jhi                                   on 2001/01/30  05:38:40
2178        Log: Nits from earlier integrates.
2179     Branch: maint-5.6/perl
2180	   ! lib/Carp/Heavy.pm
2181	  !> sv.c
2182____________________________________________________________________________
2183[  8603] By: jhi                                   on 2001/01/30  05:27:26
2184        Log: Regenerate Porting files.
2185     Branch: maint-5.6/perl
2186	   ! Porting/Glossary Porting/config.sh Porting/config_H
2187____________________________________________________________________________
2188[  8602] By: jhi                                   on 2001/01/30  05:14:59
2189        Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
2190             8310,8339,8447,8492,8493,8505,8525: documentation changes.
2191
2192             Subject: Re: perlfaq style changes
2193
2194             Subject: DOC PATCH 5.6.0: -s return value incompletely documented
2195
2196             Subject: [PATCH] docs on NaN
2197
2198             Subject: [patch] perlfaq7
2199
2200             Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
2201
2202             Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
2203
2204             Subject: [PATCH] open() example in perlfunc.pod
2205
2206             Podify README.mpeix (a new version from the web)
2207
2208             Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
2209
2210             Subject: [PATCH] format and rewording in perlfaq.pod
2211
2212             Subject: [PATCH] API Variable documentation
2213
2214             Memory management calls documentation.
2215
2216             Subject: [PATCH: perl@8482] README.vms URL updates
2217
2218             Subject: Minor typos in perlfaq2.pod
2219
2220             Subject: [PATCH] pod/perlvar.pod
2221     Branch: maint-5.6/perl
2222	  +> pod/perl56delta.pod
2223	   ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2224	  !> README.amiga README.epoc README.mpeix README.vms
2225	  !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
2226	  !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
2227	  !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
2228	  !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
2229	  !> pod/perlvar.pod thrdvar.h
2230____________________________________________________________________________
2231[  8601] By: jhi                                   on 2001/01/30  04:38:35
2232        Log: Integrate changes #8036,8096,8253 from mainline:
2233             hints changes.
2234
2235             Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
2236             Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
2237
2238             Output the (apparent) version of gcc in Tru64.
2239     Branch: maint-5.6/perl
2240	  +> ext/POSIX/hints/svr4.pl
2241	  !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
2242	  !> hints/svr4.sh t/lib/bigfltpm.t
2243____________________________________________________________________________
2244[  8600] By: jhi                                   on 2001/01/30  04:04:01
2245        Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
2246             locale fixes.
2247
2248             sprintf() does not taint since print() does not. (7863,7875,7876,7888)
2249
2250             Debian allows /usr/bin/locale to exist without any locales. (7868)
2251
2252             Allow the locale test needing POSIX and the taint test
2253             needing IPC::SysV to run under 'minitest' (basically,
2254             bail out if loading the extension fails). (8384)
2255
2256             Cleanup the locale.t output  (8480)
2257     Branch: maint-5.6/perl
2258	  !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
2259	  !> t/pragma/locale.t
2260____________________________________________________________________________
2261[  8599] By: jhi                                   on 2001/01/30  03:51:04
2262        Log: Missing generated files from #8598.
2263     Branch: maint-5.6/perl
2264	   ! embed.h global.sym objXSUB.h perlapi.c proto.h
2265____________________________________________________________________________
2266[  8598] By: jhi                                   on 2001/01/30  03:41:54
2267        Log: Integrate change #8555 from mainline, manually integrate parts
2268             of changes 8452 and 8583.
2269
2270             Subject: [PATCH] utf8.c documentation (8452)
2271
2272             No point in checking the length if the pointer is bogus. (8555)
2273
2274             Introduce bytes_from_utf8() and implement sv_eq() using it,
2275             tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
2276             produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
2277             was malformed. (8583)
2278     Branch: maint-5.6/perl
2279	   ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
2280	  !> pod/perlapi.pod sv.c utf8.c
2281____________________________________________________________________________
2282[  8597] By: gsar                                  on 2001/01/30  02:37:26
2283        Log: get PERL_OBJECT build going again on windows
2284     Branch: maint-5.6/perl
2285	   ! embed.h embed.pl global.sym objXSUB.h perlapi.c
2286	   ! pod/perlapi.pod proto.h sv.c
2287____________________________________________________________________________
2288[  8586] By: gsar                                  on 2001/01/29  13:43:44
2289        Log: make the BOM detection code not call tell() until it has to
2290             (meant to fix esoteric compatibility issues where PL_rsfp
2291             is overridden)
2292     Branch: maint-5.6/perl
2293	   ! toke.c
2294____________________________________________________________________________
2295[  8580] By: jhi                                   on 2001/01/28  05:16:25
2296        Log: Revert the change to sv_2pv() done by #8054: Someone who
2297             did SvNV_set() on a scalar that also happened to be POK,
2298             followed by sv_2pv() won't get the right coercion anymore.
2299             [Sarathy]
2300     Branch: maint-5.6/perl
2301	   ! sv.c
2302____________________________________________________________________________
2303[  8579] By: jhi                                   on 2001/01/28  05:15:04
2304        Log: Remove the #8084 effect: do not allow -Q to be interpreted
2305             as -&Q(), this is too much wiggle room.
2306     Branch: maint-5.6/perl
2307	   ! toke.c
2308____________________________________________________________________________
2309[  8578] By: jhi                                   on 2001/01/28  05:12:45
2310        Log: Needed bits of #8439 (should have been in #8576),
2311             mainly for lval substr().
2312     Branch: maint-5.6/perl
2313	   ! mg.c pp.c pp_hot.c
2314____________________________________________________________________________
2315[  8577] By: jhi                                   on 2001/01/28  05:02:46
2316        Log: A missing check-in.
2317     Branch: maint-5.6/perl
2318	   ! utf8.c
2319____________________________________________________________________________
2320[  8576] By: jhi                                   on 2001/01/28  04:26:18
2321        Log: Integrate changes #8425,8436,8439,8517 from mainline.
2322             The 8439 was not truly integrated because it had too many
2323             dependencies on the development branch and because it introduced
2324             concepts too bold for a maintenance branch (such as the qu operator).
2325
2326             Subject: [PATCH perl@8342] -Wformat
2327
2328             Tighten some of the UTF-8 tests a bit.
2329
2330             More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
2331             - The substr lval was still not okay.
2332             - Now pp_stringify and sv_setsv copies source's UTF8 flag
2333             even if IN_BYTE.  pp_stringify is called from fold_constants
2334             at optimization phase and "\x{100}" was made SvUTF8_off under
2335             use bytes (the bytes pragma is for "byte semantics" and not
2336             for "do not produce UTF8 data")
2337     Branch: maint-5.6/perl
2338	   ! t/lib/charnames.t t/op/substr.t toke.c
2339	  !> sv.c t/pragma/utf8.t
2340____________________________________________________________________________
2341[  8575] By: jhi                                   on 2001/01/28  04:01:51
2342        Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
2343
2344             Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
2345
2346             Subject: [ID 20001230.003] UTF-8 tr still hurts
2347
2348             Test cases for #8385 (from Simon's "torture.pl")
2349
2350             Start fixing UTF-8 lval substr() (8405)
2351     Branch: maint-5.6/perl
2352	  !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
2353	  !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
2354____________________________________________________________________________
2355[  8574] By: jhi                                   on 2001/01/28  03:09:06
2356        Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
2357             from mainline.
2358
2359             UTF-8 cleanup.
2360
2361             Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
2362
2363             "\x{FF}\xFF" was broken.
2364
2365             Tests for #8329 and #8330.
2366
2367             Add a note about EBCDIC versus UTF-8 to a potential problem spot.
2368
2369             IRIX compiler noticed that the bof initialization might be
2370             bypassed by control flow.
2371
2372             Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
2373     Branch: maint-5.6/perl
2374	  !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
2375	  !> regexec.c sv.c t/op/bop.t toke.c utf8.c
2376____________________________________________________________________________
2377[  8572] By: jhi                                   on 2001/01/28  02:04:49
2378        Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
2379             8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
2380             not really integrated but instead salvaged by hand
2381             (they had too many dependencies on the development release
2382             to be cleanly integratable).
2383
2384             Subject: more UTF8 test suites and an UTF8 patch
2385
2386             Tweak for MULTIPLICITY/USE_PERLIO
2387
2388             Signedness nit.
2389
2390             Turn SvUTF8 off if not required in pp_chr and pp_stringify.
2391
2392             Use the UTF8_XXX macros in is_utf8_char().
2393
2394             Rewrite pp_concat() in terms of sv_catsv().  The . operator
2395             should now be UTF-8-proof.
2396
2397             Subject: [PATCH perl@8269] scanning two hex-constants
2398             fails on EBCDIC environment (script length.t)
2399
2400             Add some Unicode chop() tests.
2401     Branch: maint-5.6/perl
2402	   ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
2403	  !> sv.c t/op/chop.t utf8.h
2404____________________________________________________________________________
2405[  8571] By: jhi                                   on 2001/01/28  00:35:59
2406        Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
2407             8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
2408
2409             Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
2410
2411             The maxiters upper limit sanity check (guarding against
2412             non-progress) assumed bytes instead of characters in s///
2413             and split().
2414
2415             Signedness nit.
2416
2417             sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
2418             join() should now be UTF-8-proof.
2419
2420             More split // UTF-8 tests. (8250)
2421     Branch: maint-5.6/perl
2422	  !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
2423	  !> util.c
2424____________________________________________________________________________
2425[  8570] By: jhi                                   on 2001/01/27  22:15:46
2426        Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
2427             8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
2428             8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
2429             8084,8204,8244,8333 from mainline.
2430
2431             For -Q where Q might be a one-letter sub name one does no more
2432             get a warning about an unknown filetest (7941,7943,7944,8084).
2433
2434             Subject: Re: [ID 20001130.011] expression parsing bug ?
2435
2436             Make uv_to_utf8() to zero-terminate its output buffer.
2437
2438             Split off t/op/length.t (7995)
2439
2440             Split off t/op/utf8decode.t (7996)
2441
2442             Remove an unnecessary 'use utf8' from the utf8.t (7998)
2443
2444             Split off t/op/concat.t (8004)
2445
2446             Split off t/op/ver.t (8005)
2447
2448             Document utf8_length(), utf8_distance(), and utf8_hop().
2449
2450             Document utf8_to_uv() better.
2451
2452             Introduce macros for UTF8 decoding (8028,8033).
2453
2454             Add test for reverse() (8030,8031).
2455
2456             Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
2457
2458             Do not return the Unicode replacement character	on UTF-8
2459             decoding failure.
2460
2461             Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
2462             not this_utf8 i.e. the output string has one, but don't mess
2463             with source assumption. (8052,8053)
2464
2465             Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
2466             writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
2467             was not expecting to be called with something that was already
2468             SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
2469             just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
2470             (8054)
2471
2472             Recode the naughty binary bytes in utf8decode.t using the \xHH.
2473
2474             Make some panic messages a bit more logical.
2475     Branch: maint-5.6/perl
2476	  +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
2477	  !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
2478	  !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
2479	  !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
2480	  !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
2481	  !> utf8.c utf8.h
2482____________________________________________________________________________
2483[  8569] By: jhi                                   on 2001/01/27  19:16:43
2484        Log: Integrate changes #7750 from perlio and #8566 from mainline.
2485     Branch: maint-5.6/perl
2486	  !> regexec.c sv.c
2487____________________________________________________________________________
2488[  8568] By: jhi                                   on 2001/01/27  18:06:51
2489        Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
2490             7783,7790[perlio],7869,7871,7872,7911,7916,7932,
2491             7935[-perlio.c],7936,7959,7965 from mainline.
2492
2493             Change the "big byte" error message to "Wide character".
2494             (7355, the croak-if-wide-chars-in-print part ignored)
2495
2496             Use UINT64_C().
2497
2498             Introduce Perl_utf8_length().
2499
2500             diff -se shows these as different (7753, forgotten check-ins)
2501
2502             Subject: [PATCH] doop.c - UTF8 tr///
2503
2504             If we use (aTHX_ ...) then put Perl_ on the front.
2505
2506             Make utf8_length() and utf8_distance() to be less forgiving
2507             about bad UTF-8.
2508
2509             Test line numbers are different with utf8.
2510
2511             No need to scan till infinity, 13 is enough. (7872,7911)
2512
2513             Subject: [PATCH] Tokeniser debugging
2514
2515             Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
2516
2517             Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
2518
2519             Be more careful in Perl_sv_utf8_downgrade().
2520
2521             Use DO_UTF8().
2522
2523             Raw zero bytes in text files confuse at least GNU patch 2.1.
2524     Branch: maint-5.6/perl
2525	  !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
2526	  !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
2527	  !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
2528	  !> t/pragma/utf8.t toke.c utf8.c utf8.h
2529____________________________________________________________________________
2530[  8553] By: jhi                                   on 2001/01/26  15:19:39
2531        Log: Integrate change #7792 from perlio (multiplicity fix),
2532             fix the AV leak in regex DEBUGGING (tiny part of the
2533             polymorphic regexp patch #8143).
2534     Branch: maint-5.6/perl
2535	   ! regcomp.c
2536	  !> scope.h
2537____________________________________________________________________________
2538[  8551] By: jhi                                   on 2001/01/26  02:33:19
2539        Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
2540             7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
2541
2542             Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
2543
2544             Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
2545
2546             Message nit.
2547
2548             BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
2549
2550             Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
2551
2552             (the cleanup of unused submatches in regtry() and regcppop())
2553
2554             Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
2555             stored and restored, and thusly was trounced by the utf8 swash
2556             routines.
2557
2558             use utf8 not required to use \x{}.
2559
2560             Removed two more tests that make no sense in UTF-8 since the test
2561             data is not in UTF-8.
2562
2563             Get the three different space character classes right under utf8.
2564
2565             Implement ANYOFUTF8 regprop() dumping.
2566
2567             Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
2568
2569             Document the regex context pushing/popping a bit better.
2570     Branch: maint-5.6/perl
2571	  +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
2572	  !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
2573	  !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
2574	  !> t/op/regmesg.t utf8.c
2575____________________________________________________________________________
2576[  8549] By: jhi                                   on 2001/01/25  15:22:28
2577        Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
2578     Branch: maint-5.6/perl
2579	   ! pod/perlfunc.pod pp.c t/pragma/utf8.t
2580____________________________________________________________________________
2581[  8548] By: jhi                                   on 2001/01/25  15:02:55
2582        Log: Integrate changes #7997,8063,8492,8547 from mainline.
2583
2584             Subject: Re: STRLEN - what?
2585
2586             Subject: [PATCH] perlguts.pod
2587
2588             Memory management calls documentation.
2589
2590             Layout using tabulator is not a good idea in a pod.
2591     Branch: maint-5.6/perl
2592	  !> pod/perlguts.pod
2593____________________________________________________________________________
2594[  8546] By: jhi                                   on 2001/01/25  14:31:12
2595        Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
2596             from mainline.
2597
2598             Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
2599
2600             Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
2601
2602             More Win32 editor/IDE/shell hints.
2603
2604             More Win32 Perling.
2605
2606             Yet another editor edit.
2607
2608             Edit edit edit.
2609
2610             IDE/editor section tweaking.
2611
2612             Few more IDE/editor nits from p5p.
2613     Branch: maint-5.6/perl
2614	  !> pod/perlfaq3.pod
2615____________________________________________________________________________
2616[  8543] By: jhi                                   on 2001/01/25  03:52:08
2617        Log: Integrate change #8462,8469 from mainline.
2618
2619             In VMS Perl subversion (perl -V) is undef.
2620     Branch: maint-5.6/perl
2621	  !> configure.com
2622____________________________________________________________________________
2623[  8542] By: jhi                                   on 2001/01/25  03:44:55
2624        Log: Integrate changes #7835,7850,8315,8316 from mainline.
2625
2626             Solaris hints.
2627     Branch: maint-5.6/perl
2628	  !> hints/solaris_2.sh
2629____________________________________________________________________________
2630[  8541] By: jhi                                   on 2001/01/25  03:39:28
2631        Log: Integrate #8336 from mainline.
2632     Branch: maint-5.6/perl
2633	  !> hv.c
2634____________________________________________________________________________
2635[  8540] By: jhi                                   on 2001/01/25  03:23:50
2636        Log: Retract #8539.
2637     Branch: maint-5.6/perl
2638	   ! pod/perlfaq3.pod
2639____________________________________________________________________________
2640[  8539] By: jhi                                   on 2001/01/25  03:21:55
2641        Log: (Retracted by #8540.)
2642     Branch: maint-5.6/perl
2643	   ! pod/perlfaq3.pod
2644____________________________________________________________________________
2645[  8538] By: jhi                                   on 2001/01/25  03:14:07
2646        Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
2647             From: Peter Prymmer <pvhp@forte.com>
2648             Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
2649             Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
2650
2651             The VMS bits.
2652     Branch: maint-5.6/perl
2653	   ! configure.com vms/descrip_mms.template
2654____________________________________________________________________________
2655[  8537] By: jhi                                   on 2001/01/25  03:06:09
2656        Log: Integrate #7710,7824,7973 from mainline.
2657     Branch: maint-5.6/perl
2658	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2659	  !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
2660	  !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
2661	  !> vos/config.ga.def vos/config.ga.h win32/config.bc
2662	  !> win32/config.gc win32/config.vc
2663____________________________________________________________________________
2664[  8536] By: jhi                                   on 2001/01/24  13:50:20
2665        Log: Revert the edits made by me so far to the 5.6 branch since
2666             the TRIAL1 since I did edits when I should have been using
2667             integrates.  Bad programmer.   (Will integrate them properly later.)
2668             Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
2669             The #8353 will not be reapplied at least for now since
2670             the UTF-8 hash keys need more thinking.
2671             (The patches #8347, #8354, #8454, #8473 were okay since they
2672             were original edits made specifically for the 5.6.1-TRIAL1.)
2673     Branch: maint-5.6/perl
2674	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2675	   ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
2676	   ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
2677	   ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
2678	   ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
2679	   ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
2680	   ! win32/config.bc win32/config.gc win32/config.vc
2681____________________________________________________________________________
2682[  8473] By: gsar                                  on 2001/01/18  11:42:31
2683        Log: unsubmitted trial1 change
2684     Branch: maint-5.6/perl
2685	   ! Changes
2686____________________________________________________________________________
2687[  8470] By: jhi                                   on 2001/01/18  04:16:00
2688        Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
2689             From: Peter Prymmer <pvhp@forte.com>
2690             Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
2691             Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
2692             Replace #8463.
2693     Branch: maint-5.6/perl
2694	   ! configure.com
2695____________________________________________________________________________
2696[  8463] By: jhi                                   on 2001/01/17  06:12:42
2697        Log: (Replaced by #8470)
2698
2699             Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
2700             From: "Craig A. Berry" <craigberry@mac.com>
2701             Date: Tue, 16 Jan 2001 23:38:46 -0600
2702             Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
2703     Branch: maint-5.6/perl
2704	   ! configure.com
2705____________________________________________________________________________
2706[  8454] By: jhi                                   on 2001/01/16  16:12:39
2707        Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
2708             From: "Indy Singh" <indy@nusphere.com>
2709             Date: Wed, 10 Jan 2001 20:17:49 -0500
2710             Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
2711     Branch: maint-5.6/perl
2712	   ! win32/Makefile
2713____________________________________________________________________________
2714[  8376] By: jhi                                   on 2001/01/09  04:32:32
2715        Log: integrate changes #7775, #8316, #8316 from mainline
2716     Branch: maint-5.6/perl
2717	   ! hints/solaris_2.sh
2718____________________________________________________________________________
2719[  8357] By: jhi                                   on 2001/01/07  21:16:09
2720        Log: Update the EPOC cross SDK URL.
2721     Branch: maint-5.6/perl
2722	   ! README.epoc
2723____________________________________________________________________________
2724[  8355] By: jhi                                   on 2001/01/06  20:27:15
2725        Log: integrate change #8336 from mainline
2726
2727             Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
2728     Branch: maint-5.6/perl
2729	   ! hv.c
2730____________________________________________________________________________
2731[  8354] By: jhi                                   on 2001/01/06  20:24:29
2732        Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
2733             From: Robin Barker <rmb1@cise.npl.co.uk>
2734             Date: Fri, 22 Dec 2000 12:17:38 GMT
2735             Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
2736
2737             The patch reformats some long =item lines so they give
2738             correct output via pod2man | nroff -man
2739
2740             Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
2741             From: Robin Barker <rmb1@cise.npl.co.uk>
2742             Date: Tue, 2 Jan 2001 15:35:03 GMT
2743             Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
2744
2745             Here is a _further_ patch which corrects a few more errors:
2746             * an empty C<=item> in CPAN.pm
2747             * patching the wrong file (pod/perlamiga.pod not README.amiga)
2748             * leaving empty C<=item>s which formatted incorrectly
2749             * over long C<=item>s revealed by latest patch to Pod::Man
2750     Branch: maint-5.6/perl
2751	   ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
2752	   ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
2753	   ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
2754	   ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
2755	   ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
2756	   ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
2757____________________________________________________________________________
2758[  8353] By: jhi                                   on 2001/01/06  20:21:10
2759        Log: integrate changes #7980, 8056, 8057 from mainline
2760
2761             UTF-8 hash keys.
2762     Branch: maint-5.6/perl
2763	   ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
2764____________________________________________________________________________
2765[  8352] By: jhi                                   on 2001/01/06  20:18:44
2766        Log: Forgotten from #8438.
2767     Branch: maint-5.6/perl
2768	   ! epoc/epocish.h
2769____________________________________________________________________________
2770[  8351] By: jhi                                   on 2001/01/06  20:18:12
2771        Log: Forgotten from #8347.
2772     Branch: maint-5.6/perl
2773	   ! config_h.SH
2774____________________________________________________________________________
2775[  8350] By: jhi                                   on 2001/01/06  20:00:19
2776        Log: Thinko in #8347.
2777     Branch: maint-5.6/perl
2778	   ! regcomp.c
2779____________________________________________________________________________
2780[  8349] By: jhi                                   on 2001/01/06  18:05:30
2781        Log: Copy the FAQ3 IDE section from the development branch,
2782             changes originally by Peter Prymmer.
2783     Branch: maint-5.6/perl
2784	   ! pod/perlfaq3.pod
2785____________________________________________________________________________
2786[  8348] By: jhi                                   on 2001/01/06  18:03:02
2787        Log: EPOC updates for TRIAL1.
2788
2789             Subject: [5.6.1 trial1] EPOC update
2790             From: Olaf Flebbe <O.Flebbe@science-computing.de>
2791             Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
2792             Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
2793
2794             Subject: epoc patch2 for perl-5.6.1-trial1
2795             From: Olaf Flebbe <O.Flebbe@science-computing.de>
2796             Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
2797             Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
2798     Branch: maint-5.6/perl
2799	   ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
2800	   ! epoc/epocish.c
2801____________________________________________________________________________
2802[  8347] By: jhi                                   on 2001/01/06  17:29:10
2803        Log: integrate changes #7710,7824,7973 from mainline,
2804             plus VMS nits from Peter Prymmer and Dan Sugalski.
2805
2806             AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
2807             library (getprotobyname and getprotobynumber are outversioned by
2808             the same calls in libc, at least for xlc version 3.
2809
2810             Add HAS_SBRK_PROTO.
2811
2812             Fixes for signedness warnings noticed by VMSperlers.
2813     Branch: maint-5.6/perl
2814	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2815	   ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
2816	   ! sv.c vms/descrip_mms.template vos/config.alpha.def
2817	   ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
2818	   ! win32/config.bc win32/config.gc win32/config.vc
2819
2820____________________________________________________________________________
2821[  8182] By: gsar                                  on 2000/12/18  09:53:47
2822        Log: delete spurious files
2823     Branch: maint-5.6/perl
2824	   - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
2825	   - vos/config.h vos/config_h.SH_orig
2826____________________________________________________________________________
2827[  8181] By: gsar                                  on 2000/12/18  09:46:08
2828        Log: regen perltoc
2829     Branch: maint-5.6/perl
2830	   ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
2831____________________________________________________________________________
2832[  8180] By: gsar                                  on 2000/12/18  09:20:27
2833        Log: integrate changes#7924..7926,7946,7952 from mainline
2834
2835             A test works better if it has the right 1..$n output.
2836
2837             All the core library users of Class::Struct seem to be
2838             using "use Class::Struct 'struct';" instead of the bare
2839             "use Class::Struct;", which isn't documented in Class::Struct.
2840             This can't be right.
2841
2842             Make the Class::Struct import() wiser.
2843
2844             Upgrade to CPAN 1.59_51, from Andreas K�nig.
2845
2846             Subject: Re: long shell lines
2847             Split overly long shell command lines.
2848     Branch: maint-5.6/perl
2849	  !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
2850	  !> lib/File/stat.pm t/lib/class-struct.t
2851____________________________________________________________________________
2852[  8179] By: gsar                                  on 2000/12/18  08:55:54
2853        Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
2854             7918,7919,7988,8907 from mainline (various)
2855
2856             Subject: [ID 20001127.004] White space problem in perlamiga.pod
2857
2858             Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
2859
2860             Subject: [PATCH] perlcc.PL cleanups
2861
2862             Subject: [PATCH] Updating perltie.pod for arrays
2863
2864             Subject: [ID 20001128.002] what's the point of example code if it is buggy?
2865             Subject: Re: [PATCH] Updating perltie.pod for arrays
2866             Subject: Re: [PATCH] Updating perltie.pod for arrays
2867
2868             One more perltie.pod nit from Casey R. Tweten.
2869
2870             Subject: [PATCH] $^O  win32 -> MSWin32
2871             plus similar nits for vms, err, VMS, and UNICOS.
2872
2873             Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
2874             More checking in case someone has broken their services or
2875             protocol databases.
2876
2877             Make "use Class::Struct 'struct';" work again (broken by #7617);
2878             add a test for Class::Struct.
2879
2880             Integrate the "skip" messages to explain().
2881
2882             Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
2883     Branch: maint-5.6/perl
2884	  +> t/lib/class-struct.t
2885	  !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
2886	  !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
2887	  !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
2888____________________________________________________________________________
2889[  8178] By: gsar                                  on 2000/12/18  08:16:30
2890        Log: avoid redefinition warnings on windows due to sys/socket.h getting
2891             #included before win32.h
2892     Branch: maint-5.6/perl
2893	   ! win32/include/sys/socket.h
2894____________________________________________________________________________
2895[  8177] By: gsar                                  on 2000/12/18  05:24:04
2896        Log: make regen_headers; fix POSIX.xs problems; remove outdated
2897             code from sys/socket.h that makes build fail now
2898     Branch: maint-5.6/perl
2899	   ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
2900	   ! pod/perlapi.pod
2901	  !> win32/include/sys/socket.h
2902____________________________________________________________________________
2903[  8176] By: gsar                                  on 2000/12/18  05:20:17
2904        Log: update Changes
2905     Branch: maint-5.6/perl
2906	   ! Changes patchlevel.h
2907____________________________________________________________________________
2908[  8175] By: gsar                                  on 2000/12/18  04:57:48
2909        Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
2910             7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
2911             7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
2912             7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
2913             7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
2914             7823,7825,7838
2915
2916             Subject: Re: [PATCH] README.solaris
2917
2918             Add getpagesize() probing, on non-UNIX guess 'undef'.
2919
2920             Simplify the getpagesize() unit by dropping the
2921             pagesize probe since it's nowadays slightly more
2922             complicated because of sysconf(). (Note: if some
2923             platform really needs the -lPW for getpagesize,
2924             I just broke it.)
2925             TODO: a new pagesize unit.
2926
2927             Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
2928
2929             MachTen doesn't really do mmap() and munmap().
2930             Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
2931
2932             More README.solaris updates from Andy Dougherty.
2933
2934             Copy the s// information of README.hpux also to the perlrun.
2935
2936             Add HAS_FSYNC, lack noticed by Nicholas Clark.
2937
2938             Add a metaconfig unit for fsync.
2939
2940             Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
2941
2942             Many subdocumented return values of the IO extension now documented.
2943             ungetc and write still left subdocumented.
2944             Subject: [PATCH] (was Re: IO::Handle::ungetc)
2945
2946             Document tell() on special streams.
2947
2948             Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
2949
2950             Subject: [ID 20001112.007] sfio's sftell isn't ftell
2951
2952             Couple of tests from #7660 salvaged.
2953
2954             Tweak the definition of the bit complement on UTF-8 data:
2955             if none of the characters in the string are > 0xff,
2956             the result is a complemented byte string, not a (UTF-8)
2957             char string.  Based on the summary in
2958             Subject: Re: [ID 20000918.005] ~ on wide chars
2959             This should give us the maximum backward (pre-char string)
2960             compatibility and utf8 compatibility.  The other alternative
2961             would be to limit the bit complement to be always byte only,
2962             taking the least significant byte of the chars.
2963
2964             Cleanup messy #ifdef.
2965
2966             Typos in #7667.
2967
2968             Declare reg_data like reg_substr_data.
2969
2970             Placate nervous compilers that see longer than ints switch()ing.
2971
2972             Remove the new two tests of lib/io_xs for now, they seem to
2973             fail under perlio on some platforms.
2974
2975             Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
2976
2977             Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
2978
2979             Subject: tiny typo in perl5db.pl
2980
2981             Subject: some additions for makefiles for win32 (for perl@7674)
2982
2983             Hoist the duplicated socket/netdb include logic to perl.h;
2984             undef SETERRNO in case SOCKS has defined it.  Based on:
2985             Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
2986
2987             Regen Configure.
2988
2989             Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
2990             (a macro to define signed and unsigned integer constants).
2991
2992             Use UINT64_C().
2993             Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
2994
2995             Use u_int32_t for the size of hash_cb(), not size_t.
2996             Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
2997
2998             Quit utf8_to_uv() instantly if curlen == 0.
2999
3000             Subject: [PATCH: perl@7674] updates to README.os390
3001
3002             Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
3003
3004             EBCDIC tweaks.
3005             Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
3006
3007             Linenumber fix.
3008
3009             SOCKS has its own USE_THREADS, based on
3010             Subject: [ID 20001114.002] et. al. bugfix followup
3011
3012             UINT64_C() work continues.
3013
3014             Detypo.
3015
3016             The type of the hash_cb() size argument is tricky.
3017
3018             Add fwalk() probe to the configuration files and regen perltoc.
3019
3020             Subject: perllocale.pod changes
3021
3022             Avoid an infinite loop in VMS when utils scripts are run
3023             with no arguments, from Charles Lane.
3024
3025             Subject: Re: Bug in Carp::Heavy/5.6.0?
3026
3027             For Solaris use64bitall the stdchar needs a little bit of help.
3028
3029             The long double hints can be here or there.
3030
3031             Test tweak for the open pragma.
3032
3033             Also the 64bitall hints can be either here or there.
3034
3035             As surmised the #7719 wasn't a good move.
3036
3037             Subject: Fix for 20000409.001
3038
3039             Subject: Fix for 20000815.006
3040             It's really 20000518.006.
3041
3042             Subject: [PATCH 5.6.0 README.win32] very minor typos
3043
3044             Subject: Fix for README.amiga (20000323.033)
3045
3046             Explain in more detail the {} syntax ambiguousity.
3047             Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
3048
3049             Sparc 64-bit pack() fix from Jens Hamisch.
3050
3051             Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas K�nig.
3052
3053             Subject: podlators 1.05 available
3054
3055             Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
3056
3057             Subject: [perl 7711: EPOC] updates
3058
3059             Make certain MacOS Classic has NO_ENVIRON_ARRAY.
3060
3061             Miraculous typo.
3062
3063             sysseek() instead of seek().
3064
3065             Solaris hints tweaks.
3066
3067             Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
3068             This may be overly harsh but until proven otherwise, we think this
3069             way, or until we have a simple test for Configure (having to start
3070             up servers is does not count as simple) to check for the problems.
3071
3072             Remove the shared object before attempting to create
3073             (by linking) a new one.  E.g. in AIX not removing
3074             becomes quite painful if one tries to do more than one
3075             build in the same tree (an interrupted build, for example),
3076             since the AIX' shared dynaloader seemingly keeps the shared
3077             objects open and therefore 'busy' for quite a while, even when
3078             nobody is using the objects, leading into link failures.
3079
3080             Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
3081
3082             Subject: DOC PATCH 5.6.0 perlreftut
3083
3084             Subject: [PATCH: perl@7777] add system locale testing for VMS
3085
3086             Subject: [PATCH] Test.pm POD peculiarity
3087
3088             Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
3089
3090             Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
3091
3092             Subject: Re: perl@7777
3093             Detypoing.
3094
3095             Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
3096
3097             Go ahead and #include <unistd.h> in perl.h.
3098
3099             Subject: [PATCH perl@7795] small cleanup task for test suite
3100
3101             Subject: Re: av.c patch (having slight problems)
3102             unshift() speedup.
3103
3104             Reach back one higher up when searching for PERL_SRC.
3105     Branch: maint-5.6/perl
3106	  +> lib/File/Spec/Epoc.pm
3107	  !> (integrate 88 files)
3108____________________________________________________________________________
3109[  8174] By: gsar                                  on 2000/12/18  03:53:09
3110        Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
3111             7625..7629,7631..7634,7637,7639,7642 from mainline
3112
3113             Fix for the tie-refhash string table leaks.
3114
3115             Subject: [patch perl@7595] VMS configure.com tweak
3116
3117             More careful detection of how well NVs and UVs mix.
3118             Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
3119             Added some SIGFPE paranoia.
3120
3121             Forgot to bump the line numbers in #7601.
3122
3123             Subject: PATCH std stdio for (Free)BSD
3124
3125             Deleting $ENV{PATH} in VMS is not recommendable.
3126
3127             Locale buglets.
3128             Subject: RE: Locales support (setlocale) fixes
3129
3130             Do not test UTF-8 locales since that the tests would require
3131             polymorphic regexen.
3132
3133             Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
3134
3135             A missing aTHX_.
3136
3137             Subject: [ID 20001108.013] spelling
3138
3139             Subject: [PATCH] Class::Struct at compile time
3140
3141             Make deleting for %ENV work for (newer versions of) VMS,
3142             from Craig A. Berry.
3143
3144             Forgot from #7618.
3145
3146             More VMS moves on environment handling, from Charles Lane.
3147
3148             Remove unused extra arguments.
3149
3150             Typo in an ifndef.
3151             Subject: Re: [PATCH 5.7.0] better messages from malloc()
3152
3153             Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
3154             All except the "cow orker" change.
3155
3156             The generated boot_* headers are wrong.  Pickier compiler,
3157             such as KAI C++ will refuse to compile the resulting perlmain.
3158             Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
3159
3160             There's no =head3.
3161
3162             Disable only the tests 99 and 166 for UTF-8 locales.
3163
3164             Missing dTHXs.
3165             Subject: RE: perl@7595 builds not on cygwin
3166
3167             Subject: Re: bash -c exit and linux hints
3168
3169             Various doc oddball characters.
3170             Subject: [ID 20001106.004] Perl 5.6.0 bugs
3171
3172             Subject: [PATCH] IO::Seekable pod
3173
3174             Amdahl UTS hints updates.
3175             Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
3176
3177             Explain better why certain regex tests are skipped.
3178             Subject: Re: tests skipped: unknown reason
3179
3180             Subject: [PATCH] README.solaris
3181
3182             Subject: [PATCH perl@7638] cygwin port
3183     Branch: maint-5.6/perl
3184	  +> README.solaris
3185	  !> (integrate 26 files)
3186____________________________________________________________________________
3187[  8173] By: gsar                                  on 2000/12/18  03:37:02
3188        Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
3189             7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
3190             7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
3191             7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
3192
3193             Better create a true mailing list for the repository keepers.
3194
3195             Subject: [ID 20001027.007] uniq array in perlfaq
3196
3197             De-quoted-unreadable to ISO Latin 1.
3198             (There's one ISO-2022-JP name in Changes5.004.)
3199
3200             Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
3201
3202             The #7476 needs a MANIFEST change, too.
3203
3204             Add also emailless people.
3205
3206             UTF-8 decoder tweak.
3207
3208             Make \x{...} consistently produce UTF-8.
3209             Subject: Re: \x{...} is confused
3210
3211             Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
3212
3213             Add a perlbug flag, -A, to avoid acknowledgement messages.
3214             Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
3215
3216             Use Errno magic.
3217             Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
3218
3219             Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
3220
3221             Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
3222
3223             Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
3224
3225             Be more lenient on bad UTF-8 when doing bit arithmetics.
3226             Subject: Re: [ID 20000918.005] ~ on wide chars
3227             (The ord() part of the patch skipped.)
3228
3229             Subject: perlfaq style changes
3230
3231             AUTHORS tweaks.
3232
3233             Whitespace style tweak.  Was originally going to see to
3234             Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
3235             but that had already been taken care of.
3236
3237             The compiler is either gcc or cc, from Tom Bates.
3238
3239             The osname has been lowercased by now, from Tom Bates.
3240
3241             The NonStop-UX libraries have a novel way to say NaN.
3242
3243             printf UVs the correct way, noticed by Robin Barker.
3244
3245             Subject: [PATCH] startperl to respect versiononly
3246
3247             AUTHORS updates.
3248
3249             Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
3250
3251             Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
3252
3253             Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
3254
3255             Generalize the Camel wording.
3256             Subject: Re: perlfaq style changes
3257
3258             Subject: [ID 20001005.006] Documentation -- description of qr//
3259
3260             C.pm part of
3261             Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
3262
3263             Locale warning explanation tweak.
3264
3265             Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
3266
3267             Make the POSIX::setuid and POSIX::setgid to really call setuid()
3268             and setgid() because they were just changing $< and $( which means
3269             only changing the real uid/gid, as opposed to changing both
3270             real and effective ids.  (The alternative way could have been
3271             in POSIX.pm to change $> and $), too, but making a direct call
3272             to the C API feels cleaner.)  Fixes the bug
3273             Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
3274
3275             Expand %Config variables and %ENV variables only if
3276             so requested during build time using the
3277             PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
3278             Not expanding makes relocating distributions easier.
3279
3280             More tweaking on the #7522 theme.
3281
3282             Test::Harness revealed buglets in the new DynaLoader.
3283             Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
3284
3285             Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
3286             fix a autovivification bug in Tie::RefHash, add tests for both.
3287             Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
3288
3289             Detpyo.
3290
3291             recv() can fail and return undef.
3292             Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
3293
3294             Fix the problem discussed in
3295             Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
3296             originally from Linc Madison.  Also Andreas K�nig's comments
3297             taken into account.  Some other problems with Tie::SubstrHash
3298             fixed: didn't croak when the table exceeded the requested number
3299             of entries (as documented) but instead when the number of entries
3300             exceeded the size of the table, a croak() had an unnecessary \n,
3301             didn't have a CLEAR method, documented that there is no exists().
3302             Didn't fix to be strict-proof because the module uses &foo; and
3303             dynamic scope.  Added a test script exercizing both first tamely
3304             the basic functionality, and then the failure cases reported by
3305             Linc Madison.
3306
3307             Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
3308
3309             The #7521 touched things it shouldn't have.
3310
3311             Subject: [PATCH 5.7.0] better messages from malloc()
3312
3313             Subject: Re: README.aix
3314
3315             Add FCNTL_CAN_LOCK.
3316             Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
3317             Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
3318
3319             Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
3320             create a "fast path" for locale name probing using "locale -a"
3321             if available, squash finally hopefully the s?printf resetting
3322             the numeric locale (since, IIUC perllocale, it never shouldn't).
3323
3324             More Changes tweakery.
3325
3326             Dying is too strict here, better just skip.
3327
3328             Subject: Locales support (setlocale) fixes
3329             Modified quite a bit to be more portable.
3330
3331             Configure would use a bad $myuname from an old config.sh.
3332             Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
3333
3334             Fix for
3335             Subject: [ID 20001004.006] undef is never tainted
3336             An undef read from a slurped file was not tainted.
3337
3338             Fix for
3339             Subject: [ID 20001004.007] taint propogation is inconsistent
3340             The culprit was sv_setsv() which was rather blindly
3341             propagating taint, which lead to behaviour where if
3342             a tainted anon hash value was seen all the hash values
3343             from then on at that level became tainted, or at any
3344             upper levels in the case of nested anon hashes.
3345
3346             Test tweak: show also the failed locales.
3347             Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
3348
3349             A fix of sorts for 20000329.026, a better error message
3350             for a missing "use charnames" when using the \N{...}.
3351
3352             Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
3353
3354             Add =pod to be tidy.
3355
3356             Fix for bug id 19990615.008, pos() unset during s///ge.
3357
3358             Add a note for future generations about bug id 20000229.006.
3359
3360             Use -dM for gcc (the suggested patch did it only for Linux,
3361             but I think it can be generalized).
3362             Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
3363
3364             opmini.o can linger from Configures past.
3365
3366             Document that the evaled syntax errors cause scalar leaks.
3367
3368             Fix for
3369             Subject: [ID 20000728.005] perl -P broken
3370             (hopefully).  The fix is also not complete, it seems to break
3371             BOM swallowing for libc5 systems, but until someone figures
3372             out a way to do this without ftell(), this will do.
3373
3374             AUTHORS updates.
3375
3376             Subject: Re: rsync'ed patches vs. rsync'ed source
3377
3378             Admit that the test leaks scalars.
3379
3380             Sanitize the environment further.
3381
3382             VOS updates from Paul Green.
3383
3384             Document %ENV = () portability issues.
3385
3386             Make the stdio test program of 7427 less noisy while being
3387             compiled so that Digital UNIX wouldn't get both
3388             d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
3389             undefined.  This makes perlio happy.
3390
3391             glibc5 detection by __GNU_LIBRARY__.
3392
3393             %ENV note tweaks from Dan Sugalski.
3394
3395             Varargs don't always work too well if one puts an unsigned
3396             char on the stack and pop an unsigned quad off the stack.
3397             Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
3398
3399             Subject: Pod updates
3400
3401             Fake support of holey files in win/dosish platforms.
3402             Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
3403
3404             A doc addition for bug id 20001105.019, beware \p.
3405
3406             Tweak #7587.
3407
3408             Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
3409
3410             perlhack updates from H.Merijn Brand.
3411
3412             Subject: [PATCH perl@7573] cygwin port
3413             Synchronize with Cygwin 1.1.5.
3414
3415             Bad thinko in #7581 (I used the test program with the expanded
3416             values as-is).
3417
3418             Make perlbug not insist on dumping to a file when stdout isn't a tty.
3419             Subject: [PATCH] perlbug.PL
3420
3421             Overrideable keys, each, pop, push, shift, splice, unshift.
3422             Subject: [PATCH] prototyped functions that should be overrideable
3423
3424             Try to avoid flockless and emulationless places.
3425     Branch: maint-5.6/perl
3426	  +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
3427	   - MAINTAIN
3428	  !> (integrate 111 files)
3429____________________________________________________________________________
3430[  8171] By: gsar                                  on 2000/12/18  02:49:24
3431        Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
3432             7465..7471 from mainline
3433
3434             Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
3435             in platforms that strictly require all the symbols being present
3436             at link time.
3437
3438             Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
3439
3440             Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
3441
3442             Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
3443
3444             Subject: [PATCH] todo
3445
3446             Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
3447
3448             Use $sort, $uniq (and $tr) consistently as wondered
3449             by Nicholas Clark.
3450
3451             Too enthusiastic editing in #7460.
3452
3453             The re�ntrant version shouldn't be needed unless USE_PURE_BISON.
3454
3455             Upgrade to CPAN 1.58_55.
3456             Subject: CPAN.pm status
3457
3458             Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
3459
3460             Make target reordering to avoid pointless re-makes.
3461             Subject: Re: Total re-make of 'make okfile' after 7451 ?
3462
3463             Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
3464
3465             Subject: DOC PATCH 5.6.0
3466
3467             Add the repository doc by Malcolm, Sarathy, and by Simon,
3468             name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
3469     Branch: maint-5.6/perl
3470	  +> Porting/repository.pod
3471	  !> Configure MANIFEST Makefile.SH README.dos README.os2
3472	  !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
3473	  !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
3474	  !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
3475____________________________________________________________________________
3476[  8169] By: gsar                                  on 2000/12/18  02:33:34
3477        Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
3478             7435..7441,7445 from mainline
3479
3480             Make the UTF-8 decoding stricter and more verbose when
3481             malformation happens.  This involved adding an argument
3482             to utf8_to_uv_chk(), which involved changing its prototype,
3483             and prefer STRLEN over I32 for the UTF-8 length, which as
3484             a domino effect necessitated changing the prototypes of
3485             scan_bin(), scan_oct(), scan_hex(), and reg_uni().
3486             The stricter UTF-8 decoding checking uses Markus Kuhn's
3487             UTF-8 Decode Stress Tester from
3488             http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
3489
3490             Run vms/vms_yfix.pl, should have done that after changing
3491             perly.c in #7382.
3492
3493             Subject: [PATCH 5.7.0] static linking with uninstalled perl
3494
3495             (Replaced by #7440.)
3496             Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
3497
3498             Fix the bug ID 20001024.005, the bug introduced by #7416.
3499
3500             Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
3501
3502             Fix the bug reported in
3503             From: andreas.koenig@anima.de (Andreas J. Koenig)
3504             Also make is_utf8_char() stricter.
3505
3506             Missed the header file changes from #7425.
3507
3508             Check if stdio supports tweaking lval and cnt simultaneously.
3509             Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
3510
3511             Stratus VOS updates from Paul Green.
3512
3513             Podify README.epoc and README.vos.
3514
3515             Add targets to Makefile.SH, most importantly
3516             'regen_all' which also remembers to update vms/perly*.
3517
3518             Subject: Minor update to find2perl, for portability
3519
3520             Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
3521
3522             Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
3523
3524             Rename UTF8LEN() to be UNISKIP(), too confusing to have
3525             UTF8LEN() and UTF8SKIP().
3526
3527             Allow poking holes at the UTF-8 decoding strictness.
3528
3529             Continue the internal UTF-8 API tweaking.
3530             Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
3531             used much more than the simpler API, now called utf8_to_uv_simple().
3532             Still not quite happy with API, too much partial duplication
3533             of functionality.
3534
3535             A new version of making the syslog test more robust.
3536             (Replaces #7421.)
3537             Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
3538
3539             buildtoc target tweaks.
3540
3541             Integrate with vmsperl #7430 by Charles Bailey:
3542
3543             Cleanup from prior patch (Charles Lane?):
3544             - improve handling of MFDs in Basename and Path
3545             - default to no xsubpp line # munging when building debug images
3546     Branch: maint-5.6/perl
3547	  +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3548	  +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
3549	  !> (integrate 67 files)
3550____________________________________________________________________________
3551[  8168] By: gsar                                  on 2000/12/18  02:05:49
3552        Log: integrate changes#7512,7733 from mainline (regex bugfixes)
3553
3554             Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
3555             From: Martin Husemann <martin@duskware.de>
3556
3557             Subject: [PATCH 5.7.0] restore match data on backtracing
3558             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3559     Branch: maint-5.6/perl
3560	  !> regcomp.c regexec.c t/op/re_tests
3561____________________________________________________________________________
3562[  8167] By: gsar                                  on 2000/12/18  01:55:22
3563        Log: integrate changes#7858,7986 from mainline
3564
3565             C<foreach my $x ...> in pseudo-fork()ed process may diddle
3566             parent's memory; fix it by keeping track of the actual pad
3567             offset rather than a raw pointer (this change is probably also
3568             relevant to non-ithreads case to avoid fallout from reallocs of
3569             the pad array, but is currently only enabled for the ithreads
3570             case in the interests of minimal disruption to existing "well
3571             tested" code)
3572
3573             fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
3574             due to the notorious GetFileType() bug in Windows 9x, which fstat()
3575             tickles)
3576     Branch: maint-5.6/perl
3577	  !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
3578	  !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
3579	  !> win32/win32.c win32/win32.h win32/win32sck.c
3580____________________________________________________________________________
3581[  8166] By: gsar                                  on 2000/12/18  01:52:59
3582        Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
3583             from mainline (xsubpp and ExtUtils::LibList fixups, various
3584             other small items)
3585
3586             The generated boot_* headers are wrong.  Pickier compiler,
3587             such as KAI C++ will refuse to compile the resulting perlmain.
3588             Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
3589
3590             Various doc oddball characters.
3591             Subject: [ID 20001106.004] Perl 5.6.0 bugs
3592
3593             Subject: [PATCH] Re: 20001101.003 PDL
3594
3595             Subject: [PATCH 5.7.0] etags broken again
3596
3597             Subject: [PATCH 5.7.0] Liblist finally works
3598
3599             Subject: [PATCH 5.7.0] Liblist returns found libraries
3600
3601             Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
3602
3603             Subject: [PATCH 5.7.0] OUT keyword for xsubpp
3604
3605             Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
3606             OUT keyword nits.
3607             Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
3608             OUT and IN_OUT documentation.
3609     Branch: maint-5.6/perl
3610	  !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
3611	  !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
3612	  !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
3613	  !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
3614	  !> win32/bin/search.pl
3615____________________________________________________________________________
3616[  8165] By: gsar                                  on 2000/12/18  01:28:45
3617        Log: integrate changes#7533,7563,7611,7623 from mainline (various
3618             malloc.c embellishments)
3619     Branch: maint-5.6/perl
3620	  !> malloc.c pod/perldiag.pod
3621____________________________________________________________________________
3622[  8164] By: gsar                                  on 2000/12/18  01:23:33
3623        Log: integrate changes#7419,7806,8129 from mainline (various h2xs
3624             fixups)
3625     Branch: maint-5.6/perl
3626	  !> utils/h2xs.PL
3627____________________________________________________________________________
3628[  8163] By: gsar                                  on 2000/12/18  01:17:50
3629        Log: integrate changes#7493,7599,7803 from mainline (various perlbug
3630             fixups)
3631     Branch: maint-5.6/perl
3632	  !> Makefile.SH utils/perlbug.PL
3633____________________________________________________________________________
3634[  8162] By: gsar                                  on 2000/12/18  00:25:43
3635        Log: always export Perl_deb() (it is required by re.xs whether
3636             Perl is built with or without -DDEBUGGING)
3637     Branch: maint-5.6/perl
3638	   ! makedef.pl
3639____________________________________________________________________________
3640[  8161] By: gsar                                  on 2000/12/18  00:23:38
3641        Log: integrate change#7414 from mainline
3642
3643             Undo the basename() part of #7412 since the lib/basename
3644             tests would need upgrading too.
3645
3646             squelch two tests in tr.t that rely on tr/// paranoia change
3647             that's not in 5.6.x
3648     Branch: maint-5.6/perl
3649	   ! t/op/tr.t
3650	  !> lib/File/Basename.pm
3651____________________________________________________________________________
3652[  8160] By: gsar                                  on 2000/12/18  00:05:30
3653        Log: missing change in previous integrate
3654     Branch: maint-5.6/perl
3655	  !> README.aix
3656____________________________________________________________________________
3657[  8159] By: gsar                                  on 2000/12/18  00:03:38
3658        Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
3659             7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
3660             7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
3661             7410..7413 from mainline
3662
3663             Introduce the man[24-8] variables, from Andy Dougherty.
3664
3665             Upgrade to CPAN 1.58, from Andreas K�nig.
3666
3667             An updated EBCDIC tr patch.
3668             Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
3669
3670             Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
3671
3672             Two thirds of
3673             Subject: Proposed patches, Install.pm getopts.pl termcap.pl
3674             The Install.pm changes will be submitted separately because
3675             they need some work and discussion still.
3676
3677             The Install.pm third of
3678             Subject: Proposed patches, Install.pm getopts.pl termcap.pl
3679
3680             Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
3681
3682             Subject: [PATCH 5.7.0] IVs in mtats
3683
3684             Subject: [PATCH 5.7.0] Perl API for mstats
3685
3686             Ilya implemented the memory profiling API.
3687
3688             In Amdahl UTS "struct sv" is defined by a system header,
3689             <ksync.h>.
3690
3691             Slight tweak of the code to appease Amdahl UTS cc.
3692
3693             Amdahl UTS doesn't seem to do dynaloading.
3694
3695             Use UTF8SKIP(), from Simon Cozens.
3696
3697             Thinko in #7222.
3698
3699             op/sprintf.t patch for OS/390 (and any other host with limited
3700             floating-point exponent length)
3701             Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
3702
3703             Tweak #7225.
3704             Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
3705
3706             Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
3707
3708             Needs to be conditional on SunOS 4.
3709             Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
3710
3711             Test cases for bug id 20000323.056 (the bug seems to be fixed).
3712
3713             Add test for bug id 20000427.003 (which seems to have
3714             been fixed) (also duplicate as 20000427.004, though
3715             with a higher severity).  Move one utf8 from op/append
3716             to pragma/utf8, tag the tests with bug ids.
3717
3718             Document FNCASE=y as discussed in the bug 20000902.009.
3719
3720             split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
3721             The problem was that rx->minlen was in chars while pp_split()
3722             thought it would be in bytes.
3723
3724             Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
3725             Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
3726
3727             Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
3728
3729             Fix a couple of compiler-noted nits in #7235.
3730
3731             Tweak the test of #7235.
3732
3733             One more ~utf8 tweak.
3734
3735             -w cleanup.
3736             Subject: Re: Problems with bleadperl
3737
3738             Subject: small pod patch
3739
3740             Subject: [PATCH perlguts.pod] Document offset hack
3741
3742             Add Charles Lane.
3743
3744             Add the capability to include/exclude branches.
3745
3746             Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
3747
3748             Detect early whether the std streams have gone bad.
3749             Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
3750
3751             More IoTYPE sprinkling.
3752
3753             Workaround for a sfio bug where the stream error indicator
3754             is not cleared as documented.
3755             Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
3756
3757             Clarify documentation on 'use bytes'.
3758             Subject: Re: What does 'use bytes' "mean" ?
3759
3760             Show the failed remote port, instead of the failing line number.
3761             Subject: [PATCH 5.6.1 Debugger] More diagnostics
3762
3763             Make Cwd more bulletproof in chrooted environments.
3764             Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
3765
3766             Subject: Pod patch for Devel::Peek
3767
3768             Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
3769
3770             Borland C fstat() never saw the fd as writable.
3771             Subject: fix for Borland's weak "stat" (perl@7211)
3772
3773             Missing change from #7362.
3774
3775             Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
3776
3777             Add the test case for the bug id 20000730.004 which seems
3778             to have been fixed by now.
3779
3780             Fix of sorts for bug id 20000901.092.  There seems to be no trace
3781             of a 'pmshort' anywhere in the B, so the offending line was simply
3782             removed.
3783
3784             Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
3785
3786             Subject: PATCH do_print has 2 PerlIO_error()s
3787
3788             NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
3789
3790             Typo noted by Mark Lutz.
3791
3792             Subject: PATCH CR+LF should be "\cM\cJ" in perlop
3793
3794             In the latest compiler builds cccdlflags must not become -fpic,
3795             from Wilfredo S�nchez.
3796
3797             Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
3798
3799             Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
3800
3801             SOCKS function redefinitions need prototypes, too, otherwise
3802             for example 32 bit versus 64 bit differences cause a lot of
3803             problems.  Part of
3804             Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
3805
3806             Portability tweak on #7377.
3807             Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
3808
3809             Don't write double values through long double pointers,
3810             based on a part of
3811             Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
3812
3813             Re�ntrancy fix.
3814             Subject: [PATCH perl@7229] Rentrant parser and yylex()
3815
3816             Make scan_num() re�ntrant, as suggested in
3817             Subject: [PATCH perl@7229] Rentrant parser and yylex()
3818
3819             Fix for ID 20001020.006, concatenating an unset submatch
3820             with utf8 resulted in "Modification of a read-only value".
3821
3822             Fix for ID 20000915.011, IO::Select warning for an undefined fd.
3823
3824             The #7383 was right only in the context of the original bug report,
3825             not in more general case.
3826
3827             Update Changes.
3828
3829             Testcases for a #7383,#7385 related bug.
3830             Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
3831
3832             Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
3833
3834             Tweak the Is* definitions of Unicode character classes
3835             to better match the official categorizations; embrace
3836             the official categorizations; add the combining marks
3837             as alpha (and -numeric); fix DCinital (a typo and edito)
3838             to be DCmedial.
3839
3840             Hints tweak from Anton Berezin.
3841
3842             Subject: installman go-faster stripes
3843             Subject: Re: installman go-faster stripes
3844
3845             Subject: [ID 20001021.003] updated hints/openbsd.sh
3846
3847             Subject: [PATCH bleadperl] -MO=C falls over on package <none>
3848
3849             Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
3850
3851             Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
3852
3853             Doc patch.
3854             Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
3855
3856             Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
3857
3858             Subject: Re: [ID 20001021.005] SEGV with regex match
3859
3860             Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
3861
3862             The change #7187 was not so good on VMS.
3863             Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
3864
3865             Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
3866
3867             Miscellaneous MacOS Classic library updates from Matthias Neeracher.
3868
3869             Document PERL_INSTALL_ROOT of #7210.
3870     Branch: maint-5.6/perl
3871	  +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
3872	  +> t/lib/tie-splice.t
3873	   - lib/unicode/Is/DCinital.pl
3874	  !> (integrate 112 files)
3875____________________________________________________________________________
3876[  8156] By: gsar                                  on 2000/12/17  22:49:13
3877        Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
3878             7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
3879             7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
3880             7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
3881             7201,7204 from mainline
3882
3883             Remove vestiges of tr//CU.
3884             Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
3885             Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
3886
3887             The return value of setlocale must be copied away.
3888             Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
3889
3890             Allow chop() and chomp() to be overridden.
3891             Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
3892
3893             Hints optimization.
3894             Subject: Minor nit
3895
3896             Subject: [PATCH] de-wall t/README
3897
3898             Subject: Re: Two advertising clauses need to be removed
3899
3900             Batch of UTF-8 patches from Simon Cozens.
3901
3902             Fix for a parsing bug, not for the original bug.
3903             Subject: Re: [ID 20000910.005] Another segfault with regexes.
3904
3905             Compilation warnings and an error.
3906
3907             Subject: File::Find 5.7.0 POD nits
3908
3909             Subject: [PATCH perl-5.7.0] continued -Wformat support
3910
3911             The one that got away.
3912
3913             Subject: Re: perl@7078
3914
3915             UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
3916             convertable to bytes by checking it doesn't go above 0xc3
3917             Subject: Re: perl@7078
3918
3919             Replace #7084 with
3920             Subject: Re: perl@7078
3921
3922             We don't need to count the high bit bytes, a boolean is enough.
3923
3924             Subject: [PATCH] utf8.c apidoc
3925
3926             Subject: Re: perl@7078
3927
3928             Botched the #7090 check-in.
3929
3930             Fix for the charnames.t failures from Spider Boardman.
3931
3932             Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
3933             i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
3934             to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
3935             0 to checking to get the warning.
3936
3937             Subject: [PATCH] Nits in perlmod.pod
3938
3939             Subject: Re: Trapping by opmask sets strange parser state [PATCH]
3940
3941             Subject: Re: unicode support and perl [ID 20000901.097]
3942
3943             Subject: Re: unicode support and perl [ID 20000901.097]
3944
3945             Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
3946
3947             Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
3948
3949             Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
3950
3951             Subject: [PATCH@blead] Fix some recursion in overload.pm
3952
3953             s/Robin Parker/Robin Barker/
3954
3955             Subject: [PATCH] Fix aliasing of tied filehandles
3956
3957             Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
3958
3959             Subject: Re: [PATCH 5.005_64 missed]
3960
3961             SOCK_DGRAM and listen() do not mix as reported in
3962             Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
3963             The patch for 5.7.0+ had to be reengineered, though.
3964
3965             Subject: DOC PATCH 5.6.0
3966
3967             Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
3968
3969             Document the issue (is not a syntax error, kind of)
3970             Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
3971
3972             Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
3973             Did not apply cleanly, manual intervention was needed.
3974
3975             Subject: [PATCH] DLL not restartabke with threaded perl
3976
3977             Inside require() $^S was always left undefined.
3978             Subject: Re: Tiny 2-byte change to fix debugger's eval bug
3979
3980             Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
3981
3982             OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
3983
3984             Regen headers.
3985
3986             Subject: [PATCH 5.7.0] Epoc update
3987
3988             Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
3989             as suggested by Olaf Flebbe and Nick Clark.
3990
3991             Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
3992
3993             Misplaced else.
3994
3995             Scale down the VMS message boxes, by Charles Lane.
3996             Fix for ID 20000903.009, workaround at
3997             http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
3998
3999             Subject: [ID 20001003.006] B::Debug not -w clean
4000
4001             Test harness update to sync with the new perlcc,
4002             from Simon Cozens.
4003
4004             One remaining nit less at the VMS mailbox sizing.
4005
4006             Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
4007
4008             It is possible to have no hosts database at all.  Pointed out in
4009             Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
4010
4011             Subject: [PATCH 5.7.0] h2xs not working
4012             Subject: [PATCH 5.7.0] h2xs not documenting the created module
4013
4014             Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
4015
4016             Subject: perlhack.pod Patch for Externals Tools
4017
4018             Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
4019
4020             Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
4021
4022             Enable disabling scripts installation by Configure -Uinstallscripts,
4023             suggested by H. Merijn Brand.
4024
4025             Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
4026             reported several times by Dominic Dunlop, for example in
4027             ID 20000315.008.  Patch from Dominic.  Patch affects at
4028             least MachTen, and possibly other oldish BSDs. Should not
4029             break non-broken platforms (tested on LinuxPPC).
4030
4031             Regen toc.
4032
4033             Subject: Re: Questions about Tie::Array and perl modules
4034             Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
4035
4036             Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
4037
4038             Tweak #7153.
4039
4040             IO::Handle->syswrite() did not handle length omission
4041             like CORE::syswrite() does.
4042             Subject: [Fwd] IO::Handle, syswrite and arguments
4043             The original patch from andrew@ugh.net.au.
4044
4045             Also the $ccflags is needed for the C compiler check.
4046             Subject: Configure (check for C-compiler)
4047
4048             Eliminate $Is_VMS code from the test.
4049             Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
4050
4051             Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
4052             as the first option of cc/ld because of ultrapicky compilers
4053             (e.g. OS/390 R2.5)
4054
4055             Change the version number of Tie::Handle in the core to 4.0,
4056             the (unrelated) Tie::Handle in CPAN will remain at 3.0.
4057             Subject: Note on Tie::Handle
4058
4059             UTF8ize split() so that the cloned substrings get the UTF8
4060             flag of the original scalar.  Problem reported by Simon Cozens.
4061
4062             save_re_context() could reset PL_curcop to freed memory, causing core
4063             dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
4064
4065             Subject: PATCH 5.6 perldebguts grammar cleanup
4066
4067             Add a todo note about overloadable assertions.
4068
4069             on Windows, LoadLibrary() could load an extension DLL multiple
4070             times if forward slashes are used in the path
4071
4072             on Windows, cwd strings in the environment should be of the
4073             form =X:=X:\foo instead of =X=X:\foo\
4074
4075             on Windows, avoid potential exception (could happen if MSVCRT isn't
4076             being used) when closing a socket handle
4077
4078             avoid nonportable example code
4079
4080             Windows9x doesn't support link(), despite what Config.pm
4081             might think
4082
4083             pod nit
4084
4085             Change #7160 had a nasty typo.
4086
4087             Warn about unknown scripts.
4088             Subject: Re: ideas? patches? [PATCH bleadperl]
4089
4090             on Windows, clean targets might not work under some flavors of the shell
4091
4092             tweak for change#7173
4093
4094             Make eq work again with utf8 (disabling the upgrading
4095             should no more be necessary since the copies of the
4096             scalars are upgraded, not the scalars themselves).
4097             Takes care of ID 20001009.001.  (The claimed length()
4098             bug in 20001009.001 seems bogus to me.)
4099
4100             Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
4101
4102             Upgrade to CGI.pm 2.74, from Lincoln Stein.
4103
4104             Upgrade to podlators 1.04, from Russ Allbery.
4105
4106             Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
4107
4108             Quote the temp file name, needed in Win32 because the
4109             default name unfortunately contains spaces, shouldn't
4110             hurt elsewhere.
4111             Subject: FW: perldoc fails if $TEMP contains spaces
4112
4113             Subject: RE: [ID 19990803.001] README.win32 suggestions
4114
4115             Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
4116
4117             Subject: Re: utf8 concat, mg_get
4118
4119             Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
4120
4121             Subject: [PATCH: perl@7181] op/tr tests on OS/390
4122
4123             Subject: [PATCH: perl@7181] ver.t v string tests for os/390
4124
4125             Use the versiononly instead of the installscripts,
4126             retract the changes 7146 and 7147.
4127
4128             Reapply Andy's patch and regen Configure.
4129
4130             Add the test case for #7190, from the original bug report
4131             by Andreas K�nig.
4132
4133             Remove duplicated code.
4134
4135             SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
4136
4137             restore change#7202
4138     Branch: maint-5.6/perl
4139	  !> (integrate 121 files)
4140____________________________________________________________________________
4141[  8153] By: gsar                                  on 2000/12/17  21:23:05
4142        Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
4143             7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
4144             from mainline
4145
4146             Document the SvIOK_.*UV().
4147
4148             Update Unicode todo list.
4149
4150             Guard against bad string->int conversion for quads.
4151
4152             Subject: small apidoc fix
4153
4154             Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
4155
4156             Subject: [PATCH] Tied filehandle documentation
4157
4158             Subject: [PATCH] Modernize Opcode.pm documentation
4159
4160             Make Data::Dumper (non-XS) to work with changed semantics of ref().
4161             Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
4162             [applied even though said semantics didn't change in 5.6.x]
4163
4164             Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
4165
4166             Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
4167
4168             Fix the URL, but the server is still missing in action.
4169             Subject: [ID 20000905.002] perlfaq1.pod URL error
4170
4171             Subject: [ID 20000903.001] \w in utf8-strings
4172
4173             Fix the ccversion detection for 5.1 and beyond.
4174             Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
4175
4176             Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
4177
4178             Subject: [ID 20000904.008] Tiny fix for perldiag
4179
4180             Subject: Re: [ID 20000906.004] segfault with bad perl statement
4181
4182             Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
4183
4184             Subject: [ID 20000908.002] perlipc documentation bug.
4185
4186             Subject: [PATCH lib/Benchmark.pm]
4187
4188             Re-allow vec() for characters > 255.
4189             Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
4190
4191             Do away with memory models cruft.  Sorry, PDP users.
4192
4193             Continue #7041.
4194
4195             Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
4196
4197             Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
4198
4199             Upgrade to CPAN 1.57_65, from Andreas K�nig.
4200
4201             Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
4202             by Russ Allbery.
4203
4204             Silence t/pod/*.t about alternate quote-mappings now implemented
4205             by Pod::Text, from Brad Appleton.
4206
4207             Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
4208             Subject: borland C++ win32.c tweak
4209
4210             C<@a = @b = split(...)> optimization coredumps under ithreads
4211             (missed a spot when fixing up op_pmreplroot hack for ithreads)
4212
4213             Document the SvUTF8*().
4214
4215             Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
4216
4217             Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
4218
4219             Do in VMS as the #7054 does.
4220
4221             Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
4222
4223             Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
4224
4225             Subject: [patch: perl@7045] vms updates
4226
4227             Test for the #7049.
4228             Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
4229
4230             Break up the myconfig lines a bit.
4231             Subject: perlbug/perl -V output format
4232
4233             Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
4234
4235             The #7054 truncated Configure badly.
4236
4237             change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
4238             initialization in all the threads on Windows
4239
4240             Allow for whitespace between "#" and "line" in cpp output.
4241             Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
4242
4243             Remove vestiges of tr//CU.
4244             Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
4245
4246             The return value of setlocale must be copied away.
4247             Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
4248
4249             Allow chop() and chomp() to be overridden.
4250             Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
4251
4252             Hints optimization.
4253             Subject: Minor nit
4254
4255             Subject: [PATCH] de-wall t/README
4256
4257             Subject: Re: Two advertising clauses need to be removed
4258     Branch: maint-5.6/perl
4259	  !> (integrate 75 files)
4260____________________________________________________________________________
4261[  8152] By: gsar                                  on 2000/12/17  20:30:11
4262        Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
4263             6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
4264             6999..7001,7003..7005,7007,7009,7011,7012 from mainline
4265
4266             Don't attach -ld to the archname if pointless.
4267
4268             Document UNTIE in a very minimalistic way.
4269
4270             POSIX doesn't report long double values under -Duselongdouble
4271             when the long doubles are "real" (bigger than doubles).
4272
4273             More author updates.
4274
4275             Try to deduce NV_MAX.  Really should be Configure fodder.
4276
4277             :: not allowed in pathnames, change to .
4278             Subject: [PATCH perl@6938] cygwin port
4279
4280             Forget about NV_MAX (#6951).  Various floating point tweaks,
4281             ideas from Eric Fifer, Yitzchak, Alan, and Spider.
4282
4283             Move the Solaris 7 scan to use64bitall, make the
4284             failure to find 64-bot sparc libc to mention the
4285             possibility of being in an intel, from Lupe and Alan.
4286
4287             Regen perltoc.
4288
4289             AUTHORS tweaks, from Peter Prymmer.
4290
4291             More address tweaking.
4292
4293             Small tweaks all over.
4294
4295             File::Temp patches from Andreas K�nig,
4296
4297             Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
4298
4299             Subject: CPAN.pm beta 1.57_57 for the core
4300
4301             Part of the solution.
4302             Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
4303
4304             Subject: [PATCH@6961] Fix misleading example in perlretut.pod
4305
4306             Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4307
4308             Add the overload warnings to perldiag.
4309
4310             Drop unused argument.
4311             Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
4312
4313             Subject: Nit in Configure (bleadperl@6961)
4314
4315             Update to PodParser 1.18, from Brad Appleton.
4316
4317             Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
4318
4319             Subject: [PATCH: 6948] add SCNfldbl to configure.com
4320
4321             Document UNTIE. Also tweak implementation to suppress the 'inner references'
4322             warning when UNTIE exists and instead pass the cound of extra references to
4323             the UNTIE method.
4324
4325             Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
4326             so that case-ignoring systems like DCL can tell them from
4327             PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
4328
4329             Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4330
4331             Feature ordering tweak.
4332
4333             Regen perltoc.
4334
4335             Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
4336
4337             Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
4338
4339             Subject: http:// in L<>
4340
4341             Detypo.
4342
4343             change#6791 accidentally clobbered change#6710, put it back
4344
4345             Only the first line, thank you very much.
4346
4347             Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
4348             plus rework the http: spots as suggested by Tom Christiansen,
4349             plus regen perltoc.
4350
4351             Undo part of change 6489 which looks like a bulk edit which
4352             changed _all_ gv_efullname3() calls to gv_efullname4() calls.
4353             The supressing of main:: on return from select() is undesirable.
4354
4355             Apparently avoiding the swapping is too costly.
4356
4357             Various Configure nits by Philip Newton,
4358             plus the ebcdic one by me.
4359
4360             Make certain cc is set before trying to run it.
4361
4362             If overloaded %{} etc. return the object do not loop.
4363             Thus  sub deref { $_[0] } functions if object is wanted type.
4364
4365             Update perlhist.
4366
4367             More %{} and other deref special casing - do not pass to 'nomethod'.
4368     Branch: maint-5.6/perl
4369	  !> (integrate 59 files)
4370____________________________________________________________________________
4371[  8151] By: gsar                                  on 2000/12/17  19:14:38
4372        Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
4373             6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
4374
4375             Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
4376
4377             Make the epsilon to be relative, not absolute.
4378
4379             Put back the flags dump as reasoned in
4380             Subject: Re: [PATCH] Glob dumping
4381
4382             Introduce ccname to keep track of what compiler kind of we have.
4383
4384             Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
4385
4386             Put back the slice accidentally removed by #6907.
4387
4388             Reset archname and archname64 always, forcing them be
4389             recomputed at each Configure run, make Configure and
4390             the hints files agree on the naming of largefiles variables.
4391
4392             Don't say "Perl 5.0 source kit".
4393
4394             Subject: [PATCH] fix misc cast warnings
4395
4396             Subject: typos in pods
4397
4398             NVs not necessarily doubles, as pointed out by Yitzchak.
4399
4400             Subject: [PATCH 6889] add a few ldbl formats to configure.com
4401
4402             Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
4403
4404             Better options for rsync.
4405
4406             Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
4407
4408             Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
4409
4410             Subject: [PATCH] Re: UNTIE method
4411
4412             A better fix for the Socket building problem from Craig Berry.
4413
4414             Retract the dummy test, skip the security tests (instead of failing),
4415             explain what the warnings mean.
4416
4417             Heap decorruption.
4418             Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
4419
4420             Update to Unicode 3.0.1.
4421
4422             Missed one Unicode file.
4423
4424             Subject: Re: typos in pods
4425
4426             The #6929 was too skimpy.
4427
4428             sscanf() may be the only way to read long doubles from strings.
4429
4430             Reveal Borland's isnan.
4431             Subject: build with BC++ tweak
4432
4433             Issue useful diagnostic on unknown pod commands.
4434             Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
4435
4436             Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
4437
4438             Clarify the third case of ftmp-security warnings.
4439
4440             Make -Dusemorebits find long doubles in Solaris.
4441
4442             Wrap the test in eval.
4443     Branch: maint-5.6/perl
4444	  +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
4445	  +> lib/unicode/PropList.txt lib/unicode/README.perl
4446	  +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
4447	  +> lib/unicode/Unicode.301 vms/vmspipe.com
4448	   - lib/unicode/Props.txt lib/unicode/UCD300.html
4449	   - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
4450	  !> (integrate 305 files)
4451____________________________________________________________________________
4452[  8146] By: gsar                                  on 2000/12/17  18:09:08
4453        Log: update Changes
4454     Branch: maint-5.6/perl
4455	   ! Changes
4456____________________________________________________________________________
4457[  7899] By: gsar                                  on 2000/11/28  06:32:55
4458        Log: reintegrate files missed by change#7895
4459     Branch: maint-5.6/perl
4460	  +> ext/ByteLoader/bytecode.h utils/Makefile
4461	   - utils/perlbc.PL
4462____________________________________________________________________________
4463[  7897] By: gsar                                  on 2000/11/27  18:22:47
4464        Log: can't integrate these two files, for some reason
4465     Branch: maint-5.6/perl
4466	   - ext/ByteLoader/bytecode.h utils/Makefile
4467____________________________________________________________________________
4468[  7895] By: gsar                                  on 2000/11/27  18:11:21
4469        Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
4470             6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
4471             6757..6890,6892..6901 from mainline
4472
4473             Bytecompiler patches from Benjamin Stuhl.
4474
4475             More bytecompiler.
4476
4477             Subject: [PATCH blead] B:: missing dependency
4478
4479             Subject: [PATCH: 6757] configure.com updates and syslog build
4480
4481             Long double Gconvert fixes from Yitzchak Scott-Thoennes
4482             and Spider Boardman.
4483
4484             Subject: [PATCH blead] nextchar() abuse misses an optimisation
4485
4486             Long double fixes from Spider Boardman.
4487
4488             Make the selection of NVff et al stricter.
4489
4490             cSVOPo_*v things index into the current PL_curpad
4491             under ithreads, which is different from the curpad
4492             used by the XSUB.  (In other words, the code as-is
4493             before this patch wouldn't work under ithreads.)
4494
4495             Be portable.
4496
4497             VMS MMS (make) wants null action.
4498
4499             Mac and other portability updates from Chris Nandor.
4500
4501             Storable support, v-version fixes.
4502             Subject: CPAN.pm beta for testing available
4503
4504             Portability fix from Hugo van der Sanden.
4505
4506             Bad makefile.
4507
4508             Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
4509
4510             Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
4511
4512             Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4513
4514             Replace #6705 with a minimal doc patch.
4515             Subject: [PATCH 5.6.0] replace change #6705
4516
4517             Drop the separate perlbc, perlcc -b should be enough.
4518
4519             installperl couldn't tell whether it had run tests or not.
4520             Subject: [PATCH] Re: installperl and t/TEST
4521
4522             Add silencer flags to installperl.
4523             Subject: [PATCH] Making installperl silent.
4524
4525             Make "make install" by default silent.  A new "install-verbose"
4526             target is verbose.
4527
4528             More liberal parsing of version numbers.
4529             Subject: Re: CPAN.pm beta for testing available
4530
4531             Create directories in silence.
4532             Subject: [PATCH] Another silencer for MakeMaker
4533
4534             DOS patches and portability/porting notes, from Tim Jenness.
4535
4536             Make installman to recognize the silence flag -S.
4537
4538             Actually do something with the silencer option.
4539
4540             Continue silencing.
4541
4542             Show the doc file, not the temp file.
4543
4544             Regen perltoc.
4545
4546             Subject: [PATCH] More silencing of installman.
4547
4548             Better wording for the vec lvalue diagnostic.
4549             Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4550
4551             Subject: [PATCH: 6805] several more tweaks to configure.com
4552
4553             Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
4554
4555             Missing parts of
4556             Subject: [PATCH: 6789] some endl fixes for VMS wackiness
4557
4558             Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
4559             (applied slightly modified)
4560
4561             installperl --verbose and --silent.
4562             Subject: Re: [PATCH] More silencing of installman.
4563
4564             Add install-silent target.
4565
4566             AIX 4.3.3 has SOCKS in libc with a differently named init routine,
4567             the problem reported in
4568             Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
4569
4570             Tweak the sfio/useperlio logic, hopefully as wished in
4571             Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
4572
4573             One forgotten file from #6816.
4574
4575             Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
4576
4577             Remove duplicately applied patch shards.
4578             Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
4579
4580             Support preserving extremely big/small angles.
4581
4582             Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
4583
4584             Subject: [PATCH] installation not quite silent yet.
4585
4586             Update the test count.
4587
4588             Use UVxf, PTR2UV, NVff.
4589
4590             Document PTR2XX and INT2PTR.
4591
4592             no-install target a la make -n.
4593             Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
4594
4595             grep -e isn't portable.
4596             Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
4597
4598             Can't get the test to reliably work thanks to the
4599             inaccurateness of floating point.  "Resolves" bug ids
4600             20000826.003, 20000826.009, 20000826.010,
4601
4602             Subject: installman buglet
4603
4604             DJGPP update from Laszlo Molnar.
4605
4606             Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4607
4608             Passing -R in ldflags makes now it to appear in the default
4609             for lddlflags, just like with -L.
4610             Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4611
4612             Test nit.
4613
4614             Use the actual thread type, not the pointer-to-struct.
4615
4616             Provice virtual $Config{ccflags_nolargefiles} etc.
4617
4618             display_format used as a class method without arguments was broken,
4619             reported in
4620             Subject: Math::Complex->display_format() sets style to 'Math::Complex'
4621
4622             Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
4623
4624             Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
4625
4626             Subject: [PATCH@6855] _Minor_ change to overload.pm pod
4627
4628             opmini.o may be left around if a build is interrupted.
4629
4630             Typo in #6858.
4631
4632             Fix for ID 20000828.001, long doubles were not formatted
4633             correctly (showed up in $], which stopped installing perl).
4634
4635             An attempt to fix the problem reported in
4636             Subject: Building perl@6856 using gcc/AIX 4.3.3
4637             I can't test this properly since the gcc installation I have
4638             access to seems to be botched (gcc is calling the AIX cpp,
4639             a losing proposition...)
4640
4641             Add -ld to archname on long tr...double platforms.
4642
4643             Subject: hv.h Doc Patch
4644
4645             Potential cruft.
4646
4647             Subject: [PATCH bleedperl@6856] warnings fixes
4648
4649             -S is the silent flag, -s is the strip flag.
4650             Subject: [PATCH] Re: [PATCH] make no-install
4651
4652             Take out the SUIDMAIL thing, that will not be
4653             a problem in 5.7.*.
4654
4655             Subject: [PATCH bleedperl@6866] spellings
4656
4657             Subject: [PATCH] Re: files not cleaned even by veryclean
4658
4659             Use minimal @INC in tests, most of the time just '../lib',
4660             so that we simply can't pick up stuff from other Perls than
4661             the one we are testing.  Pointed out by
4662             Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
4663
4664             Update to Getopt::Long 2.24, from Johan Vromans.
4665
4666             Fix for thinko in #6848.
4667             Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
4668
4669             Patches all over for people and the files they (hopefully) care about.
4670
4671             Subject: Net::protoent does not export 'getproto'
4672
4673             Missed a change in #6869.
4674
4675             Subject: [PATCH] Warnings in B::Deparse
4676
4677             Subject: [PATCH] Glob dumping
4678
4679             Disable one of the tests for now.
4680
4681             Disabling the one test is a bit tricky.
4682
4683             Don't forget to tidy up.
4684
4685             The #6881 removed one dump line.
4686
4687             Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
4688
4689             Under usethreads the dumped variable is IN_PAD.
4690             Subject: Re: [PATCH] Glob dumping
4691
4692             Subject: [ID 20000829.026] [PATCH 6868] File::Temp
4693
4694             Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
4695
4696             Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
4697
4698             Regen Configure for #6894.
4699
4700             Subject: [PATCH: 6889] updates to perlebcdic.pod
4701
4702             Undo namespace pollution of #6878.
4703             Subject: Re: Net::protoent does not export 'getproto'
4704
4705             Admit that we are leaking scalars.
4706
4707             Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
4708     Branch: maint-5.6/perl
4709	  !> (integrate 271 files)
4710____________________________________________________________________________
4711[  7894] By: gsar                                  on 2000/11/27  16:00:34
4712        Log: a couple of nits
4713     Branch: maint-5.6/perl
4714	   ! MANIFEST pp_sys.c
4715____________________________________________________________________________
4716[  7893] By: gsar                                  on 2000/11/27  15:10:56
4717        Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
4718             6740..6745,6747..6757,6760
4719
4720             Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
4721
4722             Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
4723
4724             Doc nits spotted by Richard Soderberg.
4725
4726             move WNOHANG definition to where other such things are
4727
4728             Make $Config{byteorder} more magical so that it is
4729             dynamically computed: nice for 'fat binaries'.
4730             Subject: [PATCH]: default byteorder
4731
4732             Subject: [PATCH] Cwd.pm now uses strict
4733
4734             Subject: Re: [PATCH]Re: Questions about Math::BigFloat
4735
4736             Get -DLEAKTEST to compile (not necessarily to work, mind)
4737             Subject: [ID 20000724.006] -DLEAKTEST problem
4738
4739             perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
4740
4741             Add perlebcdic from Peter Prymmer, regen toc.
4742
4743             Don't propose using modules built for 5.005 if no binary
4744             compatibility with 5.005 is attempted.
4745
4746             Do not use prototyping here.
4747             Subject: [ID 20000817.016] [PATCH] Peek.xs
4748
4749             Document what the backtick returns if the command fails.
4750
4751             Add byteorder to the myconfig output.
4752
4753             Introduce NVef, NVff, and NVgf, use the middle one.
4754             (helps for lib/peek + Linux + long doubles)  Reported in
4755             Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
4756             Use NVs in POSIX math, not doubles.
4757             Subject: [ID 20000817.014] POSIX & modfl
4758
4759             Subject: [PATCH 5.6.0+] newSVrv() memory leak
4760
4761             The byteorder code in #6671 was wrong.
4762
4763             Fix the lib/complex failure of
4764             Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
4765             Linux long double accuracy issue: something that
4766             when printed with %g looks like "2" but int() of it is 1.
4767
4768             Propagate new Configure vars.
4769
4770             Unbuffer the output.
4771
4772             Subject: [PATCH] perltrap.pod spring cleaning
4773
4774             Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
4775             Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
4776
4777             Tiny Getopt::Long patch from Johan Vromans.
4778
4779             Document code point which makes if (defined %stash::) to work
4780             (noted by Spider Boardman).
4781
4782             Subject: [PATCH perl@6698] cygwin port
4783
4784             Document the NDBM_File and ODBM_File as SDBM_File
4785             was documented in #6417.
4786
4787             The new tests were missing from #6415.
4788
4789             Add [[:blank:]] as suggested in
4790             Subject: [ID 20000716.024] [=cc=] / [:blank:]
4791             (the [=cc=] has already been taken care of by #6439
4792             so the whole bug report can be closed)
4793             and make [[:space:]] to be equivalent to isspace(3)
4794             (as opposed to \s, which is isSPACE()).  The difference
4795             is that now [[:space:]] matches the mythical vertical tab,
4796             while \s doesn't.
4797
4798             Don't eat leading os from index entries.
4799             Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
4800
4801             Subject: [PATCH 5.6.0+] fix for Win32::DomainName
4802
4803             Typo in pp_complement().
4804             Subject: [PATCH perl-current] Deparse
4805
4806             Add warnif(), check warnings further up the stack,
4807             all the warnings functions now can take an optional object reference.
4808             Subject: [PATCH bleedperl@6691] warnings pragma update
4809
4810             Fix a core dump in lib/selfloader under -DDEBUGGING.
4811             Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
4812
4813             Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
4814
4815             Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
4816
4817             Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
4818             Put back the long double avoidance code to POSIX.xs
4819             because VMS seems to need it still.
4820
4821             Introduce a 'veryclean' target that is like 'distclean'
4822             but also removes *~ and *.orig.
4823
4824             Subject: [ID 20000817.023] endianness description in perlfunc.pod
4825
4826             Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
4827
4828             Let's try #6717 again.
4829
4830             UTF8 concat fixes.
4831             Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
4832
4833             pp_open() could pass an uninitialized filename down to do_open9().
4834
4835             Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
4836
4837             Update to CGI 2.72, from Lincoln Stein.
4838
4839             Subject: [PATCH] Silence MakeMaker (Was: installman)
4840
4841             Use temporary directory instead of current directory.
4842             Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
4843
4844             Document odd vs even subreleases and -Dusedevel.
4845
4846             The veryclean target needs to clobber.
4847
4848             Use File::Spec->tmpdir().
4849
4850             Document the number of exponent digits.
4851
4852             Mention perlebcdic and perlposix-bc.
4853
4854             s/this one/the 5.6.0 release/
4855
4856             The #6724 is here.
4857
4858             The correct cleaning order is an art.
4859
4860             small tweaks for change#6705: avoid C++ style comments in C code;
4861             use Perl's malloc API rather than the low level system one
4862
4863             Array context keeps slithering in.
4864
4865             Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
4866
4867             Subject: [PATCH] os2.c fix for use64bitint
4868
4869             Update to Pod::LaTeX 0.53.
4870             Subject: [PATCH] lib/Pod/LaTeX.pm updates
4871
4872             Document the endianness of Alpha more precisely.
4873
4874             Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
4875
4876             Rename the macro argument because some preprocessors
4877             can't tell the difference and expand arguments also inside
4878             double quoted strings.
4879
4880             free TLS slot properly on Windows
4881
4882             use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
4883
4884             Unicos/mk requires elaborate paranoia.
4885
4886             Tweak the floating point output routine preferences.
4887
4888             Also under djgpp the timestamps are funky.
4889
4890             Apply some PodParser 1.18 patches; the Pod/Find.pm
4891             patches cannot be applied since #6712 conflicts.
4892
4893             Use PodParser 1.18 new test.
4894
4895             A pod nit.
4896             Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
4897
4898             Be verydeepclean.
4899     Branch: maint-5.6/perl
4900	  +> pod/perlebcdic.pod
4901	  !> (integrate 106 files)
4902____________________________________________________________________________
4903[  7887] By: gsar                                  on 2000/11/27  14:13:05
4904        Log: integrate changes#6613..6616,6620..6665 from mainline
4905
4906             VMS configure.com update continues.
4907
4908             Subject: Test fails / warnings with perl-current #6612
4909
4910             Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
4911
4912             Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
4913
4914             For now remove the mail code.
4915
4916             Subject: Re: [PATCH] @+, @- readonly
4917
4918             Subject: warning: storage class after type is obsolescent
4919
4920             Subject: sfio2000
4921
4922             Subject: Re: File::Temp problems on VMS in bleedperl
4923
4924             README.os2 update.
4925             Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
4926
4927             Make the user to give up his firstborn, err, to knowingly
4928             verify installing an unstable developer release.  Also bump
4929             the release to 5.7.0, but leave a patch tag in the local
4930             patches saying that this is not yet the real thing.
4931
4932             Update (kinda) to Test 1.14, from Joshua Pritikin.
4933
4934             make ok etc also for win32.
4935
4936             Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
4937
4938             Don't blow limited stacks, a lower number is enough to
4939             tickle the lookbehind limit.
4940
4941             Use -Dusedevel; regen Configure and the respective Porting stuff.
4942
4943             Subject: [PATCH] debugger exit code should reflect user exit code
4944
4945             Subject: [PATCH perl@6620] cygwin port
4946
4947             Missed a file from #6638.
4948
4949             Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
4950
4951             magic callbacks all need to have same type signature
4952
4953             Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
4954
4955             Fix a dependency problem.
4956             Subject: [PATCH: 6640] VMS Makefile.SH update
4957
4958             The numeric locale was reset to "C" by s?printf and never restored.
4959             Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
4960             No test since adding the failing example to locale.t
4961             does not fail -- probably because the locale settings are so
4962             thoroughly tweaked by that time.  Running the example standalone
4963             does fail, though.  UPDATE: test case added at change #7540.
4964
4965             Subject: [ID 20000324.040] minor fix to perlhpux.pod
4966
4967             Update to CPAN 1.57.
4968
4969             Subject: [PATCH] Cwd::_backtick_pwd does not check return value
4970
4971             Change the perlbug address to perl.org since it's more forgiving.
4972
4973             Change the regx compilation error markers to use = instead of <
4974             since pod makes using the latter quite messy.  Reported in
4975             ID 20000814.006 by Abigail and in
4976             Subject: Unknown escape E<> ?
4977
4978             Update to perldebtut 1.9, from Richard Foley.
4979
4980             check that the number pseudo children doesn't exceed
4981             MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
4982             the WaitForMultipleObjects() limit that would cause wait()
4983             to crash)
4984             wait() and waitpid() could potentially be rewritten to use
4985             more than one thread to do the waiting to eliminate this
4986             limitation
4987
4988             change#6328 could make close(SOCKET) return false on windows
4989             when it shouldn't
4990
4991             pod nit seen in passing
4992
4993             on windows, the return values from wait() and waitpid() don't
4994             match those of pseudo-pids
4995
4996             waitpid() now handles externally spawned pids correctly;
4997             fixes for backtick/wait/waitpid failures on Windows 9x
4998             these changes make the pid returned by process functions on
4999             Windows 9x always positive by clearing the high bit (which
5000             is always set on Win9x); pseudo-process PIDs are likewise
5001             always negative now on Win9x (just as on NT/2000)
5002
5003             trailing new %ENV entries weren't being pushed into the real
5004             environment of subprocesses on Windows
5005
5006             Tweak the regex compilation errors once more.
5007
5008             avoid warnings from dense compiler
5009
5010             add "ok" targets from change#6632 in makefile.mk
5011     Branch: maint-5.6/perl
5012	   - lib/Pod/PlainText.pm vms/configure.com
5013	  !> (integrate 66 files)
5014____________________________________________________________________________
5015[  7885] By: gsar                                  on 2000/11/27  13:53:18
5016        Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
5017             6610..6611 from mainline
5018
5019             Make regular expression parse error messages easier to understand.
5020             Subject: Re: enhanced(?) regex error messages
5021
5022             Tiny tidying on report_evil_fh().
5023
5024             Subject: Re: enhanced(?) regex error messages
5025             plus Capitalize the error messages, plus perldiag them.
5026
5027             Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
5028
5029             Document here-doc better.
5030
5031             Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5032
5033             Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
5034             Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
5035             (either perlbug or p5p ate the original), plus regen
5036             perlapi and perltoc.
5037
5038             Regen global.sym.
5039
5040             Double check that we have a dirhandle.
5041
5042             Subject: Re: enhanced(?) regex error messages
5043             (plus two small patches sent privately)
5044             (this still seems to leave few test failures)
5045
5046             warn is a macro, avoid using at a variable to avoid warnings
5047             in some configurations; readdir.t is too conservative in
5048             estimating number of *.t's
5049
5050             Get back into sync with Jeffrey on the enhanced regex warnings.
5051
5052             Subject: [PATCH 5.6.0] cygwin port
5053
5054             Zero entries were skipped, fix from Adrian Goalby
5055             <argoalby@yahoo.co.uk>
5056
5057             Subject: Remove dead entry in perldiag
5058
5059             Amend the description of Perl6.
5060             Subject: [PATCH Perl-5.6.0] perlfaq1.pod
5061
5062             detypo
5063
5064             It's the 2ndO'ROSSC.
5065
5066             Revert the sv.c part of #6559, a better fix is needed.
5067
5068             Iterating perl6 description.
5069
5070             Update to Term::ANSIColor 1.03, from Russ Allbery.
5071
5072             Update to Getopt::Long 2.23_05, from Johan Vromans.
5073
5074             Small AUTHORS and MAINTAIN updates.  Could do with big updates.
5075
5076             Update to Pod::Parser 1.17, from Brad Appleton.
5077
5078             Update to CPAN 1.56, from Andreas K�nig.
5079
5080             Update to CGI 2.70, from Lincoln Stein.
5081
5082             Put back the std @INC thing.
5083
5084             Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
5085             Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
5086
5087             Document the IO::Select timeout.
5088
5089             sleep(1) does not necessarily return 1.
5090             Subject: [PATCH bleadperl] op/lex_assign.t
5091
5092             Subject: debugger "d" command doesnt check line number
5093
5094             B::Deparse didn't do sub attributes.
5095             Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5096
5097             Preprocessing and postprocessing for File::Find.
5098             Subject: Patch to Find::File.pm to allow alphabetical results
5099
5100             Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
5101
5102             Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
5103
5104             Subject: Re: [ID 20000730.003] utf8::length() bad
5105
5106             Subject: Getting perlio and threads to compile
5107             (the Solaris version changes in Configure skipped)
5108
5109             Tests for #6589.
5110             Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5111
5112             Add Perl debugging tutorial, regen toc.
5113             Subject: perldebtut.pod
5114
5115             Add a few missing files, update MANIFEST.
5116
5117             Rewrite of vms/subconfigure.com as configure.com,
5118             from Peter Prymmer and the vmsperl crew.
5119
5120             Should have deleted this in #6603.
5121
5122             Fix the test for 5005threads.
5123
5124             Fix-n-skip the tests under 5005threads.
5125
5126             Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
5127
5128             Upgrade to CGI 2.71, from Lincoln Stein.
5129     Branch: maint-5.6/perl
5130	  +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
5131	  +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
5132	  +> t/op/regmesg.t t/pod/find.t vms/configure.com
5133	   - vms/subconfigure.com
5134	   ! lib/lib.pm
5135	  !> (integrate 115 files)
5136____________________________________________________________________________
5137[  7883] By: gsar                                  on 2000/11/27  11:50:46
5138        Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
5139             6511..6513,6515..6523,6525..6536
5140
5141             The swallow_bom() saga continues.  The #23 of require.t
5142             (UTF16-LE) still fails (silently, no output) but the #22
5143             (UTF16-BE) seems to be working now.  The root of the
5144             failure may be in sv_gets(): is it UTF-16LE-aware,
5145             especially when it comes to line endings?
5146
5147             Document the problem with -P in HP-UX and its workaround.
5148
5149             Subject: [PATCH] allow non-variable as lhs of non-updating tr///
5150             (aka ID 20000730.002)
5151
5152             Subject: fix and question re: waitpid() under win32
5153
5154             Make the safety catch for buggy gccs work with triple version
5155             numbers like 2.95.2.  Reported in
5156             Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
5157
5158             In Digital UNIX warn if gcc explicitly chosen because even
5159             2.95.2 is known to cause problems.
5160
5161             Make chr() for values >127 to create utf8 when under utf8.
5162
5163             various syntax errors and such (not fixed: comp/require.t#22 coredump
5164             on Windows)
5165
5166             Stash away the largefiles flags and libswanted.
5167
5168             BOM patching from Simon Cozens.
5169
5170             If gccosandvers is equal to osname, clear gccosandvers.
5171
5172             Make p4desc to skip non-mainperl branches by default.
5173
5174             Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
5175
5176             The test from this
5177             Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
5178
5179             In new BSDs changes to argv[] do not show up in ps(1) output,
5180             instead one must use setproctitle().  This was already addressed
5181             by change #6457, but the below has a new variant for FreeBSD 4.0
5182             or later, and the matter is also documented more.
5183
5184             FreeBSD 3.* updates from
5185             Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
5186
5187             regen_headers, regen perltoc.
5188
5189             Document in one place the memory abstractions used in Perl core.
5190
5191             memcpy has n o in it, as pinted ut by Sarathy.
5192
5193             Remove the extraneous "main::" prefix from all the
5194             "opened only for", "on closed", and "never opened" warnings.
5195
5196             The name of a filehandle does not have <these>.
5197
5198             The tr utf8 patching continues.
5199
5200             The new setproctitle() feature is available only in
5201             bleeding edge FreeBSD.  From Paul Saab.
5202
5203             Subject: [PATCH bleadperl] [ID 20000731.010] regex error
5204
5205             Dump UVs as UVs in Data::Dumper.
5206
5207             detypo #6494
5208
5209             Document the IVdf UVuf UVof UVxf.
5210
5211             require.t needs binmode() to work on windows
5212
5213             Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
5214             that are hopefully soon put into use.
5215
5216             Allow "no Module;" even if there is no 'unimport'.
5217
5218             Better skip message for the test; one of the two problems in
5219             Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
5220
5221             The subtest 4 may fail also on VOBS, as pointed out
5222             by Nick Ing-Simmons in November 1999, bug id 19991124.003
5223             (but the failure in that bug report isn't the subtest 4).
5224
5225             Be more informative on what is skipped and why,
5226             also repeat the list at the end.
5227
5228             Add a URL for FSF.
5229
5230             Subject: [PATCH] sv.h documentation - SvLEN
5231
5232             Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
5233
5234             Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
5235
5236             Subject: [PATCH] bad cppsymbols on os2 + Configure question
5237
5238             Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
5239
5240             Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
5241             mention the idea of @( and @)
5242
5243             This is 6512.  Really.
5244
5245             Subject: [ID 19990721.004] Documentation bug in perlfunc
5246
5247             Subject: Minor tweak to perlvar.pod
5248
5249             In the warnings call filehandles consistently so;
5250             add "unopened" warning for stat().
5251
5252             After the #6519 a warning about stat() is just that,
5253             not about a filetest, which now have their own warning.
5254
5255             Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
5256
5257             Subject: Re: Array vs. List context
5258
5259             Subject: New perlcc, take 2
5260
5261             Weed buglets pointed out by
5262             Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
5263
5264             gcc versions might have (parentheses) in them.
5265
5266             Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
5267
5268             Essential prototype changes were missing from #6527.
5269             Also make report_evil_fh() more bomb-proof.
5270
5271             Zap lib/Sys directory when cleaning up.
5272
5273             Change the Policy policy: now -Dprefix= with an existing
5274             Policy.sh and prefix == siteprefix == vendorprefix, then all
5275             of them follow along the new prefix.
5276             Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
5277
5278             Continue fixing the io warnings.  This also
5279             sort of fixes bug ID 20000802.003: the core dump
5280             is no more.  Whether the current behaviour is correct
5281             (giving a warning: "Not a format reference"), is another matter.
5282
5283             Have symbols for the IoTYPEs.
5284
5285             Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
5286
5287             Document a bit that UDP is not what you might think.
5288             Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
5289             tr memory corruption fix from Simon Cozens.
5290
5291             Plug the security hole described in the Aug 05 2000 bugtraq message
5292             "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
5293             The security hole exists only in suidperls, which isn't
5294             installed or even built by default.
5295     Branch: maint-5.6/perl
5296	  !> (integrate 71 files)
5297____________________________________________________________________________
5298[  7882] By: gsar                                  on 2000/11/27  10:25:36
5299        Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
5300             from mainline
5301
5302             Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
5303             to be fatal errors (instead of by default ignoring them, and
5304             ignoring with a bug: even though -w gave an error, the opening [
5305             was left in)  Reported in:
5306
5307             Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
5308
5309             Subject: [PATCH] split /^/
5310
5311             MacOS nits from Matthias Neeracher.
5312
5313             More split() doc and test patches from Mike Guy.
5314
5315             Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
5316             from Graham Barr in the module list.
5317
5318             docfix from Peter Scott <Peter@PSDT.com>.
5319
5320             File::Temp patches for VMS and OS/2 from Tim Jenness.
5321
5322             open() wariness in perlbug.
5323
5324             Subject: [PATCH] minor doc change - perlguts
5325
5326             Subject: Minor doc patch: handy.h
5327
5328             Be wary of close()s, too.
5329
5330             Further File::Temp patches from Yitzchak Scott-Thoennes
5331             and Craig A. Berry.
5332
5333             Subject: [PATCH] fixes bug 20000508.004
5334
5335             Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
5336
5337             Allow "no AutoLoader;", based on change #6444,
5338             suggested by Graham Barr.
5339
5340             Use setproctitle() if available to modify $0.
5341
5342             Warn if the version of the operating system used to compile gcc
5343             differs from the current version of the operating system.
5344             Also display the gcc compilation os and version in myconfig.
5345             Inspiration from
5346
5347             Tiny fixes for #6460.
5348
5349             The problem described in this
5350             Subject: [ID 20000322.018] named chars aren't magical enough
5351             has been fixed in perl 5.6.0 but just in case added a test
5352             to keep it away.  (The report from Joseph Hall.)
5353
5354             Tune the comments and hopefully stop a memory leak.
5355
5356             Subject: UTF8 concat
5357             (with a memory leak fixed, plus a few casts added)
5358             This also seems to help for
5359             Subject: [ID 20000716.015] join UTF8 weirdness
5360
5361             Do not upgrade SVs into utf8 just because they participate
5362             in eq or cmp.  Reported and fix suggested in
5363             Subject: [ID 20000720.009] sv_eq UTF8 bug
5364
5365             Fix the HALF_UPGRADE() macro introduced in #6263.
5366
5367             Find green threads before native threads.
5368             Subject: Re: Patch to jpl/JNI/Makefile.PL
5369     Branch: maint-5.6/perl
5370	  !> (integrate 30 files)
5371____________________________________________________________________________
5372[  7846] By: gsar                                  on 2000/11/24  00:55:57
5373        Log: integrate changes#6415..6418,6420..6438 from mainline
5374
5375             Fix the bitvector ops for utf8 (tricky since past 7 bits
5376             the utf8 'characters' can be more than one octet).
5377
5378             MPE/ix updates for perl 5.6.0 from Mark Bixby.
5379
5380             Subject: SDBM_File documentation
5381
5382             Detypo.
5383
5384             Decutandpasto.
5385
5386             Send all installperl messages to STDERR and be -w clean.
5387
5388             Out-of-date note removed.
5389
5390             Protect against "wild next"s, that is, callbacks doing "next"
5391             instead of "return".
5392
5393             Use STDOUT consistently.
5394
5395             The output might have been produced in the wrong order.
5396
5397             A missing 'break' after the [[:space:]] switch case.
5398
5399             Add tests for
5400             [ID 19991110.003] another matching finding by pcre author
5401             which has already been fixed by some patch, as verified in
5402
5403             Documentation to explain the behaviour of map().
5404
5405             Add an optimization for map-maps-a-list-element-to-more-list-elements
5406             case, but add also notes explaining the relationship of this
5407             patch and the earlier notes by Sarathy.
5408
5409             Subject: [ID 20000716.023] syslog test fails without sockets
5410
5411             Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
5412             Test cases for #6431.
5413
5414             File::Spec::VMS fixup for tmpdir from Craig Berry.
5415
5416             Make the "uninit variable" warning to say "concat or string"
5417             or "join or string" when in concat or join .
5418
5419             Get UTF16 BOMs working.  Patch from
5420             Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
5421
5422             Subject: [PATCH] Make large file tests deal with SIGXFSZ
5423
5424             Subject: [ID 20000724.003] Documentation changes for perllocale.pod
5425
5426             Subject: [PATCH] av.c apidoc
5427     Branch: maint-5.6/perl
5428	  !> (integrate 43 files)
5429____________________________________________________________________________
5430[  7845] By: gsar                                  on 2000/11/24  00:20:45
5431        Log: integrate changes#6406..6414 from mainline
5432
5433             Merge perlhacktut into perlhack, update perlguts.
5434
5435             Fix AutoSplit to use File::Spec the right way in VMS,
5436             from Peter Prymmer.
5437
5438             The bug report
5439             [ID 19991110.002] minimal matching discrepancy found by pcre author
5440             seems to have been fixed (though differently from what was suggested
5441             in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
5442
5443             thinko fix in vms/descrip_mms.template, the win32.pod in lib,
5444             not in pod, from Peter Prymmer
5445
5446             Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
5447             From: Hugo <hv@crypt.compulink.co.uk>
5448             Date: Fri, 14 Jul 2000 23:05:20 +0100
5449             Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
5450
5451             Didn't anymore apply, but that point still could use another fix.
5452
5453             lib/b test fixes from Peter Prymmer.
5454
5455             More docs for sv functions.
5456
5457             perlvms.pod whitespace cleanup to keep pod utils happy.
5458
5459             another VMS build tweak from Peter Prymmer
5460     Branch: maint-5.6/perl
5461	  !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
5462	  !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
5463	  !> vms/descrip_mms.template vms/perlvms.pod
5464____________________________________________________________________________
5465[  7799] By: gsar                                  on 2000/11/22  01:02:56
5466        Log: some lib_pm.PL changes snuck in via change#7772
5467     Branch: maint-5.6/perl
5468	   ! Makefile.SH
5469____________________________________________________________________________
5470[  7781] By: gsar                                  on 2000/11/20  19:02:55
5471        Log: type mismatch due to faulty integration
5472     Branch: maint-5.6/perl
5473	   ! toke.c win32/Makefile
5474____________________________________________________________________________
5475[  7780] By: gsar                                  on 2000/11/20  17:31:55
5476        Log: integrate changes#6392,6394..6399,6401..6404
5477
5478             The {multiplier} of a fixed substring was overlooked which
5479             caused a wrong initial search offset for that substring.
5480
5481             Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
5482             From: Hugo <hv@crypt.compulink.co.uk>
5483             Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
5484             Date: Thu, 13 Jul 2000 19:27:13 +0100
5485
5486             Fix the BOM bug: not a byteorder bug, a signedness bug.
5487
5488             Replace change #6337 with a better one.
5489
5490             Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
5491             From: Hugo <hv@crypt.compulink.co.uk>
5492             Date: Fri, 14 Jul 2000 04:16:20 +0100
5493             Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
5494
5495             MakeMaker should not remove editor backups (*~) on `make clean`
5496             by default (completes change#6383)
5497
5498             move new variables to the end of the interpreter structure (for
5499             bincompat in code that doesn't #include XSUB.h)
5500
5501             rename totally bletcherous SvLOCK() thingy (doesn't do what the
5502             name suggests anyway)
5503
5504             various cleanups (typos, misformatted code, and small bugs)
5505
5506             typecasts needed for change#6394
5507
5508             typos in change#6399, regen headers
5509
5510             inconsistent types needs casts
5511
5512             PERL_OBJECT build tweaks
5513     Branch: maint-5.6/perl
5514	  !> MANIFEST doop.c embed.h embed.pl embedvar.h
5515	  !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
5516	  !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
5517	  !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
5518	  !> toke.c util.c
5519____________________________________________________________________________
5520[  7779] By: gsar                                  on 2000/11/20  17:06:29
5521        Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
5522
5523             Cosmetics and perldelta.
5524
5525             Fix nits noticed by Boston.pm.
5526
5527             Do the cc sanity check both before the hints and
5528             after the cc selction.
5529
5530             get sprintf.t to adjust properly for 3-digit exponents
5531
5532             don't clobber *.orig files on *clean targets
5533
5534             fix bugs in processing %v-*d and similar format specs (from
5535             Avi Finkel <avi@finkel.org>)
5536
5537             sprintf test tweaks (from Dominic Dunlop)
5538
5539             new selfloader.t in change#6183 doesn't close DATA handles,
5540             and thus fails to clean up tmp files on dosish platforms
5541
5542             typos (spotted by Peter Prymmer)
5543
5544             typo fix from Craig Berry
5545     Branch: maint-5.6/perl
5546	  !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
5547	  !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
5548	  !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
5549	  !> x2p/Makefile.SH
5550____________________________________________________________________________
5551[  7778] By: gsar                                  on 2000/11/20  16:46:51
5552        Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
5553
5554             Subject: Re: format bug report  [Patch]
5555             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5556             Date: Wed, 05 Jul 2000 13:12:52 +0200
5557             Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
5558
5559             Subject: Re: format bug report  [Patch]
5560             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5561             Date: Wed, 05 Jul 2000 14:10:01 +0200
5562             Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
5563
5564             Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
5565             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5566             Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
5567             Date: Fri, 07 Jul 2000 17:57:16 +0100
5568
5569             Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
5570             To: perl5-porters@perl.org
5571             From: Karsten Sperling <spiff@phreax.net>
5572             Date: Mon, 10 Jul 2000 15:12:52 +0200
5573             Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
5574
5575             README.posix-bc podified from Thomas Dorner.
5576
5577             Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
5578             From: Dominic Dunlop <domo@computer.org>
5579             Date: Tue, 11 Jul 2000 12:27:33 +0200
5580             Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
5581
5582             Typo in #6341.
5583
5584             Fix for
5585             Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
5586             From: Roderick Schertler <roderick@argon.org>
5587             Date: Tue, 11 Jul 2000 13:55:05 -0400
5588             Message-Id: <200007111755.NAA05077@jones.argon.org>
5589
5590             Minor cleanups on the booklist.
5591
5592             Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
5593             regen perltoc.
5594
5595             windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
5596     Branch: maint-5.6/perl
5597	  +> pod/perlbook.pod
5598	  !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
5599	  !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
5600	  !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
5601____________________________________________________________________________
5602[  7772] By: gsar                                  on 2000/11/20  13:06:23
5603        Log: integrate changes#6315..6319,6321..6331,6333..6338
5604
5605             Integrate with Sarathy, preliminary fix for unicos
5606             alignment problems in [ID 20000612.002] Perl problem on Cray system.
5607
5608             some debugger output does not go to the socket when RemotePort is set
5609
5610             winsock cleanup never done on Windows (leads to handle leaks)
5611
5612             fix UNC path handling on Windows under ithreads, and chdir()
5613             return value when given a non-existent directory
5614
5615             Autogenerate pod/Makefile and pod/buildtoc.
5616             buildtoc also checks whether the existin pods are
5617             mentioned in MANIFEST and perl.pod, and vice versa.
5618             (None of the thusly found discrepancies fixed yet.)
5619             roffitall also needs to be autogenerated similarly but it
5620             seems so badly out of date that I didn't touch it yet.
5621
5622             Config is being used.
5623
5624             Add =head1 NAMEs so that buildtoc is happy.
5625             (The CGI::Util nit reported to Lincoln.)
5626
5627             Fix complaints of buildtoc.
5628
5629             Fix the alignment problem in Crays ([ID 20000612.002]).
5630
5631             Remove perlbook, update perlfaq book listing,
5632             rearrange perl.pod, regenerate perltoc.
5633
5634             Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
5635             was cast to an unsigned (32-bit) integer with wild abandon.
5636
5637             winsock options weren't being set in all threads under ithreads
5638             (caused send()s from second and subsequent threads to fail)
5639
5640             accept() leaks memory on windows due to incorrect ordering of
5641             closesocket() and fclose() calls
5642
5643             Reorder perl.pod once more.
5644
5645             More POSIX.pod tweaks.
5646
5647             Sprinkle ldlibpath.
5648
5649             Precedence goof, fix based on
5650             Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
5651             From: Hugo <hv@crypt.compulink.co.uk>
5652             Date: Tue, 11 Jul 2000 12:52:38 +0100
5653             Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
5654
5655             Subject: PATCH perlguts.pod: Document D and d magic types
5656             From: mjd@plover.com
5657             Date: 5 Jul 2000 18:01:51 -0000
5658             Message-ID: <20000705180151.29413.qmail@plover.com>
5659
5660             Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
5661             From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
5662             Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
5663             Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
5664
5665             Subject: [PATCH cfgperl] $& segfaults if you trick it
5666             From: simon@brecon.co.uk (Simon Cozens)
5667             Date: 7 Jul 2000 11:26:09 GMT
5668             Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
5669
5670             Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
5671             From: Hugo <hv@crypt.compulink.co.uk>
5672             Date: Tue, 11 Jul 2000 12:44:50 +0100
5673             Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
5674
5675             Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
5676             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5677             Date: Tue, 11 Jul 2000 13:50:51 +0100
5678             Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
5679     Branch: maint-5.6/perl
5680	  +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
5681	  +> pod/buildtoc.PL
5682	   - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
5683	  !> (integrate 26 files)
5684____________________________________________________________________________
5685[  7771] By: gsar                                  on 2000/11/20  12:31:42
5686        Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
5687             6310,6311,6314
5688
5689             Subject: [PATCH bleedperl] File::Spec 0.82 beta
5690             From: Barrie Slaymaker <barries@jester.slaysys.com>
5691             Date: Wed, 28 Jun 2000 11:35:29 -0400
5692             Message-Id: <200006281535.LAA21095@jester.slaysys.com>
5693
5694             tweak perlembed for multiplicity/usethreads sanity; correct notes
5695             about Windows
5696
5697             localize %INC in a Safe compartment so that use/require work
5698             (many other magic globals probably need similar treatment)
5699
5700             dounwind() may cause POPSUB() to diddle the wrong PL_curpad
5701             when @_ is modified, causing coredumps
5702
5703             slurp mode fix in change#4736 still not quite right
5704
5705             Point to perlipc for more SysV IPC examples.
5706
5707             Elaborate POSIX.pod.  Still needs work.
5708
5709             fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
5710
5711             fix large memory leak that has been around for ever, masked by
5712             -DPURIFY (most of the arenas were never freed!)
5713
5714             fix memory leak on Windows (PL_sys_intern contents were never
5715             freed)
5716
5717             PERL_OBJECT build tweak
5718
5719             adjust change#6299
5720
5721             remove rel2abs prototypes (from Barrie Slaymaker)
5722
5723             missing perldiag entry for unpack("w",...) diagnostic (from
5724             Andreas Koenig)
5725
5726             better diagnostic on Frob->stuff() when Frob:: doesn't exist
5727             (from Richard Soderberg <rs@oregonnet.com>)
5728
5729             Win32 patches for cfgperl from Sarathy.
5730
5731             b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
5732
5733             More POSIX.pod embellishment.
5734
5735             tyop in change#6306
5736     Branch: maint-5.6/perl
5737	  !> (integrate 44 files)
5738____________________________________________________________________________
5739[  7770] By: gsar                                  on 2000/11/20  11:51:00
5740        Log: integrate changes#6268..6282 from cfgperl branch
5741
5742             Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
5743             From: Dominic Dunlop <domo@computer.org>
5744             Date: Thu, 29 Jun 2000 12:32:39 +0200
5745             Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
5746
5747             Regen headers for #6261 (and update embed.pl for this) and #6267,
5748             silence few compiler warnings.
5749
5750             Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
5751             From: Nicholas Clark <nick@talking.bollo.cx>
5752             Date: Fri, 23 Jun 2000 16:21:15 +0100
5753             Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
5754
5755             Subject: PATCH pod/perltie.pod
5756             From: Ian Phillipps <Ian.Phillipps@iname.com>
5757             Date: Fri, 16 Jun 2000 00:17:19 +0100
5758             Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
5759             (only the first hunk, the second hunk had already been done
5760             by some other patch)
5761
5762             Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
5763             From: Tom Phoenix <rootbeer@redcat.com>
5764             Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
5765             Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
5766
5767             Subject: [PATCH] xsub attributes
5768             From: Doug MacEachern <dougm@covalent.net>
5769             Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
5770             Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
5771
5772             Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
5773             From: Andy Dougherty <doughera@lafayette.edu>
5774             Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
5775             Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
5776
5777             Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
5778             From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
5779             Date: Tue, 13 Jun 2000 02:43:48 -0500
5780             Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
5781
5782             Subject: [PATCH] Re: eval documentation: context
5783             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5784             Date: Mon, 12 Jun 2000 15:07:29 +0100
5785             Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
5786
5787             Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
5788             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5789             Date: Mon, 12 Jun 2000 14:55:59 +0100
5790             Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
5791
5792             Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
5793             From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
5794             Date: Fri, 09 Jun 2000 12:39:27 -0400
5795             Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
5796             (plus update the version "number" of Text::Wrap)
5797
5798             Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
5799             From: Tim Ayers <tayers@bridge.com>
5800             Date: Thu, 08 Jun 2000 08:11:06 +0200
5801             Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
5802             [resent by Richard Foley, Message-Id probably wrong]
5803
5804             Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
5805             From: rspier@pobox.com (Robert Spier)
5806             Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
5807             Message-ID: <14654.31913.845602.610277@rls.cx>
5808
5809             Subject: [PATCH 5.6.0] utils/h2xs.PL
5810             From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
5811             Date: Wed, 7 Jun 2000 04:02:04 -0500
5812             Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
5813
5814             Subject: [PATCH 5.6.0]ITHREADs for VMS
5815             From: Dan Sugalski <dan@sidhe.org>
5816             Date: Tue, 06 Jun 2000 11:59:50 -0400
5817             Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
5818     Branch: maint-5.6/perl
5819	  !> (integrate 31 files)
5820____________________________________________________________________________
5821[  7769] By: gsar                                  on 2000/11/20  11:29:06
5822        Log: integrate changes#6261..6266 from cfgperl
5823
5824             Subject: Re: [PATCH cfgperl] BOMs away!
5825             From: simon@brecon.co.uk (Simon Cozens)
5826             Date: 17 Jun 2000 11:49:57 GMT
5827             Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
5828
5829             Subject: 5.6.0 Patch for EPOC
5830             From: Olaf Flebbe <o.flebbe@gmx.de>
5831             Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
5832             Message-ID: <23449.960929969@www11.gmx.net>
5833
5834             tr fixes from Simon Cozens
5835
5836             Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
5837             From: Marty Lucich <marty@netcom.com>
5838             Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
5839             Message-Id: <200006282116.OAA11148@netcom.com>
5840             ccdlflags update (the BSD/OS 4.1 part had already been taken
5841             care of by #6141).
5842
5843             Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
5844             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5845             Date: Wed, 28 Jun 2000 17:50:12 -0700
5846             Message-ID: <E1pW5gzkg2kV092yn@efn.org>
5847
5848             Subject: [PATCH 5.6.0] cygwin port
5849             Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
5850             From: "Fifer, Eric" <EFifer@sanwaint.com>
5851             Date: Thu, 29 Jun 2000 12:58:29 +0100
5852     Branch: maint-5.6/perl
5853	  !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
5854	  !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
5855	  !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5856	  !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
5857____________________________________________________________________________
5858[  7768] By: gsar                                  on 2000/11/20  11:13:44
5859        Log: integrate changes#6252..6256,6259..6260
5860
5861             Paranoia tweak on #6249.
5862             Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
5863             From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5864             Date: Sun, 25 Jun 2000 23:43:12 -0400
5865             Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
5866
5867             Subject: tr///, help wanted.
5868             From: simon@brecon.co.uk (Simon Cozens)
5869             Date: 28 Jun 2000 11:29:04 GMT
5870             Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
5871
5872             small thinko tweaks
5873
5874             tweaks from Simon Conzes to further fix tr/// under utf8
5875
5876             perlnewmod was missing from MANIFEST.
5877
5878             Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
5879             From: simon@brecon.co.uk (Simon Cozens)
5880             Date: 17 Jun 2000 11:56:44 GMT
5881             Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
5882             pack U0, pack C0
5883     Branch: maint-5.6/perl
5884	  !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
5885	  !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
5886	  !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
5887	  !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
5888____________________________________________________________________________
5889[  7767] By: gsar                                  on 2000/11/20  10:51:38
5890        Log: integrate change#6250 from cfgperl
5891
5892             Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
5893             From: Doug MacEachern <dougm@covalent.net>
5894             Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
5895             Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
5896     Branch: maint-5.6/perl
5897	  +> t/op/my_stash.t
5898	  !> MANIFEST embed.pl global.sym proto.h toke.c
5899____________________________________________________________________________
5900[  7766] By: gsar                                  on 2000/11/20  10:48:34
5901        Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
5902
5903             Subject: [ID 20000626.007] h2xs man page contains trailing garbage
5904             From: Nicholas Clark <nick@Bagpuss.unfortu.net>
5905             Date: Mon, 26 Jun 2000 18:40:14 +0100
5906             Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
5907
5908             Subject: [PATCH] bytes<->utf8 fixes
5909             From: simon@brecon.co.uk (Simon Cozens)
5910             Date: 26 Jun 2000 04:55:45 GMT
5911             Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
5912
5913             Subject: [PATCH] is_utf8_string
5914             From: simon@brecon.co.uk (Simon Cozens)
5915             Date: 26 Jun 2000 02:25:59 GMT
5916             Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
5917
5918             Subject: [PATCH] avoid mg_ptr in '*' magic
5919             From: Doug MacEachern <dougm@covalent.net>
5920             Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
5921             Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
5922
5923             Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
5924             From: Nicholas Clark <nick@Bagpuss.unfortu.net>
5925             Date: Sat, 24 Jun 2000 13:06:20 +0100
5926             Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
5927
5928             Allow for standalone testing.
5929
5930             Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
5931             From: Mark-Jason Dominus <mjd@plover.com>
5932             Date: Tue, 27 Jun 2000 22:36:42 -0400
5933             Message-ID: <20000628023642.12166.qmail@plover.com>
5934
5935             Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
5936             From: Frank Tobin <ftobin@uiuc.edu>
5937             Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
5938             Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
5939     Branch: maint-5.6/perl
5940	  !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
5941	  !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
5942	  !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
5943	  !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
5944	  !> utf8.c utils/h2xs.PL
5945____________________________________________________________________________
5946[  7765] By: gsar                                  on 2000/11/20  10:29:13
5947        Log: integrate change#6239 from cfgperl
5948
5949             Configure maintenance.  Sever some dependency cycles,
5950             separate gccversion from the cc unit,
5951             address [ID 20000623.006] Configure script patch for using gcc on AIX
5952             (but solve it a little bit differently),
5953             unduplex some accidentally duplicated units,
5954             suggest using gcc if no cc available
5955             (p5p thread: "Solaris configure: counterproposal", 1999-09)
5956     Branch: maint-5.6/perl
5957	  !> Configure Todo-5.6 config_h.SH
5958____________________________________________________________________________
5959[  7764] By: gsar                                  on 2000/11/20  10:25:55
5960        Log: integrate changes#6233..6238 from cfgperl
5961
5962             Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
5963             From: Mark-Jason Dominus <mjd@plover.com>
5964             Date: Fri, 16 Jun 2000 20:53:04 -0400
5965             Message-ID: <20000617005304.8008.qmail@plover.com>
5966
5967             Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
5968             because when run as services (Win32ese for daemons)
5969             no environment variables are set and tmpdir ends up as /tmp,
5970             which is ambiguous.
5971             Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
5972             From: matt@sergeant.org
5973             Date: 16 Jun 2000 16:30:43 -0000
5974             Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
5975
5976             The thread begun by
5977             Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
5978             From: Kevin.Ruscoe@ubsw.com
5979             Date: Fri, 16 Jun 2000 16:38:51 +0100
5980             Message-Id: <H000019b03c300d6@MHS>
5981
5982             Tweak embed.pl, regen headers.
5983
5984             Subject: [PATCH 5.6.0] XS module loading fixup for VMS
5985             From: Dan Sugalski <dan@sidhe.org>
5986             Date: Fri, 23 Jun 2000 17:00:00 -0400
5987             Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
5988     Branch: maint-5.6/perl
5989	  !> (integrate 27 files)
5990____________________________________________________________________________
5991[  7763] By: gsar                                  on 2000/11/20  10:08:08
5992        Log: s/perl56delta/perldelta/g
5993     Branch: maint-5.6/perl
5994	   ! pod/Makefile
5995____________________________________________________________________________
5996[  7762] By: gsar                                  on 2000/11/20  10:04:00
5997        Log: integrate changes#6225,6229,6231,6232 from cfgperl
5998
5999             Add source code filenames to apidoc.
6000             From: simon@brecon.co.uk (Simon Cozens)
6001             Subject: [PATCH embed.pl] Source X-ref
6002             Date: 22 Jun 2000 02:18:49 GMT
6003             Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
6004
6005             Subject: README.hpux version 0.6.1
6006             Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
6007             From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6008             Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
6009
6010             Subject: [PATCH 5.6.0] cygwin port
6011             From: "Fifer, Eric" <EFifer@sanwaint.com>
6012             Date: Tue, 20 Jun 2000 14:30:58 +0100
6013             Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
6014
6015             Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
6016             From: simon@brecon.co.uk (Simon Cozens)
6017             Date: 19 Jun 2000 15:18:27 GMT
6018             Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
6019
6020             plus update pod/Makefile and regenerate perltoc
6021     Branch: maint-5.6/perl
6022	  +> pod/perlutil.pod
6023	  !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
6024	  !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
6025____________________________________________________________________________
6026[  7344] By: gsar                                  on 2000/10/16  09:30:21
6027        Log: integrate change#6220 from cfgperl
6028
6029             Win32 patches from Benjamin Stuhl.
6030     Branch: maint-5.6/perl
6031	  !> makedef.pl win32/win32.h
6032____________________________________________________________________________
6033[  7343] By: gsar                                  on 2000/10/16  08:32:19
6034        Log: integrate changes#6221,6222 from cfgperl
6035
6036             Remove tr///CU (the feature is to be obsoleted by better interfaces).
6037             From: simon@brecon.co.uk (Simon Cozens)
6038             Subject: [PATCH] Eliminate tr///[CU][CU]
6039             Date: 23 Jun 2000 11:05:40 GMT
6040             Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
6041
6042             doc typo fix
6043             Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
6044             From: Ian Phillipps <Ian.Phillipps@iname.com>
6045             Date: Fri, 23 Jun 2000 10:40:58 +0100
6046             Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
6047     Branch: maint-5.6/perl
6048	  !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
6049____________________________________________________________________________
6050[  7342] By: gsar                                  on 2000/10/16  08:28:08
6051        Log: integrate change#6217 from cfgperl (in part)
6052
6053             Rename the fdpid locking and integrate with Sarathy.
6054     Branch: maint-5.6/perl
6055	  !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
6056	  !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
6057	  !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
6058	  !> win32/win32.c
6059____________________________________________________________________________
6060[  7341] By: gsar                                  on 2000/10/16  08:23:39
6061        Log: integrate changes#6214..6216 from mainline
6062
6063             @_ can't have junk in it even in the non-USE_ITHREADS case because
6064             caller() wants to populate @DB::args with it (causes a coredump
6065             in Carp::confess())
6066
6067             tweak comment about @DB::args
6068
6069             be more optimal about clearing @_
6070     Branch: maint-5.6/perl
6071	  !> av.h cop.h pp_ctl.c t/op/runlevel.t
6072____________________________________________________________________________
6073[  7340] By: gsar                                  on 2000/10/16  08:20:37
6074        Log: integrate changes#6207..6210 from cfgperl
6075
6076             Subject: [PATCH 5.6.0] Threadsafe patches
6077             From: Dan Sugalski <dan@sidhe.org>
6078             To: perl5-porters@perl.org
6079             Date: Mon, 08 May 2000 18:08:13 -0400
6080             Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
6081
6082             Regen headers for #6207.
6083
6084             Lock PL_fdpid against race conditions, based on:
6085             Subject: [PATCH 5.6.0]subprocess fixup for threads
6086             From: Dan Sugalski <dan@sidhe.org>
6087             To: perl5-porters@perl.org
6088             Date: Tue, 11 Apr 2000 17:02:32 -0400
6089             Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
6090
6091             Mopup for #6207 and #6209.
6092     Branch: maint-5.6/perl
6093	  !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
6094	  !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
6095	  !> win32/win32.c
6096____________________________________________________________________________
6097[  7339] By: gsar                                  on 2000/10/16  08:14:34
6098        Log: integrate change#6203 from cfgperl
6099
6100             perldiag should refer to perlos2.pod not README.os2
6101     Branch: maint-5.6/perl
6102	  !> pod/perldiag.pod
6103____________________________________________________________________________
6104[  7338] By: gsar                                  on 2000/10/16  08:11:42
6105        Log: integrate change#6201 from mainline
6106
6107             Perl_eval_pv() leaks 4 bytes every time it is called because it
6108             does a PUSHMARK that's never ever POPMARKed; in general, only
6109             Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
6110             Perl_eval_[sp]v() don't because they don't take any incoming
6111             arguments (this leak has been around since the original version
6112             of perl_eval_pv() in 5.003_97e)
6113     Branch: maint-5.6/perl
6114	  !> perl.c
6115____________________________________________________________________________
6116[  7337] By: gsar                                  on 2000/10/16  08:08:47
6117        Log: integrate changes#6197..6200 from cfgperl
6118
6119             Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
6120             From: John Borwick <jhborwic@unity.ncsu.edu>
6121             Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
6122             Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
6123
6124             Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
6125             From: Dan Sugalski <dan@sidhe.org>
6126             To: vmsperl@perl.org, perl5-porters@perl.org
6127             Date: Fri, 02 Jun 2000 16:00:41 -0400
6128             Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
6129             Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
6130
6131             Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
6132             From: Dan Sugalski <dan@sidhe.org>
6133             To: perl5-porters@perl.org, vmsperl@perl.org
6134             Date: Fri, 02 Jun 2000 17:30:51 -0400
6135             Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
6136
6137             Update to cperl-mode.el 4.31 from
6138             ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
6139             Subject: A couple of notes
6140             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6141             To: Mailing list Perl5 <perl5-porters@perl.org>
6142             Date: Sat, 3 Jun 2000 23:33:32 -0400
6143             Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
6144     Branch: maint-5.6/perl
6145	  !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
6146	  !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
6147	  !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
6148	  !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
6149	  !> vms/vmsish.h
6150____________________________________________________________________________
6151[  7336] By: gsar                                  on 2000/10/16  08:03:46
6152        Log: integrate changes#6194,6195 from mainline
6153
6154             fix small eval"" memory leaks under USE_ITHREADS
6155
6156             fix yet another eval"" leak under USE_ITHREADS
6157     Branch: maint-5.6/perl
6158	  !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
6159	  !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
6160	  !> vms/perly_c.vms
6161____________________________________________________________________________
6162[  7335] By: gsar                                  on 2000/10/16  08:02:15
6163        Log: integrate changes#6190,6191 from mainline
6164
6165             submit missing embed.pl change
6166
6167             vec() loses numericalness (modified version of patch suggested
6168             by Robin Barker)
6169     Branch: maint-5.6/perl
6170	  !> doop.c embed.pl t/op/vec.t
6171____________________________________________________________________________
6172[  7334] By: gsar                                  on 2000/10/16  08:01:03
6173        Log: integrate change#6189 from mainline
6174
6175             counting tr/// corrupts later operation (from M.J.T Guy)
6176     Branch: maint-5.6/perl
6177	  !> doop.c t/op/tr.t
6178____________________________________________________________________________
6179[  7333] By: gsar                                  on 2000/10/16  07:59:07
6180        Log: integrate changes#6183..6188 from mainline
6181
6182             SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
6183             <nick@ccl4.org>)
6184
6185             tweak for change#6127
6186
6187             remove incorrect documentation about implicit split to @_ in
6188             list context, which never really worked in perl 5 (from
6189             M.J.T. Guy)
6190
6191             further qualify references to "alphanumeric" (from Wolfgang Laun
6192             <wolfgang.laun@alcatel.at>)
6193
6194             replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
6195             (from Tim Jenness <t.jenness@jach.hawaii.edu>)
6196
6197             h2xs tweaks
6198     Branch: maint-5.6/perl
6199	  +> lib/Pod/LaTeX.pm t/lib/selfloader.t
6200	  !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
6201	  !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
6202	  !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
6203	  !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
6204	  !> pod/pod2latex.PL utils/h2xs.PL
6205____________________________________________________________________________
6206[  7332] By: gsar                                  on 2000/10/16  07:53:52
6207        Log: integrate change#6179 from mainline
6208
6209             buggy modulus on UVs introduced by change#3378 (resulted in
6210             4063328477 % 65535 amounting to 27406, instead of 27407)
6211     Branch: maint-5.6/perl
6212	  !> pp.c t/op/arith.t
6213____________________________________________________________________________
6214[  7331] By: gsar                                  on 2000/10/16  07:52:49
6215        Log: integrate changes#6176,6177,6178,6182 from cfgperl
6216
6217             Single-quoted utf8 patch from Simon Cozens.
6218
6219             Substitution utf8 patch from Simon Cozens.
6220
6221             Be cleaner.
6222
6223             Be Cleaner Part Deux.
6224     Branch: maint-5.6/perl
6225	  !> Makefile.SH pp_hot.c toke.c
6226____________________________________________________________________________
6227[  7330] By: gsar                                  on 2000/10/16  07:41:36
6228        Log: integrate change#6172 from mainline
6229
6230             fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
6231             (from Ilya Zakharevich)
6232     Branch: maint-5.6/perl
6233	  !> regexec.c t/op/re_tests
6234____________________________________________________________________________
6235[  7329] By: gsar                                  on 2000/10/16  07:40:25
6236        Log: integrate change#6171 from mainline
6237
6238             scalar() doesn't force scalar context when used in void context
6239             (from Simon Cozens)
6240     Branch: maint-5.6/perl
6241	  !> op.c t/op/wantarray.t
6242____________________________________________________________________________
6243[  7328] By: gsar                                  on 2000/10/16  07:39:33
6244        Log: integrate change#6170 from mainline
6245
6246             change#6142 needs tweaks to tests to work where there's no
6247             symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6248     Branch: maint-5.6/perl
6249	  !> t/lib/filefind.t
6250____________________________________________________________________________
6251[  7327] By: gsar                                  on 2000/10/16  07:35:34
6252        Log: integrate changes#6166..6168 from cfgperl
6253
6254             Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
6255             in case somebody wants to write an extension for more
6256             shadow database interfaces.
6257
6258             tweak todo
6259
6260             Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
6261     Branch: maint-5.6/perl
6262	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6263	  !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
6264	  !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
6265	  !> vos/config_h.SH_orig win32/config.bc win32/config.gc
6266	  !> win32/config.vc win32/config_H.bc win32/config_H.gc
6267	  !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
6268____________________________________________________________________________
6269[  7326] By: gsar                                  on 2000/10/16  07:29:05
6270        Log: integrate changes#6157,6159..6161,6164 from cfgperl
6271
6272             Regen Configure to jive with #6149.
6273
6274             Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
6275
6276             Changes for the File::Temp 0.08 (change #6159) test suite
6277             to fit better into the Perl distribution test framework.
6278
6279             Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
6280             both from Simon Cozens.
6281
6282             detypo
6283     Branch: maint-5.6/perl
6284	  +> pod/perlmodlib.PL pod/perlnewmod.pod
6285	  !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
6286	  !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
6287	  !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6288	  !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
6289____________________________________________________________________________
6290[  7325] By: gsar                                  on 2000/10/16  07:25:13
6291        Log: integrate change#6158 from vmsperl
6292
6293             Add fallback to tmpfile for use in cases where user's relying on
6294             ACLs on SYS$SCRATCH to permit file creation. (based on Charles
6295             Lane's patch)
6296     Branch: maint-5.6/perl
6297	  !> vms/vms.c vms/vmsish.h
6298____________________________________________________________________________
6299[  7324] By: gsar                                  on 2000/10/16  07:20:50
6300        Log: integrate changes#6153..6155 from mainline
6301
6302             prettier Test::Harness output on failed tests (from Nicholas Clark
6303             <nick@Bagpuss.uk.boo.com>)
6304
6305             avoid type mismatch warning
6306
6307             small bug in change#6144; remove random \xA0 character that snuck
6308             in via change#6145
6309     Branch: maint-5.6/perl
6310	  !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
6311	  !> perl.c
6312____________________________________________________________________________
6313[  7323] By: gsar                                  on 2000/10/16  07:18:47
6314        Log: integrate changes#6151,6152 from mainline
6315
6316             fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
6317
6318             cosmetic fixups of RE debug output (from Ilya Zakharevich)
6319     Branch: maint-5.6/perl
6320	  !> regexec.c
6321____________________________________________________________________________
6322[  7322] By: gsar                                  on 2000/10/16  07:17:25
6323        Log: integrate changes#6146..6150 from mainline
6324
6325             doc typo
6326
6327             add a make entry to Config.pm so "perl -V:make" works on VMS
6328             (from Peter Prymmer)
6329
6330             close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
6331
6332             OS/2 tweaks for usethreads build (from Rocco Caputo
6333             <troc@netrus.net>)
6334
6335             perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
6336     Branch: maint-5.6/perl
6337	  !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
6338	  !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
6339	  !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
6340	  !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
6341	  !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
6342	  !> warnings.pl x2p/a2p.h
6343____________________________________________________________________________
6344[  7321] By: gsar                                  on 2000/10/16  07:14:02
6345        Log: integrate changes#6143..6145 from mainline
6346
6347             MacOS support, part 1 (from Matthias Neeracher
6348             <neeri@iis.ee.ethz.ch>)
6349
6350             MacOS support, part 2: make AutoSplit use File::Spec instead
6351             of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
6352             <neeri@iis.ee.ethz.ch>)
6353
6354             make xsubpp skip embedded pod (from Matthias Neeracher
6355             <neeri@iis.ee.ethz.ch>)
6356     Branch: maint-5.6/perl
6357	  +> ext/DynaLoader/dl_mac.xs
6358	  !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
6359	  !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
6360	  !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
6361	  !> pp_ctl.c proto.h toke.c util.c util.h
6362____________________________________________________________________________
6363[  7320] By: gsar                                  on 2000/10/16  07:12:13
6364        Log: integrate changes#6141,6142 from mainline
6365
6366             BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
6367             forwarded by Peter Seebach from the bsdi-users mailing list.
6368             p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
6369
6370             File::Find fails to chdir when chasing symlinks (from
6371             Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6372     Branch: maint-5.6/perl
6373	  !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
6374____________________________________________________________________________
6375[  7319] By: gsar                                  on 2000/10/16  07:04:30
6376        Log: integrate change#6139 from mainline
6377
6378             revise mktables.PL for bugs and newness in Unicode 3.0
6379             (from James Bence <jbence@amgen.com>)
6380     Branch: maint-5.6/perl
6381	  +> (branch 30 files)
6382	  !> (integrate 49 files)
6383____________________________________________________________________________
6384[  7318] By: gsar                                  on 2000/10/16  07:01:01
6385        Log: integrate changes#6137,6138 from mainline
6386
6387             fix bogus redeclaration warning for "our" variables in different
6388             scopes
6389
6390             add note about the handling of negative indices to tied arrays
6391             (from Michael G Schwern <schwern@pobox.com>)
6392     Branch: maint-5.6/perl
6393	  !> op.c pod/perltie.pod t/pragma/strict-vars
6394____________________________________________________________________________
6395[  7317] By: gsar                                  on 2000/10/16  06:58:46
6396        Log: integrate changes#6127..6136 from mainline
6397
6398             call_method(...,G_EVAL) can longjmp() out if the method probing
6399             failed (from Gisle Aas)
6400
6401             new perlxstut example for passing/returning refs to arrays
6402             (from David Lowe <dlowe@pootpoot.com>)
6403
6404             VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
6405
6406             fix places that mean C<"word" character> but say C<alphanumeric
6407             character>
6408
6409             avoid warnings in POSIX.pm (from Barrie Slaymaker)
6410
6411             warnings::enabled() doesn't fall back to looking at $^W if
6412             caller isn't using lexical warnings (from Paul Marquess)
6413
6414             elide bogus test in change#6132
6415
6416             make Test::Harness use wait.h/WCOREDUMP if available
6417             (from Ben Tilly <ben_tilly@hotmail.com>)
6418
6419             enable Test::Harness to dynamically determine column width etc.
6420             (from Rob Napier <rnapier@employees.org>)
6421
6422             random pod typos (from Peter Scott <Peter@PSDT.com>)
6423     Branch: maint-5.6/perl
6424	  !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
6425	  !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
6426	  !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
6427	  !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
6428____________________________________________________________________________
6429[  7316] By: gsar                                  on 2000/10/16  06:53:23
6430        Log: integrate change#6126 from mainline
6431
6432             change#2879 broke rvalue autovivification of magicals such as
6433             ${$num} (reworked variant of patch suggested by Simon Cozens)
6434     Branch: maint-5.6/perl
6435	  !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
6436	  !> pp_hot.c proto.h t/op/gv.t
6437____________________________________________________________________________
6438[  7315] By: gsar                                  on 2000/10/16  06:51:38
6439        Log: integrate changes#6123,6125 from mainline
6440
6441             clarify gotcha with #line directives (from Rocco Caputo
6442             <troc@netrus.net>)
6443
6444             enable propagating exception objects via Perl_croak() in XS code
6445             (from Gisle Aas)
6446     Branch: maint-5.6/perl
6447	  !> pod/perldebug.pod pod/perlsyn.pod util.c
6448____________________________________________________________________________
6449[  7314] By: gsar                                  on 2000/10/16  06:49:28
6450        Log: integrate change#6122 from mainline
6451
6452             downgrade fatal error on C<"foo@nosucharray.com"> to optional
6453             warning (from Mark-Jason Dominus)
6454     Branch: maint-5.6/perl
6455	  !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
6456	  !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
6457	  !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
6458	  !> toke.c
6459____________________________________________________________________________
6460[  7313] By: gsar                                  on 2000/10/16  06:46:54
6461        Log: integrate changes#6112..6121 from vmsperl
6462
6463             Check for existence of file before trying to delete
6464
6465             Ugly workaround for version-specific RTL error
6466
6467             Urk -- undo previous removal of vmsish 'exit' change
6468
6469             Add bounds checking for several strings (Charles Lane)
6470
6471             Miscellaneous cosmetic fixes (Charles Lane)
6472
6473             Treat sockets as special in sys(read|write) (Charles Lane et al.)
6474
6475             Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
6476             Flatten case labels in switch statements uniformly (Charles Bailey)
6477
6478             Quiet error messages in vmsish.t (Charles Lane)
6479
6480             Add missing escape (Charles Lane)
6481
6482             Allow eliminate_macros() and fixpath() to handle space-delimited
6483             lists (based on fixes by Craig Berry)
6484     Branch: maint-5.6/perl
6485	  !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
6486	  !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
6487	  !> vms/vmsish.h
6488____________________________________________________________________________
6489[  7312] By: gsar                                  on 2000/10/16  06:41:18
6490        Log: integrate changes#6107,6110 from cfgperl
6491
6492             Tweak the todo list.
6493
6494             todo tweak
6495     Branch: maint-5.6/perl
6496	  !> Todo-5.6
6497____________________________________________________________________________
6498[  7311] By: gsar                                  on 2000/10/16  06:38:38
6499        Log: integrate changes#6104,6108 from mainline
6500
6501             PL_sys_intern was being initialized too late on windows
6502
6503             reenable fake signal handling on Windows, bugs and all
6504     Branch: maint-5.6/perl
6505	  !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
6506	  !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
6507	  !> win32/win32.c
6508____________________________________________________________________________
6509[  7310] By: gsar                                  on 2000/10/16  06:36:03
6510        Log: integrate changes#6095,6097..6103 from cfgperl
6511
6512             Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
6513             might be useful in future.
6514
6515             Add a note about possible compilation problems from Allen Smith.
6516
6517             Add a note about other, yet unsupported, shadow password APIs.
6518
6519             Tweaks for the cc bugs from Allen Smith.
6520
6521             More compilation tweakery from Allen Smith.
6522
6523             Hints and test tweaks for Unicos.
6524
6525             The test suite tweak in #6101 wasn't quite right.
6526
6527             Test tweaking for Unicos continues.
6528     Branch: maint-5.6/perl
6529	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6530	  !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
6531	  !> t/lib/complex.t t/op/64bitint.t
6532____________________________________________________________________________
6533[  7309] By: gsar                                  on 2000/10/16  06:29:41
6534        Log: integrate changes#6093,6094 from mainline
6535
6536             fork() failure to create pseudo process sets errno=EAGAIN and returns
6537             undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
6538
6539             cygwin update (from Eric Fifer <efifer@sanwaint.com>)
6540     Branch: maint-5.6/perl
6541	  !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
6542	  !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
6543____________________________________________________________________________
6544[  7308] By: gsar                                  on 2000/10/16  06:27:29
6545        Log: integrate change#6092 from cfgperl
6546
6547             Regen perltoc with the fixed buildtoc.
6548     Branch: maint-5.6/perl
6549	  !> pod/perltoc.pod
6550____________________________________________________________________________
6551[  7307] By: gsar                                  on 2000/10/16  06:26:40
6552        Log: integrate changes#6089,6090 from mainline
6553
6554             buildtoc tweak to fix newline lossage
6555
6556             concat doesn't preserve utf8-ness, and doesn't invalidate
6557             [NI]OK; added tests for both
6558     Branch: maint-5.6/perl
6559	  !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
6560____________________________________________________________________________
6561[  7306] By: gsar                                  on 2000/10/16  06:24:05
6562        Log: integrate change#6088 from cfgperl
6563
6564             Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
6565             because we do not use those.  The HAS_GETSPNAM remains,
6566             though, because we still do use that.
6567     Branch: maint-5.6/perl
6568	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6569	  !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
6570	  !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
6571	  !> vos/config_h.SH_orig win32/config.bc win32/config.gc
6572	  !> win32/config.vc win32/config_H.bc win32/config_H.gc
6573	  !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
6574____________________________________________________________________________
6575[  7305] By: gsar                                  on 2000/10/16  06:15:52
6576        Log: integrate changes#6084,6085,6087 from mainline
6577
6578             substr() does not preserve utf8-ness (from Stefan Eissing
6579             <Eissing@medicaldataservice.de>); added tests
6580
6581             repeat operator (x) doesn't preserve utf8-ness
6582
6583             reverse() and quotemeta() weren't preserving utf8-ness; add tests
6584     Branch: maint-5.6/perl
6585	  !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
6586____________________________________________________________________________
6587[  7304] By: gsar                                  on 2000/10/16  06:13:10
6588        Log: integrate changes#6077..6083 from mainline
6589
6590             avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
6591             and Tom Phoenix)
6592
6593             workaround for CRT bug in chdir() (from Charles Lane, via
6594             Peter Prymmer)
6595
6596             remove outdated kludge in Carp (NULLs are permitted in diagnostics
6597             now)
6598
6599             add File::Temp v0.08 from CPAN, with small tweaks to testsuite
6600             (from Tim Jenness <t.jenness@jach.hawaii.edu>)
6601
6602             better default perlbug categories for ok reports (from Richard Foley)
6603
6604             peek.t non-portable to ithreads
6605
6606             note about undocumented caller() return value (from M.J.T. Guy);
6607             yet another peek.t tweak
6608     Branch: maint-5.6/perl
6609	  +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6610	  +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
6611	  !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
6612	  !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
6613	  !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
6614	  !> vms/vmsish.h
6615____________________________________________________________________________
6616[  7303] By: gsar                                  on 2000/10/16  06:03:18
6617        Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
6618             6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
6619
6620             &HUGE_VAL is not defined, it exists.
6621
6622             Do not warn that an infinity does not look like a number.
6623
6624             Rewrite the pwent/spent logic to be a little bit more clearer.
6625
6626             Continue on the pwent/spent case.
6627
6628             Correct Freudian slip.
6629
6630             Use HUGE_VALL if applicable.
6631
6632             pwent/spent #ifdef imbalance.
6633
6634             Infinite problems.
6635
6636             Call getspnam() only iff needd.
6637
6638             Test both the scalar and list contexts.
6639
6640             Use setxxent()/endxxent().
6641
6642             Complex tweakery.
6643
6644             Unicos hint tweak.
6645
6646             Be more forgiving in POSIX about HUGE_VALL.
6647
6648             Detypo.
6649
6650             The search of infinity continues, this time simplified.
6651
6652             The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
6653             in natively 64-bit platforms where a long is a quad (no need
6654             for long longs).  Also added bias for IVs.
6655
6656             Complex tweaks.
6657
6658             Introduce t/lib/peek.t.
6659
6660             Make the test more portable.
6661     Branch: maint-5.6/perl
6662	  +> t/lib/peek.t
6663	   ! pp_sys.c
6664	  !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
6665	  !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
6666	  !> t/op/pwent.t toke.c util.c
6667____________________________________________________________________________
6668[  7302] By: gsar                                  on 2000/10/16  05:03:37
6669        Log: integrate changes#6066..6071 from mainline
6670
6671             s/END/CHECK/
6672
6673             replace direct call to sighandler() with (*PL_sighandlerp)()
6674
6675             note about values()
6676
6677             File::Spec compatibility update (from Barrie Slaymaker
6678             <barries@slaysys.com>)
6679
6680             remove misleading comment (from M.J.T. Guy)
6681
6682             misformatted perllocal.pod (from Tim Jenness
6683             <t.jenness@jach.hawaii.edu>)
6684     Branch: maint-5.6/perl
6685	  !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
6686	  !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
6687	  !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
6688	  !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
6689____________________________________________________________________________
6690[  7301] By: gsar                                  on 2000/10/16  05:00:08
6691        Log: integrate changes#6061..6063 from mainline
6692
6693             change#5921 neglected to make eq honor "use bytes"
6694
6695             additional tests for utf8.t
6696
6697             tokeq() could read unallocated field in argument
6698     Branch: maint-5.6/perl
6699	  !> sv.c t/pragma/utf8.t toke.c
6700____________________________________________________________________________
6701[  7300] By: gsar                                  on 2000/10/16  04:56:54
6702        Log: integrate changes#6046,6048,6057,6058 from mainline
6703
6704             libscheck has insufficient checks for n32 libs (from
6705             Albert Chin-A-Young <china@thewrittenword.com>)
6706
6707             add note about how $( doesn't interpolate in REs (from
6708             Philip Newton <newton@ficus.frogspace.net>)
6709
6710             fix broken parsing of /\x{ab}/
6711
6712             printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
6713             (spotted by Donald Kinzer <dkinzer@premia.com>)
6714     Branch: maint-5.6/perl
6715	  !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
6716	  !> t/pragma/utf8.t
6717____________________________________________________________________________
6718[  7299] By: gsar                                  on 2000/10/16  04:52:50
6719        Log: integrate change#6044 from mainline
6720
6721             change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
6722             such that underscores are only ignored in literal numbers,
6723             "\x{...}", and hex/oct argument
6724     Branch: maint-5.6/perl
6725	  !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
6726____________________________________________________________________________
6727[  7298] By: gsar                                  on 2000/10/16  04:50:53
6728        Log: integrate changes#6027..6043 from mainline
6729
6730             podlators-1.02 update (from Russ Allbery)
6731
6732             Pod::Man generates groff-incompatible macro definition (from
6733             Tom Christiansen)
6734
6735             add CGI.pm v2.66 (from Lincoln Stein)
6736
6737             introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
6738             for @- and @+ (from Johan Vromans)
6739
6740             small nits in diagnostics.pm (from Robin Barker)
6741
6742             whitespace adjustments
6743
6744             missing files in MANIFEST
6745
6746             cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
6747             to compensate
6748
6749             remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
6750
6751             perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
6752     Branch: maint-5.6/perl
6753	  +> lib/CGI/Util.pm t/lib/cgi-pretty.t
6754	  !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
6755	  !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
6756	  !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
6757	  !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
6758	  !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
6759	  !> t/lib/cgi-html.t t/lib/cgi-request.t
6760____________________________________________________________________________
6761[  7297] By: gsar                                  on 2000/10/16  04:44:30
6762        Log: integrate change#6025 from mainline
6763
6764             Is{Alnum,Alpha,Word} don't match titlecase
6765             TODO: IsSpace is defined recursively!
6766             (both spotted by Larry)
6767     Branch: maint-5.6/perl
6768	  !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
6769	  !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
6770____________________________________________________________________________
6771[  7296] By: gsar                                  on 2000/10/16  04:39:30
6772        Log: integrate change#6023 from mainline
6773
6774             debugger stomps on $. (from M.J.T. Guy)
6775     Branch: maint-5.6/perl
6776	  !> lib/perl5db.pl
6777____________________________________________________________________________
6778[  7295] By: gsar                                  on 2000/10/16  04:38:02
6779        Log: integrate change#6022 from mainline
6780
6781             unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
6782     Branch: maint-5.6/perl
6783	  !> sv.c
6784____________________________________________________________________________
6785[  7294] By: gsar                                  on 2000/10/16  04:37:05
6786        Log: integrate changes#6018..6021 from mainline
6787
6788             make lib/syslog.t portable to systems that don't have _PATH_LOG,
6789             make _PATH_LOG() return "" if unavailable
6790
6791             windows portability tweaks
6792
6793             test tweak
6794
6795             remove Win2K issue in pod (fixed by change#6020)
6796     Branch: maint-5.6/perl
6797	  !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
6798	  !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
6799	  !> t/lib/open3.t t/lib/syslog.t win32/win32.h
6800____________________________________________________________________________
6801[  7293] By: gsar                                  on 2000/10/16  04:20:00
6802        Log: integrate changes#6013..6015 from mainline
6803
6804             tweak change#5945 to display correct switch name in diagnostic
6805
6806             glob() loading File::Glob behind the scenes may cause syntax errors
6807
6808             tweak test for portability
6809     Branch: maint-5.6/perl
6810	  !> op.c perl.c pod/perldiag.pod t/lib/b.t
6811____________________________________________________________________________
6812[  7292] By: gsar                                  on 2000/10/16  04:18:11
6813        Log: integrate changes#6005..6010 from mainline, cfgperl
6814
6815             perldoc might fail via "use blib" (from Hugo van der Sanden)
6816
6817             Regen Configure.
6818
6819             note about compile failures and END blocks (from M.J.T. Guy)
6820
6821             VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
6822
6823             (change#6009 integrated earlier in change#7255)
6824
6825             clarify note about shadow password support (from
6826             gellyfish@gellyfish.com)
6827     Branch: maint-5.6/perl
6828	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6829	  !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
6830	  !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
6831____________________________________________________________________________
6832[  7291] By: gsar                                  on 2000/10/16  04:12:03
6833        Log: integrate changes#6002,6003 from mainline
6834
6835             destructive sv_setsv() can lose UV-ness from source, causing
6836             numeric promotions/comparisons to fail to do the right thing
6837
6838             allow REG_EXPAND_SZ keys in Windows registry (from
6839             John Clayton <John.Clayton@barclayscapital.com>)
6840     Branch: maint-5.6/perl
6841	  !> sv.c win32/win32.c
6842____________________________________________________________________________
6843[  7290] By: gsar                                  on 2000/10/16  04:10:19
6844        Log: integrate change#6001 from mainline
6845
6846             support additional library locations via $Config{otherlibdirs}
6847             (from Andy Dougherty)
6848     Branch: maint-5.6/perl
6849	  !> Configure INSTALL Porting/Glossary Porting/config.sh
6850	  !> Porting/config_H config_h.SH epoc/config.sh perl.c
6851	  !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
6852	  !> win32/config.bc win32/config.gc win32/config.vc
6853____________________________________________________________________________
6854[  7289] By: gsar                                  on 2000/10/16  04:08:28
6855        Log: integrate change#5999 from mainline
6856
6857             fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
6858     Branch: maint-5.6/perl
6859	  !> t/pragma/warn/toke toke.c
6860____________________________________________________________________________
6861[  7288] By: gsar                                  on 2000/10/16  04:07:01
6862        Log: integrate changes#5997,5998 from cfgperl
6863
6864             Preserve $!.
6865
6866             Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
6867     Branch: maint-5.6/perl
6868	  !> lib/Math/Complex.pm
6869____________________________________________________________________________
6870[  7287] By: gsar                                  on 2000/10/16  04:04:37
6871        Log: integrate change#5995 from mainline
6872
6873             fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
6874     Branch: maint-5.6/perl
6875	  !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
6876____________________________________________________________________________
6877[  7286] By: gsar                                  on 2000/10/16  04:03:21
6878        Log: integrate change#5994 from mainline
6879
6880             fix for missed accounting for null byte in pack("Z",...) (from
6881             M.J.T. Guy)
6882     Branch: maint-5.6/perl
6883	  !> pp.c t/op/pack.t
6884____________________________________________________________________________
6885[  7285] By: gsar                                  on 2000/10/16  04:02:11
6886        Log: integrate changes#5989..5993 from mainline
6887
6888             qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
6889             itself and no other (from Tom Hughes)
6890
6891             use $ENV{LIB} to search for libs under Visual C compiler
6892             on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
6893
6894             posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
6895
6896             pod nit (from Simon Cozens)
6897
6898             various minor tweaks seen on p5p
6899     Branch: maint-5.6/perl
6900	  !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
6901	  !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
6902	  !> t/op/array.t toke.c
6903____________________________________________________________________________
6904[  7284] By: gsar                                  on 2000/10/16  03:59:00
6905        Log: integrate changes#5978..5988 from mainline
6906
6907             sync version numbers in File::Spec with the ones on CPAN
6908             (from Barrie Slaymaker)
6909
6910             under useithreads, constant pad entries could inadvertantly be
6911             shared across threads (from Eric Blood <eblood@xmission.com>);
6912             added Eric's test case to testsuite
6913
6914             allow Configure -S to run non-interactively (spotted by Greg Hudson
6915             <ghudson@mit.edu>)
6916
6917             rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
6918             prototype mismatch with CORE::glob(); update pod and tests to
6919             suit (File::Glob::glob() is still available for backward
6920             compatibility, but should be considered deprecated)
6921
6922             avoid error in IO::Socket::INET when given an unknown service name
6923             with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
6924
6925             numeric conversion of non-number in change#3378 tramples on
6926             OOK offset, causing segfaults
6927
6928             attributes::reftype() doesn't work on tied argument
6929
6930             forked child may not exit correctly if it failed to open
6931             /dev/console (from Graham Barr)
6932
6933             add regular expressions tutorial and quick-start guide (from
6934             Mark Kvale <kvale@phy.ucsf.edu>)
6935
6936             B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
6937
6938             s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
6939             <paul@miraclefish.com>)
6940     Branch: maint-5.6/perl
6941	  +> pod/perlrequick.pod pod/perlretut.pod
6942	  !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
6943	  !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
6944	  !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
6945	  !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
6946	  !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6947	  !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6948	  !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
6949	  !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
6950____________________________________________________________________________
6951[  7283] By: gsar                                  on 2000/10/16  03:52:14
6952        Log: integrate change#5977 from mainline
6953
6954             autoquote barewords followed by newline and arrow properly
6955             (variant of fix suggested by Rick Delaney and M.J.T. Guy)
6956     Branch: maint-5.6/perl
6957	  !> t/pragma/warn/toke toke.c
6958____________________________________________________________________________
6959[  7282] By: gsar                                  on 2000/10/16  03:50:48
6960        Log: integrate change#5976 from mainline
6961
6962             DB_File v1.73 update (from Paul Marquess)
6963     Branch: maint-5.6/perl
6964	  !> ext/DB_File/Changes ext/DB_File/DB_File.pm
6965	  !> ext/DB_File/DB_File.xs ext/DB_File/version.c
6966____________________________________________________________________________
6967[  7281] By: gsar                                  on 2000/10/16  03:49:14
6968        Log: integrate change#5975 from mainline
6969
6970             allow sort() reentrancy (variant of patch suggested by
6971             Hugo van der Sanden)
6972     Branch: maint-5.6/perl
6973	  !> pp_ctl.c t/op/sort.t
6974____________________________________________________________________________
6975[  7280] By: gsar                                  on 2000/10/16  03:48:22
6976        Log: integrate change#5974 from mainline
6977
6978             change#4197 somehow missed initializing PL_errors, meaning
6979             syntax error queueing wasn't working outside eval"" at all;
6980             also fixed eval"" to localize PL_error_count, so that compile-time
6981             eval's don't clobber the error state of the outer context
6982     Branch: maint-5.6/perl
6983	  !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
6984	  !> t/pragma/warn/toke
6985____________________________________________________________________________
6986[  7279] By: gsar                                  on 2000/10/16  03:46:21
6987        Log: integrate change#5973 from mainline
6988
6989             fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
6990     Branch: maint-5.6/perl
6991	  !> regcomp.c regexec.c t/op/re_tests
6992____________________________________________________________________________
6993[  7278] By: gsar                                  on 2000/10/16  03:44:54
6994        Log: integrate change#5971 from cfgperl
6995
6996             Unicos tweaks from Mark P. Lutz.
6997     Branch: maint-5.6/perl
6998	  !> hints/unicos.sh lib/Math/Complex.pm
6999____________________________________________________________________________
7000[  7277] By: gsar                                  on 2000/10/16  03:42:59
7001        Log: integrate changes#5966..5970 from mainline
7002
7003             add testsuite for B backends, fix bug in B::Deparse (from
7004             Simon Cozens <simon@brecon.co.uk>)
7005
7006             improved docs on the warn_uninit diagnostic (from David Glasser
7007             and Simon Cozens)
7008
7009             tolerate spaces in group names in test on solaris (from David Boyce
7010             <dsb@boyski.com>)
7011
7012             fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
7013
7014             Data::Dumper fumbles negative numbers on 32-bit platforms where
7015             IV is >32bits
7016     Branch: maint-5.6/perl
7017	  +> t/lib/b.t t/lib/syslog.t
7018	  !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
7019	  !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
7020	  !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
7021____________________________________________________________________________
7022[  7276] By: gsar                                  on 2000/10/16  03:39:30
7023        Log: integrate change#5965 from mainline
7024
7025             avoid "will not stay shared" warnings for our variables (from
7026             Robin Barker)
7027     Branch: maint-5.6/perl
7028	  !> op.c t/pragma/warn/op
7029____________________________________________________________________________
7030[  7275] By: gsar                                  on 2000/10/16  03:38:18
7031        Log: integrate change#5964 from mainline
7032
7033             reformat to 72 columns (again)
7034     Branch: maint-5.6/perl
7035	  !> pod/perldiag.pod
7036____________________________________________________________________________
7037[  7274] By: gsar                                  on 2000/10/16  03:36:58
7038        Log: integrate change#5963 from mainline
7039
7040             patch from Larry to make (\&) prototype work; added tests for
7041             the same
7042     Branch: maint-5.6/perl
7043	  !> op.c t/comp/proto.t
7044____________________________________________________________________________
7045[  7273] By: gsar                                  on 2000/10/16  03:35:51
7046        Log: integrate changes#5956..5962 from mainline
7047
7048             better diagnostics on failed tests (from Ilya Zakharevich)
7049
7050             pod nits (from A. C. Yardley <yardley@tanet.net>)
7051
7052             change#3569 deleted some essential code, revert; avoid use of
7053             atexit() to make DynaLoader work properly on AIX under mod_perl
7054             (from Jens-Uwe Mager <jum@helios.de>)
7055
7056             doubled words in pods (from Simon Cozens
7057             <simon.p.cozens@jp.pwcglobal.com>)
7058
7059             better INSTALL notes on Solaris issues (from Dominic Dunlop)
7060
7061             recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
7062
7063             updated README.hpux (from Jeff Okamoto)
7064     Branch: maint-5.6/perl
7065	  !> INSTALL README.hpux emacs/cperl-mode.el
7066	  !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
7067	  !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
7068	  !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
7069	  !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
7070	  !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
7071	  !> t/op/lex_assign.t
7072____________________________________________________________________________
7073[  7272] By: gsar                                  on 2000/10/16  03:31:22
7074        Log: integrate change#5955 from mainline
7075
7076             longstanding bug exposed by change#3307: sort arguments weren't
7077             compiled with the right wantarray context (ensuing runtime lookup
7078             via block_gimme() was getting the incidental context of the
7079             sort() itself)
7080     Branch: maint-5.6/perl
7081	  !> op.c t/op/sort.t
7082____________________________________________________________________________
7083[  7271] By: gsar                                  on 2000/10/16  03:29:11
7084        Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
7085             branch
7086
7087             Flatten the cpp jungle doing the nosuid checking.
7088
7089             Do not assume sign propagation. (from M.J.T. Guy)
7090
7091             Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
7092
7093             Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
7094             Now pp_ncmp() returns undef is either operand is a NaN.
7095
7096             On second thoughts frexp() does have two arguments.
7097
7098             Document that tr() is not tr(1).
7099
7100             Be more robust on "extreme" (large absolute value)
7101             arguments.  Originally reported by Daniel Connelly
7102             as a problem with asinh() on large negative arguments,
7103             asinh() used to bail out because an argument to log()
7104             ended up being zero.  Ilya Zakharevich proposed using
7105             Taylor's series in such cases, which for such large
7106             arguments is a very good approximation.
7107
7108             Undo "use integer" addition from 64bitint as it seems
7109             to break most of the subtests in Digital UNIX;
7110             Unicos needs to find another way.
7111     Branch: maint-5.6/perl
7112	  !> (integrate 29 files)
7113____________________________________________________________________________
7114[  7270] By: gsar                                  on 2000/10/16  03:09:44
7115        Log: integrate changes#5948,5949,5950 from mainline
7116
7117             typo in vars.pm that leads to cryptic message (from Piotr
7118             Piatkowski <kompas@kompas.usr.onet.pl>)
7119
7120             make perldoc use the pod2man from the same version (from
7121             M.J.T. Guy)
7122
7123             reformat perldiag to avoid long lines
7124     Branch: maint-5.6/perl
7125	  !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
7126____________________________________________________________________________
7127[  7269] By: gsar                                  on 2000/10/16  03:05:54
7128        Log: integrate change#5947 from mainline
7129
7130             use &dl_error rather than &dl_load_file as the guard for calling
7131             boot_DynaLoader() (meant to fix dl_error() redefined warnings in
7132             statically built perl)
7133     Branch: maint-5.6/perl
7134	  !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
7135____________________________________________________________________________
7136[  7268] By: gsar                                  on 2000/10/16  03:04:48
7137        Log: integrate change#5945 from mainline
7138
7139             make module name mandatory after -M switch; reorder perldiag
7140             alphabetically (from Mark-Jason Dominus)
7141     Branch: maint-5.6/perl
7142	  !> perl.c pod/perldiag.pod
7143____________________________________________________________________________
7144[  7267] By: gsar                                  on 2000/10/16  03:03:01
7145        Log: integrate change#5939 from mainline
7146
7147             more pod nits (from Larry Virden)
7148     Branch: maint-5.6/perl
7149	  !> README.win32 pod/perlsub.pod pod/perlsyn.pod
7150	  !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
7151	  !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
7152____________________________________________________________________________
7153[  7266] By: gsar                                  on 2000/10/16  03:01:39
7154        Log: integrate change#5938 from mainline
7155
7156             Consolidated B::Deparse fixes (from Stephen McCamant)
7157     Branch: maint-5.6/perl
7158	  !> ext/B/B/Deparse.pm
7159____________________________________________________________________________
7160[  7265] By: gsar                                  on 2000/10/16  03:00:43
7161        Log: integrate change#5936 from mainline
7162
7163             additional tests for change#7263 (from Paul Marquess)
7164     Branch: maint-5.6/perl
7165	  !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
7166	  !> t/pragma/warn/5nolint t/pragma/warn/6default
7167____________________________________________________________________________
7168[  7264] By: gsar                                  on 2000/10/16  02:58:34
7169        Log: integrate change#5934 from mainline
7170
7171             propagate lexical warnings from surrounding scope correctly
7172             within string eval() (from Paul Marquess)
7173     Branch: maint-5.6/perl
7174	  !> pp_ctl.c t/pragma/warn/pp_ctl
7175____________________________________________________________________________
7176[  7263] By: gsar                                  on 2000/10/16  02:56:53
7177        Log: integrate change#5932 from mainline
7178
7179             add rsignal(), whichsig() and do_join() to public API list
7180             (mod_perl uses them to good advantage)
7181     Branch: maint-5.6/perl
7182	  !> embed.pl global.sym objXSUB.h perlapi.c proto.h
7183____________________________________________________________________________
7184[  7262] By: gsar                                  on 2000/10/16  02:55:53
7185        Log: integrate change#5931 from mainline
7186
7187             fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
7188     Branch: maint-5.6/perl
7189	  !> pp_hot.c regexec.c t/op/pat.t
7190____________________________________________________________________________
7191[  7261] By: gsar                                  on 2000/10/16  02:55:01
7192        Log: integrate change#5930 from mainline
7193
7194             small os390 tweaks (from Peter Prymmer)
7195     Branch: maint-5.6/perl
7196	  !> config_h.SH makedepend.SH
7197____________________________________________________________________________
7198[  7260] By: gsar                                  on 2000/10/16  02:54:10
7199        Log: integrate change#5929 from mainline
7200
7201             pod nits
7202     Branch: maint-5.6/perl
7203	  !> pod/perlguts.pod
7204____________________________________________________________________________
7205[  7259] By: gsar                                  on 2000/10/16  02:52:55
7206        Log: integrate change#5927 from mainline
7207
7208             arrange for next() to resume at the unstack op rather than the
7209             loop conditional, so that scope cleanup happens correctly
7210             (from Stephen McCamant)
7211     Branch: maint-5.6/perl
7212	  !> op.c pp_ctl.c t/op/misc.t
7213____________________________________________________________________________
7214[  7258] By: gsar                                  on 2000/10/16  02:51:38
7215        Log: integrate change#5926 from mainline
7216
7217             on windows, reserve 16M of stack rather than 128M (allows more
7218             threads to run concurrently)
7219     Branch: maint-5.6/perl
7220	  !> win32/Makefile win32/makefile.mk
7221____________________________________________________________________________
7222[  7257] By: gsar                                  on 2000/10/16  02:50:37
7223        Log: integrate change#5925 from mainline
7224
7225             POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
7226     Branch: maint-5.6/perl
7227	  !> toke.c
7228____________________________________________________________________________
7229[  7256] By: gsar                                  on 2000/10/16  02:49:36
7230        Log: integrate change#5924 from mainline
7231
7232             avoid using uninitialized memory in require version check
7233     Branch: maint-5.6/perl
7234	  !> pp_ctl.c universal.c
7235____________________________________________________________________________
7236[  7255] By: gsar                                  on 2000/10/16  02:48:03
7237        Log: integrate changes#5923,5928,6009 from mainline
7238
7239             IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
7240     Branch: maint-5.6/perl
7241	  !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
7242____________________________________________________________________________
7243[  7254] By: gsar                                  on 2000/10/16  02:44:46
7244        Log: integrate change#5922 from mainline
7245
7246             commentary about IoTYPE() (from Nathan Torkington)
7247     Branch: maint-5.6/perl
7248	  !> sv.h
7249____________________________________________________________________________
7250[  7253] By: gsar                                  on 2000/10/16  02:43:49
7251        Log: integrate change#5921 from mainline
7252
7253             make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
7254     Branch: maint-5.6/perl
7255	  !> sv.c t/lib/charnames.t t/pragma/utf8.t
7256____________________________________________________________________________
7257[  7252] By: gsar                                  on 2000/10/16  02:42:31
7258        Log: integrate change#5920 from mainline
7259
7260             Larry's fix for buggy propagation of utf8-ness in join(); add test
7261     Branch: maint-5.6/perl
7262	  !> doop.c t/op/ver.t
7263____________________________________________________________________________
7264[  7251] By: gsar                                  on 2000/10/16  02:41:14
7265        Log: integrate changes#5915..5919 from mainline
7266
7267             various (pod tweaks &c)
7268     Branch: maint-5.6/perl
7269	  !> (integrate 33 files)
7270____________________________________________________________________________
7271[  7250] By: gsar                                  on 2000/10/16  02:38:16
7272        Log: integrate change#5914 from mainline
7273
7274             caller() wasn't returning the right number of elements for
7275             eval {...}
7276     Branch: maint-5.6/perl
7277	  !> pp_ctl.c t/pragma/warn/9enabled
7278____________________________________________________________________________
7279[  7249] By: gsar                                  on 2000/10/16  02:37:02
7280        Log: integrate change#5913 from mainline
7281
7282             pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
7283             (from Mark-Jason Dominus)
7284     Branch: maint-5.6/perl
7285	  !> pod/perlfunc.pod
7286____________________________________________________________________________
7287[  7248] By: gsar                                  on 2000/10/16  02:35:58
7288        Log: integrate change#5912 from mainline
7289
7290             fix totally broken caching in UNIVERSAL::isa() (from
7291             Nick Ing-Simmons)
7292     Branch: maint-5.6/perl
7293	  !> t/op/universal.t universal.c
7294____________________________________________________________________________
7295[  7247] By: gsar                                  on 2000/10/16  02:34:27
7296        Log: integrate changes#5910,5911 from mainline
7297
7298             typo in pod
7299
7300             add linebreak properties from unicode/LineBrk.txt (from
7301             Dave Hartnoll <Dave_Hartnoll@3b2.com>)
7302     Branch: maint-5.6/perl
7303	  +> (branch 29 files)
7304	  !> ext/Thread/Thread.pm lib/unicode/mktables.PL
7305____________________________________________________________________________
7306[  7246] By: gsar                                  on 2000/10/16  02:33:29
7307        Log: integrate change#5909 from mainline
7308
7309             mode argument to do_binmode() should be file mode, not boolean
7310     Branch: maint-5.6/perl
7311	  !> pp_sys.c
7312____________________________________________________________________________
7313[  7245] By: gsar                                  on 2000/10/16  02:31:04
7314        Log: integrate change#5908 from mainline
7315
7316             introduce illegal symbols into null package so that
7317             gv_fetchpv(...,TRUE) always returns a valid GV even when the
7318             symbol is trapped by strictures (avoids coredumps)
7319     Branch: maint-5.6/perl
7320	  !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
7321	  !> t/pragma/strict-vars
7322____________________________________________________________________________
7323[  7242] By: gsar                                  on 2000/10/16  02:26:51
7324        Log: integrate changes#5905,5906,5907,6064 from mainline
7325
7326             printf/sprintf didn't get quad types right under use64bitint
7327     Branch: maint-5.6/perl
7328	  !> pp_sys.c sv.c t/op/64bitint.t
7329____________________________________________________________________________
7330[  5902] By: gsar                                  on 2000/03/28  01:59:14
7331        Log: create maint-5.6 branch
7332     Branch: maint-5.6/perl
7333	  +> (branch 1611 files)
7334____________________________________________________________________________
7335[  5900] By: gsar                                  on 2000/03/23  05:42:43
7336        Log: three guesses on what this is :-)
7337     Branch: perl
7338	   ! Changes
7339
7340--------------
7341Version v5.6.0
7342--------------
7343
7344____________________________________________________________________________
7345[  5899] By: gsar                                  on 2000/03/23  05:39:11
7346        Log: update patchlevel.h, Changes; regen perltoc.pod
7347     Branch: perl
7348	   ! Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
7349____________________________________________________________________________
7350[  5898] By: jhi                                   on 2000/03/23  05:36:47
7351        Log: Integrate with Sarathy.
7352     Branch: cfgperl
7353	  !> README.machten Todo Todo-5.6 pod/perldebug.pod
7354	  !> pod/perldelta.pod pod/perldiag.pod pod/perlport.pod sv.c
7355____________________________________________________________________________
7356[  5897] By: gsar                                  on 2000/03/23  05:31:12
7357        Log: revise perldelta for more optimal ordering, minor Todo
7358             rearrangments
7359     Branch: perl
7360	   ! README.machten Todo Todo-5.6 pod/perldelta.pod
7361	   ! pod/perldiag.pod
7362____________________________________________________________________________
7363[  5896] By: gsar                                  on 2000/03/23  05:30:15
7364        Log: pod updates (from Tom Christiansen)
7365     Branch: perl
7366	   ! pod/perldebug.pod pod/perlport.pod
7367____________________________________________________________________________
7368[  5895] By: gsar                                  on 2000/03/23  02:33:33
7369        Log: fix misplaced OP refcount for eval root
7370     Branch: perl
7371	   ! sv.c
7372____________________________________________________________________________
7373[  5894] By: jhi                                   on 2000/03/22  21:37:03
7374        Log: Integrate with Sarathy.
7375     Branch: cfgperl
7376	  +> README.machten
7377	  !> MAINTAIN MANIFEST README.win32 ext/DynaLoader/dlutils.c
7378	  !> ext/IO/lib/IO/File.pm hints/machten.sh pod/perl.pod
7379	  !> pod/perldelta.pod pod/perlsyn.pod t/io/fs.t win32/Makefile
7380	  !> win32/makefile.mk
7381____________________________________________________________________________
7382[  5893] By: gsar                                  on 2000/03/22  21:08:34
7383        Log: unretract change#5871 (Dominic Dunlop reports machten is better
7384             with it than without)
7385     Branch: perl
7386	   ! hints/machten.sh
7387____________________________________________________________________________
7388[  5892] By: gsar                                  on 2000/03/22  20:37:44
7389        Log: integrate cfgperl changes into mainline
7390     Branch: perl
7391	  !> Configure config_h.SH hints/machten.sh hints/solaris_2.sh
7392	  !> hints/unicosmk.sh
7393____________________________________________________________________________
7394[  5891] By: gsar                                  on 2000/03/22  20:04:01
7395        Log: perlsyn.pod nit (from Tom Christiansen)
7396     Branch: perl
7397	   ! pod/perlsyn.pod
7398____________________________________________________________________________
7399[  5890] By: gsar                                  on 2000/03/22  19:43:22
7400        Log: typo in comment
7401     Branch: perl
7402	   ! ext/DynaLoader/dlutils.c
7403____________________________________________________________________________
7404[  5889] By: gsar                                  on 2000/03/22  19:41:46
7405        Log: add README.machten (from Dominic Dunlop)
7406     Branch: perl
7407	   + README.machten
7408	   ! MAINTAIN MANIFEST pod/perl.pod win32/Makefile
7409	   ! win32/makefile.mk
7410____________________________________________________________________________
7411[  5888] By: gsar                                  on 2000/03/22  19:29:47
7412        Log: makefile nits
7413     Branch: perl
7414	   ! win32/Makefile win32/makefile.mk
7415____________________________________________________________________________
7416[  5887] By: gsar                                  on 2000/03/22  19:26:03
7417        Log: add note about lib/open3.t#22 failure on Win2K
7418     Branch: perl
7419	   ! README.win32 pod/perldelta.pod
7420____________________________________________________________________________
7421[  5886] By: gsar                                  on 2000/03/22  19:14:20
7422        Log: io/fs.t tweaks for Windows 2000
7423     Branch: perl
7424	   ! t/io/fs.t
7425____________________________________________________________________________
7426[  5885] By: gsar                                  on 2000/03/22  18:41:50
7427        Log: make unloading of extension shared objects (change#5381) a build
7428             option (use "Configure -Accflags=-DDL_UNLOAD_ALL_AT_EXIT" to enable)
7429     Branch: perl
7430	   ! ext/DynaLoader/dlutils.c pod/perldelta.pod
7431____________________________________________________________________________
7432[  5884] By: gsar                                  on 2000/03/22  18:16:45
7433        Log: avoid loading both XSLoader and DynaLoader (avoids dl_error()
7434             redefinition warnings when statically linked)
7435     Branch: perl
7436	   ! ext/IO/lib/IO/File.pm
7437____________________________________________________________________________
7438[  5883] By: jhi                                   on 2000/03/22  17:45:01
7439        Log: Integrate with Sarathy.
7440     Branch: cfgperl
7441	  +> t/lib/thr5005.t t/op/64bitint.t t/op/nothr5005.t
7442	   - t/lib/thread.t t/op/64bit.t t/op/nothread.t
7443	  !> Configure MAINTAIN MANIFEST Todo-5.6 ext/POSIX/Makefile.PL
7444	  !> lib/ExtUtils/Liblist.pm lib/ExtUtils/xsubpp
7445	  !> lib/File/Compare.pm pod/perldelta.pod universal.c util.c
7446	  !> utils/h2xs.PL utils/perlbug.PL win32/Makefile
7447	  !> win32/makefile.mk
7448____________________________________________________________________________
7449[  5882] By: jhi                                   on 2000/03/22  17:16:27
7450        Log: Metaconfigify #5881.
7451     Branch: cfgperl
7452	   ! Configure config_h.SH
7453     Branch: metaconfig
7454	   ! U/installdirs/inc_version_list.U
7455____________________________________________________________________________
7456[  5881] By: gsar                                  on 2000/03/22  17:04:01
7457        Log: avoid including things that aren't directories in inc_version_list
7458             (from Robin Barker)
7459     Branch: perl
7460	   ! Configure
7461____________________________________________________________________________
7462[  5880] By: gsar                                  on 2000/03/22  16:55:42
7463        Log: avoid File::Compare warning when passed handles (from Nick
7464             Ing-Simmons)
7465     Branch: perl
7466	   ! lib/File/Compare.pm
7467____________________________________________________________________________
7468[  5879] By: jhi                                   on 2000/03/22  16:48:33
7469        Log: Retract #5871.
7470     Branch: cfgperl
7471	   ! hints/machten.sh
7472____________________________________________________________________________
7473[  5878] By: gsar                                  on 2000/03/22  16:29:37
7474        Log: RM600-svr4 tweaks (from Frank Ridderbusch
7475             <frank.ridderbusch@pdb.siemens.de>)
7476     Branch: perl
7477	   ! ext/POSIX/Makefile.PL lib/ExtUtils/Liblist.pm
7478____________________________________________________________________________
7479[  5877] By: gsar                                  on 2000/03/22  15:38:49
7480        Log: save RE context when calling __WARN__ and __DIE__ hooks;
7481             add missing stack-of-stacks logic for new code that came
7482             in with lexical warnings (this fixes coredumps from
7483             -Mdiagnostics when the warnings happens to come from within
7484             the RE engine)
7485     Branch: perl
7486	   ! util.c
7487____________________________________________________________________________
7488[  5876] By: gsar                                  on 2000/03/22  15:02:59
7489        Log: missing pieces in perldelta
7490     Branch: perl
7491	   ! pod/perldelta.pod
7492____________________________________________________________________________
7493[  5875] By: gsar                                  on 2000/03/22  14:46:24
7494        Log: rename tests to more appropriate names
7495     Branch: perl
7496	  +> t/lib/thr5005.t t/op/64bitint.t t/op/nothr5005.t
7497	   - t/lib/thread.t t/op/64bit.t t/op/nothread.t
7498	   ! MAINTAIN MANIFEST pod/perldelta.pod
7499____________________________________________________________________________
7500[  5874] By: jhi                                   on 2000/03/22  14:32:57
7501        Log: Make the no-luck-on-uselongdouble warning more visible.
7502     Branch: cfgperl
7503	   ! hints/solaris_2.sh
7504____________________________________________________________________________
7505[  5873] By: gsar                                  on 2000/03/22  14:28:56
7506        Log: backout change#5708; fixups for behavior of recently added -a switch;
7507             support -k and -m switches in h2xs (from Hugo van der Sanden)
7508     Branch: perl
7509	   ! lib/ExtUtils/xsubpp utils/h2xs.PL
7510____________________________________________________________________________
7511[  5872] By: gsar                                  on 2000/03/22  14:21:20
7512        Log: remove outdated notes in makefiles
7513     Branch: perl
7514	   ! win32/Makefile win32/makefile.mk
7515____________________________________________________________________________
7516[  5871] By: jhi                                   on 2000/03/22  14:17:40
7517        Log: Disable SysV shm and msg even more.
7518     Branch: cfgperl
7519	   ! hints/machten.sh
7520____________________________________________________________________________
7521[  5870] By: jhi                                   on 2000/03/22  14:16:54
7522        Log: Augment #5865.
7523     Branch: cfgperl
7524	   ! hints/unicosmk.sh
7525____________________________________________________________________________
7526[  5869] By: gsar                                  on 2000/03/22  14:07:27
7527        Log: perlbug -ok shouldn't prompt (from Paul Moore
7528             <Paul.Moore@uk.origin-it.com>)
7529     Branch: perl
7530	   ! utils/perlbug.PL
7531____________________________________________________________________________
7532[  5868] By: gsar                                  on 2000/03/22  13:54:27
7533        Log: integrate cfgperl contents into mainline
7534     Branch: perl
7535	   ! Todo-5.6
7536	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7537	  !> config_h.SH hints/dec_osf.sh hints/openbsd.sh
7538	  !> hints/solaris_2.sh hints/unicosmk.sh pod/perldelta.pod
7539	  !> pod/perlport.pod win32/config_H.bc win32/config_H.gc
7540	  !> win32/config_H.vc
7541____________________________________________________________________________
7542[  5867] By: jhi                                   on 2000/03/22  05:25:40
7543        Log: OpenBSD pthreadness fixes from Tom Christiansen.
7544     Branch: cfgperl
7545	   ! hints/openbsd.sh
7546____________________________________________________________________________
7547[  5866] By: gsar                                  on 2000/03/22  04:18:39
7548        Log: UMRs in universal.c (SvCUR() may not be there unless SvPOK())
7549     Branch: perl
7550	   ! universal.c
7551____________________________________________________________________________
7552[  5865] By: jhi                                   on 2000/03/21  21:38:20
7553        Log: The SysV shm*() are in libc but unimplemented.
7554     Branch: cfgperl
7555	   ! hints/unicosmk.sh
7556____________________________________________________________________________
7557[  5864] By: jhi                                   on 2000/03/21  21:30:02
7558        Log: s/setgropus/setgroups/; # detypo in a comment
7559     Branch: cfgperl
7560	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7561	   ! config_h.SH win32/config_H.bc win32/config_H.gc
7562	   ! win32/config_H.vc
7563     Branch: metaconfig
7564	   ! U/modified/Getfile.U U/modified/d_flexfnam.U
7565	   ! U/modified/groupstype.U
7566____________________________________________________________________________
7567[  5863] By: jhi                                   on 2000/03/21  20:25:40
7568        Log: Add supported platforms.
7569     Branch: cfgperl
7570	   ! pod/perlport.pod
7571____________________________________________________________________________
7572[  5862] By: jhi                                   on 2000/03/21  19:19:04
7573        Log: Integrate with Sarathy.
7574     Branch: cfgperl
7575	  !> makedef.pl
7576____________________________________________________________________________
7577[  5861] By: gsar                                  on 2000/03/21  19:07:13
7578        Log: add missing bincompat symbols to export list
7579     Branch: perl
7580	   ! makedef.pl
7581____________________________________________________________________________
7582[  5860] By: jhi                                   on 2000/03/21  18:59:39
7583        Log: Disallow using too old gcc in {Tru64,Digital UNIX,DEC OSF/1}.
7584             (Even gcc 2.95 doesn't seem to be working 100%.)
7585     Branch: cfgperl
7586	   ! hints/dec_osf.sh pod/perldelta.pod
7587____________________________________________________________________________
7588[  5859] By: jhi                                   on 2000/03/21  16:36:27
7589        Log: Nit for #5802 from Robin Barker.
7590     Branch: cfgperl
7591	   ! Configure config_h.SH
7592     Branch: metaconfig
7593	   ! U/modified/Getfile.U
7594____________________________________________________________________________
7595[  5858] By: jhi                                   on 2000/03/21  14:34:25
7596        Log: Be more lenient in the case libsunmath cannot be found.
7597     Branch: cfgperl
7598	   ! hints/solaris_2.sh
7599____________________________________________________________________________
7600[  5857] By: jhi                                   on 2000/03/21  14:14:38
7601        Log: Integrate with Sarathy.
7602     Branch: cfgperl
7603	  !> (integrate 27 files)
7604____________________________________________________________________________
7605[  5856] By: gsar                                  on 2000/03/21  10:44:10
7606        Log: here lies RC3
7607     Branch: perl
7608	   ! Changes patchlevel.h pod/perlhist.pod
7609____________________________________________________________________________
7610[  5855] By: gsar                                  on 2000/03/21  10:05:42
7611        Log: clone awareness for change#5847
7612     Branch: perl
7613	   ! sv.c
7614____________________________________________________________________________
7615[  5854] By: gsar                                  on 2000/03/21  09:30:50
7616        Log: regen win32/config*
7617     Branch: perl
7618	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7619____________________________________________________________________________
7620[  5853] By: gsar                                  on 2000/03/21  08:56:58
7621        Log: integrate cfgperl and vmsperl contents into mainline
7622     Branch: perl
7623	  !> Configure Todo Todo-5.6 config_h.SH lib/File/Spec/VMS.pm
7624	  !> pod/perldelta.pod t/op/taint.t
7625____________________________________________________________________________
7626[  5852] By: gsar                                  on 2000/03/21  06:08:20
7627        Log: README.mint tweaks (from Guido Flohr <gufl0000@stud.uni-sb.de>)
7628     Branch: perl
7629	   ! Changes README.mint
7630____________________________________________________________________________
7631[  5851] By: gsar                                  on 2000/03/21  06:06:44
7632        Log: make parenthetic warnings look consistent; make diagnostic on
7633             "use 5.6" et al mention the alternate form; pod fixups
7634     Branch: perl
7635	   ! gv.c op.c pod/perldelta.pod pod/perldiag.pod pp_ctl.c
7636	   ! t/comp/use.t t/pragma/strict-vars t/pragma/warn/op
7637	   ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys toke.c universal.c
7638	   ! util.c
7639____________________________________________________________________________
7640[  5850] By: gsar                                  on 2000/03/21  04:05:00
7641        Log: disable unused Windows code that won't run on Windows 95
7642     Branch: perl
7643	   ! win32/vmem.h
7644____________________________________________________________________________
7645[  5849] By: gsar                                  on 2000/03/21  03:34:39
7646        Log: $File::Find::name doesn't reflect top level files
7647             correctly (from Simon Cozens <simon@brecon.co.uk>)
7648     Branch: perl
7649	   ! lib/File/Find.pm
7650____________________________________________________________________________
7651[  5848] By: gsar                                  on 2000/03/21  02:46:01
7652        Log: test fails when sockets not available (from Yitzchak Scott-Thoennes)
7653     Branch: perl
7654	   ! t/lib/io_unix.t
7655____________________________________________________________________________
7656[  5847] By: gsar                                  on 2000/03/21  00:09:09
7657        Log: under useithreads, PUSHLOOP must save PL_curpad for looking up
7658             iterdata, since dounwind() may defer LEAVEs
7659     Branch: perl
7660	   ! cop.h
7661____________________________________________________________________________
7662[  5846] By: jhi                                   on 2000/03/20  23:54:37
7663        Log: Document the lib/io_multihomedt hang in 64-bit HP-Ux.
7664     Branch: cfgperl
7665	   ! pod/perldelta.pod
7666____________________________________________________________________________
7667[  5845] By: jhi                                   on 2000/03/20  23:45:24
7668        Log: detypo
7669     Branch: cfgperl
7670	   ! t/op/taint.t
7671____________________________________________________________________________
7672[  5844] By: jhi                                   on 2000/03/20  23:17:18
7673        Log: Integrate with Sarathy.
7674     Branch: cfgperl
7675	  !> lib/Dumpvalue.pm lib/User/pwent.pm lib/dumpvar.pl
7676	  !> lib/strict.pm op.c pod/perldata.pod pod/perldelta.pod
7677	  !> pod/perlfunc.pod pp.c t/io/pipe.t t/lib/charnames.t toke.c
7678	  !> utils/perlbug.PL
7679____________________________________________________________________________
7680[  5843] By: gsar                                  on 2000/03/20  22:14:35
7681        Log: add note about symbolic filehandles (from Johan Vromans)
7682     Branch: perl
7683	   ! lib/strict.pm pod/perlfunc.pod
7684____________________________________________________________________________
7685[  5842] By: gsar                                  on 2000/03/20  21:59:51
7686        Log: perlbugtron flags in perlbug (from Richard Foley); eliminate duplicate
7687             code
7688     Branch: perl
7689	   ! utils/perlbug.PL
7690____________________________________________________________________________
7691[  5841] By: gsar                                  on 2000/03/20  21:06:01
7692        Log: more sleep needed from slow systems (from Peter Haworth)
7693     Branch: perl
7694	   ! t/io/pipe.t
7695____________________________________________________________________________
7696[  5840] By: gsar                                  on 2000/03/20  21:04:42
7697        Log: typo in change#5839
7698     Branch: perl
7699	   ! lib/Dumpvalue.pm
7700____________________________________________________________________________
7701[  5839] By: gsar                                  on 2000/03/20  21:03:14
7702        Log: make dumpvar.pl recognize emptyness in arrays (from Matthias Urlichs
7703             <smurf@noris.de>); fix up duplicate code in Dumpvalue.pm
7704     Branch: perl
7705	   ! lib/Dumpvalue.pm lib/dumpvar.pl
7706____________________________________________________________________________
7707[  5838] By: gsar                                  on 2000/03/20  20:53:25
7708        Log: mention handle autovivification in perldata (from Johan Vromans)
7709     Branch: perl
7710	   ! lib/User/pwent.pm pod/perldata.pod
7711____________________________________________________________________________
7712[  5837] By: gsar                                  on 2000/03/20  20:37:42
7713        Log: change#5797 didn't do the right thing for "\xff\N{WHITE SMILING FACE}"
7714     Branch: perl
7715	   ! t/lib/charnames.t toke.c
7716____________________________________________________________________________
7717[  5836] By: gsar                                  on 2000/03/20  16:27:13
7718        Log: autovivify open($fh[0],...) properly
7719     Branch: perl
7720	   ! op.c pp.c
7721____________________________________________________________________________
7722[  5835] By: gsar                                  on 2000/03/19  18:51:24
7723        Log: add @x->[2] bug to known issues (from Johan Vromans)
7724     Branch: perl
7725	   ! pod/perldelta.pod
7726____________________________________________________________________________
7727[  5834] By: jhi                                   on 2000/03/19  18:42:35
7728        Log: Fix the socklen default type (from Laszlo Molnar;
7729             though I prefer signed, not unsigned); move the cross-compialtion
7730             wish item to Todo; drop excess permissions in taint.t.
7731     Branch: cfgperl
7732	   ! Configure Todo Todo-5.6 config_h.SH t/op/taint.t
7733     Branch: metaconfig
7734	   ! U/protos/socksizetype.U
7735____________________________________________________________________________
7736[  5833] By: jhi                                   on 2000/03/19  18:20:42
7737        Log: Integrate with Sarathy.
7738     Branch: cfgperl
7739	  !> (integrate 42 files)
7740____________________________________________________________________________
7741[  5832] By: gsar                                  on 2000/03/19  18:01:28
7742        Log: pwent.pm doc tweak (from Tom Christiansen)
7743     Branch: perl
7744	   ! lib/User/pwent.pm
7745____________________________________________________________________________
7746[  5831] By: gsar                                  on 2000/03/19  17:57:31
7747        Log: unsigned is a more reasonable socksizetype default (from
7748             Laszlo <ml1050@freemail.hu>)
7749     Branch: perl
7750	   ! Configure
7751____________________________________________________________________________
7752[  5830] By: gsar                                  on 2000/03/19  17:40:20
7753        Log: taint.t shouldn't fail where IPC::SysV unavailable
7754     Branch: perl
7755	   ! t/op/taint.t
7756____________________________________________________________________________
7757[  5829] By: gsar                                  on 2000/03/19  17:19:46
7758        Log: update Changes
7759     Branch: perl
7760	   ! Changes embed.h
7761____________________________________________________________________________
7762[  5828] By: gsar                                  on 2000/03/19  16:47:14
7763        Log: squelch known scalar leak due to compile failure
7764     Branch: perl
7765	   ! t/pragma/strict-vars
7766____________________________________________________________________________
7767[  5827] By: gsar                                  on 2000/03/19  09:20:22
7768        Log: mention how to look up perllocal.pod (from Michael G Schwern)
7769     Branch: perl
7770	   ! pod/perlapi.pod pod/perlmodinstall.pod pod/perlmodlib.pod
7771____________________________________________________________________________
7772[  5826] By: gsar                                  on 2000/03/19  08:49:27
7773        Log: mention need to wait for children (from Russ Allbery)
7774     Branch: perl
7775	   ! lib/IPC/Open2.pm lib/IPC/Open3.pm pod/perldelta.pod
7776____________________________________________________________________________
7777[  5825] By: gsar                                  on 2000/03/19  08:47:52
7778        Log: Pod::Man should strip leading lib/ for module manpages (from
7779             Russ Allbery)
7780     Branch: perl
7781	   ! lib/Pod/Man.pm
7782____________________________________________________________________________
7783[  5824] By: gsar                                  on 2000/03/19  08:17:49
7784        Log: User::pwent fixups for additional fields (from Tom Christiansen);
7785             fix bug in pw_has(); tolerate absense of pw{change,age,quota}
7786             and pw{comment,class} (Debian 2.1 doesn't have either of these)
7787     Branch: perl
7788	   ! lib/User/pwent.pm
7789____________________________________________________________________________
7790[  5823] By: gsar                                  on 2000/03/19  07:41:46
7791        Log: pod typo fixes (from Marcel Grunauer <marcel.grunauer@lovely.net>)
7792     Branch: perl
7793	   ! embed.pl embedvar.h hints/linux.sh pod/perlhack.pod
7794	   ! pod/perlnumber.pod pod/perlthrtut.pod vms/ext/Stdio/Stdio.pm
7795____________________________________________________________________________
7796[  5822] By: gsar                                  on 2000/03/19  07:34:29
7797        Log: integrate cfgperl contents into mainline
7798     Branch: perl
7799	   ! ext/Thread/Thread.pm pod/perlthrtut.pod
7800	  !> (integrate 41 files)
7801____________________________________________________________________________
7802[  5821] By: gsar                                  on 2000/03/19  07:14:38
7803        Log: remove dead code
7804     Branch: perl
7805	   ! lib/charnames.pm
7806____________________________________________________________________________
7807[  5820] By: gsar                                  on 2000/03/19  07:13:01
7808        Log: fix typo
7809     Branch: perl
7810	   ! pod/perldiag.pod
7811____________________________________________________________________________
7812[  5819] By: gsar                                  on 2000/03/19  07:09:32
7813        Log: produce better error message when \N{...} is used without
7814             "use charnames ..."
7815     Branch: perl
7816	   ! pod/perldelta.pod pod/perldiag.pod toke.c
7817____________________________________________________________________________
7818[  5818] By: gsar                                  on 2000/03/19  06:30:11
7819        Log: default warnLevel and dieLevel to 0 in debugger (from Tom
7820             Christiansen); make dumpvar.pl safe against non-glob entries
7821             in stashes
7822     Branch: perl
7823	   ! lib/Dumpvalue.pm lib/dumpvar.pl lib/perl5db.pl
7824	   ! pod/perldebug.pod
7825____________________________________________________________________________
7826[  5817] By: gsar                                  on 2000/03/19  06:18:24
7827        Log: better notes on s///ee (from Simon Cozens <simon@cozens.net>)
7828     Branch: perl
7829	   ! pod/perlop.pod
7830____________________________________________________________________________
7831[  5816] By: gsar                                  on 2000/03/19  05:55:52
7832        Log: support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of
7833             op_private (from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>)
7834     Branch: perl
7835	   ! embed.pl op.c op.h opcode.h opcode.pl perl.h pp.sym pp_ctl.c
7836	   ! pp_proto.h vms/ext/vmsish.pm vms/ext/vmsish.t vms/vmsish.h
7837____________________________________________________________________________
7838[  5815] By: gsar                                  on 2000/03/19  05:27:31
7839        Log: fix sort optimizer to not hang inside loops
7840     Branch: perl
7841	   ! op.c t/op/sort.t
7842____________________________________________________________________________
7843[  5814] By: gsar                                  on 2000/03/19  03:59:29
7844        Log: fixes for alias handling in debugger (from Tom Christiansen)
7845     Branch: perl
7846	   ! lib/perl5db.pl
7847____________________________________________________________________________
7848[  5813] By: gsar                                  on 2000/03/19  03:38:10
7849        Log: warn about CHECK and INIT blocks encountered at run time
7850     Branch: perl
7851	   ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
7852____________________________________________________________________________
7853[  5812] By: jhi                                   on 2000/03/19  03:15:58
7854        Log: Taint msgrcv() messages; general SysV IPC cleanup.
7855     Branch: cfgperl
7856	   ! doio.c ext/IPC/SysV/Msg.pm pod/perldelta.pod pod/perlfunc.pod
7857	   ! pod/perlipc.pod pod/perlsec.pod t/lib/ipc_sysv.t t/op/taint.t
7858____________________________________________________________________________
7859[  5811] By: jhi                                   on 2000/03/19  01:48:47
7860        Log: Taint shmread().
7861     Branch: cfgperl
7862	   ! doio.c pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod
7863	   ! t/op/taint.t
7864____________________________________________________________________________
7865[  5810] By: jhi                                   on 2000/03/19  01:22:47
7866        Log: Taint also the passwd field of the getpw*().
7867     Branch: cfgperl
7868	   ! pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod pp_sys.c
7869	   ! t/op/taint.t
7870____________________________________________________________________________
7871[  5809] By: jhi                                   on 2000/03/18  21:44:34
7872        Log: Integrate with Sarathy.
7873     Branch: cfgperl
7874	  !> t/pragma/strict-vars toke.c
7875____________________________________________________________________________
7876[  5808] By: jhi                                   on 2000/03/18  21:40:55
7877        Log: (Re-)introduce $uidsign and $gidsign.
7878     Branch: cfgperl
7879	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7880	   ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
7881	   ! vos/config.def vos/config.h vos/config_h.SH_orig
7882	   ! win32/config.bc win32/config.gc win32/config.vc
7883	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7884	   ! win32/config_h.PL win32/config_sh.PL
7885     Branch: metaconfig
7886	   ! U/modified/groupstype.U U/typedefs/gidtype.U
7887____________________________________________________________________________
7888[  5807] By: jhi                                   on 2000/03/18  20:38:12
7889        Log: The #5805 requires a test change, too.
7890     Branch: cfgperl
7891	   ! t/op/taint.t
7892____________________________________________________________________________
7893[  5806] By: gsar                                  on 2000/03/18  20:10:29
7894        Log: queued errors may not be displayed after the PL_error_count limit
7895     Branch: perl
7896	   ! t/pragma/strict-vars toke.c
7897____________________________________________________________________________
7898[  5805] By: jhi                                   on 2000/03/18  19:56:12
7899        Log: Taint the shell from the getpw*.
7900     Branch: cfgperl
7901	   ! pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod pp_sys.c
7902____________________________________________________________________________
7903[  5804] By: jhi                                   on 2000/03/18  19:37:01
7904        Log: Use the newSVuv().
7905     Branch: cfgperl
7906	   ! embed.h op.c pp_sys.c toke.c
7907____________________________________________________________________________
7908[  5803] By: jhi                                   on 2000/03/18  19:08:40
7909        Log: Add newSVuv().
7910     Branch: cfgperl
7911	   ! Configure embed.pl global.sym objXSUB.h perlapi.c perlapi.h
7912	   ! pod/perlapi.pod proto.h sv.c
7913____________________________________________________________________________
7914[  5802] By: jhi                                   on 2000/03/18  17:11:07
7915        Log: Configure nits: rewording from Sarathy (aka #5796),
7916             and installation directories patch from Robin Barker.
7917     Branch: cfgperl
7918	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7919	   ! config_h.SH vos/config.h vos/config_h.SH_orig
7920	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7921     Branch: metaconfig
7922	   ! U/modified/Getfile.U
7923     Branch: metaconfig/U/perl
7924	   ! bincompat5005.U
7925____________________________________________________________________________
7926[  5801] By: jhi                                   on 2000/03/18  16:41:31
7927        Log: Integrate with Sarathy.
7928     Branch: cfgperl
7929	  !> Changes Configure hints/dos_djgpp.sh lib/ExtUtils/xsubpp
7930	  !> lib/Getopt/Long.pm mg.c pod/perlpod.pod pp_hot.c
7931	  !> t/lib/charnames.t t/pragma/utf8.t toke.c
7932____________________________________________________________________________
7933[  5800] By: gsar                                  on 2000/03/18  05:16:32
7934        Log: force i_ieeefp=undef on dos_djgpp (it reportedly causes failures
7935             in system includes)
7936     Branch: perl
7937	   ! hints/dos_djgpp.sh
7938____________________________________________________________________________
7939[  5799] By: gsar                                  on 2000/03/18  05:12:00
7940        Log: Getopt::Long 2.23 update (from Johan Vromans)
7941     Branch: perl
7942	   ! Changes lib/Getopt/Long.pm
7943____________________________________________________________________________
7944[  5798] By: gsar                                  on 2000/03/18  05:03:20
7945        Log: recognize single-line declarations in xsubpp; add switches to
7946             disable newfangled features (from Ilya Zakharevich)
7947     Branch: perl
7948	   ! lib/ExtUtils/xsubpp
7949____________________________________________________________________________
7950[  5797] By: gsar                                  on 2000/03/18  04:21:43
7951        Log: make "\N{...}" enable utf8-ness correctly
7952     Branch: perl
7953	   ! t/lib/charnames.t toke.c
7954____________________________________________________________________________
7955[  5796] By: gsar                                  on 2000/03/18  04:03:08
7956        Log: avoid mentioning Perl version in Configure question
7957     Branch: perl
7958	   ! Configure
7959____________________________________________________________________________
7960[  5795] By: gsar                                  on 2000/03/18  03:32:31
7961        Log: better explanation of C<> tags (from Wolfgang Laun)
7962     Branch: perl
7963	   ! pod/perlpod.pod
7964____________________________________________________________________________
7965[  5794] By: gsar                                  on 2000/03/18  03:26:57
7966        Log: make return values from match in a list context, as well as $& et
7967             al propagate utf8-ness (from Graham Barr)
7968     Branch: perl
7969	   ! mg.c pp_hot.c t/pragma/utf8.t
7970____________________________________________________________________________
7971[  5793] By: jhi                                   on 2000/03/18  01:45:30
7972        Log: Integrate with Sarathy.
7973     Branch: cfgperl
7974	  !> hints/powerux.sh xsutils.c
7975____________________________________________________________________________
7976[  5792] By: gsar                                  on 2000/03/18  01:08:25
7977        Log: hints fixups for PowerMAX (from Tom Horsley)
7978     Branch: perl
7979	   ! hints/powerux.sh
7980____________________________________________________________________________
7981[  5791] By: gsar                                  on 2000/03/17  23:53:21
7982        Log: make reftype() consistently croak on non-refs
7983     Branch: perl
7984	   ! xsutils.c
7985____________________________________________________________________________
7986[  5790] By: jhi                                   on 2000/03/17  23:41:36
7987        Log: Integrate with Sarathy.
7988     Branch: cfgperl
7989	  !> configpm ext/Thread/Thread/Queue.pm
7990	  !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
7991	  !> lib/Pod/Find.pm lib/perl5db.pl perl.c pod/perldata.pod
7992____________________________________________________________________________
7993[  5789] By: gsar                                  on 2000/03/17  22:37:21
7994        Log: fix coredump when upgrading PL_sv_yes in a second call to
7995             perl_construct() (from Doug MacEachern)
7996     Branch: perl
7997	   ! perl.c
7998____________________________________________________________________________
7999[  5788] By: gsar                                  on 2000/03/17  22:32:25
8000        Log: make noTTY debugger option work again (from Paul Marquess)
8001     Branch: perl
8002	   ! lib/perl5db.pl
8003____________________________________________________________________________
8004[  5787] By: gsar                                  on 2000/03/17  17:00:05
8005        Log: make Config.pm report sane errors with older perls
8006     Branch: perl
8007	   ! configpm
8008____________________________________________________________________________
8009[  5786] By: gsar                                  on 2000/03/17  16:48:20
8010        Log: syntax errors in Thread::* (from Tom Christiansen)
8011     Branch: perl
8012	   ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
8013	   ! ext/Thread/Thread/Specific.pm
8014____________________________________________________________________________
8015[  5785] By: gsar                                  on 2000/03/17  16:45:34
8016        Log: tweak perldata section on v-strings
8017     Branch: perl
8018	   ! pod/perldata.pod
8019____________________________________________________________________________
8020[  5784] By: gsar                                  on 2000/03/17  16:24:28
8021        Log: missing file in change#5781
8022     Branch: perl
8023	   ! lib/Pod/Find.pm
8024____________________________________________________________________________
8025[  5783] By: jhi                                   on 2000/03/17  14:38:29
8026        Log: Add the NEXTSTEP strftime %j bug to Known Problems.
8027     Branch: cfgperl
8028	   ! pod/perldelta.pod
8029____________________________________________________________________________
8030[  5782] By: jhi                                   on 2000/03/17  14:29:46
8031        Log: Integrate with Sarathy.
8032     Branch: cfgperl
8033	  !> embed.pl ext/B/B/Bblock.pm global.sym lib/File/Spec/Unix.pm
8034	  !> lib/open.pm objXSUB.h op.c perlapi.c pod/perlcompile.pod
8035	  !> pod/perldebug.pod sv.c t/comp/cpp.aux t/pod/testpchk.pl
8036____________________________________________________________________________
8037[  5781] By: gsar                                  on 2000/03/17  06:19:17
8038        Log: PodParser v1.13 update (from Brad Appleton)
8039     Branch: perl
8040	   ! t/pod/testpchk.pl
8041____________________________________________________________________________
8042[  5780] By: gsar                                  on 2000/03/17  05:42:45
8043        Log: propagate CvFLAGS() into clones
8044     Branch: perl
8045	   ! op.c
8046____________________________________________________________________________
8047[  5779] By: gsar                                  on 2000/03/17  04:58:39
8048        Log: documentation fixes from p5p
8049     Branch: perl
8050	   ! ext/B/B/Bblock.pm lib/File/Spec/Unix.pm pod/perlcompile.pod
8051	   ! pod/perldebug.pod
8052____________________________________________________________________________
8053[  5778] By: bailey                                on 2000/03/17  04:23:35
8054        Log: Quick pre-release fixes: clean up results in File::Spec::VMS and
8055             switch dir test order in taint.t to accomodate DECCRTL extension.
8056     Branch: vmsperl
8057	   ! lib/File/Spec/VMS.pm t/op/taint.t
8058____________________________________________________________________________
8059[  5777] By: gsar                                  on 2000/03/17  04:13:27
8060        Log: make attributes::reftype(*FOO{IO}) return "IO" instead of "UNKNOWN"
8061             (from Tom Christiansen)
8062     Branch: perl
8063	   ! sv.c
8064____________________________________________________________________________
8065[  5776] By: jhi                                   on 2000/03/17  03:40:18
8066        Log: More Todo.
8067     Branch: cfgperl
8068	   ! Todo Todo-5.6
8069____________________________________________________________________________
8070[  5775] By: gsar                                  on 2000/03/17  03:40:14
8071        Log: s/:def/:DEFAULT/
8072     Branch: perl
8073	   ! lib/open.pm
8074____________________________________________________________________________
8075[  5774] By: gsar                                  on 2000/03/17  03:39:07
8076        Log: export cv_undef() and cv_const_sv() (mod_perl uses them to
8077             good advantage)
8078     Branch: perl
8079	   ! embed.pl global.sym objXSUB.h perlapi.c
8080____________________________________________________________________________
8081[  5773] By: gsar                                  on 2000/03/17  03:12:34
8082        Log: remove non-ANSI parts in comp/cpp.t
8083     Branch: perl
8084	   ! t/comp/cpp.aux
8085____________________________________________________________________________
8086[  5772] By: jhi                                   on 2000/03/17  03:11:49
8087        Log: Integrate with Sarathy.
8088     Branch: cfgperl
8089	  !> configure.com embed.h embed.pl lib/CGI.pm
8090	  !> lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm perl.h
8091	  !> pod/pod2man.PL pod/pod2text.PL pp_sys.c vms/ext/vmsish.pm
8092	  !> vms/ext/vmsish.t vms/subconfigure.com vms/test.com
8093	  !> vms/vmsish.h
8094____________________________________________________________________________
8095[  5771] By: jhi                                   on 2000/03/17  03:10:34
8096        Log: Make the test easier to use.
8097     Branch: cfgperl
8098	   ! t/op/sysio.t
8099____________________________________________________________________________
8100[  5770] By: gsar                                  on 2000/03/17  03:04:33
8101        Log: pod{man,text} updates from podlators-1.00 (from Russ Allbery)
8102     Branch: perl
8103	   ! lib/Pod/Man.pm pod/pod2man.PL pod/pod2text.PL
8104____________________________________________________________________________
8105[  5769] By: gsar                                  on 2000/03/17  02:53:39
8106        Log: integrate vmsperl contents into mainline (no actual changes, since
8107             cfgperl already had them all)
8108     Branch: perl
8109	  !> configure.com lib/CGI.pm lib/ExtUtils/Mksymlists.pm perl.h
8110	  !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/subconfigure.com
8111	  !> vms/test.com vms/vmsish.h
8112____________________________________________________________________________
8113[  5768] By: gsar                                  on 2000/03/17  02:48:14
8114        Log: fix signedness in test for syswrite() length argument
8115     Branch: perl
8116	   ! pp_sys.c
8117____________________________________________________________________________
8118[  5767] By: gsar                                  on 2000/03/17  02:38:51
8119        Log: integrate cfgperl contents into mainline
8120     Branch: perl
8121	  !> (integrate 28 files)
8122____________________________________________________________________________
8123[  5766] By: jhi                                   on 2000/03/17  02:29:24
8124        Log: Add "Known Problems" section.
8125     Branch: cfgperl
8126	   ! pod/perldelta.pod
8127____________________________________________________________________________
8128[  5765] By: gsar                                  on 2000/03/17  00:31:19
8129        Log: add missing bincompat5005 #defines
8130     Branch: perl
8131	   ! embed.h embed.pl
8132____________________________________________________________________________
8133[  5764] By: jhi                                   on 2000/03/16  15:32:52
8134        Log: pp_send() type tuning continues.
8135     Branch: cfgperl
8136	   ! pp_sys.c
8137____________________________________________________________________________
8138[  5763] By: jhi                                   on 2000/03/16  04:09:37
8139        Log: Integrate with Sarathy.
8140     Branch: cfgperl
8141	  !> embed.pl global.sym objXSUB.h perl.c perlapi.c
8142	  !> win32/perlhost.h win32/perllib.c win32/win32.h
8143____________________________________________________________________________
8144[  5762] By: jhi                                   on 2000/03/16  04:06:36
8145        Log: VMS patches from Dan Sugalski and Charles Bailey
8146     Branch: cfgperl
8147	   ! configure.com ext/File/Glob/Glob.pm lib/CGI.pm
8148	   ! lib/ExtUtils/Mksymlists.pm vms/subconfigure.com
8149____________________________________________________________________________
8150[  5761] By: gsar                                  on 2000/03/16  03:18:41
8151        Log: due to an oversight during PERL_OBJECT migration, hosts created
8152             by pseudo-fork were never being deleted, leading to a sizeable
8153             memory leak; std FDs in pseudo-children are now closed
8154             automatically to avoid resource leaks; basic infinite looping
8155             fork() test works without leaking again in non-PERL_OBJECT
8156             build
8157     Branch: perl
8158	   ! embed.pl global.sym objXSUB.h perl.c perlapi.c
8159	   ! win32/perlhost.h win32/perllib.c win32/win32.h
8160____________________________________________________________________________
8161[  5760] By: jhi                                   on 2000/03/16  01:50:13
8162        Log: Fix pp_send() sizes (pass a Size_t, not an Off_t, and
8163             return a SSize_t, not an Off_t); add a note about a slightly
8164             similar situation in pp_truncate(); introduce $sizesize
8165             for Configure; update EPOC, VOS, Win32, and VMS for the
8166             sizesize; minor updates on the EPOC config file; reword
8167             socklen_t message slightly; fix fpossize (though unused	currently)
8168     Branch: cfgperl
8169	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8170	   ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
8171	   ! vos/config.def vos/config.h win32/config.bc win32/config.gc
8172	   ! win32/config.vc win32/config_H.bc win32/config_H.gc
8173	   ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
8174     Branch: metaconfig/U/perl
8175	   ! d_socklen_t.U fpossize.U
8176____________________________________________________________________________
8177[  5759] By: jhi                                   on 2000/03/15  23:47:11
8178        Log: Integrate with Sarathy.
8179     Branch: cfgperl
8180	  !> makedef.pl
8181____________________________________________________________________________
8182[  5758] By: jhi                                   on 2000/03/15  23:46:17
8183        Log: Retract #5767; replace it with a tested patch
8184             from Anton Berezin.
8185     Branch: cfgperl
8186	   ! hints/freebsd.sh
8187____________________________________________________________________________
8188[  5757] By: jhi                                   on 2000/03/15  23:36:53
8189        Log: Configure nits: do not use /tmp to avoid potential security
8190             problems (Andy Dougherty: this does not fix the rampant
8191             use of /tmp by the various utilities like C compilers, though.
8192             Just don't run Configure as root if you care about security.),
8193             fix man3dir bug (both from Andy Dougherty); fix hints files
8194             not to use /tmp; retract #4993 (the description of the *symbols
8195             variables is okay, after all); regen Configure.
8196     Branch: cfgperl
8197	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8198	   ! config_h.SH hints/dec_osf.sh hints/esix4.sh hints/newsos4.sh
8199     Branch: metaconfig
8200	   + U/modified/d_flexfnam.U
8201	   ! U/installdirs/man3dir.U
8202____________________________________________________________________________
8203[  5756] By: jhi                                   on 2000/03/15  22:20:06
8204        Log: cater for FreeBSD 5.*
8205     Branch: cfgperl
8206	   ! hints/freebsd.sh
8207____________________________________________________________________________
8208[  5755] By: jhi                                   on 2000/03/15  22:00:57
8209        Log: Add missing Windows O_ constants.
8210     Branch: cfgperl
8211	   ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
8212____________________________________________________________________________
8213[  5754] By: gsar                                  on 2000/03/15  19:56:37
8214        Log: add PL_thr_key to export list under useithreads
8215     Branch: perl
8216	   ! makedef.pl
8217____________________________________________________________________________
8218[  5753] By: jhi                                   on 2000/03/15  04:19:19
8219        Log: Integrate with Sarathy.
8220     Branch: cfgperl
8221	  !> (integrate 37 files)
8222____________________________________________________________________________
8223[  5752] By: bailey                                on 2000/03/15  03:45:28
8224        Log: Make DEBUGGING a configurable option
8225     Branch: vmsperl
8226	   ! configure.com
8227____________________________________________________________________________
8228[  5751] By: bailey                                on 2000/03/15  03:38:57
8229        Log: Remove obsolete DCL symbol from subconfigure.com
8230     Branch: vmsperl
8231	   ! vms/subconfigure.com
8232____________________________________________________________________________
8233[  5750] By: bailey                                on 2000/03/15  03:29:17
8234        Log: Add VMS' default to the CGI.pm temp list (should update to File::Spec)
8235     Branch: vmsperl
8236	   ! lib/CGI.pm
8237	  !> ext/File/Glob/Glob.pm
8238____________________________________________________________________________
8239[  5749] By: bailey                                on 2000/03/15  02:05:28
8240        Log: Change test using obsolete %COnfig element
8241     Branch: vmsperl
8242	   ! lib/ExtUtils/Mksymlists.pm
8243____________________________________________________________________________
8244[  5748] By: gsar                                  on 2000/03/14  23:39:42
8245        Log: update local_patches entry for RC2
8246     Branch: perl
8247	   ! Changes patchlevel.h pod/perlhist.pod
8248____________________________________________________________________________
8249[  5747] By: gsar                                  on 2000/03/14  22:44:27
8250        Log: more warnings tidy-ups (from Paul Marquess)
8251     Branch: perl
8252	   ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq4.pod
8253	   ! t/lib/attrs.t utils/h2xs.PL
8254____________________________________________________________________________
8255[  5746] By: gsar                                  on 2000/03/14  22:30:43
8256        Log: Sys::Syslog fix for accidental arguments to autoloaded constants
8257     Branch: perl
8258	   ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
8259____________________________________________________________________________
8260[  5745] By: gsar                                  on 2000/03/14  22:20:27
8261        Log: tweak to use SIZE_ONLY
8262     Branch: perl
8263	   ! regcomp.c
8264____________________________________________________________________________
8265[  5744] By: gsar                                  on 2000/03/14  21:56:48
8266        Log: regen win32/config*
8267     Branch: perl
8268	   ! win32/Makefile win32/config_H.bc win32/config_H.gc
8269	   ! win32/config_H.vc win32/makefile.mk
8270____________________________________________________________________________
8271[  5743] By: gsar                                  on 2000/03/14  21:46:25
8272        Log: change#5729 had syntax errors
8273     Branch: perl
8274	   ! t/lib/complex.t
8275____________________________________________________________________________
8276[  5742] By: gsar                                  on 2000/03/14  21:26:33
8277        Log: integrate vmsperl changes into mainline (change#5693 denied)
8278     Branch: perl
8279	  !> configure.com lib/File/Spec/VMS.pm t/lib/complex.t
8280	  !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
8281	  !> vms/vms.c
8282____________________________________________________________________________
8283[  5741] By: gsar                                  on 2000/03/14  21:17:34
8284        Log: update Changes; integrate cfgperl contents into mainline
8285     Branch: perl
8286	   ! Changes
8287	  !> ext/Socket/Socket.xs patchlevel.h perl.h t/lib/complex.t
8288____________________________________________________________________________
8289[  5740] By: gsar                                  on 2000/03/14  20:57:12
8290        Log: perlfaq4 tweak (from Damian Conway <damian@cs.monash.edu.au>)
8291     Branch: perl
8292	   ! pod/perlfaq4.pod
8293____________________________________________________________________________
8294[  5739] By: gsar                                  on 2000/03/14  20:53:07
8295        Log: allow alternates to negate correctly (from Johan Vromans)
8296     Branch: perl
8297	   ! lib/Getopt/Long.pm
8298____________________________________________________________________________
8299[  5738] By: gsar                                  on 2000/03/14  20:34:19
8300        Log: kludge our way around warnings on C<use POSIX; use IO::File;>
8301     Branch: perl
8302	   ! ext/IO/lib/IO/Seekable.pm
8303____________________________________________________________________________
8304[  5737] By: gsar                                  on 2000/03/14  20:06:23
8305        Log: protect special characters better against interpretation by *roff
8306             (from Russ Allbery)
8307     Branch: perl
8308	   ! lib/Pod/Man.pm
8309____________________________________________________________________________
8310[  5736] By: gsar                                  on 2000/03/14  19:47:00
8311        Log: provide an explicit base address for perl56.dll to avoid relocations;
8312             increase the default stack size (RE engine can use a lot more stack
8313             than the 1MB default limit); default to using the regular version of
8314             the MSVCRT even for DEBUGGING builds (this allows extensions to be
8315             selectively built with debugging)
8316     Branch: perl
8317	   ! win32/Makefile win32/makefile.mk
8318____________________________________________________________________________
8319[  5735] By: gsar                                  on 2000/03/14  19:31:53
8320        Log: regen perltoc, other pod nits
8321     Branch: perl
8322	   ! ext/IO/poll.c pod/Makefile pod/buildtoc pod/perlnumber.pod
8323	   ! pod/perltoc.pod pod/roffitall
8324____________________________________________________________________________
8325[  5734] By: gsar                                  on 2000/03/14  19:08:22
8326        Log: avoid dup warning (from Simon Cozens)
8327     Branch: perl
8328	   ! regcomp.c
8329____________________________________________________________________________
8330[  5733] By: gsar                                  on 2000/03/14  18:46:50
8331        Log: allow usemymalloc to be overridden via -Uusemymalloc
8332     Branch: perl
8333	   ! hints/hpux.sh
8334____________________________________________________________________________
8335[  5732] By: gsar                                  on 2000/03/14  17:23:47
8336        Log: test case for change#5700 (from M. J. T. Guy)
8337     Branch: perl
8338	   ! t/op/universal.t
8339____________________________________________________________________________
8340[  5731] By: gsar                                  on 2000/03/14  17:15:44
8341        Log: revise README.win32 for currentness, point to function
8342             list in perlport.pod (from a patch suggested by Dominic Dunlop)
8343     Branch: perl
8344	   ! README.win32 pod/perlport.pod
8345____________________________________________________________________________
8346[  5730] By: gsar                                  on 2000/03/14  17:14:21
8347        Log: tweak sort() notes (from Nathan Torkington)
8348     Branch: perl
8349	   ! pod/perlfunc.pod
8350____________________________________________________________________________
8351[  5729] By: jhi                                   on 2000/03/14  15:13:13
8352        Log: Make the tests 1018 and 1019 more robust.
8353     Branch: cfgperl
8354	   ! t/lib/complex.t
8355____________________________________________________________________________
8356[  5728] By: jhi                                   on 2000/03/14  15:07:48
8357        Log: Fix for one of the problems in RC1 reported by M. E. O'Neill
8358             in NEXTSTEP 3.3p2.
8359     Branch: cfgperl
8360	   ! ext/Socket/Socket.xs
8361____________________________________________________________________________
8362[  5727] By: jhi                                   on 2000/03/14  14:57:04
8363        Log: Integrate with Sarathy; unapply the #5539 that snekt in
8364             with #5539.
8365     Branch: cfgperl
8366	  +> pod/perldebguts.pod
8367	   ! patchlevel.h perl.h
8368	  !> MANIFEST lib/Text/Abbrev.pm lib/perl5db.pl pod/perl.pod
8369	  !> pod/perldebug.pod pod/perldelta.pod pod/perlnumber.pod
8370	  !> t/lib/io_sock.t utils/perlcc.PL utils/perldoc.PL
8371	  !> win32/makefile.mk
8372____________________________________________________________________________
8373[  5726] By: gsar                                  on 2000/03/14  07:43:37
8374        Log: fixes for Borland compiler (from Vadim Konovalov
8375             <vkonovalov@lucent.com>)
8376     Branch: perl
8377	   ! utils/perlcc.PL win32/makefile.mk
8378____________________________________________________________________________
8379[  5725] By: gsar                                  on 2000/03/14  07:38:00
8380        Log: more efficient Text::Abbrev (from M.E. O'Neill <oneill@cs.sfu.ca>)
8381     Branch: perl
8382	   ! lib/Text/Abbrev.pm
8383____________________________________________________________________________
8384[  5724] By: gsar                                  on 2000/03/14  05:59:02
8385        Log: integrate cfgperl changes into mainline, ignoring the
8386             __attribute__((unused)) stuff that seems to have snuck
8387             back in
8388     Branch: perl
8389	  !> Todo-5.6 patchlevel.h perl.h pod/perl.pod pod/perlport.pod
8390	  !> vms/perlvms.pod
8391____________________________________________________________________________
8392[  5723] By: gsar                                  on 2000/03/14  05:49:08
8393        Log: patches for many bugs in the debugger; documentation updates for
8394             perldelta; split perldebug.pod into perldeb{ug,guts}.pod (from
8395             Tom Christiansen)
8396     Branch: perl
8397	   + pod/perldebguts.pod
8398	   ! MANIFEST lib/perl5db.pl pod/perl.pod pod/perldebug.pod
8399	   ! pod/perldelta.pod pod/perlnumber.pod pod/perlport.pod
8400____________________________________________________________________________
8401[  5722] By: gsar                                  on 2000/03/14  05:37:29
8402        Log: add sleep() to avoid race on NeXT (from M.E. O'Neill
8403             <oneill@cs.sfu.ca>)
8404     Branch: perl
8405	   ! t/lib/io_sock.t
8406____________________________________________________________________________
8407[  5721] By: gsar                                  on 2000/03/14  03:53:50
8408        Log: support a -U option when run as root to drop privileges (from
8409             Tom Christiansen)
8410     Branch: perl
8411	   ! utils/perldoc.PL
8412____________________________________________________________________________
8413[  5720] By: jhi                                   on 2000/03/14  03:43:51
8414        Log: move the big AVAILABILITY list to perlport as Supported Platforms
8415             (Tom Christiansen); add few more platforms
8416     Branch: cfgperl
8417	   ! pod/perl.pod pod/perlport.pod
8418____________________________________________________________________________
8419[  5719] By: jhi                                   on 2000/03/14  02:44:55
8420        Log: more todo
8421     Branch: cfgperl
8422	   ! Todo-5.6
8423____________________________________________________________________________
8424[  5718] By: jhi                                   on 2000/03/14  02:17:16
8425        Log: detypo
8426     Branch: cfgperl
8427	   ! vms/perlvms.pod
8428____________________________________________________________________________
8429[  5717] By: jhi                                   on 2000/03/14  02:00:24
8430        Log: Integrate with Sarathy.
8431     Branch: cfgperl
8432	   ! patchlevel.h perl.h
8433	  !> (integrate 60 files)
8434____________________________________________________________________________
8435[  5716] By: gsar                                  on 2000/03/14  00:01:39
8436        Log: reference miscount in Devel::Peek that causes debugger to
8437             crash unceremoniously when doing "V DB" etc., repeatedly
8438     Branch: perl
8439	   ! ext/Devel/Peek/Peek.xs
8440____________________________________________________________________________
8441[  5715] By: gsar                                  on 2000/03/13  21:40:23
8442        Log: fixes for broken L<> links (from Wolfgang Laun
8443             <wolfgang.laun@alcatel.at>)
8444     Branch: perl
8445	   ! pod/Win32.pod pod/perlcall.pod pod/perlcompile.pod
8446	   ! pod/perldata.pod pod/perlfaq7.pod pod/perlfunc.pod
8447	   ! pod/perlguts.pod pod/perllocale.pod pod/perlnumber.pod
8448	   ! pod/perlop.pod pod/perlxstut.pod vms/perlvms.pod
8449____________________________________________________________________________
8450[  5714] By: gsar                                  on 2000/03/13  21:37:48
8451        Log: typos in perlboot.pod (from Randal L. Schwartz <merlyn@stonehenge.com>)
8452     Branch: perl
8453	   ! pod/perlboot.pod
8454____________________________________________________________________________
8455[  5713] By: gsar                                  on 2000/03/13  21:36:24
8456        Log: avoid infinite loop in h2xs (from Hugo van der Sanden)
8457     Branch: perl
8458	   ! utils/h2xs.PL
8459____________________________________________________________________________
8460[  5712] By: gsar                                  on 2000/03/13  21:29:15
8461        Log: lexical warnings update for docs and tests (from Paul Marquess)
8462     Branch: perl
8463	   ! ext/File/Glob/Glob.pm lib/fields.pm pod/perl.pod
8464	   ! pod/perldata.pod pod/perldbmfilter.pod pod/perlfaq3.pod
8465	   ! pod/perlfaq4.pod pod/perlfaq7.pod pod/perlfilter.pod
8466	   ! pod/perlipc.pod pod/perlmod.pod pod/perlmodlib.pod
8467	   ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
8468	   ! pod/perlstyle.pod pod/perlsyn.pod pod/perltie.pod
8469	   ! pod/perltrap.pod pod/perlunicode.pod pod/perlxstut.pod
8470	   ! t/io/open.t t/lib/fields.t t/lib/parsewords.t
8471	   ! t/op/assignwarn.t t/op/gv.t t/op/hashwarn.t t/op/magic.t
8472	   ! t/op/pack.t t/op/pat.t t/op/sort.t t/op/sprintf.t
8473	   ! t/pragma/constant.t t/pragma/locale.t
8474____________________________________________________________________________
8475[  5711] By: gsar                                  on 2000/03/13  21:08:29
8476        Log: updates from PodParser v1.12 on CPAN (from Brad Appleton)
8477     Branch: perl
8478	   ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
8479	   ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
8480	   ! lib/Pod/Usage.pm t/pod/poderrs.xr t/pod/testp2pt.pl
8481	   ! t/pod/testpchk.pl
8482____________________________________________________________________________
8483[  5710] By: gsar                                  on 2000/03/13  20:46:37
8484        Log: cleaner logic in op.c, also avoids QNX optimizer bug (from Norton
8485             Allen <allen@huarp.harvard.edu>)
8486     Branch: perl
8487	   ! op.c
8488____________________________________________________________________________
8489[  5709] By: gsar                                  on 2000/03/13  20:43:30
8490        Log: mention changes to diagnostics
8491     Branch: perl
8492	   ! pod/perldelta.pod
8493____________________________________________________________________________
8494[  5708] By: gsar                                  on 2000/03/13  20:34:38
8495        Log: ignore const for the purposes of typemaps (from Hugo van der Sanden)
8496     Branch: perl
8497	   ! lib/ExtUtils/xsubpp
8498____________________________________________________________________________
8499[  5707] By: gsar                                  on 2000/03/13  20:23:24
8500        Log: don't check for errno after Atof() (atof() doesn't set errno, and
8501             where Atof() is actually strto[l]d(), some platforms seem to want
8502             to set errno randomly)
8503     Branch: perl
8504	   ! toke.c
8505____________________________________________________________________________
8506[  5706] By: gsar                                  on 2000/03/13  18:14:18
8507        Log: integrate cfgperl changes into mainline
8508     Branch: perl
8509	  !> Configure config_h.SH hints/hpux.sh hints/solaris_2.sh mg.c
8510	  !> perl.h pod/perl.pod pp.c
8511____________________________________________________________________________
8512[  5705] By: jhi                                   on 2000/03/13  14:44:11
8513        Log: STRLEN != int.
8514     Branch: cfgperl
8515	   ! mg.c
8516____________________________________________________________________________
8517[  5704] By: jhi                                   on 2000/03/13  13:18:07
8518        Log: Integrate with Sarathy.
8519     Branch: cfgperl
8520	  +> lib/warnings/register.pm
8521	  !> (integrate 42 files)
8522____________________________________________________________________________
8523[  5703] By: gsar                                  on 2000/03/13  12:40:51
8524        Log: mention autoflush portability caveat
8525     Branch: perl
8526	   ! pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
8527____________________________________________________________________________
8528[  5702] By: gsar                                  on 2000/03/13  11:09:05
8529        Log: final touches for lexical warnings (from Paul Marquess)
8530     Branch: perl
8531	   + lib/warnings/register.pm
8532	   ! MANIFEST ext/IO/lib/IO/Select.pm ext/Socket/Socket.pm
8533	   ! lib/Class/Struct.pm lib/I18N/Collate.pm lib/Tie/Handle.pm
8534	   ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/constant.pm
8535	   ! lib/syslog.pl lib/vars.pm lib/warnings.pm mg.c perl.c
8536	   ! pod/perllexwarn.pod pp_ctl.c t/lib/filepath.t t/lib/io_sel.t
8537	   ! t/lib/socket.t t/lib/tie-stdhandle.t t/op/tie.t
8538	   ! t/pragma/constant.t t/pragma/diagnostics.t t/pragma/warn/2use
8539	   ! t/pragma/warn/9enabled warnings.h warnings.pl
8540____________________________________________________________________________
8541[  5701] By: gsar                                  on 2000/03/13  11:00:00
8542        Log: avoid compiler warnings
8543     Branch: perl
8544	   ! pp_hot.c
8545____________________________________________________________________________
8546[  5700] By: gsar                                  on 2000/03/13  09:57:59
8547        Log: make the is_utf8_*() safe for use on invalid utf8 (they now
8548             return false on such input instead of emitting warnings)
8549     Branch: perl
8550	   ! embed.h embed.pl global.sym gv.c objXSUB.h perlapi.c
8551	   ! pod/perlapi.pod proto.h universal.c utf8.c
8552____________________________________________________________________________
8553[  5699] By: gsar                                  on 2000/03/13  06:59:57
8554        Log: the premature FREETMPS calls in change#1187 weren't defensive enough
8555     Branch: perl
8556	   ! pp_ctl.c pp_hot.c t/op/recurse.t
8557____________________________________________________________________________
8558[  5698] By: jhi                                   on 2000/03/13  05:03:37
8559        Log: hints nibbling continues
8560     Branch: cfgperl
8561	   ! hints/hpux.sh
8562____________________________________________________________________________
8563[  5697] By: jhi                                   on 2000/03/13  04:45:57
8564        Log: there's no end to tweaking
8565     Branch: cfgperl
8566	   ! hints/hpux.sh
8567____________________________________________________________________________
8568[  5696] By: jhi                                   on 2000/03/13  04:26:15
8569        Log: hints tweak
8570     Branch: cfgperl
8571	   ! hints/hpux.sh
8572____________________________________________________________________________
8573[  5695] By: bailey                                on 2000/03/13  03:54:09
8574        Log: Trim out leftover hunk from prior resolve conflict
8575     Branch: vmsperl
8576	   ! lib/File/Spec/VMS.pm
8577____________________________________________________________________________
8578[  5694] By: bailey                                on 2000/03/13  03:20:20
8579        Log: Assorted configuration cleanups (Peter Prymmer, and a
8580             bit from Charles Bailey and Dan Sugalski)
8581     Branch: vmsperl
8582	   ! configure.com vms/subconfigure.com
8583____________________________________________________________________________
8584[  5693] By: bailey                                on 2000/03/13  03:00:16
8585        Log: Add vmsish 'hushed' option to suppress error messages at exit
8586     Branch: vmsperl
8587	   ! perl.h vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com
8588	   ! vms/vmsish.h
8589____________________________________________________________________________
8590[  5692] By: bailey                                on 2000/03/13  02:50:10
8591        Log: Fix inverted test conditions for secure lnm translation
8592             and default file types.  (Dan Sugalski)
8593     Branch: vmsperl
8594	   ! vms/subconfigure.com
8595____________________________________________________________________________
8596[  5691] By: bailey                                on 2000/03/13  02:41:36
8597        Log: Insulate tests of default display_format from different precision
8598             on different machines by truncating at 1 digit less than the most
8599             common choice (.15g)
8600     Branch: vmsperl
8601	   ! t/lib/complex.t
8602____________________________________________________________________________
8603[  5690] By: bailey                                on 2000/03/13  02:31:44
8604        Log: Resync with mainline post RC1
8605     Branch: vmsperl
8606	  +> lib/Pod/Plainer.pm
8607	  !> (integrate 137 files)
8608____________________________________________________________________________
8609[  5689] By: bailey                                on 2000/03/13  02:22:24
8610        Log: Update File::Spec::VMS and tests
8611             Since reduce_ricochet has been removed from File::Spec,
8612             revert changes to VMS::Filespec::vmsify made to accomodate it.
8613     Branch: vmsperl
8614	   ! lib/File/Spec/VMS.pm t/lib/filespec.t vms/ext/filespec.t
8615	   ! vms/vms.c
8616____________________________________________________________________________
8617[  5688] By: bailey                                on 2000/03/13  02:12:11
8618        Log: Basic 5.6.0 RC1 build patches for VMS
8619     Branch: vmsperl
8620	   ! configure.com t/pragma/warn/doio t/pragma/warn/util
8621	   ! vms/subconfigure.com
8622____________________________________________________________________________
8623[  5687] By: jhi                                   on 2000/03/13  00:41:51
8624        Log: Solaris long double fixes from Alan Burlison.
8625     Branch: cfgperl
8626	   ! hints/solaris_2.sh perl.h pp.c
8627____________________________________________________________________________
8628[  5686] By: jhi                                   on 2000/03/13  00:17:13
8629        Log: Integrate with Sarathy.
8630     Branch: cfgperl
8631	  !> dump.c hints/hpux.sh op.c pod/perldelta.pod t/op/misc.t
8632____________________________________________________________________________
8633[  5685] By: jhi                                   on 2000/03/13  00:13:17
8634        Log: Retract #5680, it broke more than it helped.
8635     Branch: cfgperl
8636	   ! hints/hpux.sh
8637____________________________________________________________________________
8638[  5684] By: gsar                                  on 2000/03/12  21:48:44
8639        Log: set optimize=-O only if not already set
8640     Branch: perl
8641	   ! hints/hpux.sh
8642____________________________________________________________________________
8643[  5683] By: gsar                                  on 2000/03/12  20:11:45
8644        Log: another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX
8645             were being mistakenly subverted anyway
8646     Branch: perl
8647	   ! dump.c op.c pod/perldelta.pod t/op/misc.t
8648____________________________________________________________________________
8649[  5682] By: jhi                                   on 2000/03/12  18:11:52
8650        Log: update AVAILABILITY for LynxOS
8651     Branch: cfgperl
8652	   ! pod/perl.pod
8653____________________________________________________________________________
8654[  5681] By: jhi                                   on 2000/03/12  18:03:46
8655        Log: 64-bitness hints tweaks
8656     Branch: cfgperl
8657	   ! hints/solaris_2.sh
8658____________________________________________________________________________
8659[  5680] By: jhi                                   on 2000/03/12  17:49:25
8660        Log: 64-bitness tweak: separate 64bitint and 64bitall.
8661     Branch: cfgperl
8662	   ! hints/hpux.sh
8663____________________________________________________________________________
8664[  5679] By: jhi                                   on 2000/03/12  17:43:09
8665        Log: metaconfig-ify #5676.
8666     Branch: cfgperl
8667	   ! Configure config_h.SH
8668     Branch: metaconfig/U/perl
8669	   ! fflushall.U
8670____________________________________________________________________________
8671[  5678] By: jhi                                   on 2000/03/12  17:37:14
8672        Log: Integrate with Sarathy.
8673     Branch: cfgperl
8674	  !> Changes Configure Todo lib/File/DosGlob.pm
8675____________________________________________________________________________
8676[  5677] By: gsar                                  on 2000/03/12  11:35:10
8677        Log: integrate cfgperl changes into mainline
8678     Branch: perl
8679	   ! Changes Todo
8680	  !> Todo-5.6 perl.h pod/perldelta.pod
8681____________________________________________________________________________
8682[  5676] By: gsar                                  on 2000/03/12  11:27:38
8683        Log: don't bother testing if we can flush all handles when fflush(stdin)
8684             shows the pipe bug
8685     Branch: perl
8686	   ! Configure
8687____________________________________________________________________________
8688[  5675] By: jhi                                   on 2000/03/12  05:08:29
8689        Log: continue flogging the string->int conversion ifdefs
8690     Branch: cfgperl
8691	   ! perl.h
8692____________________________________________________________________________
8693[  5674] By: gsar                                  on 2000/03/12  05:01:30
8694        Log: fix File::DosGlob for patterns with drive names like c:*.bat
8695             (suggested by Jason Mathews <mathews@computer.org>)
8696     Branch: perl
8697	   ! lib/File/DosGlob.pm
8698____________________________________________________________________________
8699[  5673] By: jhi                                   on 2000/03/12  04:48:14
8700        Log: Integrate with Sarathy.
8701     Branch: cfgperl
8702	  !> doop.c perl.h pod/perldelta.pod pod/perldiag.pod
8703	  !> pod/perlpod.pod toke.c utils/perldoc.PL
8704____________________________________________________________________________
8705[  5672] By: gsar                                  on 2000/03/12  03:57:23
8706        Log: security fixes for perldoc (from Tom Christiansen)
8707     Branch: perl
8708	   ! utils/perldoc.PL
8709____________________________________________________________________________
8710[  5671] By: gsar                                  on 2000/03/12  03:45:27
8711        Log: Larry's patch to disallow CORE::Snark, with perldiag entry
8712     Branch: perl
8713	   ! pod/perldelta.pod pod/perldiag.pod toke.c
8714____________________________________________________________________________
8715[  5670] By: gsar                                  on 2000/03/12  03:36:17
8716        Log: insufficient buffer in change#5317
8717     Branch: perl
8718	   ! doop.c
8719____________________________________________________________________________
8720[  5669] By: gsar                                  on 2000/03/12  03:15:29
8721        Log: avoid L<foo|bar> for now, not all the pod2foo support it
8722     Branch: perl
8723	   ! pod/perlpod.pod
8724____________________________________________________________________________
8725[  5668] By: gsar                                  on 2000/03/12  02:35:55
8726        Log: rework change#5664
8727     Branch: perl
8728	   ! perl.h
8729____________________________________________________________________________
8730[  5667] By: jhi                                   on 2000/03/11  21:35:29
8731        Log: todo and perldelta updates
8732     Branch: cfgperl
8733	   ! Todo Todo-5.6 pod/perldelta.pod
8734____________________________________________________________________________
8735[  5666] By: jhi                                   on 2000/03/11  21:00:34
8736        Log: Integrate with Sarathy.
8737     Branch: cfgperl
8738	  !> perl.h
8739____________________________________________________________________________
8740[  5665] By: jhi                                   on 2000/03/11  20:58:58
8741        Log: Fixes for #5661.
8742     Branch: cfgperl
8743	   ! perl.h
8744____________________________________________________________________________
8745[  5664] By: gsar                                  on 2000/03/11  19:50:06
8746        Log: fix Strtoul() misdefinition is change#5661
8747     Branch: perl
8748	   ! perl.h
8749____________________________________________________________________________
8750[  5663] By: gsar                                  on 2000/03/11  19:21:18
8751        Log: integrate cfgperl contents into mainline
8752     Branch: perl
8753	  !> Configure config_h.SH hints/solaris_2.sh perl.h
8754	  !> t/pragma/warn/pp_hot toke.c
8755____________________________________________________________________________
8756[  5662] By: jhi                                   on 2000/03/11  19:06:20
8757        Log: Integrate with Sarathy.
8758     Branch: cfgperl
8759	  !> cop.h perl.c pp_ctl.c t/op/eval.t t/op/misc.t
8760____________________________________________________________________________
8761[  5661] By: jhi                                   on 2000/03/11  19:03:32
8762        Log: Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()
8763             (introduce the latter) instead of bare strtoll()/strtoll().
8764     Branch: cfgperl
8765	   ! perl.h toke.c
8766____________________________________________________________________________
8767[  5660] By: gsar                                  on 2000/03/11  18:40:49
8768        Log: another long-standing eval bug: return doesn't reset $@ correctly
8769     Branch: perl
8770	   ! pp_ctl.c t/op/eval.t
8771____________________________________________________________________________
8772[  5659] By: jhi                                   on 2000/03/11  18:27:54
8773        Log: metaconfig-ify the test for broken fflush(NULL)
8774             (which ails e.g. Solaris), from Ulrich Pfeifer.
8775     Branch: cfgperl
8776	   ! Configure config_h.SH hints/solaris_2.sh
8777     Branch: metaconfig/U/perl
8778	   ! d_unorderedl.U fflushall.U
8779____________________________________________________________________________
8780[  5658] By: gsar                                  on 2000/03/11  18:11:22
8781        Log: change#3511 was not defensive enough about try blocks, causing
8782             bogus attempts to free closures, and thence, segfaults
8783     Branch: perl
8784	   ! cop.h perl.c pp_ctl.c t/op/misc.t
8785____________________________________________________________________________
8786[  5657] By: jhi                                   on 2000/03/11  18:04:44
8787        Log: Rewording.
8788     Branch: cfgperl
8789	   ! t/pragma/warn/pp_hot
8790____________________________________________________________________________
8791[  5656] By: jhi                                   on 2000/03/11  17:41:29
8792        Log: Integrate with Sarathy.
8793     Branch: cfgperl
8794	  !> (integrate 27 files)
8795____________________________________________________________________________
8796[  5655] By: gsar                                  on 2000/03/11  17:06:03
8797        Log: reword comment
8798     Branch: perl
8799	   ! t/pragma/warn/pp_hot
8800____________________________________________________________________________
8801[  5654] By: gsar                                  on 2000/03/11  17:01:47
8802        Log: off-by-one in os2.c (from Ilya Zakharevich)
8803     Branch: perl
8804	   ! os2/os2.c
8805____________________________________________________________________________
8806[  5653] By: gsar                                  on 2000/03/11  16:59:48
8807        Log: File::Spec::VMS fixups, *not tested* on VMS (from Barrie Slaymaker)
8808     Branch: perl
8809	   ! lib/File/Spec/VMS.pm t/lib/filespec.t
8810____________________________________________________________________________
8811[  5652] By: gsar                                  on 2000/03/11  16:52:03
8812        Log: missing export list entry in change#5619
8813     Branch: perl
8814	   ! makedef.pl
8815____________________________________________________________________________
8816[  5651] By: gsar                                  on 2000/03/11  16:50:05
8817        Log: avoid using context pointer in MUTEX_INIT() et al; remove the
8818             *_NOCONTEXT variants to keep it simple
8819     Branch: perl
8820	   ! malloc.c thread.h win32/win32thread.h
8821____________________________________________________________________________
8822[  5650] By: gsar                                  on 2000/03/11  16:07:35
8823        Log: remove =for section (from Johan Vromans)
8824     Branch: perl
8825	   ! lib/Getopt/Long.pm
8826____________________________________________________________________________
8827[  5649] By: gsar                                  on 2000/03/11  16:05:50
8828        Log: add nokfile target in Makefile (from Andy Dougherty)
8829     Branch: perl
8830	   ! Makefile.SH
8831____________________________________________________________________________
8832[  5648] By: gsar                                  on 2000/03/11  16:02:53
8833        Log: mention podchecker (from Tim Jenness <timj@jach.hawaii.edu>)
8834     Branch: perl
8835	   ! pod/perlpod.pod
8836____________________________________________________________________________
8837[  5647] By: gsar                                  on 2000/03/11  16:01:03
8838        Log: VMS build tweaks (from Charles Bailey)
8839     Branch: perl
8840	   ! configure.com perl.c t/pragma/warn/doio t/pragma/warn/util
8841	   ! vms/subconfigure.com
8842____________________________________________________________________________
8843[  5646] By: gsar                                  on 2000/03/11  10:13:27
8844        Log: remove outdated ftp.cis.ufl.edu reference
8845     Branch: perl
8846	   ! pod/perlfaq2.pod
8847____________________________________________________________________________
8848[  5645] By: gsar                                  on 2000/03/11  10:10:39
8849        Log: failed hunk in change#5644
8850     Branch: perl
8851	   ! t/op/pat.t
8852____________________________________________________________________________
8853[  5644] By: gsar                                  on 2000/03/11  10:08:47
8854        Log: fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
8855     Branch: perl
8856	   ! regcomp.c t/op/pat.t
8857____________________________________________________________________________
8858[  5643] By: gsar                                  on 2000/03/11  09:48:30
8859        Log: better {local,gm}time documentation (from Mark-Jason Dominus)
8860     Branch: perl
8861	   ! pod/perlfunc.pod
8862____________________________________________________________________________
8863[  5642] By: gsar                                  on 2000/03/11  09:45:10
8864        Log: tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>)
8865     Branch: perl
8866	   ! doio.c hints/lynxos.sh perl.h
8867____________________________________________________________________________
8868[  5641] By: gsar                                  on 2000/03/11  09:42:56
8869        Log: integrate cfgperl contents into mainline
8870     Branch: perl
8871	  !> Configure Todo-5.6 config_h.SH hints/irix_6.sh
8872	  !> lib/Math/Complex.pm regcomp.c t/op/64bit.t
8873____________________________________________________________________________
8874[  5640] By: gsar                                  on 2000/03/11  09:24:30
8875        Log: perldelta update, typos and whitespace adjustments
8876     Branch: perl
8877	   ! lib/open.pm miniperlmain.c pod/perldelta.pod win32/perllib.c
8878____________________________________________________________________________
8879[  5639] By: jhi                                   on 2000/03/11  00:51:48
8880        Log: Integrate with Sarathy.
8881     Branch: cfgperl
8882	  !> (integrate 44 files)
8883____________________________________________________________________________
8884[  5638] By: jhi                                   on 2000/03/11  00:45:46
8885        Log: Cpp out deadcode that IRIX compiler noticed.
8886     Branch: cfgperl
8887	   ! regcomp.c
8888____________________________________________________________________________
8889[  5637] By: jhi                                   on 2000/03/10  14:22:24
8890        Log: Do not use Perl's malloc in IRIX.
8891     Branch: cfgperl
8892	   ! hints/irix_6.sh
8893____________________________________________________________________________
8894[  5636] By: jhi                                   on 2000/03/10  05:27:03
8895        Log: More/modified unused floating point units.
8896     Branch: metaconfig/U/perl
8897	   + d_fp_class_l.U d_unordered.U d_unorderedl.U
8898	   ! d_fpclass.U
8899____________________________________________________________________________
8900[  5635] By: jhi                                   on 2000/03/10  01:54:07
8901        Log: Add various yet-unused units.
8902     Branch: metaconfig/U/perl
8903	   + d_class.U d_fchdir.U d_finite.U d_fp_class.U d_fp_classl.U
8904	   + d_fpclass.U d_fpclassify.U d_frexpl.U d_futimes.U
8905	   + d_getitimer.U d_getrlimit.U d_iconv.U d_isfinite.U d_isinf.U
8906	   + d_isnan.U d_isnanl.U d_lchmod.U d_lutimes.U d_setitimer.U
8907	   + d_setrlimit.U d_ualarm.U d_utimes.U
8908____________________________________________________________________________
8909[  5634] By: jhi                                   on 2000/03/10  01:07:54
8910        Log: Fix goofups noticed by Mark Bixby and Jeff Okamoto.
8911     Branch: cfgperl
8912	   ! Configure config_h.SH
8913     Branch: metaconfig
8914	   ! U/compline/nblock_io.U
8915     Branch: metaconfig/U/perl
8916	   ! use64bits.U
8917____________________________________________________________________________
8918[  5633] By: jhi                                   on 2000/03/09  23:22:33
8919        Log: Remove an obsolete note.
8920     Branch: cfgperl
8921	   ! t/op/64bit.t
8922____________________________________________________________________________
8923[  5632] By: gsar                                  on 2000/03/09  18:50:43
8924        Log: update Changes
8925     Branch: perl
8926	   ! Changes
8927____________________________________________________________________________
8928[  5631] By: gsar                                  on 2000/03/09  18:49:12
8929        Log: track more of the child state on Windows
8930     Branch: perl
8931	   ! win32/win32.c win32/win32.h
8932____________________________________________________________________________
8933[  5630] By: gsar                                  on 2000/03/09  18:48:05
8934        Log: UNIVERSAL::isa() and UNIVERSAL::can() fail for magic values
8935     Branch: perl
8936	   ! universal.c
8937____________________________________________________________________________
8938[  5629] By: gsar                                  on 2000/03/09  18:37:35
8939        Log: tweak Unicode notes, other cleanups
8940     Branch: perl
8941	   ! Changes lib/bytes.pm lib/utf8.pm pod/perldelta.pod
8942	   ! pod/perlhist.pod pod/perlunicode.pod
8943____________________________________________________________________________
8944[  5628] By: gsar                                  on 2000/03/09  17:39:58
8945        Log: support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"
8946             semantics; the pragma sets defaults for both open() and qx//
8947     Branch: perl
8948	   ! doio.c dosish.h embed.h embed.pl epoc/epocish.h lib/open.pm
8949	   ! mpeix/mpeixish.h op.c op.h opcode.h opcode.pl os2/os2ish.h
8950	   ! perl.h perlapi.c plan9/plan9ish.h pod/perlfunc.pod pp.sym
8951	   ! pp_proto.h pp_sys.c proto.h sv.h vms/vmsish.h vos/vosish.h
8952____________________________________________________________________________
8953[  5627] By: gsar                                  on 2000/03/09  12:54:08
8954        Log: avoid autoflushing behavior of fork/system/exec on Solaris (thanks
8955             to fflush(NULL) bug)
8956     Branch: perl
8957	   ! hints/solaris_2.sh pod/perldelta.pod
8958____________________________________________________________________________
8959[  5626] By: gsar                                  on 2000/03/09  11:34:51
8960        Log: abort build on HP-UX if bundled non-ANSI compiler is detected
8961             (from Dominic Dunlop <domo@computer.org>)
8962     Branch: perl
8963	   ! hints/hpux.sh
8964____________________________________________________________________________
8965[  5625] By: gsar                                  on 2000/03/09  11:17:07
8966        Log: patch from Larry to make -T filetest algorithm recognize utf8 as
8967             "text"
8968     Branch: perl
8969	   ! pp_sys.c
8970____________________________________________________________________________
8971[  5624] By: gsar                                  on 2000/03/09  11:11:59
8972        Log: provide support for deleting actions etc. (from Ronald J Kimball
8973             <rjk@linguist.dartmouth.edu>)
8974     Branch: perl
8975	   ! lib/perl5db.pl pod/perldebug.pod
8976____________________________________________________________________________
8977[  5623] By: gsar                                  on 2000/03/09  06:39:21
8978        Log: new xsubpp keywords should be in all caps
8979     Branch: perl
8980	   ! lib/ExtUtils/xsubpp
8981____________________________________________________________________________
8982[  5622] By: gsar                                  on 2000/03/09  06:26:04
8983        Log: demand-load utf8.pm in swash routines
8984     Branch: perl
8985	   ! op.c utf8.c
8986____________________________________________________________________________
8987[  5621] By: gsar                                  on 2000/03/08  19:27:02
8988        Log: make Dump() call the XSUB implementation transparently (modified
8989             version of patch suggested by David Boyce <dsb@world.std.com>)
8990     Branch: perl
8991	   ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8992	   ! pod/perldelta.pod
8993____________________________________________________________________________
8994[  5620] By: gsar                                  on 2000/03/08  18:35:48
8995        Log: do FILE should not see outside lexicals (from Rick Delaney
8996             <rick@consumercontact.com>)
8997     Branch: perl
8998	   ! op.c pp_ctl.c t/comp/require.t
8999____________________________________________________________________________
9000[  5619] By: gsar                                  on 2000/03/08  18:04:45
9001        Log: abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()
9002             API function
9003     Branch: perl
9004	   ! doio.c embed.h embed.pl global.sym objXSUB.h op.c op.h
9005	   ! perlapi.c pp_sys.c proto.h
9006____________________________________________________________________________
9007[  5618] By: jhi                                   on 2000/03/08  18:03:30
9008        Log: Integrate with Sarathy.
9009     Branch: cfgperl
9010	  +> lib/Pod/Plainer.pm
9011	  !> Changes MANIFEST dosish.h embedvar.h lib/Pod/InputObjects.pm
9012	  !> lib/Pod/Parser.pm makedef.pl op.c op.h perl.c perlapi.h
9013	  !> perlvars.h pod/perlop.pod pod/pod2latex.PL sv.c unixish.h
9014	  !> vms/vmsish.h
9015____________________________________________________________________________
9016[  5617] By: jhi                                   on 2000/03/08  15:44:05
9017        Log: ICU todo fixes.
9018     Branch: cfgperl
9019	   ! Todo-5.6
9020____________________________________________________________________________
9021[  5616] By: jhi                                   on 2000/03/08  14:30:40
9022        Log: Even more Todo.
9023     Branch: cfgperl
9024	   ! Todo-5.6
9025____________________________________________________________________________
9026[  5615] By: jhi                                   on 2000/03/08  14:13:45
9027        Log: More Todo.
9028     Branch: cfgperl
9029	   ! Todo-5.6
9030____________________________________________________________________________
9031[  5614] By: jhi                                   on 2000/03/08  13:50:53
9032        Log: wording changes
9033     Branch: cfgperl
9034	   ! lib/Math/Complex.pm
9035____________________________________________________________________________
9036[  5613] By: gsar                                  on 2000/03/08  12:51:35
9037        Log: clarify docs on return value from binding operators
9038     Branch: perl
9039	   ! pod/perlop.pod
9040____________________________________________________________________________
9041[  5612] By: gsar                                  on 2000/03/08  12:41:38
9042        Log: shore up pod2latex shortcomings, and a Pod::Parser fix (from
9043             Robin Barker)
9044     Branch: perl
9045	   + lib/Pod/Plainer.pm
9046	   ! MANIFEST lib/Pod/Parser.pm pod/pod2latex.PL
9047____________________________________________________________________________
9048[  5611] By: gsar                                  on 2000/03/08  12:22:59
9049        Log: integrate cfgperl changes into mainline
9050     Branch: perl
9051	   ! Changes
9052	  !> installperl lib/Math/Complex.pm pod/perldelta.pod
9053	  !> t/lib/complex.t vms/vmsish.h
9054____________________________________________________________________________
9055[  5610] By: gsar                                  on 2000/03/08  12:08:17
9056        Log: add missing locks for op refcounts
9057     Branch: perl
9058	   ! dosish.h embedvar.h makedef.pl op.c op.h perl.c perlapi.h
9059	   ! perlvars.h sv.c unixish.h vms/vmsish.h
9060____________________________________________________________________________
9061[  5609] By: gsar                                  on 2000/03/08  11:30:32
9062        Log: Pod::InputObjects tweak (from Brad Appleton)
9063     Branch: perl
9064	   ! lib/Pod/InputObjects.pm
9065____________________________________________________________________________
9066[  5608] By: jhi                                   on 2000/03/08  05:08:59
9067        Log: Integrate with Sarathy.
9068     Branch: cfgperl
9069	  !> (integrate 27 files)
9070____________________________________________________________________________
9071[  5607] By: jhi                                   on 2000/03/08  05:07:06
9072        Log: Make the stringification more customizable.
9073             A potentially backward incompatible change.
9074             Based on a suggestion by Roman Kosenko <ra@amk.al.lg.ua>.
9075     Branch: cfgperl
9076	   ! lib/Math/Complex.pm pod/perldelta.pod t/lib/complex.t
9077____________________________________________________________________________
9078[  5606] By: jhi                                   on 2000/03/08  00:49:14
9079        Log: s/lfs/largefiles/
9080     Branch: metaconfig
9081	   ! U/mksample
9082____________________________________________________________________________
9083[  5605] By: gsar                                  on 2000/03/07  23:37:48
9084        Log: VMS build patch (from Peter Prymmer)
9085     Branch: perl
9086	   ! configure.com installhtml lib/lib.pm vms/descrip_mms.template
9087	   ! vms/subconfigure.com vms/vms.c
9088____________________________________________________________________________
9089[  5604] By: gsar                                  on 2000/03/07  23:25:46
9090        Log: CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)
9091     Branch: perl
9092	   ! perl.c
9093____________________________________________________________________________
9094[  5603] By: gsar                                  on 2000/03/07  23:05:16
9095        Log: type mismatch
9096     Branch: perl
9097	   ! sv.c
9098____________________________________________________________________________
9099[  5602] By: gsar                                  on 2000/03/07  22:40:55
9100        Log: add note to INSTALL about C++ compilers (from M J T Guy)
9101     Branch: perl
9102	   ! INSTALL
9103____________________________________________________________________________
9104[  5601] By: gsar                                  on 2000/03/07  22:30:35
9105        Log: separate options to incpush() for adding version directories and
9106             architecture directories (from Andy Dougherty)
9107     Branch: perl
9108	   ! embed.h embed.pl perl.c proto.h t/lib/fatal.t
9109____________________________________________________________________________
9110[  5600] By: gsar                                  on 2000/03/07  20:18:54
9111        Log: support :void to enable croaking only in void context (from
9112             Simon Cozens <simon@othersideofthe.earth.li>)
9113     Branch: perl
9114	   ! lib/Fatal.pm t/lib/fatal.t
9115____________________________________________________________________________
9116[  5599] By: gsar                                  on 2000/03/07  18:35:21
9117        Log: Pod::Html tweak to avoid false falses
9118     Branch: perl
9119	   ! lib/Pod/Html.pm
9120____________________________________________________________________________
9121[  5598] By: gsar                                  on 2000/03/07  18:21:58
9122        Log: skip null siblings encountered by goto out of loopish block
9123             (from Doug Lankshear)
9124     Branch: perl
9125	   ! pp_ctl.c
9126____________________________________________________________________________
9127[  5597] By: gsar                                  on 2000/03/07  16:33:29
9128        Log: omit XSLoader from bytecode dumps
9129     Branch: perl
9130	   ! ext/B/B/Bytecode.pm ext/B/B/Stash.pm ext/B/B/Xref.pm
9131____________________________________________________________________________
9132[  5596] By: gsar                                  on 2000/03/07  10:58:17
9133        Log: avoid coredump on C<printf "%vd">
9134     Branch: perl
9135	   ! sv.c
9136____________________________________________________________________________
9137[  5595] By: gsar                                  on 2000/03/07  10:26:03
9138        Log: add missing HTML escapes that can be displayed in xterm (from
9139             Tim Jenness <timj@jach.hawaii.edu>)
9140     Branch: perl
9141	   ! lib/Pod/Text.pm
9142____________________________________________________________________________
9143[  5594] By: gsar                                  on 2000/03/07  10:24:55
9144        Log: Fatal.pm pod tweak (from Matt Sergeant <matt@sergeant.org>)
9145     Branch: perl
9146	   ! lib/Fatal.pm
9147____________________________________________________________________________
9148[  5593] By: gsar                                  on 2000/03/07  09:57:24
9149        Log: get ByteLoader working again
9150     Branch: perl
9151	   ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
9152	   ! ext/B/B/C.pm ext/ByteLoader/bytecode.h
9153	   ! ext/ByteLoader/byterun.c
9154____________________________________________________________________________
9155[  5592] By: gsar                                  on 2000/03/07  05:14:49
9156        Log: typo in makedef.pl
9157     Branch: perl
9158	   ! lib/File/Path.pm makedef.pl
9159____________________________________________________________________________
9160[  5591] By: jhi                                   on 2000/03/06  22:56:24
9161        Log: Integrate with Sarathy.
9162     Branch: cfgperl
9163	  !> Changes ext/File/Glob/Glob.xs lib/Pod/Html.pm
9164____________________________________________________________________________
9165[  5590] By: gsar                                  on 2000/03/06  22:32:44
9166        Log: fix incorrect prototypes in File::Glob
9167     Branch: perl
9168	   ! ext/File/Glob/Glob.xs
9169____________________________________________________________________________
9170[  5589] By: gsar                                  on 2000/03/06  22:07:38
9171        Log: update Changes
9172     Branch: perl
9173	   ! Changes
9174____________________________________________________________________________
9175[  5588] By: jhi                                   on 2000/03/06  21:46:18
9176        Log: From: "Craig A. Berry" <craig.berry@metamorgs.com>
9177             To: vmsperl@perl.org, perl5-porters@perl.org
9178             Cc: jhi@iki.fi, Charles Bailey <BAILEY@newman.upenn.edu>, gsar@activestate.com
9179             Subject: [PATCH 5.5.670] circumvent VMS fileno bug in old DEC C version
9180             Date: Mon, 06 Mar 2000 15:36:13 -0600
9181             Message-Id: <4.2.2.20000306153539.00ca6420@exchi01.midwest.metamorgs.com>
9182     Branch: cfgperl
9183	   ! vms/vmsish.h
9184____________________________________________________________________________
9185[  5587] By: jhi                                   on 2000/03/06  21:23:27
9186        Log: Use $^O.
9187     Branch: cfgperl
9188	   ! installperl
9189____________________________________________________________________________
9190[  5586] By: jhi                                   on 2000/03/06  21:19:15
9191        Log: Undo drift from the mainline.
9192     Branch: cfgperl
9193	  !> (integrate 1607 files)
9194____________________________________________________________________________
9195[  5585] By: gsar                                  on 2000/03/06  20:23:37
9196        Log: change#5513 accidentally undid change#5373, put it back
9197     Branch: perl
9198	   ! lib/Pod/Html.pm
9199____________________________________________________________________________
9200[  5584] By: jhi                                   on 2000/03/06  17:30:48
9201        Log: Integrate with Sarathy.
9202     Branch: cfgperl
9203	  !> lib/File/Path.pm lib/Getopt/Long.pm lib/IPC/Open2.pm
9204	  !> lib/Pod/Man.pm makedef.pl toke.c vms/subconfigure.com
9205____________________________________________________________________________
9206[  5583] By: gsar                                  on 2000/03/06  17:02:52
9207        Log: makedef.pl typos
9208     Branch: perl
9209	   ! makedef.pl
9210____________________________________________________________________________
9211[  5582] By: gsar                                  on 2000/03/06  15:24:14
9212        Log: Pod::Man bugfixes (from Russ Allbery)
9213     Branch: perl
9214	   ! lib/Pod/Man.pm
9215____________________________________________________________________________
9216[  5581] By: gsar                                  on 2000/03/06  15:17:08
9217        Log: File::Path::rmtree() doesn't delete stale symlinks correctly
9218     Branch: perl
9219	   ! lib/File/Path.pm
9220____________________________________________________________________________
9221[  5580] By: gsar                                  on 2000/03/06  14:55:57
9222        Log: pod nits
9223     Branch: perl
9224	   ! lib/Getopt/Long.pm lib/IPC/Open2.pm
9225____________________________________________________________________________
9226[  5579] By: gsar                                  on 2000/03/06  14:55:08
9227        Log: 64-bit build fix on VMS (from Dan Sugalski)
9228     Branch: perl
9229	   ! toke.c vms/subconfigure.com
9230____________________________________________________________________________
9231[  5578] By: jhi                                   on 2000/03/06  14:37:46
9232        Log: Integrate with Sarathy.
9233     Branch: cfgperl
9234	  !> README.win32 configure.com iperlsys.h lib/File/Spec/VMS.pm
9235	  !> lib/IPC/Open2.pm lib/IPC/Open3.pm perl.c t/lib/filefind.t
9236	  !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
9237	  !> vms/test.com vms/vms.c win32/config.bc win32/config.gc
9238	  !> win32/config.vc win32/config_H.bc win32/config_H.gc
9239	  !> win32/config_H.vc win32/config_h.PL win32/perlhost.h
9240	  !> win32/win32.c win32/win32.h
9241____________________________________________________________________________
9242[  5577] By: gsar                                  on 2000/03/06  07:26:18
9243        Log: skip tests that need VMS::Filespec on other platforms
9244     Branch: perl
9245	   ! t/lib/filespec.t
9246____________________________________________________________________________
9247[  5576] By: gsar                                  on 2000/03/06  07:11:21
9248        Log: integrate vmsperl contents into mainline
9249     Branch: perl
9250	  !> configure.com lib/File/Spec/VMS.pm t/lib/filefind.t
9251	  !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
9252	  !> vms/test.com vms/vms.c
9253____________________________________________________________________________
9254[  5575] By: gsar                                  on 2000/03/06  07:05:34
9255        Log: support for autovivified handles (from Tom Christiansen)
9256     Branch: perl
9257	   ! lib/IPC/Open2.pm lib/IPC/Open3.pm
9258____________________________________________________________________________
9259[  5574] By: gsar                                  on 2000/03/06  06:31:55
9260        Log: vendorlib support for Windows; regen win32/config*
9261     Branch: perl
9262	   ! README.win32 iperlsys.h perl.c win32/config.bc win32/config.gc
9263	   ! win32/config.vc win32/config_H.bc win32/config_H.gc
9264	   ! win32/config_H.vc win32/config_h.PL win32/perlhost.h
9265	   ! win32/win32.c win32/win32.h
9266____________________________________________________________________________
9267[  5573] By: bailey                                on 2000/03/06  05:23:23
9268        Log: Skip openpid.t while VMS subprocess intercommunication in flux (several vmsperlers)
9269     Branch: vmsperl
9270	   ! vms/test.com
9271____________________________________________________________________________
9272[  5572] By: gsar                                  on 2000/03/06  05:21:26
9273        Log: the incpush()es weren't all quite right on Windows in change#5559
9274     Branch: perl
9275	   ! perl.c
9276____________________________________________________________________________
9277[  5571] By: bailey                                on 2000/03/06  05:18:59
9278        Log: Fix ricochet in File::Spec::VMS
9279             Fix eval error in filespec.t
9280             Misc. minor fixes in filespec.t
9281     Branch: vmsperl
9282	   ! lib/File/Spec/VMS.pm t/lib/filespec.t
9283____________________________________________________________________________
9284[  5570] By: gsar                                  on 2000/03/06  05:00:44
9285        Log: integrate cfgperl changes into mainline
9286     Branch: perl
9287	  !> Configure Makefile.SH Porting/Glossary Porting/config.sh
9288	  !> Porting/config_H config_h.SH epoc/config.sh
9289	  !> ext/DynaLoader/DynaLoader_pm.PL hints/aix.sh patchlevel.h
9290	  !> perl.c perl.h toke.c vos/config.def vos/config.h
9291	  !> vos/config_h.SH_orig
9292____________________________________________________________________________
9293[  5569] By: jhi                                   on 2000/03/06  04:51:39
9294        Log: Integrate with Sarathy.
9295     Branch: cfgperl
9296	  !> installperl pp.c
9297____________________________________________________________________________
9298[  5568] By: gsar                                  on 2000/03/06  04:48:17
9299        Log: installperl wasn't putting extensions with two or more
9300             nested package names in the archlib
9301     Branch: perl
9302	   ! installperl
9303____________________________________________________________________________
9304[  5567] By: bailey                                on 2000/03/06  03:43:36
9305        Log: Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski)
9306     Branch: vmsperl
9307	   ! configure.com vms/subconfigure.com
9308____________________________________________________________________________
9309[  5566] By: bailey                                on 2000/03/06  03:40:14
9310        Log: Change $Config{'extensions'} to look Unixy (Charles Lane)
9311             FIx logic error in glob-basic.t (Charles Lane)
9312     Branch: vmsperl
9313	   ! configure.com vms/subconfigure.com
9314____________________________________________________________________________
9315[  5565] By: bailey                                on 2000/03/06  03:37:46
9316        Log: Remove trailing . from typeless files (Charles Lane)
9317     Branch: vmsperl
9318	   ! t/lib/filefind.t
9319____________________________________________________________________________
9320[  5564] By: bailey                                on 2000/03/06  03:36:26
9321        Log: Resync with mainline, update test in vmsfspec.t
9322     Branch: vmsperl
9323	  +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
9324	   ! vms/ext/filespec.t
9325	  !> (integrate 171 files)
9326____________________________________________________________________________
9327[  5563] By: gsar                                  on 2000/03/06  03:29:11
9328        Log: avoid warning
9329     Branch: perl
9330	   ! pp.c
9331____________________________________________________________________________
9332[  5562] By: bailey                                on 2000/03/06  02:48:17
9333        Log: Downcase function call to hush picky cc
9334     Branch: vmsperl
9335	   ! vms/vms.c
9336____________________________________________________________________________
9337[  5561] By: jhi                                   on 2000/03/06  00:23:22
9338        Log: VOS patch from Paul Green.  Note that the vos/config_h.SH_orig
9339             is not exactly identical to the current config_h.SH because
9340             Paul needs better $sitearch control.
9341     Branch: cfgperl
9342	   ! vos/config.def vos/config.h vos/config_h.SH_orig
9343____________________________________________________________________________
9344[  5560] By: jhi                                   on 2000/03/05  23:26:41
9345        Log: Avoid wiping out @dl_{librefs,modules} when XSLoader
9346             falls back to DynaLoader.
9347
9348             From: Doug MacEachern <dougm@pobox.com>
9349             To: perl5-porters@perl.org
9350             Subject: [PATCH v5.5.670] maintain DynaLoader::dl_{librefs,modules}
9351             Date: Sun, 5 Mar 2000 15:19:01 -0800 (PST)
9352             Message-ID: <Pine.LNX.4.10.10003051509460.16885-100000@mojo.covalent.net>
9353     Branch: cfgperl
9354	   ! ext/DynaLoader/DynaLoader_pm.PL
9355____________________________________________________________________________
9356[  5559] By: jhi                                   on 2000/03/05  22:05:54
9357        Log: sitelib_stem and vendorlib_stem patches from Andy;
9358             problem reported in
9359             From: schwern@athens.arena-i.com (Michael G Schwern)
9360             To: perl5-porters@perl.org
9361             Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack.
9362             Date: Sun,  5 Mar 2000 06:31:29 -0500 (EST)
9363             Message-Id: <20000305113129.80DC23820@athens.arena-i.com>
9364     Branch: cfgperl
9365	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9366	   ! config_h.SH epoc/config.sh patchlevel.h perl.c perl.h
9367	   ! vos/config.def vos/config.h vos/config_h.SH_orig
9368     Branch: metaconfig
9369	   ! U/installdirs/instubperl.U U/installdirs/sitelib.U
9370	   ! U/installdirs/vendorlib.U
9371____________________________________________________________________________
9372[  5558] By: jhi                                   on 2000/03/05  21:18:59
9373        Log: Integrate with Sarathy.
9374     Branch: cfgperl
9375	  !> hints/linux.sh lib/Getopt/Long.pm
9376____________________________________________________________________________
9377[  5557] By: gsar                                  on 2000/03/05  20:35:13
9378        Log: Getopt-Long v2.21 update (from Johan Vromans)
9379     Branch: perl
9380	   ! lib/Getopt/Long.pm
9381____________________________________________________________________________
9382[  5556] By: gsar                                  on 2000/03/05  20:26:57
9383        Log: Linux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
9384             (from Matthias Urlichs <smurf@noris.net>)
9385     Branch: perl
9386	   ! hints/linux.sh
9387____________________________________________________________________________
9388[  5555] By: jhi                                   on 2000/03/05  20:15:34
9389        Log: Integrate with Sarathy.
9390     Branch: cfgperl
9391	  +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
9392	  !> MANIFEST lib/Pod/InputObjects.pm opcode.h opcode.pl
9393	  !> pod/perldelta.pod pod/perlfunc.pod pp.c pp_sys.c
9394	  !> t/comp/proto.t toke.c utils/perlbug.PL
9395____________________________________________________________________________
9396[  5554] By: gsar                                  on 2000/03/05  20:02:17
9397        Log: prototype changes for eventually supporting C<binmode(F, ":raw")>
9398             and C<open F, "-|", 'cat', '-v'>
9399     Branch: perl
9400	   ! opcode.h opcode.pl pod/perlfunc.pod pp.c pp_sys.c
9401	   ! t/comp/proto.t toke.c
9402____________________________________________________________________________
9403[  5553] By: jhi                                   on 2000/03/05  19:55:02
9404        Log: AIX gcvt() cannot format long doubles very well.
9405     Branch: cfgperl
9406	   ! hints/aix.sh
9407____________________________________________________________________________
9408[  5552] By: jhi                                   on 2000/03/05  18:44:37
9409        Log: the monster cpp expression needs to be on one line to
9410             appease makedepend
9411     Branch: cfgperl
9412	   ! toke.c
9413____________________________________________________________________________
9414[  5551] By: jhi                                   on 2000/03/05  18:24:32
9415        Log: IRIX cpp is fussy.
9416     Branch: cfgperl
9417	   ! toke.c
9418____________________________________________________________________________
9419[  5550] By: gsar                                  on 2000/03/05  17:46:18
9420        Log: perlbug tweak to grok local_patches better
9421     Branch: perl
9422	   ! utils/perlbug.PL
9423____________________________________________________________________________
9424[  5549] By: gsar                                  on 2000/03/05  17:33:10
9425        Log: add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
9426             in Pod::InputObjects (from Russ Allbery)
9427     Branch: perl
9428	   + lib/Term/ANSIColor.pm t/lib/ansicolor.t
9429	   ! MANIFEST lib/Pod/InputObjects.pm pod/perldelta.pod
9430____________________________________________________________________________
9431[  5548] By: jhi                                   on 2000/03/05  17:27:06
9432        Log: clean up the makedepend temp file
9433     Branch: cfgperl
9434	   ! Makefile.SH
9435____________________________________________________________________________
9436[  5547] By: jhi                                   on 2000/03/05  17:23:18
9437        Log: Integrate with Sarathy.
9438     Branch: cfgperl
9439	  !> perl.c
9440____________________________________________________________________________
9441[  5546] By: jhi                                   on 2000/03/05  17:16:12
9442        Log: Integrate with Sarathy.
9443     Branch: cfgperl
9444	  !> (integrate 47 files)
9445____________________________________________________________________________
9446[  5545] By: gsar                                  on 2000/03/05  17:13:48
9447        Log: strip last component of SITELIB_EXP only if it looks like a
9448             number
9449     Branch: perl
9450	   ! perl.c
9451____________________________________________________________________________
9452[  5544] By: jhi                                   on 2000/03/05  17:12:42
9453        Log: s/Perl/PeRl/; # yeah
9454     Branch: cfgperl
9455	   ! Configure config_h.SH
9456     Branch: metaconfig
9457	   ! U/modified/cpp_stuff.U
9458____________________________________________________________________________
9459[  5543] By: gsar                                  on 2000/03/05  16:54:10
9460        Log: thinko in change#4546 that caused variables to lose their importedness
9461             (GvIMPORTED_XV_off should be !GvIMPORTED_XV)
9462     Branch: perl
9463	   ! sv.c t/pragma/strict-vars
9464____________________________________________________________________________
9465[  5542] By: gsar                                  on 2000/03/05  09:37:26
9466        Log: regen win32/config*, up version numbers &c.
9467     Branch: perl
9468	   ! patchlevel.h win32/Makefile win32/config.bc win32/config.gc
9469	   ! win32/config.vc win32/config_H.bc win32/config_H.gc
9470	   ! win32/config_H.vc win32/makefile.mk
9471____________________________________________________________________________
9472[  5541] By: gsar                                  on 2000/03/05  09:20:12
9473        Log: undo change#5506; add patch to make blank line warnings optional
9474             (from Brad Appleton)
9475     Branch: perl
9476	   ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/poderrs.xr
9477____________________________________________________________________________
9478[  5540] By: gsar                                  on 2000/03/05  09:04:52
9479        Log: fixes for most warnings identified by gcc -Wall
9480     Branch: perl
9481	   ! av.c cop.h deb.c doop.c dump.c embed.h embed.pl gv.c hv.c mg.c
9482	   ! miniperlmain.c objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c
9483	   ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c regexp.h run.c
9484	   ! scope.c sv.c sv.h toke.c universal.c util.c xsutils.c
9485____________________________________________________________________________
9486[  5539] By: gsar                                  on 2000/03/05  06:37:58
9487        Log: shup up warnings about dNOOP from gcc with __attribute__ ((unused))
9488             (from Doug MacEachern <dougm@pobox.com>)
9489     Branch: perl
9490	   ! patchlevel.h perl.h
9491____________________________________________________________________________
9492[  5538] By: gsar                                  on 2000/03/05  05:50:44
9493        Log: tyop
9494     Branch: perl
9495	   ! config_h.SH
9496____________________________________________________________________________
9497[  5537] By: gsar                                  on 2000/03/05  05:41:10
9498        Log: integrate cfgperl contents into mainline; add new tests from
9499             inc.t into 64bit.t
9500     Branch: perl
9501	   ! t/op/64bit.t
9502	  !> Configure config_h.SH hints/hpux.sh hints/sco.sh perl.h
9503	  !> pod/perl.pod toke.c
9504____________________________________________________________________________
9505[  5536] By: jhi                                   on 2000/03/05  05:37:22
9506        Log: dethinko
9507     Branch: cfgperl
9508	   ! toke.c
9509____________________________________________________________________________
9510[  5535] By: jhi                                   on 2000/03/05  05:14:40
9511        Log: Integrate with Sarathy.
9512     Branch: cfgperl
9513	  !> pp.c t/op/inc.t toke.c
9514____________________________________________________________________________
9515[  5534] By: gsar                                  on 2000/03/05  04:50:26
9516        Log: optimize change#5533 to stick to IVs if constant is <= IV_MAX,
9517             since runtime is highly optimized for IVs rather than UVs
9518     Branch: perl
9519	   ! toke.c
9520____________________________________________________________________________
9521[  5533] By: gsar                                  on 2000/03/05  04:30:02
9522        Log: scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
9523             end up being promoted to an NV)
9524     Branch: perl
9525	   ! pp.c t/op/inc.t toke.c
9526____________________________________________________________________________
9527[  5532] By: jhi                                   on 2000/03/05  01:11:37
9528        Log: more cpp cosmetics, logic cleanup
9529     Branch: cfgperl
9530	   ! toke.c
9531____________________________________________________________________________
9532[  5531] By: jhi                                   on 2000/03/05  00:51:20
9533        Log: Implement #5525 in metaconfig.
9534     Branch: cfgperl
9535	   ! Configure config_h.SH
9536     Branch: metaconfig
9537	   ! U/modified/cpp_stuff.U
9538____________________________________________________________________________
9539[  5530] By: jhi                                   on 2000/03/05  00:32:51
9540        Log: Integrate with Sarathy.
9541     Branch: cfgperl
9542	  !> config_h.SH doio.c lib/Cwd.pm lib/Pod/Html.pm lib/bytes.pm
9543	  !> lib/charnames.pm lib/filetest.pm lib/integer.pm lib/locale.pm
9544	  !> lib/overload.pm lib/utf8.pm os2/os2ish.h pod/perldebug.pod
9545	  !> t/lib/ipc_sysv.t t/pragma/warn/regcomp win32/config_H.bc
9546	  !> win32/config_H.gc win32/config_H.vc
9547____________________________________________________________________________
9548[  5529] By: jhi                                   on 2000/03/05  00:31:17
9549        Log: Sanity check on the strtoll and strtoull.
9550     Branch: cfgperl
9551	   ! Configure config_h.SH
9552     Branch: metaconfig/U/perl
9553	   ! d_strtoll.U d_strtoull.U
9554____________________________________________________________________________
9555[  5528] By: jhi                                   on 2000/03/05  00:07:21
9556        Log: Reformat the fearful cpp expression to be a little bit less fearful.
9557     Branch: cfgperl
9558	   ! toke.c
9559____________________________________________________________________________
9560[  5527] By: gsar                                  on 2000/03/04  21:55:03
9561        Log: make hints available via globals in the respective pragmas to
9562             avoid duplicating the constants everywhere
9563     Branch: perl
9564	   ! lib/bytes.pm lib/charnames.pm lib/filetest.pm lib/integer.pm
9565	   ! lib/locale.pm lib/overload.pm lib/utf8.pm
9566____________________________________________________________________________
9567[  5526] By: gsar                                  on 2000/03/04  20:39:36
9568        Log: remove deadcode
9569     Branch: perl
9570	   ! lib/Cwd.pm
9571____________________________________________________________________________
9572[  5525] By: gsar                                  on 2000/03/04  19:42:55
9573        Log: make CAT2() portable for use as a macro argument with an extra
9574             level of macros
9575     Branch: perl
9576	   ! config_h.SH
9577____________________________________________________________________________
9578[  5524] By: gsar                                  on 2000/03/04  19:02:27
9579        Log: avoid looking up stale PL_statbuf (spotted by Charles Lane
9580             <lane@DUPHY4.Physics.Drexel.Edu>)
9581     Branch: perl
9582	   ! doio.c
9583____________________________________________________________________________
9584[  5523] By: gsar                                  on 2000/03/04  18:59:03
9585        Log: pod tweak
9586     Branch: perl
9587	   ! pod/perldebug.pod
9588____________________________________________________________________________
9589[  5522] By: gsar                                  on 2000/03/04  17:46:58
9590        Log: regen win32/config_H*
9591     Branch: perl
9592	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9593____________________________________________________________________________
9594[  5521] By: jhi                                   on 2000/03/04  16:35:48
9595        Log: From: "Matthias Urlichs" <smurf@noris.net>
9596             To: perl5-porters@perl.org
9597             Subject: BUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floats
9598             Date:   Sat, 4 Mar 2000 12:48:42 +0100
9599             Message-ID: <20000304124841.A8090@noris.de>
9600     Branch: cfgperl
9601	   ! toke.c
9602____________________________________________________________________________
9603[  5520] By: jhi                                   on 2000/03/04  15:41:12
9604        Log: unthink wishful thinking
9605     Branch: cfgperl
9606	   ! pod/perl.pod
9607____________________________________________________________________________
9608[  5519] By: gsar                                  on 2000/03/04  06:42:47
9609        Log: fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)
9610     Branch: perl
9611	   ! os2/os2ish.h
9612____________________________________________________________________________
9613[  5518] By: gsar                                  on 2000/03/04  06:02:26
9614        Log: avoid "scalars leaked" message in test
9615     Branch: perl
9616	   ! t/pragma/warn/regcomp
9617____________________________________________________________________________
9618[  5517] By: jhi                                   on 2000/03/04  06:01:16
9619        Log: detypo
9620     Branch: cfgperl
9621	   ! pod/perl.pod
9622____________________________________________________________________________
9623[  5516] By: jhi                                   on 2000/03/04  05:59:21
9624        Log: cleanup AVAILABILITY and mention binaries
9625     Branch: cfgperl
9626	   ! pod/perl.pod
9627____________________________________________________________________________
9628[  5515] By: gsar                                  on 2000/03/04  05:55:02
9629        Log: syntax error in change#5498
9630     Branch: perl
9631	   ! t/lib/ipc_sysv.t
9632____________________________________________________________________________
9633[  5514] By: jhi                                   on 2000/03/04  05:50:56
9634        Log: assuming that removing the libbind will be a good idea
9635     Branch: cfgperl
9636	   ! hints/sco.sh
9637____________________________________________________________________________
9638[  5513] By: gsar                                  on 2000/03/04  05:50:15
9639        Log: Pod::Html fixups for nicer links to functions (from Wolfgang Laun
9640             <wolfgang.laun@chello.at>)
9641     Branch: perl
9642	   ! lib/Pod/Html.pm
9643____________________________________________________________________________
9644[  5512] By: jhi                                   on 2000/03/04  05:45:52
9645        Log: Integrate with Sarathy.
9646     Branch: cfgperl
9647	  !> (integrate 41 files)
9648____________________________________________________________________________
9649[  5511] By: jhi                                   on 2000/03/04  05:42:37
9650        Log: HP-UX 64-bitness cures
9651     Branch: cfgperl
9652	   ! hints/hpux.sh perl.h
9653____________________________________________________________________________
9654[  5510] By: gsar                                  on 2000/03/04  05:40:08
9655        Log: better error messages when xsubpp fails to find map for a particular
9656             type (from Ilya Zakharevich)
9657     Branch: perl
9658	   ! lib/ExtUtils/xsubpp
9659____________________________________________________________________________
9660[  5509] By: jhi                                   on 2000/03/04  05:33:27
9661        Log: scratch #5508
9662     Branch: cfgperl
9663	   ! perl.h
9664____________________________________________________________________________
9665[  5508] By: jhi                                   on 2000/03/04  05:31:19
9666        Log: In HP-UX there is a secret handshake to get strtoll and strtoull.
9667     Branch: cfgperl
9668	   ! perl.h
9669____________________________________________________________________________
9670[  5507] By: gsar                                  on 2000/03/04  04:27:51
9671        Log: more whitespace removal (from Michael G Schwern)
9672     Branch: perl
9673	   ! ext/Data/Dumper/Dumper.pm ext/Errno/Errno_pm.PL
9674	   ! ext/File/Glob/Glob.pm ext/IO/lib/IO/Select.pm
9675	   ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
9676	   ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm lib/CGI.pm
9677	   ! lib/CGI/Cookie.pm lib/CGI/Fast.pm lib/CGI/Push.pm
9678	   ! lib/Carp/Heavy.pm lib/DB.pm lib/Exporter/Heavy.pm
9679	   ! lib/File/DosGlob.pm lib/File/Find.pm lib/Getopt/Long.pm
9680	   ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/netent.pm
9681	   ! lib/SelfLoader.pm lib/Tie/Array.pm lib/Tie/Handle.pm
9682	   ! lib/Tie/Scalar.pm lib/Time/Local.pm lib/filetest.pm
9683	   ! lib/overload.pm x2p/s2p.PL
9684____________________________________________________________________________
9685[  5506] By: gsar                                  on 2000/03/04  04:12:06
9686        Log: temporarily disable blank line warning from Pod::Parser until
9687             it can be made optional
9688     Branch: perl
9689	   ! lib/Pod/Parser.pm t/pod/poderrs.xr
9690____________________________________________________________________________
9691[  5505] By: gsar                                  on 2000/03/04  04:00:44
9692        Log: rid blanks in pods (from Michael G Schwern)
9693     Branch: perl
9694	   ! README.amiga README.dos README.os2
9695____________________________________________________________________________
9696[  5504] By: gsar                                  on 2000/03/04  03:59:07
9697        Log: avoid warnings from shmread() when given undefined variable
9698             (from Tom Christiansen)
9699     Branch: perl
9700	   ! doio.c
9701____________________________________________________________________________
9702[  5503] By: gsar                                  on 2000/03/04  03:53:43
9703        Log: fpsetmask() needs include on freebsd (from Slaven Rezic
9704             <eserte@vran.herceg.de>)
9705     Branch: perl
9706	   ! unixish.h
9707____________________________________________________________________________
9708[  5502] By: gsar                                  on 2000/03/04  03:51:05
9709        Log: avoid ambiguity in indirect object notation (breaks with overridden
9710             run time require)
9711     Branch: perl
9712	   ! lib/CGI.pm
9713____________________________________________________________________________
9714[  5501] By: gsar                                  on 2000/03/04  01:08:54
9715        Log: adjust perldelta
9716     Branch: perl
9717	   ! Todo-5.6 pod/perl.pod pod/perldelta.pod
9718____________________________________________________________________________
9719[  5500] By: gsar                                  on 2000/03/04  00:33:49
9720        Log: integrate cfgperl contents into mainline
9721     Branch: perl
9722	  !> hints/irix_6.sh hints/solaris_2.sh pod/perl.pod
9723	  !> pod/perlfunc.pod t/lib/ipc_sysv.t
9724____________________________________________________________________________
9725[  5499] By: jhi                                   on 2000/03/03  22:51:53
9726        Log: solaris hints tweak
9727     Branch: cfgperl
9728	   ! hints/solaris_2.sh
9729____________________________________________________________________________
9730[  5498] By: jhi                                   on 2000/03/03  22:35:46
9731        Log: The SysV IPC test must use the native integers
9732             (long or short), also noted this in the msgsnd/semctl
9733             documentation.  Reported in
9734
9735             From: schwern@athens.arena-i.com (Michael G Schwern)
9736             To: perl5-porters@perl.org
9737             Subject: [ID 20000302.006] [BUG 5.5.670 t/ipc_sysv.t] Fails 2,5,6 with 64bit on Linux
9738             Date: Thu,  2 Mar 2000 17:15:03 -0500 (EST)
9739             Message-Id: <20000302221503.EDF6E3830@athens.arena-i.com>
9740     Branch: cfgperl
9741	   ! pod/perlfunc.pod t/lib/ipc_sysv.t
9742____________________________________________________________________________
9743[  5497] By: jhi                                   on 2000/03/03  21:08:53
9744        Log: Update AVAILABILITY.
9745     Branch: cfgperl
9746	   ! pod/perl.pod
9747____________________________________________________________________________
9748[  5496] By: gsar                                  on 2000/03/03  20:21:05
9749        Log: perldebug tweak (from M J T Guy)
9750     Branch: perl
9751	   ! pod/perldebug.pod
9752____________________________________________________________________________
9753[  5495] By: jhi                                   on 2000/03/03  19:32:58
9754        Log: Integrate with Sarathy.
9755     Branch: cfgperl
9756	  !> (integrate 79 files)
9757____________________________________________________________________________
9758[  5494] By: jhi                                   on 2000/03/03  19:14:01
9759        Log: the workaround is needed in all 7.2.* compilers,
9760             not just on IRIX64.
9761     Branch: cfgperl
9762	   ! hints/irix_6.sh
9763____________________________________________________________________________
9764[  5493] By: gsar                                  on 2000/03/03  18:58:45
9765        Log: whitespace and readabiliti nits in the pods (from Michael G Schwern
9766             and Robin Barker)
9767     Branch: perl
9768	   ! Changes pod/perl.pod pod/perl5004delta.pod
9769	   ! pod/perl5005delta.pod pod/perlboot.pod pod/perldata.pod
9770	   ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
9771	   ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq2.pod
9772	   ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
9773	   ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
9774	   ! pod/perlfilter.pod pod/perlguts.pod pod/perlipc.pod
9775	   ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodinstall.pod
9776	   ! pod/perlmodlib.pod pod/perlobj.pod pod/perlopentut.pod
9777	   ! pod/perlpod.pod pod/perlport.pod pod/perlre.pod
9778	   ! pod/perlref.pod pod/perlreftut.pod pod/perlsub.pod
9779	   ! pod/perltie.pod pod/perltodo.pod pod/perltoot.pod
9780	   ! pod/perltootc.pod pod/perltrap.pod pod/perlvar.pod
9781	   ! pod/perlxstut.pod
9782____________________________________________________________________________
9783[  5492] By: gsar                                  on 2000/03/03  17:48:31
9784        Log: support for list assignment to pseudohashes (from John Tobey
9785             <jtobey@john-edwin-tobey.org>)
9786     Branch: perl
9787	   ! av.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
9788	   ! perlapi.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
9789____________________________________________________________________________
9790[  5491] By: gsar                                  on 2000/03/03  16:45:49
9791        Log: add MakeMaker caveat to INSTALL (from Andy Dougherty)
9792     Branch: perl
9793	   ! INSTALL
9794____________________________________________________________________________
9795[  5490] By: gsar                                  on 2000/03/03  16:44:42
9796        Log: perldelta tweaks
9797     Branch: perl
9798	   ! pod/perldelta.pod
9799____________________________________________________________________________
9800[  5489] By: gsar                                  on 2000/03/03  16:26:52
9801        Log: /dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen
9802             <ask@valueclick.com>)
9803     Branch: perl
9804	   ! ext/Sys/Syslog/Syslog.pm
9805____________________________________________________________________________
9806[  5488] By: gsar                                  on 2000/03/03  16:21:34
9807        Log: OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
9808             <sthoenna@efn.org>)
9809     Branch: perl
9810	   ! makedef.pl os2/diff.configure os2/dl_os2.c os2/dlfcn.h
9811	   ! os2/os2.sym
9812____________________________________________________________________________
9813[  5487] By: gsar                                  on 2000/03/03  16:16:34
9814        Log: skip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>)
9815     Branch: perl
9816	   ! t/lib/glob-basic.t
9817____________________________________________________________________________
9818[  5486] By: gsar                                  on 2000/03/03  15:42:28
9819        Log: integrate cfgperl and vmsperl contents into mainline
9820     Branch: perl
9821	   ! pod/perl.pod
9822	  !> (integrate 38 files)
9823____________________________________________________________________________
9824[  5485] By: jhi                                   on 2000/03/03  15:21:40
9825        Log: pull the sparcv9 workshop libraries in front of loclibpth
9826     Branch: cfgperl
9827	   ! hints/solaris_2.sh
9828____________________________________________________________________________
9829[  5484] By: jhi                                   on 2000/03/03  15:09:03
9830        Log: Introduce i_ieefp because FreeBSD on ix86 needs that
9831             for ftpsetmask(0); regen Configure.
9832     Branch: cfgperl
9833	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9834	   ! config_h.SH epoc/config.sh perl.h vms/subconfigure.com
9835	   ! vos/config.def vos/config.h vos/config_h.SH_orig
9836	   ! win32/config.bc win32/config.gc win32/config.vc
9837	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9838____________________________________________________________________________
9839[  5483] By: jhi                                   on 2000/03/03  05:37:58
9840        Log: The _cflags must be left-aligned.
9841     Branch: cfgperl
9842	   ! hints/irix_6.sh
9843____________________________________________________________________________
9844[  5482] By: bailey                                on 2000/03/03  04:42:45
9845        Log: Once more unto resync
9846     Branch: vmsperl
9847	  !> (integrate 48 files)
9848____________________________________________________________________________
9849[  5481] By: bailey                                on 2000/03/03  04:36:46
9850        Log: VMS-specific perldelta update
9851     Branch: vmsperl
9852	   ! pod/perldelta.pod
9853____________________________________________________________________________
9854[  5480] By: bailey                                on 2000/03/03  04:05:28
9855        Log: Set up Perl invocation method during configuration (Peter Prymmer)
9856             Add missing bits to various utilities and install them (ditto)
9857     Branch: vmsperl
9858	   ! configure.com pod/pod2usage.PL pod/podselect.PL
9859	   ! utils/dprofpp.PL vms/descrip_mms.template
9860____________________________________________________________________________
9861[  5479] By: bailey                                on 2000/03/03  04:01:48
9862        Log: Fix test to match new behavior of vmsify() (Craig Berry)
9863     Branch: vmsperl
9864	   ! vms/ext/filespec.t
9865____________________________________________________________________________
9866[  5478] By: bailey                                on 2000/03/03  03:54:10
9867        Log: Try to intuit whether typeless file invoked in subprocess
9868             is an executable image or DCL procedure.
9869     Branch: vmsperl
9870	   ! vms/perlvms.pod vms/vms.c
9871____________________________________________________________________________
9872[  5477] By: bailey                                on 2000/03/03  03:37:18
9873        Log: Remove leftover bits of VAXC support (Dan Sugalski)
9874     Branch: vmsperl
9875	   ! vms/gen_shrfls.pl
9876____________________________________________________________________________
9877[  5476] By: bailey                                on 2000/03/03  03:34:51
9878        Log: Add missing declaration (Dan Sugalski)
9879     Branch: vmsperl
9880	   ! vms/vms.c
9881____________________________________________________________________________
9882[  5475] By: gsar                                  on 2000/03/03  03:27:52
9883        Log: warn about /(?p{})/ (from Simon Cozens)
9884     Branch: perl
9885	   ! regcomp.c toke.c
9886____________________________________________________________________________
9887[  5474] By: bailey                                on 2000/03/03  03:27:05
9888        Log: Ad hoc patch for duping stdout into stderr
9889     Branch: vmsperl
9890	   ! vms/vms.c
9891____________________________________________________________________________
9892[  5473] By: bailey                                on 2000/03/03  03:23:29
9893        Log: Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com
9894     Branch: vmsperl
9895	   ! vms/subconfigure.com vms/vmsish.h
9896____________________________________________________________________________
9897[  5472] By: gsar                                  on 2000/03/03  02:58:49
9898        Log: File::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>)
9899     Branch: perl
9900	   ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9901	   ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9902____________________________________________________________________________
9903[  5471] By: jhi                                   on 2000/03/03  02:38:23
9904        Log: more todo
9905     Branch: cfgperl
9906	   ! Todo-5.6
9907____________________________________________________________________________
9908[  5470] By: gsar                                  on 2000/03/03  02:36:02
9909        Log: skip test if db doesn't have null key support
9910     Branch: perl
9911	   ! t/lib/anydbm.t
9912____________________________________________________________________________
9913[  5469] By: jhi                                   on 2000/03/03  02:26:53
9914        Log: Integrate with Sarathy.
9915     Branch: cfgperl
9916	  !> INSTALL lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
9917	  !> lib/Test/Harness.pm lib/constant.pm pod/perl.pod
9918	  !> pod/perldelta.pod pod/perlpod.pod pod/perlre.pod
9919	  !> pod/perltoc.pod regcomp.c t/op/misc.t t/op/pat.t toke.c
9920	  !> utils/h2xs.PL win32/Makefile win32/makefile.mk
9921____________________________________________________________________________
9922[  5468] By: jhi                                   on 2000/03/03  02:24:05
9923        Log: irix hints tweak
9924     Branch: cfgperl
9925	   ! hints/irix_6.sh
9926____________________________________________________________________________
9927[  5467] By: gsar                                  on 2000/03/03  02:19:50
9928        Log: /(?p{})/ changed to /(??{})/, per Larry's suggestion (from
9929             Simon Cozens <simon@othersideofthe.earth.li>)
9930     Branch: perl
9931	   ! lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
9932	   ! pod/perlre.pod pod/perltoc.pod regcomp.c t/op/misc.t
9933	   ! t/op/pat.t toke.c
9934____________________________________________________________________________
9935[  5466] By: jhi                                   on 2000/03/03  02:12:41
9936        Log: in words order bad
9937     Branch: cfgperl
9938	   ! pod/perlre.pod
9939____________________________________________________________________________
9940[  5465] By: jhi                                   on 2000/03/03  02:09:45
9941        Log: /[[:alpha]/ now dies on unmatched [] instead of
9942             "an unknown character class" (spotted by Tom Christiansen)
9943     Branch: cfgperl
9944	   ! regcomp.c t/pragma/warn/regcomp
9945____________________________________________________________________________
9946[  5464] By: gsar                                  on 2000/03/03  02:04:48
9947        Log: perldelta notes about IO::Socket changes (from Graham Barr)
9948     Branch: perl
9949	   ! pod/perldelta.pod
9950____________________________________________________________________________
9951[  5463] By: gsar                                  on 2000/03/03  02:02:50
9952        Log: relax restrictions on constant names a bit (from M J T Guy)
9953     Branch: perl
9954	   ! lib/constant.pm
9955____________________________________________________________________________
9956[  5462] By: gsar                                  on 2000/03/03  01:59:49
9957        Log: support for generation of accessor functions (from Hugo van der
9958             Sanden)
9959     Branch: perl
9960	   ! utils/h2xs.PL
9961____________________________________________________________________________
9962[  5461] By: jhi                                   on 2000/03/03  01:51:53
9963        Log: cosmetics
9964     Branch: cfgperl
9965	   ! t/op/pack.t
9966____________________________________________________________________________
9967[  5460] By: jhi                                   on 2000/03/03  01:50:07
9968        Log: detypo
9969     Branch: cfgperl
9970	   ! t/op/pack.t
9971____________________________________________________________________________
9972[  5459] By: gsar                                  on 2000/03/03  01:46:35
9973        Log: pod tweaks
9974     Branch: perl
9975	   ! pod/perl.pod pod/perlpod.pod
9976____________________________________________________________________________
9977[  5458] By: jhi                                   on 2000/03/03  01:25:21
9978        Log: solaris hints tweak
9979     Branch: cfgperl
9980	   ! hints/solaris_2.sh
9981____________________________________________________________________________
9982[  5457] By: jhi                                   on 2000/03/02  22:56:49
9983        Log: detypo
9984     Branch: cfgperl
9985	   ! hints/solaris_2.sh
9986____________________________________________________________________________
9987[  5456] By: gsar                                  on 2000/03/02  21:15:11
9988        Log: Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;
9989             add test targets for -C switch on windows
9990     Branch: perl
9991	   ! lib/Test/Harness.pm win32/Makefile win32/makefile.mk
9992____________________________________________________________________________
9993[  5455] By: gsar                                  on 2000/03/02  21:06:49
9994        Log: add note about failed tests on memory starved systems (from
9995             Andy Dougherty)
9996     Branch: perl
9997	   ! INSTALL
9998____________________________________________________________________________
9999[  5454] By: jhi                                   on 2000/03/02  21:03:35
10000        Log: Integrate with Sarathy.
10001     Branch: cfgperl
10002	  !> Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
10003	  !> lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
10004	  !> pod/perldata.pod pod/perldelta.pod pod/perlop.pod
10005____________________________________________________________________________
10006[  5453] By: jhi                                   on 2000/03/02  20:58:43
10007        Log: Further long double patches from Spider Boardman.
10008     Branch: cfgperl
10009	   ! t/comp/use.t t/lib/bigfltpm.t t/op/pack.t t/op/universal.t
10010____________________________________________________________________________
10011[  5452] By: gsar                                  on 2000/03/02  20:52:08
10012        Log: move doc about v-strings from perlop to perldata (suggested by
10013             David Dyck <dcd@tc.fluke.com>)
10014     Branch: perl
10015	   ! pod/perldata.pod pod/perldelta.pod pod/perlop.pod
10016____________________________________________________________________________
10017[  5451] By: gsar                                  on 2000/03/02  20:30:29
10018        Log: integrate cfgperl changes into mainline
10019     Branch: perl
10020	  !> Configure hints/irix_6.sh pp.c
10021____________________________________________________________________________
10022[  5450] By: gsar                                  on 2000/03/02  20:08:10
10023        Log: still other multiline match cleanups (from Greg Bacon)
10024     Branch: perl
10025	   ! Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
10026	   ! lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
10027____________________________________________________________________________
10028[  5449] By: jhi                                   on 2000/03/02  20:01:58
10029        Log: Integrate with Sarathy.
10030     Branch: cfgperl
10031	  !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
10032	  !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
10033	  !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
10034	  !> vms/descrip_mms.template vms/gen_shrfls.pl
10035	  !> vms/subconfigure.com vms/vms.c win32/Makefile
10036	  !> win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
10037____________________________________________________________________________
10038[  5448] By: jhi                                   on 2000/03/02  20:00:37
10039        Log: workaround for Tru64 compiler bug (cleaner fix will have
10040             to wait until 5.6.1), from Spider Boardman
10041     Branch: cfgperl
10042	   ! pp.c
10043____________________________________________________________________________
10044[  5447] By: jhi                                   on 2000/03/02  19:52:34
10045        Log: Workaround for an optimizer bug.
10046     Branch: cfgperl
10047	   ! hints/irix_6.sh
10048____________________________________________________________________________
10049[  5446] By: jhi                                   on 2000/03/02  19:44:35
10050        Log: installation directory fix from Andy Dougherty
10051             (installstyle was being clobbered, spotted by Spider Boardman)
10052     Branch: cfgperl
10053	   ! Configure
10054     Branch: metaconfig
10055	   ! U/installdirs/installstyle.U
10056____________________________________________________________________________
10057[  5445] By: gsar                                  on 2000/03/02  19:40:44
10058        Log: patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);
10059             some parts not applied
10060     Branch: perl
10061	   ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
10062	   ! win32/win32.h
10063____________________________________________________________________________
10064[  5444] By: gsar                                  on 2000/03/02  19:26:08
10065        Log: avoid buffering issue in warn/8signal
10066     Branch: perl
10067	   ! t/pragma/warn/8signal
10068____________________________________________________________________________
10069[  5443] By: gsar                                  on 2000/03/02  18:13:28
10070        Log: integrate cfgperl changes into mainline
10071     Branch: perl
10072	  !> Configure config_h.SH hints/aix.sh hints/hpux.sh
10073	  !> hints/solaris_2.sh makedepend.SH sv.c t/lib/syslfs.t
10074	  !> t/op/lfs.t t/op/pack.t
10075____________________________________________________________________________
10076[  5442] By: gsar                                  on 2000/03/02  18:02:40
10077        Log: integrate vmsperl changes into mainline (denied their changes to
10078             Glob.pm, t/pragma/warn/{8signal,pp_ctl})
10079     Branch: perl
10080	  !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
10081	  !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
10082	  !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
10083	  !> vms/descrip_mms.template vms/gen_shrfls.pl
10084	  !> vms/subconfigure.com vms/vms.c
10085____________________________________________________________________________
10086[  5441] By: jhi                                   on 2000/03/02  17:56:20
10087        Log: nit from Spider Boardman
10088     Branch: cfgperl
10089	   ! makedepend.SH
10090____________________________________________________________________________
10091[  5440] By: jhi                                   on 2000/03/02  17:48:15
10092        Log: Confusion over uselargefiles.cbu and uselfs.cbu (the first one
10093             is the correct one), spotted by Robin Barker.
10094     Branch: cfgperl
10095	   ! Configure config_h.SH hints/aix.sh hints/hpux.sh
10096     Branch: metaconfig/U/perl
10097	   ! uselfs.U
10098____________________________________________________________________________
10099[  5439] By: jhi                                   on 2000/03/02  15:32:04
10100        Log: Remove the pack.t kludge introduced to fudge the test
10101             to pass under long doubles: leave the similar kludge
10102             to posix.t because POSIX::strtod() is still double,
10103             not long double.
10104     Branch: cfgperl
10105	   ! t/op/pack.t
10106____________________________________________________________________________
10107[  5438] By: jhi                                   on 2000/03/02  04:58:48
10108        Log: Integrate with Sarathy.
10109     Branch: cfgperl
10110	  !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
10111	  !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
10112	  !> lib/Pod/Html.pm op.c
10113____________________________________________________________________________
10114[  5437] By: jhi                                   on 2000/03/02  04:51:46
10115        Log: A patch on #5407.
10116     Branch: cfgperl
10117	   ! sv.c
10118____________________________________________________________________________
10119[  5436] By: gsar                                  on 2000/03/02  04:45:37
10120        Log: avoid useless comparison
10121     Branch: perl
10122	   ! op.c
10123____________________________________________________________________________
10124[  5435] By: bailey                                on 2000/03/02  04:43:11
10125        Log: YA sync with mainline
10126     Branch: vmsperl
10127	  +> lib/open.pm pod/perlboot.pod pod/perlnumber.pod
10128	  +> t/lib/env-array.t
10129	  !> (integrate 150 files)
10130____________________________________________________________________________
10131[  5434] By: gsar                                  on 2000/03/02  04:28:48
10132        Log: make the "back to top" links optional
10133     Branch: perl
10134	   ! lib/Pod/Html.pm
10135____________________________________________________________________________
10136[  5433] By: bailey                                on 2000/03/02  04:26:58
10137        Log: Protect manipulation of open pipe list from concurrent ASTs (Charles Lane)
10138     Branch: vmsperl
10139	   ! vms/vms.c
10140____________________________________________________________________________
10141[  5432] By: bailey                                on 2000/03/02  04:20:51
10142        Log: Update dependencies and remove obsolete VAXC support
10143     Branch: vmsperl
10144	   ! vms/descrip_mms.template
10145____________________________________________________________________________
10146[  5431] By: bailey                                on 2000/03/02  04:19:42
10147        Log: Rmeove obsolete VAXC support
10148     Branch: vmsperl
10149	   ! vms/gen_shrfls.pl
10150____________________________________________________________________________
10151[  5430] By: bailey                                on 2000/03/02  04:18:57
10152        Log: Minor updates to subconfigure.com:
10153             - remove old VAXC support
10154             - avoid echoing commands to tempfiles
10155             - fix typos
10156             - define 64bit symbols (as "undef") when not using 64 bit support
10157     Branch: vmsperl
10158	   ! vms/subconfigure.com
10159____________________________________________________________________________
10160[  5429] By: bailey                                on 2000/03/02  04:16:11
10161        Log: Minor changes to Configure.Com:
10162             - permit operation in batch mode (splits output)
10163             - remove old VAXC support
10164             - default to enabling secure internal lnm translation
10165     Branch: vmsperl
10166	   ! configure.com
10167____________________________________________________________________________
10168[  5428] By: bailey                                on 2000/03/02  04:06:53
10169        Log: Optional warning for truncated logical name equivalence string (Dan Sugalski)
10170     Branch: vmsperl
10171	   ! vms/vms.c
10172____________________________________________________________________________
10173[  5427] By: bailey                                on 2000/03/02  04:05:47
10174        Log: FIx no-op in vms.c
10175     Branch: vmsperl
10176	   ! vms/vms.c
10177____________________________________________________________________________
10178[  5426] By: bailey                                on 2000/03/02  04:04:52
10179        Log: MIscellaneous tweaks to test and driver (Charles Lane)
10180     Branch: vmsperl
10181	   ! t/pragma/warn/8signal t/pragma/warn/pp_sys t/pragma/warnings.t
10182	   ! vms/test.com
10183____________________________________________________________________________
10184[  5425] By: bailey                                on 2000/03/02  04:02:44
10185        Log: Take advantage of new subprocess invocation (Charles Lane)
10186     Branch: vmsperl
10187	   ! t/op/runlevel.t t/pragma/strict.t t/pragma/subs.t
10188	   ! t/pragma/warnings.t
10189____________________________________________________________________________
10190[  5424] By: bailey                                on 2000/03/02  04:00:20
10191        Log: Increment counter for skipped tests (Charles Lane)
10192     Branch: vmsperl
10193	   ! t/io/open.t
10194____________________________________________________________________________
10195[  5423] By: bailey                                on 2000/03/02  03:59:14
10196        Log: Remove redundant elements of @INC to cope with VMS' 255-char limit
10197             on PERL5LIB logical (Dan Sugalski)
10198     Branch: vmsperl
10199	   ! lib/Test/Harness.pm
10200____________________________________________________________________________
10201[  5422] By: bailey                                on 2000/03/02  03:57:40
10202        Log: Use temp to construct dirspec in File::Find (Charles Lane)
10203     Branch: vmsperl
10204	   ! lib/File/Find.pm
10205____________________________________________________________________________
10206[  5421] By: bailey                                on 2000/03/02  03:56:13
10207        Log: Satisfy various Pod::* needs for Unix syntax (Charles Lane)
10208             (Should move to File::Spec in long term)
10209     Branch: vmsperl
10210	   ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/testp2pt.pl
10211____________________________________________________________________________
10212[  5420] By: bailey                                on 2000/03/02  03:52:45
10213        Log: Escape \n in commands written to Descrip.MMS (Charles Lane)
10214     Branch: vmsperl
10215	   ! lib/ExtUtils/MM_VMS.pm
10216____________________________________________________________________________
10217[  5419] By: bailey                                on 2000/03/02  03:50:53
10218        Log: Make File::Glob more VMS-friendly (Charles Lane)
10219     Branch: vmsperl
10220	   ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
10221	   ! t/lib/glob-basic.t
10222____________________________________________________________________________
10223[  5418] By: bailey                                on 2000/03/02  03:47:21
10224        Log: Miscellaneous fixes to build procedures (Peter Prymmer)
10225     Branch: vmsperl
10226	   ! configure.com vms/subconfigure.com
10227____________________________________________________________________________
10228[  5417] By: bailey                                on 2000/03/02  03:42:49
10229        Log: Temrinate statements in pp_ctl warning test (Charles Lane)
10230     Branch: vmsperl
10231	   ! t/pragma/warn/pp_ctl
10232____________________________________________________________________________
10233[  5416] By: bailey                                on 2000/03/02  03:39:46
10234        Log: Warn but continue installing when file missing (Dan Sugalski)
10235     Branch: vmsperl
10236	   ! installperl
10237____________________________________________________________________________
10238[  5415] By: jhi                                   on 2000/03/01  23:31:23
10239        Log: Make file sparseness detection more portable (Scott Henry)
10240     Branch: cfgperl
10241	   ! t/lib/syslfs.t t/op/lfs.t
10242____________________________________________________________________________
10243[  5414] By: jhi                                   on 2000/03/01  22:53:48
10244        Log: detypo #5411 continues: Sun grep doesn't have -e.
10245     Branch: cfgperl
10246	   ! hints/solaris_2.sh
10247____________________________________________________________________________
10248[  5413] By: jhi                                   on 2000/03/01  22:49:44
10249        Log: detypo #5411
10250     Branch: cfgperl
10251	   ! hints/solaris_2.sh
10252____________________________________________________________________________
10253[  5412] By: gsar                                  on 2000/03/01  20:04:42
10254        Log: typo in change#5408
10255     Branch: perl
10256	   ! lib/ExtUtils/MM_Unix.pm
10257____________________________________________________________________________
10258[  5411] By: jhi                                   on 2000/03/01  18:48:52
10259        Log: Better detection of the solaris workshop compiler.
10260     Branch: cfgperl
10261	   ! hints/solaris_2.sh
10262____________________________________________________________________________
10263[  5410] By: jhi                                   on 2000/03/01  18:18:04
10264        Log: From: Robin Barker <rmb1@cise.npl.co.uk>
10265             To: perl5-porters@perl.org
10266             Subject: solaris 64-bit and gcc
10267             Date: Wed, 1 Mar 2000 17:59:36 GMT
10268             Message-Id: <200003011759.RAA03938@tempest.npl.co.uk>
10269     Branch: cfgperl
10270	   ! hints/solaris_2.sh
10271____________________________________________________________________________
10272[  5409] By: jhi                                   on 2000/03/01  18:16:43
10273        Log: Integrate with Sarathy.
10274     Branch: cfgperl
10275	  +> t/lib/env-array.t
10276	  !> MANIFEST README.cygwin ext/DynaLoader/DynaLoader_pm.PL
10277	  !> ext/DynaLoader/dlutils.c lib/AutoLoader.pm lib/AutoSplit.pm
10278	  !> lib/CGI/Carp.pm lib/CPAN.pm lib/Cwd.pm lib/Env.pm
10279	  !> lib/File/Find.pm lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
10280	  !> pod/perldebug.pod pod/perldelta.pod t/lib/env.t
10281	  !> t/lib/filefind.t t/lib/glob-basic.t
10282____________________________________________________________________________
10283[  5408] By: gsar                                  on 2000/03/01  18:15:49
10284        Log: still more multiline match cleanups (from Greg Bacon)
10285     Branch: perl
10286	   ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
10287	   ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
10288____________________________________________________________________________
10289[  5407] By: jhi                                   on 2000/03/01  18:11:09
10290        Log: A further patch from Spider Boardman for long doubleness.
10291     Branch: cfgperl
10292	   ! sv.c
10293____________________________________________________________________________
10294[  5406] By: gsar                                  on 2000/03/01  17:32:09
10295        Log: yet more multiline match cleanups (from Greg Bacon)
10296     Branch: perl
10297	   ! lib/CPAN.pm lib/Cwd.pm
10298____________________________________________________________________________
10299[  5405] By: gsar                                  on 2000/03/01  17:24:53
10300        Log: add support for Env arrays (from Gregor N. Purdy
10301             <gregor@focusresearch.com>)
10302     Branch: perl
10303	   + t/lib/env-array.t
10304	   ! MANIFEST lib/Env.pm pod/perldelta.pod t/lib/env.t
10305____________________________________________________________________________
10306[  5404] By: gsar                                  on 2000/03/01  17:00:23
10307        Log: cygwin update (from Eric Fifer)
10308     Branch: perl
10309	   ! README.cygwin t/lib/glob-basic.t
10310____________________________________________________________________________
10311[  5403] By: gsar                                  on 2000/03/01  16:55:47
10312        Log: more multiline match cleanups (from Greg Bacon)
10313     Branch: perl
10314	   ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CGI/Carp.pm
10315	   ! lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
10316____________________________________________________________________________
10317[  5402] By: gsar                                  on 2000/03/01  16:38:48
10318        Log: avoid DProf entering dl_unload_file() (from Alan Burlison)
10319     Branch: perl
10320	   ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
10321____________________________________________________________________________
10322[  5401] By: gsar                                  on 2000/03/01  16:35:28
10323        Log: fix minor compatibility issues with finddepth() (from Helmut Jarausch)
10324     Branch: perl
10325	   ! lib/File/Find.pm t/lib/filefind.t
10326____________________________________________________________________________
10327[  5400] By: gsar                                  on 2000/03/01  16:32:24
10328        Log: mention "r" debugger command (from Ilya Zakharevich)
10329     Branch: perl
10330	   ! pod/perldebug.pod
10331____________________________________________________________________________
10332[  5399] By: jhi                                   on 2000/03/01  14:58:33
10333        Log: Integrate with Sarathy.
10334     Branch: cfgperl
10335	  !> Changes configure.com ext/File/Glob/Glob.pm
10336	  !> ext/File/Glob/bsd_glob.c installperl lib/ExtUtils/MM_VMS.pm
10337	  !> lib/File/Find.pm lib/Pod/Checker.pm lib/Pod/Parser.pm
10338	  !> t/io/open.t t/io/openpid.t t/lib/glob-basic.t t/op/goto.t
10339	  !> t/op/runlevel.t t/op/split.t t/pod/testp2pt.pl
10340	  !> t/pragma/strict.t t/pragma/subs.t t/pragma/warn/8signal
10341	  !> t/pragma/warn/pp_sys t/pragma/warnings.t
10342	  !> vms/descrip_mms.template vms/subconfigure.com vms/test.com
10343	  !> vms/vms.c
10344____________________________________________________________________________
10345[  5398] By: gsar                                  on 2000/03/01  07:03:13
10346        Log: fix testsuite issues in change#5397
10347     Branch: perl
10348	   ! Changes t/pragma/warn/8signal t/pragma/warn/pp_sys
10349
10350----------------
10351Version v5.5.670
10352----------------
10353
10354____________________________________________________________________________
10355[  5397] By: gsar                                  on 2000/03/01  06:44:42
10356        Log: consolidated VMS patches (from Craig A. Berry
10357             <craig.berry@metamorgs.com>); Glob.pm patch modified to use
10358             $DEFAULT_FLAGS, and iff no flags were supplied
10359     Branch: perl
10360	   ! configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
10361	   ! installperl lib/ExtUtils/MM_VMS.pm lib/File/Find.pm
10362	   ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/io/open.t
10363	   ! t/io/openpid.t t/lib/glob-basic.t t/op/goto.t t/op/runlevel.t
10364	   ! t/op/split.t t/pod/testp2pt.pl t/pragma/strict.t
10365	   ! t/pragma/subs.t t/pragma/warn/8signal t/pragma/warn/pp_sys
10366	   ! t/pragma/warnings.t vms/descrip_mms.template
10367	   ! vms/subconfigure.com vms/test.com vms/vms.c
10368____________________________________________________________________________
10369[  5396] By: gsar                                  on 2000/03/01  06:28:22
10370        Log: integrate cfgperl changes into mainline
10371     Branch: perl
10372	  !> ext/Fcntl/Fcntl.pm hints/solaris_2.sh pp.c sv.c
10373____________________________________________________________________________
10374[  5395] By: jhi                                   on 2000/03/01  06:12:10
10375        Log: Integrate with Sarathy.
10376     Branch: cfgperl
10377	  +> lib/open.pm
10378	  !> MANIFEST Todo-5.6 mg.c
10379____________________________________________________________________________
10380[  5394] By: gsar                                  on 2000/03/01  06:07:00
10381        Log: fix segfault on C<local ${^WARNING_BITS}>
10382     Branch: perl
10383	   ! mg.c
10384____________________________________________________________________________
10385[  5393] By: jhi                                   on 2000/03/01  06:02:12
10386        Log: Fcntl de-cut-and-pasto.
10387             From: Doug MacEachern <dougm@pobox.com>
10388             To: perl5-porters@perl.org
10389             Subject: [PATCH v5.5.660] Fcntl.pm
10390             Date: Tue, 29 Feb 2000 21:24:00 -0800 (PST)
10391             Message-ID: <Pine.LNX.4.10.10002292120200.382-100000@mojo.itixs.com>
10392     Branch: cfgperl
10393	   ! ext/Fcntl/Fcntl.pm
10394____________________________________________________________________________
10395[  5392] By: gsar                                  on 2000/03/01  05:55:20
10396        Log: update Todo-5.6, add stub open.pm
10397     Branch: perl
10398	   + lib/open.pm
10399	   ! MANIFEST Todo-5.6
10400____________________________________________________________________________
10401[  5391] By: jhi                                   on 2000/03/01  05:42:25
10402        Log: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth.
10403     Branch: cfgperl
10404	   ! hints/solaris_2.sh
10405____________________________________________________________________________
10406[  5390] By: jhi                                   on 2000/03/01  05:35:53
10407        Log: Couple of math functions need to be Perl_ so that
10408             they are correctly long double, especially the frexp()
10409             in sv_vcatpvfn() (spotted by Spider Boardman).
10410     Branch: cfgperl
10411	   ! pp.c sv.c
10412____________________________________________________________________________
10413[  5389] By: jhi                                   on 2000/03/01  05:33:54
10414        Log: Integrate with Sarathy.
10415     Branch: cfgperl
10416	  +> pod/perlnumber.pod
10417	  !> Changes MANIFEST README.win32 ext/DynaLoader/DynaLoader_pm.PL
10418	  !> ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_dlopen.xs
10419	  !> ext/DynaLoader/dlutils.c lib/File/Find.pm lib/Test/Harness.pm
10420	  !> pod/Makefile pod/buildtoc pod/perl.pod pod/perldelta.pod
10421	  !> pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
10422	  !> pod/perlport.pod pod/perltoc.pod pod/roffitall vms/vms.c
10423	  !> win32/perllib.c win32/win32.c win32/win32.h
10424____________________________________________________________________________
10425[  5388] By: gsar                                  on 2000/03/01  03:38:03
10426        Log: Windows miscellany
10427     Branch: perl
10428	   ! pod/perlguts.pod win32/perllib.c win32/win32.c win32/win32.h
10429____________________________________________________________________________
10430[  5387] By: gsar                                  on 2000/03/01  03:13:37
10431        Log: mention ftp/rsync access to repository in perlhack
10432     Branch: perl
10433	   ! Changes pod/perlhack.pod pod/perlhist.pod
10434____________________________________________________________________________
10435[  5386] By: gsar                                  on 2000/03/01  03:04:54
10436        Log: support kill(0,$pid) on Windows to test if process exists
10437     Branch: perl
10438	   ! README.win32 pod/perldelta.pod pod/perlport.pod win32/win32.c
10439____________________________________________________________________________
10440[  5385] By: gsar                                  on 2000/03/01  02:10:01
10441        Log: integrate cfgperl changes into mainline
10442     Branch: perl
10443	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10444	  !> config_h.SH epoc/config.sh hints/dec_osf.sh hints/solaris_2.sh
10445	  !> perl.h vms/subconfigure.com vos/config.def win32/config.bc
10446	  !> win32/config.gc win32/config.vc
10447____________________________________________________________________________
10448[  5384] By: gsar                                  on 2000/03/01  01:47:55
10449        Log: oops, change#5382 didn't really fix the typo
10450     Branch: perl
10451	   ! ext/DynaLoader/dl_dlopen.xs
10452____________________________________________________________________________
10453[  5383] By: gsar                                  on 2000/03/01  01:38:25
10454        Log: avoid warning on type-mismatch
10455     Branch: perl
10456	   ! ext/DynaLoader/dlutils.c
10457____________________________________________________________________________
10458[  5382] By: gsar                                  on 2000/03/01  01:33:42
10459        Log: fix bug in change#5381
10460     Branch: perl
10461	   ! ext/DynaLoader/dl_dlopen.xs
10462____________________________________________________________________________
10463[  5381] By: gsar                                  on 2000/03/01  00:46:44
10464        Log: unload extension shared objects when exiting, implemented
10465             only for dl_dlopen.xs (from Alan Burlison)
10466     Branch: perl
10467	   ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
10468	   ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
10469____________________________________________________________________________
10470[  5380] By: gsar                                  on 2000/03/01  00:34:10
10471        Log: add perlnumber.pod (from Ilya Zakharevich); substantially edited
10472             prose
10473     Branch: perl
10474	   + pod/perlnumber.pod
10475	   ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
10476	   ! pod/perltoc.pod pod/roffitall
10477____________________________________________________________________________
10478[  5379] By: jhi                                   on 2000/02/29  23:37:01
10479        Log: Be understanding.
10480     Branch: cfgperl
10481	   ! Configure config_h.SH
10482     Branch: metaconfig/U/perl
10483	   ! use64bits.U uselfs.U
10484____________________________________________________________________________
10485[  5378] By: gsar                                  on 2000/02/29  23:35:50
10486        Log: VMS fixups (from Dan Sugalski); cosmetic tweaks
10487     Branch: perl
10488	   ! lib/Test/Harness.pm vms/vms.c
10489____________________________________________________________________________
10490[  5377] By: jhi                                   on 2000/02/29  23:12:29
10491        Log: Tru64 hints fix from Spider Boardman; Tru64 hint for
10492             d_Gconvert on long doubles to use sprintf %Lg.
10493     Branch: cfgperl
10494	   ! hints/dec_osf.sh
10495____________________________________________________________________________
10496[  5376] By: jhi                                   on 2000/02/29  23:02:45
10497        Log: Integrate with Sarathy.
10498     Branch: cfgperl
10499	  !> gv.c lib/Pod/Html.pm malloc.c pod/perlapi.pod pod/perlcall.pod
10500	  !> pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
10501	  !> pod/perlguts.pod pod/perlop.pod
10502____________________________________________________________________________
10503[  5375] By: gsar                                  on 2000/02/29  23:02:34
10504        Log: fix File::Find::finddepth() bugs (from Helmut Jarausch)
10505     Branch: perl
10506	   ! lib/File/Find.pm
10507____________________________________________________________________________
10508[  5374] By: jhi                                   on 2000/02/29  23:01:35
10509        Log: Add libsunmath (long double math library for Solaris,
10510             SUNWspro cc only) awareness; fix various Solaris nits.
10511     Branch: cfgperl
10512	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10513	   ! config_h.SH epoc/config.sh hints/solaris_2.sh perl.h
10514	   ! vms/subconfigure.com vos/config.def win32/config.bc
10515	   ! win32/config.gc win32/config.vc
10516     Branch: metaconfig
10517	   ! U/modified/libs.U
10518     Branch: metaconfig/U/perl
10519	   + i_sunmath.U
10520____________________________________________________________________________
10521[  5373] By: gsar                                  on 2000/02/29  22:56:10
10522        Log: fix Pod::Html to recognize C<< > >> etc., and convert some pods
10523             to the more readable form (from Robin Barker)
10524     Branch: perl
10525	   ! lib/Pod/Html.pm pod/perlfunc.pod pod/perlop.pod
10526____________________________________________________________________________
10527[  5372] By: gsar                                  on 2000/02/29  22:52:27
10528        Log: better fix for malloc bug in change#5346 (from Dominic Dunlop)
10529     Branch: perl
10530	   ! malloc.c
10531____________________________________________________________________________
10532[  5371] By: gsar                                  on 2000/02/29  22:29:36
10533        Log: fix pods to reflect newer canonical names for call_sv() etc.
10534     Branch: perl
10535	   ! gv.c pod/perlapi.pod pod/perlcall.pod pod/perldiag.pod
10536	   ! pod/perlembed.pod pod/perlguts.pod
10537____________________________________________________________________________
10538[  5370] By: jhi                                   on 2000/02/29  22:08:26
10539        Log: Integrate with Sarathy.
10540     Branch: cfgperl
10541	  !> perl.c perl.h win32/win32.c win32/win32.h
10542____________________________________________________________________________
10543[  5369] By: gsar                                  on 2000/02/29  21:37:10
10544        Log: remove bogus code that caused test failures on HP-UX
10545     Branch: perl
10546	   ! perl.h
10547____________________________________________________________________________
10548[  5368] By: gsar                                  on 2000/02/29  20:45:01
10549        Log: change#5364 had a few problems
10550     Branch: perl
10551	   ! perl.c win32/win32.c win32/win32.h
10552____________________________________________________________________________
10553[  5367] By: gsar                                  on 2000/02/29  18:19:04
10554        Log: integrate cfgperl changes into mainline
10555     Branch: perl
10556	  !> Configure config_h.SH epoc/config.sh hints/hpux.sh
10557	  !> hints/solaris_2.sh regcomp.c vms/subconfigure.com
10558	  !> vos/config.def win32/config.bc win32/config.gc win32/config.vc
10559____________________________________________________________________________
10560[  5366] By: jhi                                   on 2000/02/29  18:15:09
10561        Log: Some compilers have problems with quad switch() controls.
10562     Branch: cfgperl
10563	   ! regcomp.c
10564____________________________________________________________________________
10565[  5365] By: jhi                                   on 2000/02/29  18:14:30
10566        Log: Integrate with Sarathy.
10567     Branch: cfgperl
10568	  !> perl.c win32/Makefile win32/makefile.mk win32/win32.c
10569	  !> win32/win32.h
10570____________________________________________________________________________
10571[  5364] By: gsar                                  on 2000/02/29  18:11:34
10572        Log: utf8-ize @ARGV when -C switch is used on Windows
10573     Branch: perl
10574	   ! perl.c win32/Makefile win32/makefile.mk win32/win32.c
10575	   ! win32/win32.h
10576____________________________________________________________________________
10577[  5363] By: jhi                                   on 2000/02/29  17:47:48
10578        Log: HP-UX lddlflags were broken.
10579     Branch: cfgperl
10580	   ! Configure config_h.SH
10581     Branch: metaconfig/U/perl
10582	   ! dlsrc.U
10583____________________________________________________________________________
10584[  5362] By: jhi                                   on 2000/02/29  17:32:27
10585        Log: Make the failsafe question about socket address structure
10586             sizes hopefully a bit less confusing.
10587     Branch: cfgperl
10588	   ! Configure config_h.SH
10589     Branch: metaconfig
10590	   ! U/protos/socksizetype.U
10591____________________________________________________________________________
10592[  5361] By: jhi                                   on 2000/02/29  17:17:10
10593        Log: Integrate with Sarathy.
10594     Branch: cfgperl
10595	  !> malloc.c
10596____________________________________________________________________________
10597[  5360] By: gsar                                  on 2000/02/29  17:16:09
10598        Log: malloc "fix" in change#5346 coredumps on HP-UX, revert
10599     Branch: perl
10600	   ! malloc.c
10601____________________________________________________________________________
10602[  5359] By: jhi                                   on 2000/02/29  17:06:12
10603        Log: Make the warning about preferring HP's ar more visible.
10604     Branch: cfgperl
10605	   ! hints/hpux.sh
10606____________________________________________________________________________
10607[  5358] By: jhi                                   on 2000/02/29  17:04:36
10608        Log: The sprintf option was blithely printing long doubles as
10609             doubles (spotted by Spider Boardman); dqgcvt() wasn't ever
10610             being used; made the test more thorough.
10611     Branch: cfgperl
10612	   ! Configure config_h.SH epoc/config.sh vms/subconfigure.com
10613	   ! vos/config.def win32/config.bc win32/config.gc win32/config.vc
10614     Branch: metaconfig
10615	   ! U/compline/d_gconvert.U
10616____________________________________________________________________________
10617[  5357] By: jhi                                   on 2000/02/29  16:58:08
10618        Log: Make the warning about abandoning long doubles more visible.
10619     Branch: cfgperl
10620	   ! Configure config_h.SH
10621     Branch: metaconfig/U/perl
10622	   ! uselongdbl.U
10623____________________________________________________________________________
10624[  5356] By: jhi                                   on 2000/02/29  16:51:33
10625        Log: HP-UX gcc fix; detypo in use64bits.
10626     Branch: cfgperl
10627	   ! Configure config_h.SH
10628     Branch: metaconfig/U/perl
10629	   ! dlsrc.U use64bits.U
10630____________________________________________________________________________
10631[  5355] By: jhi                                   on 2000/02/29  16:31:17
10632        Log: Solaris 64-bitness hints saga continues.
10633     Branch: cfgperl
10634	   ! hints/solaris_2.sh
10635____________________________________________________________________________
10636[  5354] By: jhi                                   on 2000/02/29  16:04:42
10637        Log: Integrate with Sarathy.
10638     Branch: cfgperl
10639	  !> ext/Thread/Thread.xs perl.c perl.h
10640____________________________________________________________________________
10641[  5353] By: jhi                                   on 2000/02/29  15:54:10
10642        Log: Solaris hints tweak for 64-bitallness.
10643     Branch: cfgperl
10644	   ! hints/solaris_2.sh
10645____________________________________________________________________________
10646[  5352] By: jhi                                   on 2000/02/29  15:35:13
10647        Log: Too many 64-bitness option combinations.
10648     Branch: cfgperl
10649	   ! Configure config_h.SH
10650     Branch: metaconfig/U/perl
10651	   ! use64bits.U
10652____________________________________________________________________________
10653[  5351] By: gsar                                  on 2000/02/29  15:31:56
10654        Log: more adjustments needed for change#5342 under use5005threads
10655     Branch: perl
10656	   ! ext/Thread/Thread.xs perl.c perl.h
10657____________________________________________________________________________
10658[  5350] By: jhi                                   on 2000/02/29  15:24:59
10659        Log: Integrate with Sarathy.
10660     Branch: cfgperl
10661	  +> pod/perlboot.pod
10662	  !> (integrate 40 files)
10663____________________________________________________________________________
10664[  5349] By: gsar                                  on 2000/02/29  08:13:56
10665        Log: more m//s and $ vs \z fixups (from Greg Bacon)
10666     Branch: perl
10667	   ! lib/File/CheckTree.pm lib/File/Copy.pm lib/File/DosGlob.pm
10668	   ! lib/File/Path.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
10669	   ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10670	   ! lib/File/Spec/Win32.pm
10671____________________________________________________________________________
10672[  5348] By: gsar                                  on 2000/02/29  08:00:48
10673        Log: increase sleep to compensate for slow cpu (from Peter Haworth
10674             <pmh@edison.ioppublishing.com>)
10675     Branch: perl
10676	   ! t/io/pipe.t
10677____________________________________________________________________________
10678[  5347] By: gsar                                  on 2000/02/29  07:52:35
10679        Log: add OO tutorial for beginners (from Randal L. Schwartz
10680             <merlyn@stonehenge.com>)
10681     Branch: perl
10682	   + pod/perlboot.pod
10683	   ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
10684	   ! pod/perldelta.pod pod/perltoc.pod
10685____________________________________________________________________________
10686[  5346] By: gsar                                  on 2000/02/29  07:24:52
10687        Log: malloc bug fix and machten hints (from Dominic Dunlop
10688             <domo@computer.org>)
10689     Branch: perl
10690	   ! hints/machten.sh malloc.c
10691____________________________________________________________________________
10692[  5345] By: gsar                                  on 2000/02/29  06:32:56
10693        Log: integrate cfgperl contents into mainline
10694     Branch: perl
10695	  !> Configure MANIFEST config_h.SH ext/DynaLoader/dl_aix.xs
10696	  !> ext/DynaLoader/hints/aix.pl ext/File/Glob/Makefile.PL
10697	  !> hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
10698	  !> mg.c perl.h pod/perldelta.pod pod/perlop.pod pp.c sv.c
10699	  !> t/lib/ipc_sysv.t t/op/64bit.t t/op/misc.t t/op/numconvert.t
10700	  !> win32/config.bc win32/config.gc win32/config.vc
10701____________________________________________________________________________
10702[  5344] By: gsar                                  on 2000/02/29  06:25:33
10703        Log: export list tweak
10704     Branch: perl
10705	   ! makedef.pl
10706____________________________________________________________________________
10707[  5343] By: gsar                                  on 2000/02/29  06:01:22
10708        Log: various shenanigans in change#5342
10709     Branch: perl
10710	   ! makedef.pl thread.h util.c win32/Makefile win32/makefile.mk
10711	   ! win32/win32.h win32/win32thread.h
10712____________________________________________________________________________
10713[  5342] By: gsar                                  on 2000/02/29  04:53:00
10714        Log: support fetching current interpreter from TLS under useithreads
10715     Branch: perl
10716	   ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
10717	   ! objXSUB.h perl.c perl.h perlapi.h perlvars.h pod/perldelta.pod
10718	   ! proto.h sv.c thread.h util.c win32/perlhost.h win32/perllib.c
10719	   ! win32/win32.h win32/win32thread.c win32/win32thread.h
10720____________________________________________________________________________
10721[  5341] By: jhi                                   on 2000/02/29  03:26:11
10722        Log: Don't know how to do large files using gcc in HP-UX.
10723     Branch: cfgperl
10724	   ! hints/hpux.sh
10725____________________________________________________________________________
10726[  5340] By: jhi                                   on 2000/02/29  03:07:16
10727        Log: Added few more libs to scan.
10728     Branch: cfgperl
10729	   ! Configure config_h.SH
10730     Branch: metaconfig
10731	   ! U/modified/Myinit.U U/modified/libs.U
10732____________________________________________________________________________
10733[  5339] By: jhi                                   on 2000/02/29  01:37:43
10734        Log: Bigger warning on the changed behaviour of the unary ~.
10735     Branch: cfgperl
10736	   ! pod/perldelta.pod
10737____________________________________________________________________________
10738[  5338] By: jhi                                   on 2000/02/29  01:17:07
10739        Log: IRIX 64-bitness fixes.
10740     Branch: cfgperl
10741	   ! Configure config_h.SH hints/irix_6.sh
10742     Branch: metaconfig
10743	   ! U/modified/Cppsym.U
10744____________________________________________________________________________
10745[  5337] By: jhi                                   on 2000/02/29  00:59:08
10746        Log: Userfriendliness.
10747     Branch: cfgperl
10748	   ! Configure config_h.SH
10749     Branch: metaconfig/U/perl
10750	   ! use64bits.U
10751____________________________________________________________________________
10752[  5336] By: jhi                                   on 2000/02/29  00:53:51
10753        Log: Undo the sv_2pv() change of #5329, caused numconvert.t
10754             problems in IRIX 32-n32.
10755     Branch: cfgperl
10756	   ! sv.c
10757____________________________________________________________________________
10758[  5335] By: jhi                                   on 2000/02/29  00:22:37
10759        Log: Fixes for building on HP-UX using gcc from Daniel S. Lewart.
10760     Branch: cfgperl
10761	   ! Configure config_h.SH hints/hpux.sh
10762     Branch: metaconfig/U/perl
10763	   ! dlsrc.U
10764____________________________________________________________________________
10765[  5334] By: jhi                                   on 2000/02/28  23:59:59
10766        Log: Do not cast pointers into I32s.
10767     Branch: cfgperl
10768	   ! mg.c
10769____________________________________________________________________________
10770[  5333] By: jhi                                   on 2000/02/28  23:39:26
10771        Log: More AIX fixes from Steven Hirsch.
10772     Branch: cfgperl
10773	   ! Configure config_h.SH ext/DynaLoader/dl_aix.xs
10774	   ! ext/DynaLoader/hints/aix.pl hints/aix.sh
10775     Branch: metaconfig/U/perl
10776	   ! use64bits.U
10777____________________________________________________________________________
10778[  5332] By: jhi                                   on 2000/02/28  22:45:59
10779        Log: Detypo.
10780     Branch: cfgperl
10781	   ! hints/irix_6.sh
10782____________________________________________________________________________
10783[  5331] By: jhi                                   on 2000/02/28  22:23:36
10784        Log: Regularize the call-back units (and fix a bug in #5330).
10785     Branch: cfgperl
10786	   ! hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
10787____________________________________________________________________________
10788[  5330] By: jhi                                   on 2000/02/28  21:50:28
10789        Log: Don't be overeager to turn on 64-bitallness.
10790     Branch: cfgperl
10791	   ! hints/solaris_2.sh
10792____________________________________________________________________________
10793[  5329] By: jhi                                   on 2000/02/28  20:32:53
10794        Log: Lift the 32-bit straightjacket from bit ops;
10795             prefer IV/UV over NV in sv_2pv().
10796     Branch: cfgperl
10797	   ! pod/perldelta.pod pod/perlop.pod pp.c sv.c t/op/64bit.t
10798	   ! t/op/misc.t t/op/numconvert.t
10799____________________________________________________________________________
10800[  5328] By: jhi                                   on 2000/02/28  20:11:59
10801        Log: Do not add -Ae for gcc.
10802     Branch: cfgperl
10803	   ! hints/hpux.sh
10804____________________________________________________________________________
10805[  5327] By: jhi                                   on 2000/02/28  17:35:39
10806        Log: Use the vendor file(1).
10807     Branch: cfgperl
10808	   ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
10809____________________________________________________________________________
10810[  5326] By: jhi                                   on 2000/02/28  17:31:19
10811        Log: Put back madvise lost because of a typo.
10812     Branch: cfgperl
10813	   ! Configure config_h.SH perl.h win32/config.bc win32/config.gc
10814	   ! win32/config.vc
10815____________________________________________________________________________
10816[  5325] By: jhi                                   on 2000/02/28  16:44:32
10817        Log: Tweak HP-UX libraries.
10818     Branch: cfgperl
10819	   ! hints/hpux.sh
10820____________________________________________________________________________
10821[  5324] By: jhi                                   on 2000/02/28  16:37:43
10822        Log: Don't be overeager to turn on largefileness.
10823     Branch: cfgperl
10824	   ! hints/solaris_2.sh
10825____________________________________________________________________________
10826[  5323] By: jhi                                   on 2000/02/28  16:23:15
10827        Log: AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>
10828             The patch to File/Glob/Makefile.PL is inconvenient but at the
10829             moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn
10830             off the optimization ($self->{OPTIMIZE} = '') doesn't work,
10831             the file is processed by MakeMaker but OPTIMIZE ends up as -O
10832             in the resulting Makefile.  A MakeMaker bug?
10833     Branch: cfgperl
10834	   ! MANIFEST ext/DynaLoader/dl_aix.xs ext/File/Glob/Makefile.PL
10835	   ! hints/aix.sh t/lib/ipc_sysv.t
10836____________________________________________________________________________
10837[  5322] By: jhi                                   on 2000/02/28  16:17:33
10838        Log: Integrate with Sarathy.
10839     Branch: cfgperl
10840	  !> (integrate 45 files)
10841____________________________________________________________________________
10842[  5321] By: gsar                                  on 2000/02/28  10:13:03
10843        Log: avoid warnings in legacy code (from David Dyck)
10844     Branch: perl
10845	   ! lib/pwd.pl
10846____________________________________________________________________________
10847[  5320] By: gsar                                  on 2000/02/28  10:11:37
10848        Log: find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
10849     Branch: perl
10850	   ! x2p/find2perl.PL
10851____________________________________________________________________________
10852[  5319] By: gsar                                  on 2000/02/28  10:07:00
10853        Log: fix outdated URLs (from Michael G Schwern)
10854     Branch: perl
10855	   ! pod/perldelta.pod pod/perlfaq1.pod pod/perlfaq2.pod
10856	   ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
10857	   ! pod/perlfaq9.pod pod/perlmodinstall.pod pod/perlmodlib.pod
10858	   ! pod/perlopentut.pod pod/perlport.pod pod/perltoc.pod
10859	   ! pod/perlvar.pod pod/perlxs.pod
10860____________________________________________________________________________
10861[  5318] By: gsar                                  on 2000/02/28  10:04:57
10862        Log: update Changes, patchlevel etc.
10863     Branch: perl
10864	   ! Changes patchlevel.h win32/Makefile win32/config.bc
10865	   ! win32/config.gc win32/config.vc win32/config_H.bc
10866	   ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10867____________________________________________________________________________
10868[  5317] By: gsar                                  on 2000/02/28  09:39:47
10869        Log: make stringwise bitops work properly on utf8 strings
10870     Branch: perl
10871	   ! doop.c t/op/bop.t
10872____________________________________________________________________________
10873[  5316] By: gsar                                  on 2000/02/28  07:04:22
10874        Log: integrate cfgperl and vmsperl changes into mainline
10875     Branch: perl
10876	   ! Porting/makerel
10877	  !> Configure Makefile.SH config_h.SH configure.com
10878	  !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
10879	  !> hints/hpux.sh lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10880	  !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
10881	  !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm t/comp/script.t
10882	  !> t/io/openpid.t t/lib/cgi-html.t t/op/goto.t t/op/split.t
10883	  !> vms/descrip_mms.template vms/gen_shrfls.pl
10884	  !> vms/subconfigure.com vms/vms.c
10885____________________________________________________________________________
10886[  5315] By: jhi                                   on 2000/02/28  06:31:08
10887        Log: The search for static _s-suffixex libs was broken;
10888             add -L/lib/pa20_64 only iff there.
10889     Branch: cfgperl
10890	   ! Configure config_h.SH hints/hpux.sh
10891     Branch: metaconfig
10892	   ! U/modified/libs.U
10893____________________________________________________________________________
10894[  5314] By: jhi                                   on 2000/02/28  06:08:40
10895        Log: Even better use64bitall logic.
10896     Branch: cfgperl
10897	   ! Configure config_h.SH
10898     Branch: metaconfig/U/perl
10899	   ! use64bits.U uselfs.U
10900____________________________________________________________________________
10901[  5313] By: jhi                                   on 2000/02/28  05:47:27
10902        Log: Integrate with Sarathy.
10903     Branch: cfgperl
10904	  !> lib/File/Basename.pm lib/File/Find.pm lib/fields.pm
10905	  !> pod/perldelta.pod pod/perlfunc.pod pod/perlref.pod
10906	  !> t/lib/fields.t x2p/find2perl.PL
10907____________________________________________________________________________
10908[  5312] By: jhi                                   on 2000/02/28  05:09:31
10909        Log: Ask about use64bitall regardless of whether use64bitint is defined.
10910     Branch: cfgperl
10911	   ! Configure config_h.SH
10912     Branch: metaconfig/U/perl
10913	   ! use64bits.U
10914____________________________________________________________________________
10915[  5311] By: bailey                                on 2000/02/28  05:05:56
10916        Log: Integrate mainline
10917     Branch: vmsperl
10918	  !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
10919	  !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Basename.pm
10920	  !> lib/File/Find.pm lib/fields.pm op.c pod/perldelta.pod
10921	  !> pod/perlfaq5.pod pod/perlfunc.pod pod/perlop.pod
10922	  !> pod/perlref.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
10923	  !> regexec.c sv.c t/lib/fields.t t/pragma/locale.t
10924	  !> x2p/find2perl.PL
10925____________________________________________________________________________
10926[  5310] By: bailey                                on 2000/02/28  04:36:20
10927        Log: Revert File::Spec::Unix functions and keep VMS versions VMS-specific
10928     Branch: vmsperl
10929	   ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10930____________________________________________________________________________
10931[  5309] By: jhi                                   on 2000/02/28  04:17:36
10932        Log: The #5249 wasn't doing any good.
10933     Branch: cfgperl
10934	   ! Makefile.SH lib/ExtUtils/MM_Unix.pm
10935____________________________________________________________________________
10936[  5308] By: bailey                                on 2000/02/28  03:56:51
10937        Log: Repair typo -- conjunction of variable with text
10938     Branch: vmsperl
10939	   ! t/lib/cgi-html.t
10940____________________________________________________________________________
10941[  5307] By: jhi                                   on 2000/02/28  03:46:14
10942        Log: A less ambitious version of #5292.
10943     Branch: cfgperl
10944	   ! Makefile.SH
10945____________________________________________________________________________
10946[  5306] By: bailey                                on 2000/02/28  03:42:38
10947        Log: Defer inclusion of VMS-specific code to runtime
10948     Branch: vmsperl
10949	   ! t/io/openpid.t
10950____________________________________________________________________________
10951[  5305] By: jhi                                   on 2000/02/28  03:41:48
10952        Log: The #5292 was Not So Good Idea.
10953     Branch: cfgperl
10954	   ! Makefile.SH
10955____________________________________________________________________________
10956[  5304] By: bailey                                on 2000/02/28  02:57:14
10957        Log: Minor test updates to accomodate new subprocess invocation
10958     Branch: vmsperl
10959	   ! t/comp/script.t t/op/goto.t t/op/split.t
10960____________________________________________________________________________
10961[  5303] By: bailey                                on 2000/02/28  02:52:47
10962        Log: Missed bit of #5302 (case-sensitive symbols)
10963     Branch: vmsperl
10964	   ! lib/ExtUtils/Mksymlists.pm
10965____________________________________________________________________________
10966[  5302] By: bailey                                on 2000/02/28  02:51:00
10967        Log: Support case-sensitive symbols usage in linker
10968     Branch: vmsperl
10969	   ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
10970	   ! lib/ExtUtils/MM_VMS.pm vms/gen_shrfls.pl
10971____________________________________________________________________________
10972[  5301] By: bailey                                on 2000/02/28  02:46:47
10973        Log: Free $PARSE context after lookups
10974     Branch: vmsperl
10975	   ! vms/vms.c
10976____________________________________________________________________________
10977[  5300] By: bailey                                on 2000/02/28  02:43:56
10978        Log: Don't wait for subprocess to read final EOF
10979     Branch: vmsperl
10980	   ! vms/vms.c
10981____________________________________________________________________________
10982[  5299] By: bailey                                on 2000/02/28  00:44:45
10983        Log: Dan Sugalski's config/build changes to .660
10984     Branch: vmsperl
10985	   ! configure.com vms/descrip_mms.template vms/subconfigure.com
10986____________________________________________________________________________
10987[  5298] By: bailey                                on 2000/02/28  00:07:13
10988        Log: When testing CGI.pm, use its notion of CRLF
10989     Branch: vmsperl
10990	   ! t/lib/cgi-html.t
10991____________________________________________________________________________
10992[  5297] By: bailey                                on 2000/02/28  00:00:08
10993        Log: Quote command line args which need to be upper case
10994             Tell subprocess we're finished before waiting for it
10995     Branch: vmsperl
10996	   ! t/io/openpid.t
10997____________________________________________________________________________
10998[  5296] By: gsar                                  on 2000/02/28  00:00:05
10999        Log: m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
11000             these insidious errors in File::Basename, File::Find and find2perl
11001             (from Tom Christiansen)
11002
11003             TODO: many other modules need to be fixed as well!
11004     Branch: perl
11005	   ! lib/File/Basename.pm lib/File/Find.pm x2p/find2perl.PL
11006____________________________________________________________________________
11007[  5295] By: jhi                                   on 2000/02/27  23:18:40
11008        Log: Version number update.
11009     Branch: cfgperl
11010	   ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11011____________________________________________________________________________
11012[  5294] By: gsar                                  on 2000/02/27  22:27:46
11013        Log: typos in change#5293
11014     Branch: perl
11015	   ! lib/fields.pm
11016____________________________________________________________________________
11017[  5293] By: gsar                                  on 2000/02/27  21:57:40
11018        Log: support fields::new() and fields::phash() to create pseudo-hash
11019             objects and plain pseudo-hashes respectively (this avoids users
11020             from having to diddle %FIELDS directly); update documentation to
11021             suit (from original fields::phash() implementation by Peter
11022             Scott <Peter@PSDT.com>)
11023     Branch: perl
11024	   ! lib/fields.pm pod/perldelta.pod pod/perlfunc.pod
11025	   ! pod/perlref.pod t/lib/fields.t
11026____________________________________________________________________________
11027[  5292] By: jhi                                   on 2000/02/27  21:49:25
11028        Log: proto.h was mssing from the list of generated files;
11029             added rules to generate any single wanted file
11030             (a bunch of other files may also be generated
11031             at the same time, as before)
11032     Branch: cfgperl
11033	   ! Makefile.SH
11034____________________________________________________________________________
11035[  5291] By: jhi                                   on 2000/02/27  18:57:12
11036        Log: Integrate with Sarathy.
11037     Branch: cfgperl
11038	  !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
11039	  !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Spec/OS2.pm
11040	  !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
11041	  !> lib/File/Spec/Win32.pm op.c pod/perldelta.pod pod/perlfaq5.pod
11042	  !> pod/perlfunc.pod pod/perlop.pod pod/perlsec.pod
11043	  !> pod/perltodo.pod pp_sys.c sv.c vms/perlvms.pod vms/vms.c
11044____________________________________________________________________________
11045[  5290] By: gsar                                  on 2000/02/27  18:47:00
11046        Log: integrate cfgperl and vmsperl contents into mainline
11047     Branch: perl
11048	  !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
11049	  !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm regexec.c
11050	  !> t/pragma/locale.t vms/perlvms.pod vms/vms.c
11051____________________________________________________________________________
11052[  5289] By: gsar                                  on 2000/02/27  18:09:04
11053        Log: tweak change#5286 (we don't ever get to pp_glob() if we're using
11054             the internal glob())
11055     Branch: perl
11056	   ! pp_sys.c
11057____________________________________________________________________________
11058[  5288] By: gsar                                  on 2000/02/27  17:12:41
11059        Log: djgpp update (from Laszlo Molnar)
11060     Branch: perl
11061	   ! README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
11062	   ! hints/dos_djgpp.sh
11063____________________________________________________________________________
11064[  5287] By: gsar                                  on 2000/02/27  16:58:53
11065        Log: tweak comment about core glob()
11066     Branch: perl
11067	   ! ext/File/Glob/Glob.pm
11068____________________________________________________________________________
11069[  5286] By: gsar                                  on 2000/02/27  16:52:54
11070        Log: remove outdated info about csh and glob(); glob() need not fail
11071             when tainting anymore if using internal globbing
11072     Branch: perl
11073	   ! pod/perldelta.pod pod/perlfaq5.pod pod/perlfunc.pod
11074	   ! pod/perlop.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
11075____________________________________________________________________________
11076[  5285] By: gsar                                  on 2000/02/27  16:20:31
11077        Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory
11078             handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>
11079     Branch: perl
11080	   ! pp_sys.c
11081____________________________________________________________________________
11082[  5284] By: gsar                                  on 2000/02/27  14:31:24
11083        Log: avoid compiler warnings (from Dan Sugalski)
11084     Branch: perl
11085	   ! op.c sv.c
11086____________________________________________________________________________
11087[  5283] By: gsar                                  on 2000/02/27  14:21:16
11088        Log: propagate utf8ness in sv_setsv() (from Gisle Aas)
11089     Branch: perl
11090	   ! sv.c
11091____________________________________________________________________________
11092[  5282] By: bailey                                on 2000/02/27  05:07:08
11093        Log: Impose security constraints on lnm lookup only if tainting
11094     Branch: vmsperl
11095	   ! vms/vms.c
11096____________________________________________________________________________
11097[  5281] By: bailey                                on 2000/02/27  05:05:35
11098        Log: Add new File::Spec::VMS methods
11099             Don't add implicit device in VMS <-> Unix filespec translation
11100             Make File::Spec::Unix{rel2abs|abs2rel} OS-independent
11101     Branch: vmsperl
11102	   ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
11103	   ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm vms/vms.c
11104____________________________________________________________________________
11105[  5280] By: bailey                                on 2000/02/27  04:58:01
11106        Log: Accept filespecs as command verbs for subprocesses
11107     Branch: vmsperl
11108	   ! vms/perlvms.pod vms/vms.c
11109____________________________________________________________________________
11110[  5279] By: jhi                                   on 2000/02/27  04:01:53
11111        Log: Integrate with Sarathy.
11112     Branch: cfgperl
11113	  !> pp_hot.c
11114____________________________________________________________________________
11115[  5278] By: bailey                                on 2000/02/27  02:43:01
11116        Log: Resync with mainline again
11117     Branch: vmsperl
11118	  !> Makefile.SH README.vms configure.com lib/ExtUtils/MM_Unix.pm
11119	  !> lib/Pod/Checker.pm lib/Pod/InputObjects.pm
11120	  !> lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
11121	  !> lib/Pod/Usage.pm pod/perlfunc.pod pp_hot.c t/pod/poderrs.t
11122	  !> t/pod/poderrs.xr vms/descrip_mms.template vms/sockadapt.h
11123	  !> vms/subconfigure.com
11124____________________________________________________________________________
11125[  5277] By: jhi                                   on 2000/02/27  02:36:36
11126        Log: Fix locale case-ignorant matching bug reported in
11127
11128             From: gomar@md.media-web.de
11129             To: perl5-porters@perl.org
11130             Subject: [ID 20000223.005]
11131             Date: 23 Feb 2000 16:03:08 -0000
11132             Message-Id: <20000223160308.1830.qmail@md.media-web.de>
11133     Branch: cfgperl
11134	   ! regexec.c t/pragma/locale.t
11135____________________________________________________________________________
11136[  5276] By: gsar                                  on 2000/02/26  18:18:16
11137        Log: allow $fh->autoflush on globrefs, and thence autovivified filehandles
11138             (from Tom Christiansen)
11139     Branch: perl
11140	   ! pp_hot.c
11141____________________________________________________________________________
11142[  5275] By: jhi                                   on 2000/02/26  16:43:11
11143        Log: Integrate with Sarathy.
11144     Branch: cfgperl
11145	  !> (integrate 34 files)
11146____________________________________________________________________________
11147[  5274] By: gsar                                  on 2000/02/26  15:23:45
11148        Log: rework binmode() entry in perlfunc (from Martien Verbruggen
11149             <mgjv@comdyn.com.au>)
11150     Branch: perl
11151	   ! pod/perlfunc.pod
11152____________________________________________________________________________
11153[  5273] By: gsar                                  on 2000/02/26  15:04:54
11154        Log: PodParser v1.11 update (from Brad Appleton)
11155     Branch: perl
11156	   ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm
11157	   ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
11158	   ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
11159____________________________________________________________________________
11160[  5272] By: gsar                                  on 2000/02/26  14:48:24
11161        Log: add missing perl headers to perldepend action
11162     Branch: perl
11163	   ! lib/ExtUtils/MM_Unix.pm
11164____________________________________________________________________________
11165[  5271] By: gsar                                  on 2000/02/26  08:03:36
11166        Log: VMS patch (from Peter Prymmer)
11167     Branch: perl
11168	   ! Makefile.SH README.vms configure.com vms/descrip_mms.template
11169	   ! vms/sockadapt.h vms/subconfigure.com
11170____________________________________________________________________________
11171[  5270] By: gsar                                  on 2000/02/26  07:46:35
11172        Log: integrate vmsperl changes into mainline
11173     Branch: perl
11174	  !> av.c configure.com installperl lib/ExtUtils/MM_VMS.pm mg.h
11175	  !> pp_sys.c scope.c vms/vms.c vms/vmsish.h
11176____________________________________________________________________________
11177[  5269] By: bailey                                on 2000/02/26  07:04:55
11178        Log: Resync with mainline
11179     Branch: vmsperl
11180	  +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs
11181	  +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
11182	  +> ext/Sys/Hostname/Makefile.PL hints/darwin.sh lib/bytes.pm
11183	  +> lib/bytes_heavy.pl t/pragma/warn/9enabled
11184	   - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm lib/byte.pm
11185	   - lib/byte_heavy.pl lib/unicode/Eq/Latin1.pl
11186	   - lib/unicode/Eq/Unicode.pl
11187	  !> (integrate 323 files)
11188____________________________________________________________________________
11189[  5268] By: gsar                                  on 2000/02/26  06:50:04
11190        Log: reintroduce useithreads (accidentally deleted in change#5261)
11191     Branch: perl
11192	   ! win32/config.vc
11193____________________________________________________________________________
11194[  5266] By: gsar                                  on 2000/02/26  06:46:06
11195        Log: integrate cfgperl changes into mainline
11196     Branch: perl
11197	  +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs hints/darwin.sh
11198	   - ext/DynaLoader/dl_rhapsody.xs
11199	  !> (integrate 62 files)
11200____________________________________________________________________________
11201[  5265] By: gsar                                  on 2000/02/26  06:31:10
11202        Log: support for version vectors in UNIVERSAL::VERSION(), so that
11203             C<use Foo v1.2.3> etc., work; tests for the same
11204
11205             TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this
11206     Branch: perl
11207	   ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
11208	   ! t/comp/use.t toke.c universal.c
11209____________________________________________________________________________
11210[  5264] By: jhi                                   on 2000/02/26  04:14:15
11211        Log: Add libscheck for IRIX.
11212     Branch: cfgperl
11213	   ! hints/irix_6.sh
11214____________________________________________________________________________
11215[  5263] By: jhi                                   on 2000/02/26  03:40:47
11216        Log: Add libscheck for Solaris.
11217     Branch: cfgperl
11218	   ! hints/solaris_2.sh
11219____________________________________________________________________________
11220[  5262] By: jhi                                   on 2000/02/26  03:10:47
11221        Log: Rhapsody/Darwin patches from Wilfredo Sanchez.
11222     Branch: cfgperl
11223	   + ext/DynaLoader/dl_dyld.xs hints/darwin.sh
11224	   - ext/DynaLoader/dl_rhapsody.xs
11225	   ! Configure INSTALL MANIFEST Makefile.SH README.threads
11226	   ! config_h.SH hints/rhapsody.sh installperl pp_sys.c
11227     Branch: metaconfig
11228	   ! U/a_dvisory/multiarch.U
11229____________________________________________________________________________
11230[  5261] By: jhi                                   on 2000/02/26  02:48:23
11231        Log: Rename use64bits to use64bitint;
11232             rename usefull64bits to use64bitall.
11233     Branch: cfgperl
11234	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11235	   ! config_h.SH configure.com epoc/config.sh hints/aix.sh
11236	   ! hints/hpux.sh hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
11237	   ! hints/irix_6_0.sh hints/irix_6_1.sh hints/solaris_2.sh
11238	   ! myconfig.SH perl.c perl.h pod/perldelta.pod pod/perlfunc.pod
11239	   ! vms/subconfigure.com vos/config.def vos/config.h
11240	   ! vos/config_h.SH_orig win32/config.bc win32/config.gc
11241	   ! win32/config.vc win32/config_H.bc win32/config_H.gc
11242	   ! win32/config_H.vc
11243     Branch: metaconfig
11244	   ! U/a_dvisory/quadtype.U U/mksample U/modified/libpth.U
11245	   ! U/protos/socksizetype.U U/threads/archname.U
11246     Branch: metaconfig/U/perl
11247	   ! Extensions.U dbm64.U perlxv.U stdio64.U use64bits.U uselfs.U
11248	   ! usemorebits.U
11249____________________________________________________________________________
11250[  5260] By: jhi                                   on 2000/02/25  22:57:16
11251        Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
11252             To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
11253             Subject: [PATCH 5.5.660] cygwin port
11254             Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
11255     Branch: cfgperl
11256	   ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
11257____________________________________________________________________________
11258[  5259] By: jhi                                   on 2000/02/25  22:53:51
11259        Log: Configure nits; add socksizetype; add getfsstat for completeness;
11260             add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
11261             lands; regen Configure.
11262     Branch: cfgperl
11263	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11264	   ! config_h.SH doio.c epoc/config.sh perl.c pp_sys.c
11265	   ! vms/subconfigure.com vos/config.def win32/config.bc
11266	   ! win32/config.gc win32/config.vc win32/config_H.bc
11267	   ! win32/config_H.gc win32/config_H.vc
11268     Branch: metaconfig
11269	   + U/protos/socksizetype.U
11270     Branch: metaconfig/U/perl
11271	   + d_getfsstat.U
11272	   ! d_fstatfs.U fpossize.U use64bits.U uselfs.U
11273____________________________________________________________________________
11274[  5258] By: jhi                                   on 2000/02/25  21:04:17
11275        Log: Further fixes to malloc.c prototypes from Dominic Dunlop.
11276     Branch: cfgperl
11277	   ! malloc.c
11278____________________________________________________________________________
11279[  5257] By: jhi                                   on 2000/02/25  20:48:13
11280        Log: Integrate with Sarathy.
11281     Branch: cfgperl
11282	  !> embed.h embed.pl objXSUB.h op.c op.h perlapi.c pp_ctl.c
11283	  !> proto.h t/cmd/while.t
11284____________________________________________________________________________
11285[  5256] By: gsar                                  on 2000/02/25  20:04:37
11286        Log: fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
11287     Branch: perl
11288	   ! embed.h embed.pl objXSUB.h perlapi.c proto.h
11289____________________________________________________________________________
11290[  5255] By: gsar                                  on 2000/02/25  19:23:58
11291        Log: change#4849 wasn't restoring savestack correctly; make loops that have
11292             continue blocks recognizable at run time
11293     Branch: perl
11294	   ! op.c op.h pp_ctl.c t/cmd/while.t
11295____________________________________________________________________________
11296[  5254] By: jhi                                   on 2000/02/25  06:00:01
11297        Log: Integrate with Sarathy.
11298     Branch: cfgperl
11299	  !> ext/B/B.xs ext/B/B/C.pm lib/Pod/InputObjects.pm
11300	  !> lib/Pod/Parser.pm lib/Pod/Select.pm lib/Pod/Usage.pm
11301	  !> t/lib/filefind.t t/pod/poderrs.xr
11302____________________________________________________________________________
11303[  5253] By: jhi                                   on 2000/02/25  05:57:59
11304        Log: Megalopatch for Configure: Andy's new installation schemes;
11305             introduce usefull64bits, beautify and regularize the various
11306             type probes; introduce d_lseekproto.
11307     Branch: cfgperl
11308	   ! Configure INSTALL Policy_sh.SH config_h.SH perl.h
11309	   ! pod/perldelta.pod
11310     Branch: metaconfig
11311	   + U/installdirs/perl5.U U/installdirs/sitehtml1.U
11312	   + U/installdirs/sitehtml3.U U/installdirs/siteman1.U
11313	   + U/installdirs/siteman3.U U/installdirs/sitescript.U
11314	   + U/installdirs/vendorhtml1.U U/installdirs/vendorhtml3.U
11315	   + U/installdirs/vendorman1.U U/installdirs/vendorman3.U
11316	   + U/installdirs/vendorscript.U U/protos/d_lseekproto.U
11317	   - U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U
11318	   - U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
11319	   - U/installdirs/vendorscriptdir.U
11320	   ! U/compline/doublesize.U U/compline/ptrsize.U
11321	   ! U/installdirs/archlib.U U/installdirs/bin.U
11322	   ! U/installdirs/html1dir.U U/installdirs/html3dir.U
11323	   ! U/installdirs/inc_version_list.U U/installdirs/installprefix.U
11324	   ! U/installdirs/installstyle.U U/installdirs/instubperl.U
11325	   ! U/installdirs/localarch.U U/installdirs/locallib.U
11326	   ! U/installdirs/otherlibdirs.U U/installdirs/prefix.U
11327	   ! U/installdirs/privlib.U U/installdirs/scriptdir.U
11328	   ! U/installdirs/sitearch.U U/installdirs/sitebin.U
11329	   ! U/installdirs/sitelib.U U/installdirs/siteprefix.U
11330	   ! U/installdirs/vendorarch.U U/installdirs/vendorbin.U
11331	   ! U/installdirs/vendorlib.U U/installdirs/vendorprefix.U
11332	   ! U/modified/d_longdbl.U U/modified/d_longlong.U
11333	   ! U/typedefs/gidsize.U U/typedefs/lseektype.U
11334	   ! U/typedefs/uidsize.U
11335     Branch: metaconfig/U/perl
11336	   ! d_fpos64_t.U d_int64_t.U d_off64_t.U d_socklen_t.U fpossize.U
11337	   ! patchlevel.U use64bits.U uselfs.U usemultiplicity.U
11338____________________________________________________________________________
11339[  5252] By: gsar                                  on 2000/02/25  03:15:03
11340        Log: update PodParser to v1.10 (from Brad Appleton)
11341     Branch: perl
11342	   ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
11343	   ! lib/Pod/Usage.pm t/pod/poderrs.xr
11344____________________________________________________________________________
11345[  5251] By: gsar                                  on 2000/02/25  03:10:51
11346        Log: make File::Find tests tolerate case-insensitive systems (from
11347             Laszlo Molnar)
11348     Branch: perl
11349	   ! t/lib/filefind.t
11350____________________________________________________________________________
11351[  5250] By: gsar                                  on 2000/02/25  01:50:04
11352        Log: more Compiler tweaks for useithreads
11353     Branch: perl
11354	   ! ext/B/B.xs ext/B/B/C.pm
11355____________________________________________________________________________
11356[  5249] By: jhi                                   on 2000/02/25  00:17:53
11357        Log: Remove NFS temp files and Configure temp C files.
11358     Branch: cfgperl
11359	   ! Makefile.SH lib/ExtUtils/MM_Unix.pm
11360____________________________________________________________________________
11361[  5248] By: jhi                                   on 2000/02/24  23:57:49
11362        Log: In FreeBSD disable floating point exception handlers.
11363             As the comment says, this should be done in the hints.
11364
11365             From: dive <dive@ender.com>
11366             To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11367             cc: perl5-porters@perl.org
11368             Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers
11369             Date: Thu, 24 Feb 2000 15:54:24 -0800 (PST)
11370             Message-ID: <Pine.LNX.4.04.10002241552080.448-100000@dragon.ender.com>
11371     Branch: cfgperl
11372	   ! unixish.h
11373____________________________________________________________________________
11374[  5247] By: jhi                                   on 2000/02/24  23:46:27
11375        Log: From: Gisle Aas <gisle@aas.no>
11376             To: perl5-porters@perl.org
11377             Subject: [PATCH v5.5.660] More UTF8_MAXLEN fixes
11378             Date: 25 Feb 2000 00:24:53 +0100
11379             Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
11380     Branch: cfgperl
11381	   ! doop.c op.c perl.c pp.c regcomp.c regexec.c sv.c
11382____________________________________________________________________________
11383[  5246] By: jhi                                   on 2000/02/24  23:15:56
11384        Log: The op/stat.t patch in #5341 wasn't robust enough,
11385             it broke subtest 4 almost everywhere else.
11386     Branch: cfgperl
11387	   ! t/op/stat.t
11388____________________________________________________________________________
11389[  5245] By: jhi                                   on 2000/02/24  19:28:53
11390        Log: More VMS patches from Peter Prymmer.
11391     Branch: cfgperl
11392	   ! configure.com vms/subconfigure.com
11393____________________________________________________________________________
11394[  5244] By: jhi                                   on 2000/02/24  19:26:33
11395        Log: Largefileness in Solaris doesn't require long longs;
11396             use64bits enhancements; introduce usefull64bits.
11397     Branch: cfgperl
11398	   ! Configure config_h.SH hints/aix.sh hints/hpux.sh
11399	   ! hints/irix_6.sh hints/solaris_2.sh
11400     Branch: metaconfig
11401	   ! U/threads/archname.U
11402     Branch: metaconfig/U/perl
11403	   ! use64bits.U
11404____________________________________________________________________________
11405[  5243] By: jhi                                   on 2000/02/24  18:40:25
11406        Log: Tidy up the 64-bit (and socklen_t) type probing.
11407     Branch: cfgperl
11408	   ! Configure config_h.SH
11409     Branch: metaconfig
11410	   ! U/modified/d_longdbl.U U/modified/d_longlong.U
11411     Branch: metaconfig/U/perl
11412	   + d_fpos64_t.U d_off64_t.U
11413	   - io64.U
11414	   ! d_int64_t.U d_socklen_t.U
11415____________________________________________________________________________
11416[  5242] By: jhi                                   on 2000/02/24  18:09:49
11417        Log: Integrate with Sarathy.
11418     Branch: cfgperl
11419	  !> pod/perlop.pod
11420____________________________________________________________________________
11421[  5241] By: jhi                                   on 2000/02/24  18:00:49
11422        Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
11423             To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
11424             Subject: [PATCH 5.5.660] cygwin port
11425             Date: Thu, 24 Feb 2000 17:15:28 -0000
11426             Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>
11427     Branch: cfgperl
11428	   + cygwin/cygwin.c
11429	   ! MANIFEST Makefile.SH README.cygwin cygwin/Makefile.SHs
11430	   ! hints/cygwin.sh perl.c t/lib/glob-basic.t t/op/stat.t
11431____________________________________________________________________________
11432[  5240] By: jhi                                   on 2000/02/24  17:53:12
11433        Log: VMS patch from Peter Prymmer; use full_ar.
11434     Branch: cfgperl
11435	   ! vms/subconfigure.com
11436____________________________________________________________________________
11437[  5239] By: jhi                                   on 2000/02/24  17:46:45
11438        Log: MPE/ix patches from Mark Bixby.
11439     Branch: cfgperl
11440	   ! pp_sys.c t/io/pipe.t t/lib/glob-basic.t t/lib/io_poll.t
11441	   ! t/lib/io_sock.t t/op/die_exit.t t/op/exec.t t/op/fork.t
11442	   ! t/op/stat.t
11443____________________________________________________________________________
11444[  5238] By: jhi                                   on 2000/02/24  17:13:22
11445        Log: Get -lbind if available.  Add pointer to perldelta.pod/64-bit
11446             support to t/op/numconvert.t.
11447
11448             From: Lupe Christoph <lupe@lupe-christoph.de>
11449             To: perl5-porters@perl.org
11450             Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
11451             Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
11452             Message-Id: <200002241054.LAA06808@lupe-christoph.de>
11453     Branch: cfgperl
11454	   ! Configure config_h.SH t/op/numconvert.t
11455     Branch: metaconfig
11456	   ! U/modified/libs.U
11457____________________________________________________________________________
11458[  5237] By: jhi                                   on 2000/02/24  15:47:11
11459        Log: Remove more cruft from IO.
11460     Branch: cfgperl
11461	   ! ext/IO/IO.xs
11462____________________________________________________________________________
11463[  5236] By: jhi                                   on 2000/02/24  15:14:48
11464        Log: From: Hugo <hv@crypt.compulink.co.uk>
11465             To: perl5-porters@perl.org
11466             Subject: [PATCH 5.5.660] double EXPORT_OK in h2xs
11467             Date: Thu, 24 Feb 2000 13:24:10 +0000
11468             Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk>
11469     Branch: cfgperl
11470	   ! utils/h2xs.PL
11471____________________________________________________________________________
11472[  5235] By: jhi                                   on 2000/02/24  15:12:40
11473        Log: Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
11474             S_IROTH, S_IWOTH, S_IXOTH.
11475
11476             From: js@ddre.dk
11477             To: perl5-porters@perl.org
11478             Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
11479             Date: Thu, 24 Feb 2000 15:11:33 +0100
11480             Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>
11481     Branch: cfgperl
11482	   ! perl.h
11483____________________________________________________________________________
11484[  5234] By: gsar                                  on 2000/02/24  03:39:17
11485        Log: integrate cfgperl changes into mainline
11486     Branch: perl
11487	   - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
11488	   ! pod/perlop.pod
11489	  !> Configure MANIFEST Porting/Glossary Porting/config.sh
11490	  !> Porting/config_H config_h.SH configpm configure.com doio.c
11491	  !> ext/Fcntl/Fcntl.pm ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
11492	  !> ext/Sys/Hostname/Hostname.xs hints/dec_osf.sh hints/irix_6.sh
11493	  !> lib/unicode/mktables.PL malloc.c myconfig.SH pp_sys.c
11494	  !> t/op/64bit.t vms/descrip_mms.template vms/subconfigure.com
11495____________________________________________________________________________
11496[  5233] By: jhi                                   on 2000/02/24  01:31:38
11497        Log: VMS patch from Peter Prymmer.
11498     Branch: cfgperl
11499	   ! vms/subconfigure.com
11500____________________________________________________________________________
11501[  5232] By: jhi                                   on 2000/02/24  01:15:03
11502        Log: Detypo fpos64_t test.
11503     Branch: cfgperl
11504	   ! Configure config_h.SH
11505     Branch: metaconfig/U/perl
11506	   ! io64.U
11507____________________________________________________________________________
11508[  5231] By: jhi                                   on 2000/02/24  01:11:17
11509        Log: miscut'n'paste in #5230.
11510     Branch: cfgperl
11511	   ! Configure config_h.SH
11512     Branch: metaconfig/U/perl
11513	   ! d_int64_t.U
11514____________________________________________________________________________
11515[  5230] By: jhi                                   on 2000/02/24  01:02:05
11516        Log: The #5228 wasn't quite right + fix typos.
11517     Branch: cfgperl
11518	   ! Configure config_h.SH
11519     Branch: metaconfig
11520	   ! U/modified/d_longdbl.U U/modified/d_longlong.U
11521     Branch: metaconfig/U/perl
11522	   ! d_int64_t.U d_socklen_t.U io64.U
11523____________________________________________________________________________
11524[  5229] By: jhi                                   on 2000/02/24  00:40:01
11525        Log: Depickify the compiler (about unused and set but not used variables)
11526     Branch: cfgperl
11527	   ! hints/irix_6.sh
11528____________________________________________________________________________
11529[  5228] By: jhi                                   on 2000/02/24  00:34:35
11530        Log: Cosmetics.
11531     Branch: cfgperl
11532	   ! Configure config_h.SH
11533     Branch: metaconfig
11534	   ! U/modified/d_longdbl.U U/modified/d_longlong.U
11535     Branch: metaconfig/U/perl
11536	   ! d_int64_t.U d_socklen_t.U
11537____________________________________________________________________________
11538[  5227] By: jhi                                   on 2000/02/24  00:17:34
11539        Log: In IRIX <sys/mode.h> is something completely different.
11540
11541             From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
11542             To: perl5-porters@perl.org
11543             Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
11544             Date: Wed, 23 Feb 2000 10:55:08 +0100 (CST)
11545             Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
11546     Branch: cfgperl
11547	   ! hints/irix_6.sh
11548____________________________________________________________________________
11549[  5226] By: jhi                                   on 2000/02/23  20:39:28
11550        Log: Integrate with Sarathy.
11551     Branch: cfgperl
11552	  !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
11553	  !> t/comp/require.t t/op/ver.t toke.c
11554____________________________________________________________________________
11555[  5225] By: jhi                                   on 2000/02/23  20:35:58
11556        Log: From: Dominic Dunlop <domo@computer.org>
11557             To: perl5-porters@perl.org
11558             Cc: Gurusamy Sarathy <gsar@activestate.com>
11559             Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
11560             Date: Wed, 23 Feb 2000 21:23:44 +0100
11561             Message-Id: <v04220800b4d9f1bcee1a@[212.24.193.51]>
11562     Branch: cfgperl
11563	   ! malloc.c
11564____________________________________________________________________________
11565[  5224] By: jhi                                   on 2000/02/23  20:22:43
11566        Log: From: Dan Sugalski <dan@sidhe.org>
11567             To: perl5-porters@perl.org, vmsperl@perl.org
11568             Subject: [PATCH 5.5.660]VMS build patches
11569             Date: Wed, 23 Feb 2000 15:14:27 -0500
11570             Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48>
11571
11572             (the patch was mangled, had to be manually applied)
11573     Branch: cfgperl
11574	   ! configure.com vms/descrip_mms.template vms/subconfigure.com
11575____________________________________________________________________________
11576[  5223] By: jhi                                   on 2000/02/23  19:54:04
11577        Log: From: Dominic Dunlop <domo@computer.org>
11578             To: perl5-porters@perl.org
11579             Cc: Andy Dougherty <doughera@lafayette.edu>,
11580             Gurusamy Sarathy <gsar@activestate.com>
11581             Subject: [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
11582             Date: Wed, 23 Feb 2000 20:41:54 +0100
11583             Message-Id: <v04220800b4d9e48c51bb@[212.24.193.51]>
11584     Branch: cfgperl
11585	   ! Configure config_h.SH
11586     Branch: metaconfig
11587	   ! U/modified/Oldconfig.U U/modified/libs.U
11588     Branch: metaconfig/U/perl
11589	   ! dlsrc.U
11590____________________________________________________________________________
11591[  5222] By: jhi                                   on 2000/02/23  18:02:39
11592        Log: Remove &IO::EINPROGRESS now that IO uses Errno anyway
11593             (suggested by Graham Barr).
11594     Branch: cfgperl
11595	   ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
11596____________________________________________________________________________
11597[  5221] By: jhi                                   on 2000/02/23  16:00:29
11598        Log: Streamline #5218 even more.
11599     Branch: cfgperl
11600	   ! ext/IO/lib/IO/Socket.pm
11601____________________________________________________________________________
11602[  5220] By: gsar                                  on 2000/02/23  09:10:43
11603        Log: per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
11604             C<use 5.6.0> work as well; underscores are now permitted in v-strings
11605     Branch: perl
11606	   ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
11607	   ! t/comp/require.t t/op/ver.t toke.c
11608____________________________________________________________________________
11609[  5219] By: jhi                                   on 2000/02/23  04:24:54
11610        Log: Streamline #5218.
11611     Branch: cfgperl
11612	   ! ext/IO/lib/IO/Socket.pm
11613____________________________________________________________________________
11614[  5218] By: jhi                                   on 2000/02/23  02:08:19
11615        Log: Trying to connect to an already open socket may give EISCONN.
11616     Branch: cfgperl
11617	   ! ext/IO/lib/IO/Socket.pm
11618____________________________________________________________________________
11619[  5217] By: jhi                                   on 2000/02/22  23:54:51
11620        Log: Fix prototype conflicts with POSIX.pm.
11621     Branch: cfgperl
11622	   ! ext/Fcntl/Fcntl.pm
11623____________________________________________________________________________
11624[  5216] By: jhi                                   on 2000/02/22  22:27:19
11625        Log: See http://www.unicode.org/unicode/reports/tr15/
11626             for in-depth description of the problem.
11627     Branch: cfgperl
11628	   - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
11629	   ! MANIFEST lib/unicode/mktables.PL
11630____________________________________________________________________________
11631[  5215] By: jhi                                   on 2000/02/22  22:11:17
11632        Log: Add uselongdouble, regroup the use* more logically.
11633     Branch: cfgperl
11634	   ! myconfig.SH
11635____________________________________________________________________________
11636[  5214] By: jhi                                   on 2000/02/22  22:04:43
11637        Log: Integrate with Sarathy.
11638     Branch: cfgperl
11639	  !> malloc.c perl.c pod/perldelta.pod pod/perldiag.pod
11640	  !> pod/perlpod.pod pod/perlrun.pod toke.c utils/perldoc.PL
11641____________________________________________________________________________
11642[  5213] By: jhi                                   on 2000/02/22  22:03:26
11643        Log: Add socklen_t probe; Configure maintenance.
11644     Branch: cfgperl
11645	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11646	   ! config_h.SH doio.c ext/Sys/Hostname/Hostname.xs pp_sys.c
11647     Branch: metaconfig
11648	   ! U/a_dvisory/quadtype.U U/compline/alignbytes.U U/modified/cc.U
11649	   ! U/modified/libs.U
11650     Branch: metaconfig/U/perl
11651	   + d_int64_t.U d_socklen_t.U
11652	   - d_int64t.U
11653	   ! i_sysutsname.U
11654____________________________________________________________________________
11655[  5212] By: gsar                                  on 2000/02/22  21:46:45
11656        Log: make Perl's malloc work for allocations over 2GB (from Ilya
11657             Zakharevich)
11658     Branch: perl
11659	   ! malloc.c
11660____________________________________________________________________________
11661[  5211] By: gsar                                  on 2000/02/22  19:51:47
11662        Log: add -W and -X to -h output; fix other pod omissions
11663     Branch: perl
11664	   ! perl.c pod/perlrun.pod
11665____________________________________________________________________________
11666[  5210] By: gsar                                  on 2000/02/22  19:51:13
11667        Log: describe C<< ... >> in perlpod.pod (from Brad Appleton)
11668     Branch: perl
11669	   ! pod/perlpod.pod
11670____________________________________________________________________________
11671[  5209] By: jhi                                   on 2000/02/22  19:40:43
11672        Log: The subtests 28 and 31 were wrong.  Tightened also the similar
11673             tests nearby.
11674     Branch: cfgperl
11675	   ! t/op/64bit.t
11676____________________________________________________________________________
11677[  5208] By: gsar                                  on 2000/02/22  19:13:44
11678        Log: s/Activeware/ActiveState/
11679     Branch: perl
11680	   ! pod/perlrun.pod
11681____________________________________________________________________________
11682[  5207] By: jhi                                   on 2000/02/22  18:38:29
11683        Log: Perl version nit spotted by Spider Boardman.
11684     Branch: cfgperl
11685	   ! configpm
11686____________________________________________________________________________
11687[  5206] By: gsar                                  on 2000/02/22  17:50:44
11688        Log: change#5205 wasn't quite right; SvCUR() should be SvLEN()
11689     Branch: perl
11690	   ! toke.c
11691____________________________________________________________________________
11692[  5205] By: gsar                                  on 2000/02/22  17:36:26
11693        Log: fix memory overrun due to off-by-one in change#5192
11694     Branch: perl
11695	   ! toke.c
11696____________________________________________________________________________
11697[  5204] By: gsar                                  on 2000/02/22  17:10:39
11698        Log: sundry typos and such
11699     Branch: perl
11700	   ! pod/perldelta.pod pod/perldiag.pod utils/perldoc.PL
11701____________________________________________________________________________
11702[  5203] By: jhi                                   on 2000/02/22  17:10:22
11703        Log: Integrate with Sarathy.
11704     Branch: cfgperl
11705	  !> (integrate 56 files)
11706____________________________________________________________________________
11707[  5202] By: gsar                                  on 2000/02/22  16:48:58
11708        Log: remove vestiges of older attribute syntax
11709     Branch: perl
11710	   ! ext/attrs/attrs.pm pod/Win32.pod pod/perldelta.pod
11711	   ! pod/perlop.pod pod/perlthrtut.pod pod/perlvar.pod
11712____________________________________________________________________________
11713[  5201] By: jhi                                   on 2000/02/22  14:39:56
11714        Log: Configure nits spotted by Spider Boardman.
11715     Branch: cfgperl
11716	   ! Configure config_h.SH
11717     Branch: metaconfig
11718	   ! U/modified/libs.U
11719     Branch: metaconfig/U/perl
11720	   ! fpossize.U
11721____________________________________________________________________________
11722[  5200] By: jhi                                   on 2000/02/22  14:31:21
11723        Log: Tru64 V5.0 patches from Spider Boardman.
11724     Branch: cfgperl
11725	   ! hints/dec_osf.sh
11726
11727----------------
11728Version v5.5.660
11729----------------
11730
11731____________________________________________________________________________
11732[  5199] By: gsar                                  on 2000/02/22  11:29:28
11733        Log: beta2
11734     Branch: perl
11735	   ! Changes
11736____________________________________________________________________________
11737[  5198] By: gsar                                  on 2000/02/22  10:45:54
11738        Log: PodParser-1.093 update (from Brad Appleton's site)
11739     Branch: perl
11740	   ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
11741	   ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
11742	   ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
11743	   ! t/pod/special_seqs.t t/pod/special_seqs.xr
11744____________________________________________________________________________
11745[  5197] By: gsar                                  on 2000/02/22  10:24:13
11746        Log: integrate cfgperl contents into mainline, update Changes
11747     Branch: perl
11748	   ! Changes pod/perlhist.pod
11749	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11750	  !> config_h.SH hints/solaris_2.sh malloc.c perl.h
11751	  !> pod/perldelta.pod
11752____________________________________________________________________________
11753[  5196] By: gsar                                  on 2000/02/22  10:10:36
11754        Log: dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
11755     Branch: perl
11756	   ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
11757	   ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
11758	   ! t/lib/glob-taint.t t/lib/io_unix.t
11759____________________________________________________________________________
11760[  5195] By: gsar                                  on 2000/02/22  10:01:49
11761        Log: s/undef/NO_INIT/g in change#5183
11762     Branch: perl
11763	   ! lib/ExtUtils/xsubpp pod/perlxs.pod
11764____________________________________________________________________________
11765[  5194] By: gsar                                  on 2000/02/22  09:44:07
11766        Log: perlipc bug (spotted by Ben Low)
11767     Branch: perl
11768	   ! pod/perlipc.pod
11769____________________________________________________________________________
11770[  5193] By: gsar                                  on 2000/02/22  09:38:58
11771        Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
11772     Branch: perl
11773	   ! README.epoc epoc/config.sh epoc/createpkg.pl perl.c
11774____________________________________________________________________________
11775[  5192] By: gsar                                  on 2000/02/22  09:26:06
11776        Log: improvements for high-bit text literals (from Gisle Aas)
11777     Branch: perl
11778	   ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
11779	   ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c
11780____________________________________________________________________________
11781[  5191] By: gsar                                  on 2000/02/22  07:35:47
11782        Log: allow C<print v10>, $h{v13.10} etc.
11783     Branch: perl
11784	   ! t/op/ver.t toke.c
11785____________________________________________________________________________
11786[  5190] By: gsar                                  on 2000/02/22  05:35:27
11787        Log: adjust for lost fp precision in require version check
11788     Branch: perl
11789	   ! pp_ctl.c t/comp/require.t
11790____________________________________________________________________________
11791[  5189] By: jhi                                   on 2000/02/22  05:14:35
11792        Log: Check the alignment of long doubles if they are to be used;
11793             regen Configure.
11794     Branch: cfgperl
11795	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11796	   ! config_h.SH
11797     Branch: metaconfig
11798	   ! U/compline/alignbytes.U
11799____________________________________________________________________________
11800[  5188] By: gsar                                  on 2000/02/22  04:45:57
11801        Log: use same treatment for EINVAL as for ETIMEDOUT
11802     Branch: perl
11803	   ! ext/IO/lib/IO/Socket/INET.pm
11804____________________________________________________________________________
11805[  5187] By: gsar                                  on 2000/02/21  23:15:12
11806        Log: type mismatch
11807     Branch: perl
11808	   ! sv.c
11809____________________________________________________________________________
11810[  5186] By: gsar                                  on 2000/02/21  21:10:26
11811        Log: remove dual-valueness of v-strings (i.e., they are pure strings
11812             now); avoid the word "tuple" to describe strings represented as
11813             character ordinals; usurp $PERL_VERSION for $^V as suggested by
11814             Larry, deprecate $] ; adjust the documentation and testsuite
11815             accordingly
11816     Branch: perl
11817	   ! MANIFEST lib/English.pm op.c pod/perldelta.pod
11818	   ! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod
11819	   ! t/comp/require.t t/op/ver.t toke.c
11820____________________________________________________________________________
11821[  5185] By: jhi                                   on 2000/02/21  20:36:05
11822        Log: detypo
11823     Branch: cfgperl
11824	   ! perl.h
11825____________________________________________________________________________
11826[  5184] By: gsar                                  on 2000/02/21  18:37:38
11827        Log: clarify "use Module VERSION LIST" (from Robin Barker)
11828     Branch: perl
11829	   ! pod/perlfunc.pod
11830____________________________________________________________________________
11831[  5183] By: gsar                                  on 2000/02/21  18:31:42
11832        Log: allow optional XSUB parameters without being forced to use a
11833             default (from Hugo van der Sanden)
11834     Branch: perl
11835	   ! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod
11836____________________________________________________________________________
11837[  5182] By: jhi                                   on 2000/02/21  18:22:47
11838        Log: Add Solaris LP64 notes.
11839     Branch: cfgperl
11840	   ! hints/solaris_2.sh
11841____________________________________________________________________________
11842[  5181] By: gsar                                  on 2000/02/21  16:53:39
11843        Log: generalize "%v" format into a flag for any integral format type:
11844             "%vd", "%v#o", "%*vX", etc are allowed
11845     Branch: perl
11846	   ! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t
11847	   ! utils/perlbug.PL
11848____________________________________________________________________________
11849[  5180] By: gsar                                  on 2000/02/21  07:11:00
11850        Log: detypo
11851     Branch: perl
11852	   ! ext/B/B.xs
11853____________________________________________________________________________
11854[  5179] By: gsar                                  on 2000/02/21  07:08:38
11855        Log: undo accidental delete
11856     Branch: perl
11857	   ! ext/B/B.pm ext/B/B.xs
11858____________________________________________________________________________
11859[  5178] By: gsar                                  on 2000/02/21  07:02:16
11860        Log: get Compiler "working" under useithreads
11861     Branch: perl
11862	   ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
11863	   ! ext/B/B/Deparse.pm ext/B/B/Xref.pm
11864____________________________________________________________________________
11865[  5177] By: jhi                                   on 2000/02/21  03:16:24
11866        Log: Thou shalt not printf longs with %d.
11867     Branch: cfgperl
11868	   ! malloc.c
11869____________________________________________________________________________
11870[  5176] By: jhi                                   on 2000/02/21  01:37:35
11871        Log: Integrate with Sarathy.
11872     Branch: cfgperl
11873	  +> t/pragma/warn/9enabled
11874	  !> (integrate 63 files)
11875____________________________________________________________________________
11876[  5175] By: gsar                                  on 2000/02/21  00:25:00
11877        Log: misplaced braces
11878     Branch: perl
11879	   ! malloc.c
11880____________________________________________________________________________
11881[  5174] By: gsar                                  on 2000/02/21  00:09:16
11882        Log: more malloc.c tweaks for change#5070
11883     Branch: perl
11884	   ! malloc.c
11885____________________________________________________________________________
11886[  5173] By: gsar                                  on 2000/02/21  00:01:17
11887        Log: malloc.c fixups in change#5170 need to fetch thx pointer
11888     Branch: perl
11889	   ! malloc.c
11890____________________________________________________________________________
11891[  5172] By: gsar                                  on 2000/02/20  23:52:39
11892        Log: missing file in change#5170
11893     Branch: perl
11894	   + t/pragma/warn/9enabled
11895____________________________________________________________________________
11896[  5171] By: gsar                                  on 2000/02/20  23:49:17
11897        Log: skip conditionally defined symbols in change#5162
11898     Branch: perl
11899	   ! makedef.pl
11900____________________________________________________________________________
11901[  5170] By: gsar                                  on 2000/02/20  22:58:09
11902        Log: lexical warnings update, ability to inspect bitmask in calling
11903             scope, among other things (from Paul Marquess)
11904     Branch: perl
11905	   ! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod
11906	   ! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c
11907	   ! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op
11908	   ! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot
11909	   ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
11910	   ! t/pragma/warn/toke toke.c warnings.h warnings.pl
11911____________________________________________________________________________
11912[  5169] By: gsar                                  on 2000/02/20  22:22:28
11913        Log: windows fixes for virtualizing child std{in,out,err} handles,
11914             attempts to lock uninitialized critical section in files that
11915             were never explicitly opened (from Doug Lankshear)
11916     Branch: perl
11917	   ! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h
11918____________________________________________________________________________
11919[  5168] By: gsar                                  on 2000/02/20  20:19:11
11920        Log: update Changes, credits
11921     Branch: perl
11922	   ! Changes
11923____________________________________________________________________________
11924[  5167] By: gsar                                  on 2000/02/20  18:54:27
11925        Log: avoid reading out-of-bounds memory when matching against reference
11926     Branch: perl
11927	   ! regexec.c
11928____________________________________________________________________________
11929[  5166] By: gsar                                  on 2000/02/20  17:59:41
11930        Log: byte mode chop() should clear UTF8 (from Gisle Aas)
11931     Branch: perl
11932	   ! doop.c
11933____________________________________________________________________________
11934[  5165] By: gsar                                  on 2000/02/20  17:57:08
11935        Log: test fix needed by change#5164
11936     Branch: perl
11937	   ! t/pragma/warn/toke
11938____________________________________________________________________________
11939[  5164] By: gsar                                  on 2000/02/20  17:50:38
11940        Log: default mkdir() mode argument to 0777
11941     Branch: perl
11942	   ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
11943	   ! t/op/mkdir.t toke.c
11944____________________________________________________________________________
11945[  5163] By: gsar                                  on 2000/02/20  16:34:33
11946        Log: glob() takes one or no user arguments and a non-user-visible second
11947             hidden argument, fix its prototype-checking accordingly
11948     Branch: perl
11949	   ! op.c opcode.h opcode.pl
11950____________________________________________________________________________
11951[  5162] By: gsar                                  on 2000/02/20  16:07:38
11952        Log: make change#3386 a build-time option (avoids problems due to
11953             perl_run() longjmping out)
11954     Branch: perl
11955	   ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
11956	   ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
11957	   ! scope.h sv.c thrdvar.h util.c
11958____________________________________________________________________________
11959[  5161] By: gsar                                  on 2000/02/20  12:13:37
11960        Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
11961             modified to use Errno more portably)
11962     Branch: perl
11963	   ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
11964____________________________________________________________________________
11965[  5160] By: gsar                                  on 2000/02/20  11:53:28
11966        Log: mention portability caveat about C<use Errno 'EFOO'>
11967     Branch: perl
11968	   ! ext/Errno/Errno_pm.PL
11969____________________________________________________________________________
11970[  5159] By: gsar                                  on 2000/02/20  11:14:36
11971        Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
11972     Branch: perl
11973	   ! pod/perlvar.pod
11974____________________________________________________________________________
11975[  5158] By: gsar                                  on 2000/02/20  10:53:49
11976        Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
11977     Branch: perl
11978	   ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
11979	   ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
11980	   ! vms/descrip_mms.template
11981____________________________________________________________________________
11982[  5157] By: jhi                                   on 2000/02/19  20:29:26
11983        Log: Be explicit about what ops work with bt vectors.
11984             (And implicit about which don't.)
11985     Branch: cfgperl
11986	   ! pod/perldelta.pod
11987____________________________________________________________________________
11988[  5156] By: jhi                                   on 2000/02/19  18:38:14
11989        Log: Integrate with Sarathy.
11990     Branch: cfgperl
11991	  +> lib/bytes.pm lib/bytes_heavy.pl
11992	   - lib/byte.pm lib/byte_heavy.pl
11993	  !> (integrate 61 files)
11994____________________________________________________________________________
11995[  5155] By: gsar                                  on 2000/02/19  17:57:39
11996        Log: char vs U8 warnings
11997     Branch: perl
11998	   ! sv.c
11999____________________________________________________________________________
12000[  5154] By: gsar                                  on 2000/02/19  17:44:56
12001        Log: remove outdated caveat about C<while ($k = each %foo)> (from
12002             Hugo van der Sanden)
12003     Branch: perl
12004	   ! pod/perlfunc.pod
12005____________________________________________________________________________
12006[  5153] By: gsar                                  on 2000/02/19  17:41:41
12007        Log: tests, doc tweak (from Gisle Aas)
12008     Branch: perl
12009	   ! pod/perlfaq9.pod t/op/ord.t
12010____________________________________________________________________________
12011[  5152] By: gsar                                  on 2000/02/19  17:35:50
12012        Log: document behavior of splice(@ary) (from Gisle Aas)
12013     Branch: perl
12014	   ! pod/perlfunc.pod
12015____________________________________________________________________________
12016[  5151] By: gsar                                  on 2000/02/19  17:33:59
12017        Log: fix bug in backtracking optimizer (from Makoto Ishisone
12018             <ishisone@sra.co.jp>)
12019     Branch: perl
12020	   ! regexec.c t/op/pat.t
12021____________________________________________________________________________
12022[  5150] By: gsar                                  on 2000/02/19  17:33:05
12023        Log: more B fixups to cope with empty GVs (these can only happen in pads)
12024     Branch: perl
12025	   ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
12026____________________________________________________________________________
12027[  5149] By: gsar                                  on 2000/02/19  17:32:03
12028        Log: avoid compiler warnings
12029     Branch: perl
12030	   ! malloc.c perl.h
12031____________________________________________________________________________
12032[  5148] By: gsar                                  on 2000/02/19  17:18:09
12033        Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
12034     Branch: perl
12035	   ! lib/attributes.pm
12036____________________________________________________________________________
12037[  5147] By: gsar                                  on 2000/02/19  17:15:34
12038        Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
12039             for that)
12040     Branch: perl
12041	   ! ext/Errno/Errno_pm.PL
12042____________________________________________________________________________
12043[  5146] By: gsar                                  on 2000/02/19  16:18:46
12044        Log: integrate cfgperl contents into mainline
12045     Branch: perl
12046	  !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
12047	  !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
12048	  !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
12049	  !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
12050____________________________________________________________________________
12051[  5145] By: gsar                                  on 2000/02/19  16:10:37
12052        Log: POSIX::strftime gets the date wrong (from John Tobey
12053             <jtobey@epsilondev.com>)
12054     Branch: perl
12055	   ! ext/POSIX/POSIX.xs t/lib/posix.t
12056____________________________________________________________________________
12057[  5144] By: gsar                                  on 2000/02/19  16:02:40
12058        Log: don't blindly set bool=char on linux (from Andy Dougherty)
12059     Branch: perl
12060	   ! handy.h hints/linux.sh x2p/a2p.h
12061____________________________________________________________________________
12062[  5143] By: gsar                                  on 2000/02/19  15:54:04
12063        Log: some rearrangement of the includes for easier "microperl" build;
12064             add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
12065     Branch: perl
12066	   ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
12067____________________________________________________________________________
12068[  5142] By: gsar                                  on 2000/02/19  15:22:17
12069        Log: fixes for Pod::Html issues (from Wolfgang Laun
12070             <wolfgang.laun@chello.at>)
12071     Branch: perl
12072	   ! lib/Pod/Html.pm
12073____________________________________________________________________________
12074[  5141] By: gsar                                  on 2000/02/19  08:27:29
12075        Log: grammos (spotted by Tom Christiansen)
12076     Branch: perl
12077	   ! pod/perlfunc.pod
12078____________________________________________________________________________
12079[  5140] By: gsar                                  on 2000/02/19  08:17:04
12080        Log: various xsubpp enhancements that make it easier to use with
12081             C::Scan (from Ilya Zakharevich)
12082
12083             TODO: still needs documentation
12084     Branch: perl
12085	   ! lib/ExtUtils/xsubpp
12086____________________________________________________________________________
12087[  5139] By: gsar                                  on 2000/02/19  07:55:18
12088        Log: s/croak/Perl_croak/
12089     Branch: perl
12090	   ! sv.c
12091____________________________________________________________________________
12092[  5138] By: gsar                                  on 2000/02/19  07:51:39
12093        Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
12094     Branch: perl
12095	   ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
12096	   ! pp_hot.c proto.h sv.c toke.c
12097____________________________________________________________________________
12098[  5137] By: gsar                                  on 2000/02/19  07:42:12
12099        Log: set close-on-exec flag on sockets too, like we do for files
12100             and pipes
12101     Branch: perl
12102	   ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
12103____________________________________________________________________________
12104[  5136] By: gsar                                  on 2000/02/19  07:23:48
12105        Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
12106             permitted by change#5011 (from Gisle Aas)
12107     Branch: perl
12108	   ! pp.c utf8.c utf8.h
12109____________________________________________________________________________
12110[  5135] By: gsar                                  on 2000/02/19  06:53:13
12111        Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
12112     Branch: perl
12113	   ! lib/warnings.pm op.c warnings.h warnings.pl
12114____________________________________________________________________________
12115[  5134] By: gsar                                  on 2000/02/19  06:36:46
12116        Log: s/byte/bytes/g remnants
12117     Branch: perl
12118	   ! lib/bytes.pm lib/bytes_heavy.pl
12119____________________________________________________________________________
12120[  5133] By: gsar                                  on 2000/02/19  06:33:49
12121        Log: rename byte:: to bytes::
12122     Branch: perl
12123	  +> lib/bytes.pm lib/bytes_heavy.pl
12124	   - lib/byte.pm lib/byte_heavy.pl
12125	   ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
12126	   ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
12127	   ! t/lib/charnames.t t/op/ver.t
12128____________________________________________________________________________
12129[  5132] By: gsar                                  on 2000/02/19  05:58:42
12130        Log: English names for $^R and $^S
12131     Branch: perl
12132	   ! lib/English.pm pod/perlvar.pod
12133____________________________________________________________________________
12134[  5131] By: gsar                                  on 2000/02/19  05:44:20
12135        Log: rename "Probable precendence problem" diagnostic to "Bareword found
12136             in conditional" to better reflect the class of error (as suggested
12137             by Larry)
12138     Branch: perl
12139	   ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
12140____________________________________________________________________________
12141[  5130] By: gsar                                  on 2000/02/19  05:43:10
12142        Log: fix outdated info about PerlClinic and the bug-tracking system
12143     Branch: perl
12144	   ! pod/perlfaq2.pod pod/perltodo.pod
12145____________________________________________________________________________
12146[  5129] By: gsar                                  on 2000/02/19  04:14:19
12147        Log: some fixes for mingw32/GCC (SETERRNO() still appears to
12148             trash memory)
12149     Branch: perl
12150	   ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
12151	   ! win32/win32.h
12152____________________________________________________________________________
12153[  5128] By: gsar                                  on 2000/02/18  06:55:33
12154        Log: avoid $@-clearing sideeffect of require in Carp
12155     Branch: perl
12156	   ! lib/Carp.pm
12157____________________________________________________________________________
12158[  5127] By: gsar                                  on 2000/02/18  04:58:26
12159        Log: stronger testcase for change#5126
12160     Branch: perl
12161	   ! t/op/pat.t
12162____________________________________________________________________________
12163[  5126] By: gsar                                  on 2000/02/18  04:44:28
12164        Log: make /\S/ match the same things /[\S]/ matches; likewise for
12165             \D (from Rick Delaney <rick@consumercontact.com>)
12166     Branch: perl
12167	   ! regexec.c t/op/pat.t
12168____________________________________________________________________________
12169[  5125] By: gsar                                  on 2000/02/18  03:57:43
12170        Log: Compiler fixups from Jan Dubois
12171     Branch: perl
12172	   ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
12173____________________________________________________________________________
12174[  5124] By: jhi                                   on 2000/02/17  22:09:09
12175        Log: Take out the -Wl,-z as we have survice so far without.
12176     Branch: cfgperl
12177	   ! hints/hpux.sh
12178____________________________________________________________________________
12179[  5123] By: jhi                                   on 2000/02/17  18:40:17
12180        Log: Integrate with Sarathy.
12181     Branch: cfgperl
12182	  !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
12183____________________________________________________________________________
12184[  5122] By: gsar                                  on 2000/02/17  18:01:14
12185        Log: fix test that depends on op_dump() output
12186     Branch: perl
12187	   ! t/op/split.t
12188____________________________________________________________________________
12189[  5121] By: gsar                                  on 2000/02/17  17:55:18
12190        Log: op_dump() tweak
12191     Branch: perl
12192	   ! dump.c
12193____________________________________________________________________________
12194[  5120] By: jhi                                   on 2000/02/16  23:11:04
12195        Log: Regularize the use* questions, and replace
12196             "Configure *must* be run with -Duse..." with.
12197             "can be run".
12198     Branch: cfgperl
12199	   ! Configure config_h.SH
12200     Branch: metaconfig
12201	   ! U/threads/usethreads.U
12202     Branch: metaconfig/U/perl
12203	   ! use64bits.U uselfs.U uselongdbl.U uselonglong.U
12204	   ! usemultiplicity.U useperlio.U usesocks.U
12205____________________________________________________________________________
12206[  5119] By: jhi                                   on 2000/02/16  22:29:11
12207        Log: HP-UX 64-bitness/largefile fixes.
12208     Branch: cfgperl
12209	   ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
12210	   ! perl.h
12211     Branch: metaconfig
12212	   ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
12213     Branch: metaconfig/U/perl
12214	   ! Extensions.U
12215____________________________________________________________________________
12216[  5118] By: jhi                                   on 2000/02/16  19:47:51
12217        Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
12218             (tag :seek), add S_I constants (and functions) (tag :mode);
12219             refer only to the SEEK_ of Fcntl, not the ones from
12220             POSIX or IO::; add SHUT_ to Socket; get trigonometric
12221             functions from Math::Trig instead of POSIX.
12222     Branch: cfgperl
12223	   ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
12224	   ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
12225	   ! pod/perlopentut.pod t/lib/syslfs.t
12226     Branch: metaconfig/U/perl
12227	   + i_sysmode.U
12228____________________________________________________________________________
12229[  5117] By: gsar                                  on 2000/02/16  06:39:06
12230        Log: avoid warnings due to redefined NULL
12231     Branch: perl
12232	   ! ext/ODBM_File/ODBM_File.xs
12233____________________________________________________________________________
12234[  5116] By: gsar                                  on 2000/02/16  00:10:25
12235        Log: integrate cfgperl changes into mainline
12236     Branch: perl
12237	  !> Configure Makefile.SH Porting/Glossary Porting/config.sh
12238	  !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
12239	  !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
12240	  !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
12241____________________________________________________________________________
12242[  5115] By: jhi                                   on 2000/02/15  23:11:55
12243        Log: Probe for <sys/utsname.h>.
12244     Branch: cfgperl
12245	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12246	   ! config_h.SH ext/Sys/Hostname/Hostname.xs
12247     Branch: metaconfig/U/perl
12248	   + i_sysutsname.U
12249____________________________________________________________________________
12250[  5114] By: jhi                                   on 2000/02/15  22:59:59
12251        Log: Integrate with Sarathy.
12252     Branch: cfgperl
12253	  +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
12254	  +> ext/Sys/Hostname/Makefile.PL
12255	   - lib/Sys/Hostname.pm
12256	  !> (integrate 41 files)
12257____________________________________________________________________________
12258[  5113] By: gsar                                  on 2000/02/15  21:22:18
12259        Log: update Changes, patchlevel
12260     Branch: perl
12261	   ! Changes patchlevel.h win32/Makefile win32/config_H.bc
12262	   ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12263____________________________________________________________________________
12264[  5112] By: gsar                                  on 2000/02/15  20:57:12
12265        Log: fix change#5104 under useithreads
12266     Branch: perl
12267	   ! op.c
12268____________________________________________________________________________
12269[  5111] By: gsar                                  on 2000/02/15  20:45:10
12270        Log: export list tweak needed by change#5103
12271     Branch: perl
12272	   ! makedef.pl
12273____________________________________________________________________________
12274[  5110] By: gsar                                  on 2000/02/15  19:32:56
12275        Log: add XS version of Sys::Hostname (from Greg Bacon
12276             <gbacon@itsc.uah.edu>)
12277     Branch: perl
12278	   + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
12279	   + ext/Sys/Hostname/Makefile.PL
12280	   - lib/Sys/Hostname.pm
12281	   ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
12282	   ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
12283	   ! win32/makefile.mk
12284____________________________________________________________________________
12285[  5109] By: gsar                                  on 2000/02/15  18:35:28
12286        Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
12287             given undefined values (from Graham Barr <gbarr@pobox.com>)
12288     Branch: perl
12289	   ! universal.c
12290____________________________________________________________________________
12291[  5108] By: gsar                                  on 2000/02/15  18:25:05
12292        Log: avoid accidental #line directives (from Rick Delaney
12293             <rick@consumercontact.com>)
12294     Branch: perl
12295	   ! pod/perlsyn.pod toke.c
12296____________________________________________________________________________
12297[  5107] By: gsar                                  on 2000/02/15  18:04:31
12298        Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
12299     Branch: perl
12300	   ! perl.c
12301____________________________________________________________________________
12302[  5106] By: gsar                                  on 2000/02/15  18:02:17
12303        Log: incorrect docs about delete() (spotted by Martyn Pearce
12304             <martyn@inpharmatica.co.uk>)
12305     Branch: perl
12306	   ! pod/perldelta.pod pod/perlfunc.pod
12307____________________________________________________________________________
12308[  5105] By: gsar                                  on 2000/02/15  17:43:27
12309        Log: s/use vars/our/ (from Gisle Aas)
12310     Branch: perl
12311	   ! bytecode.pl
12312____________________________________________________________________________
12313[  5104] By: gsar                                  on 2000/02/15  17:42:06
12314        Log: optimize pseudohash slice in array slice at compile time (from
12315             John Tobey <jtobey@john-edwin-tobey.org>)
12316     Branch: perl
12317	   ! op.c t/lib/fields.t
12318____________________________________________________________________________
12319[  5103] By: gsar                                  on 2000/02/15  17:18:12
12320        Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
12321     Branch: perl
12322	   ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
12323	   ! perl.h perlapi.c proto.h vos/vos_dummies.c
12324____________________________________________________________________________
12325[  5102] By: gsar                                  on 2000/02/15  17:05:12
12326        Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
12327     Branch: perl
12328	   ! Todo-5.6 pod/perldata.pod pod/perlport.pod
12329____________________________________________________________________________
12330[  5101] By: gsar                                  on 2000/02/15  17:02:51
12331        Log: fix regen_headers target to make all the autogenerated files
12332             writable first
12333     Branch: perl
12334	   ! Makefile.SH
12335____________________________________________________________________________
12336[  5100] By: gsar                                  on 2000/02/15  16:41:53
12337        Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
12338             Ilya Zakharevich)
12339     Branch: perl
12340	   ! op.c t/op/lex_assign.t
12341____________________________________________________________________________
12342[  5099] By: gsar                                  on 2000/02/15  16:17:36
12343        Log: more complete File::Spec support for Mac and VMS, tests (from
12344             Barrie Slaymaker <barries@slaysys.com>)
12345     Branch: perl
12346	   ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
12347	   ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
12348____________________________________________________________________________
12349[  5098] By: gsar                                  on 2000/02/15  16:10:46
12350        Log: fix incompatibility with bison generated parser (from
12351             Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
12352     Branch: perl
12353	   ! toke.c
12354____________________________________________________________________________
12355[  5097] By: gsar                                  on 2000/02/15  16:07:17
12356        Log: propagate st_mode bits to group/other for Borland build
12357             (from Vadim Konovalov <vkonovalov@lucent.com>)
12358     Branch: perl
12359	   ! win32/win32.c
12360____________________________________________________________________________
12361[  5096] By: jhi                                   on 2000/02/15  14:22:23
12362        Log: Integrate with Sarathy.
12363     Branch: cfgperl
12364	  !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
12365____________________________________________________________________________
12366[  5095] By: jhi                                   on 2000/02/15  14:19:22
12367        Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
12368             easier just to drop the paranoid test.
12369     Branch: cfgperl
12370	   ! hints/aix.sh
12371____________________________________________________________________________
12372[  5094] By: gsar                                  on 2000/02/15  05:42:17
12373        Log: update exetype.pl tool
12374     Branch: perl
12375	   ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
12376____________________________________________________________________________
12377[  5093] By: jhi                                   on 2000/02/15  05:24:02
12378        Log: Integrate with Sarathy.
12379     Branch: cfgperl
12380	  !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
12381	  !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
12382	  !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
12383	  !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
12384____________________________________________________________________________
12385[  5092] By: jhi                                   on 2000/02/15  05:22:09
12386        Log: Unroll the libs scan thanks to HP-UX.
12387     Branch: cfgperl
12388	   ! Configure config_h.SH hints/hpux.sh
12389     Branch: metaconfig
12390	   ! U/modified/libpth.U U/modified/libs.U
12391     Branch: metaconfig/U/perl
12392	   ! Extensions.U dlsrc.U
12393____________________________________________________________________________
12394[  5091] By: gsar                                  on 2000/02/15  05:17:56
12395        Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
12396             safefree() rather than Safefree()
12397     Branch: perl
12398	   ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
12399	   ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
12400	   ! ext/SDBM_File/SDBM_File.xs
12401____________________________________________________________________________
12402[  5090] By: gsar                                  on 2000/02/15  04:54:17
12403        Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
12404             introduced XPVMG storage in arenas
12405     Branch: perl
12406	   ! sv.c
12407____________________________________________________________________________
12408[  5089] By: jhi                                   on 2000/02/15  00:41:36
12409        Log: AIX perl linkage tweakage.
12410     Branch: cfgperl
12411	   ! Makefile.SH
12412____________________________________________________________________________
12413[  5088] By: jhi                                   on 2000/02/15  00:07:06
12414        Log: abort instead of just promising.
12415     Branch: cfgperl
12416	   ! hints/aix.sh
12417____________________________________________________________________________
12418[  5087] By: jhi                                   on 2000/02/14  23:51:05
12419        Log: silly compilers don't know that croak() exits
12420             and complain about unitialized RETVALs
12421     Branch: cfgperl
12422	   ! ext/Sys/Syslog/Syslog.xs
12423____________________________________________________________________________
12424[  5086] By: jhi                                   on 2000/02/14  21:13:24
12425        Log: Add lseektype and lseeksize to myconfig.
12426     Branch: cfgperl
12427	   ! myconfig.SH
12428____________________________________________________________________________
12429[  5085] By: gsar                                  on 2000/02/14  18:51:11
12430        Log: avoid warnings
12431     Branch: perl
12432	   ! perl.c
12433____________________________________________________________________________
12434[  5084] By: gsar                                  on 2000/02/14  18:26:08
12435        Log: fix small interpreter leaks identified by Purify
12436     Branch: perl
12437	   ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
12438	   ! t/op/ord.t t/pragma/warnings.t
12439____________________________________________________________________________
12440[  5083] By: jhi                                   on 2000/02/14  17:50:52
12441        Log: Remove tagged core files.
12442     Branch: cfgperl
12443	   ! lib/ExtUtils/MM_Unix.pm
12444____________________________________________________________________________
12445[  5082] By: jhi                                   on 2000/02/14  17:41:07
12446        Log: Prefer full_ar.
12447     Branch: cfgperl
12448	   ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12449____________________________________________________________________________
12450[  5081] By: jhi                                   on 2000/02/14  17:20:32
12451        Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
12452     Branch: cfgperl
12453	   ! myconfig.SH
12454____________________________________________________________________________
12455[  5080] By: jhi                                   on 2000/02/14  15:33:03
12456        Log: Integrate with Sarathy.
12457     Branch: cfgperl
12458	  !> Porting/pumpkin.pod av.c malloc.c sv.c
12459____________________________________________________________________________
12460[  5079] By: gsar                                  on 2000/02/14  08:50:06
12461        Log: notes about running Purify
12462     Branch: perl
12463	   ! Porting/pumpkin.pod av.c sv.c
12464____________________________________________________________________________
12465[  5078] By: gsar                                  on 2000/02/14  07:27:21
12466        Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
12467     Branch: perl
12468	   ! malloc.c
12469____________________________________________________________________________
12470[  5077] By: gsar                                  on 2000/02/14  07:25:44
12471        Log: integrate cfgperl contents into mainline
12472     Branch: perl
12473	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12474	  !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
12475	  !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
12476	  !> vms/subconfigure.com vos/config.def vos/config.h
12477	  !> vos/config_h.SH_orig win32/config.bc win32/config.gc
12478	  !> win32/config.vc win32/config_H.bc win32/config_H.gc
12479	  !> win32/config_H.vc
12480____________________________________________________________________________
12481[  5076] By: jhi                                   on 2000/02/14  05:01:56
12482        Log: Integrate with Sarathy.
12483     Branch: cfgperl
12484	  !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
12485____________________________________________________________________________
12486[  5075] By: jhi                                   on 2000/02/14  04:56:52
12487        Log: Configure -A stopped processing of any further options.
12488     Branch: cfgperl
12489	   ! Configure config_h.SH
12490     Branch: metaconfig
12491	   ! U/modified/Options.U
12492____________________________________________________________________________
12493[  5074] By: gsar                                  on 2000/02/14  04:45:01
12494        Log: remove outdated -DPURIFY code--it reports bogus errors during global
12495             destruction since we actually depend on SVs being in arenas there
12496     Branch: perl
12497	   ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
12498____________________________________________________________________________
12499[  5073] By: jhi                                   on 2000/02/13  19:28:17
12500        Log: Integrate with Sarathy.
12501     Branch: cfgperl
12502	   - Todo-5.005
12503	  !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
12504	  !> util.c
12505____________________________________________________________________________
12506[  5072] By: gsar                                  on 2000/02/13  19:02:07
12507        Log: more purification (pp_require() could access free memory; vdie()
12508             could think message was random length when passed a null argument;
12509             utilize() didn't set up the hash for the method name leading to
12510             pp_method_named() accessing random state; PL_curpm wasn't zeroed
12511             properly)
12512     Branch: perl
12513	   ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
12514	   ! util.c
12515____________________________________________________________________________
12516[  5071] By: jhi                                   on 2000/02/12  19:59:35
12517        Log: uselonglong sits deep.
12518     Branch: cfgperl
12519	   ! Configure config_h.SH hints/solaris_2.sh
12520     Branch: metaconfig/U/perl
12521	   ! use64bits.U
12522____________________________________________________________________________
12523[  5070] By: jhi                                   on 2000/02/12  01:25:41
12524        Log: megalomaniac 64-bit update: most importantly,
12525             uselonglong is eradicated, only backward
12526             compatibility hooks in use64bits remain.
12527     Branch: cfgperl
12528	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12529	   ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
12530	   ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
12531	   ! vos/config.def vos/config.h vos/config_h.SH_orig
12532	   ! win32/config.bc win32/config.gc win32/config.vc
12533	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12534     Branch: metaconfig
12535	   ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
12536     Branch: metaconfig/U/perl
12537	   ! use64bits.U
12538____________________________________________________________________________
12539[  5069] By: jhi                                   on 2000/02/11  21:13:41
12540        Log: undo #5064 for now; there seems to be no good selection
12541             of flags to add the new option.
12542     Branch: cfgperl
12543	   ! hints/hpux.sh
12544____________________________________________________________________________
12545[  5068] By: jhi                                   on 2000/02/11  21:01:21
12546        Log: Guard against accidental long long use.
12547     Branch: cfgperl
12548	   ! perl.h
12549____________________________________________________________________________
12550[  5067] By: jhi                                   on 2000/02/11  19:50:32
12551        Log: logic fixes
12552     Branch: cfgperl
12553	   ! Configure config_h.SH
12554     Branch: metaconfig/U/perl
12555	   ! uselonglong.U
12556____________________________________________________________________________
12557[  5066] By: jhi                                   on 2000/02/11  19:32:30
12558        Log: Clarify 64-bit issues.
12559     Branch: cfgperl
12560	   ! pod/perldelta.pod
12561____________________________________________________________________________
12562[  5065] By: jhi                                   on 2000/02/11  18:13:29
12563        Log: Integrate with Sarathy.
12564     Branch: cfgperl
12565	  !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
12566	  !> toke.c
12567____________________________________________________________________________
12568[  5064] By: jhi                                   on 2000/02/11  18:11:47
12569        Log: Silence linker warnings about binary backward incompatibilities.
12570     Branch: cfgperl
12571	   ! hints/hpux.sh
12572____________________________________________________________________________
12573[  5063] By: gsar                                  on 2000/02/11  16:36:14
12574        Log: fix uninitialized memory reads found by purify
12575     Branch: perl
12576	   ! ext/Devel/Peek/Peek.xs regcomp.c
12577____________________________________________________________________________
12578[  5062] By: jhi                                   on 2000/02/11  00:11:39
12579        Log: de-fancify the largefiles hints
12580     Branch: cfgperl
12581	   ! hints/hpux.sh
12582____________________________________________________________________________
12583[  5061] By: gsar                                  on 2000/02/10  19:17:09
12584        Log: longstanding bug in parsing "require VERSION", could reallocate
12585             current line and not know it; exposed by change#5004; manifested
12586             as parse failure of C<{require 5.003}>
12587     Branch: perl
12588	   ! t/comp/require.t t/comp/use.t toke.c
12589____________________________________________________________________________
12590[  5060] By: jhi                                   on 2000/02/10  13:29:25
12591        Log: Integrate with Sarathy.
12592     Branch: cfgperl
12593	  !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
12594____________________________________________________________________________
12595[  5059] By: gsar                                  on 2000/02/10  06:21:21
12596        Log: make global symbol exports AIX-specific
12597     Branch: perl
12598	   ! makedef.pl
12599____________________________________________________________________________
12600[  5058] By: gsar                                  on 2000/02/10  06:16:57
12601        Log: integrate cfgperl contents into mainline
12602     Branch: perl
12603	  !> Configure Makefile.SH Porting/Glossary Porting/config.sh
12604	  !> Porting/config_H config_h.SH makedef.pl perl.h
12605	  !> vms/subconfigure.com vos/config.def win32/config.bc
12606	  !> win32/config.gc win32/config.vc win32/config_H.bc
12607	  !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
12608	  !> win32/config_sh.PL
12609____________________________________________________________________________
12610[  5057] By: gsar                                  on 2000/02/10  01:08:01
12611        Log: windows bugfixes for virtual directories under USE_ITHREADS:
12612             allows path mapping to unknown devices to work properly;
12613             special file names like CONOUT$ can be opened with sysopen()
12614             again
12615     Branch: perl
12616	   ! win32/vdir.h
12617____________________________________________________________________________
12618[  5056] By: gsar                                  on 2000/02/10  00:56:27
12619        Log: formline() could wipe out readonly-ness, freeing constants
12620             prematurely, or affect cloning of pad constants
12621     Branch: perl
12622	   ! pp_ctl.c t/op/write.t
12623____________________________________________________________________________
12624[  5055] By: jhi                                   on 2000/02/09  19:48:58
12625        Log: Regenerate Configure for I_SYSLOG.
12626     Branch: cfgperl
12627	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12628	   ! config_h.SH
12629____________________________________________________________________________
12630[  5054] By: jhi                                   on 2000/02/09  19:38:04
12631        Log: fix AIX and multiplicity problems
12632     Branch: cfgperl
12633	   ! Makefile.SH makedef.pl
12634____________________________________________________________________________
12635[  5053] By: bailey                                on 2000/02/09  10:58:11
12636        Log: remove redundant archcore directory prefix in installperl
12637     Branch: vmsperl
12638	   ! installperl
12639____________________________________________________________________________
12640[  5052] By: bailey                                on 2000/02/09  10:44:22
12641        Log: Work around prefixing bug in older DECC preprocessors
12642     Branch: vmsperl
12643	   ! vms/vms.c vms/vmsish.h
12644____________________________________________________________________________
12645[  5051] By: bailey                                on 2000/02/09  09:52:06
12646        Log: Eliminate unnecessary (and sometimes confounding) test for
12647             word boundary
12648     Branch: vmsperl
12649	   ! lib/ExtUtils/MM_VMS.pm
12650____________________________________________________________________________
12651[  5050] By: bailey                                on 2000/02/09  09:29:06
12652        Log: Minor fixes to assuage picky compilers (unsigned comparisons and
12653             alias rules lead to compilation warnings)
12654     Branch: vmsperl
12655	   ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
12656____________________________________________________________________________
12657[  5049] By: bailey                                on 2000/02/09  09:09:45
12658        Log: Resync with mainline
12659     Branch: vmsperl
12660	  +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
12661	  +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
12662	  +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
12663	  +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
12664	  +> vos/config.def vos/config.pl win32/bin/exetype.pl
12665	   - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
12666	   ! vms/subconfigure.com
12667	  !> (integrate 358 files)
12668____________________________________________________________________________
12669[  5048] By: jhi                                   on 2000/02/09  03:54:05
12670        Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
12671             (reported by Yitzchak Scott-Thoennes in p5p)
12672     Branch: cfgperl
12673	   ! Configure config_h.SH
12674     Branch: metaconfig
12675	   ! U/modified/Cppsym.U
12676____________________________________________________________________________
12677[  5047] By: jhi                                   on 2000/02/09  02:56:43
12678        Log: (fake) use of getcwd.
12679     Branch: cfgperl
12680	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12681	   ! config_h.SH perl.h
12682____________________________________________________________________________
12683[  5046] By: jhi                                   on 2000/02/09  02:22:50
12684        Log: lib scan fix
12685     Branch: cfgperl
12686	   ! Configure config_h.SH
12687     Branch: metaconfig
12688	   ! U/modified/libs.U
12689____________________________________________________________________________
12690[  5045] By: jhi                                   on 2000/02/09  02:17:34
12691        Log: Reintroduce #5019 via metaconfig.
12692     Branch: cfgperl
12693	   ! Configure config_h.SH
12694     Branch: metaconfig
12695	   ! U/installdirs/inc_version_list.U
12696____________________________________________________________________________
12697[  5044] By: jhi                                   on 2000/02/09  02:07:08
12698        Log: Add/restore probes for getcwd/mk*temp*/mmap.
12699     Branch: cfgperl
12700	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12701	   ! config_h.SH perl.h vms/subconfigure.com vos/config.def
12702	   ! win32/config.bc win32/config.gc win32/config.vc
12703	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12704	   ! win32/config_h.PL win32/config_sh.PL
12705     Branch: metaconfig
12706	   ! U/modified/d_mkstemp.U U/modified/libs.U
12707     Branch: metaconfig/U/perl
12708	   + d_mkdtemp.U d_mkstemps.U
12709____________________________________________________________________________
12710[  5043] By: jhi                                   on 2000/02/08  20:58:02
12711        Log: Integrate with Sarathy.
12712     Branch: cfgperl
12713	  +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
12714	  !> (integrate 110 files)
12715____________________________________________________________________________
12716[  5042] By: gsar                                  on 2000/02/08  20:32:12
12717        Log: avoid exiting just because we didn't scan for libm ('libs' may still
12718             have it, but we avoided scan for things in 'libs')
12719     Branch: perl
12720	   ! Configure
12721
12722----------------
12723Version v5.5.650
12724----------------
12725
12726____________________________________________________________________________
12727[  5041] By: gsar                                  on 2000/02/08  07:57:11
12728        Log: update Changes
12729     Branch: perl
12730	   ! Changes
12731____________________________________________________________________________
12732[  5040] By: gsar                                  on 2000/02/08  07:51:20
12733        Log: documentation patches (from Michael Schwern and Yitzchak
12734             Scott-Thoennes)
12735     Branch: perl
12736	   ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
12737____________________________________________________________________________
12738[  5039] By: gsar                                  on 2000/02/08  07:22:46
12739        Log: alias to $^V to $PERL_VERSION_TUPLE
12740     Branch: perl
12741	   ! lib/English.pm pod/perlvar.pod
12742____________________________________________________________________________
12743[  5038] By: gsar                                  on 2000/02/08  07:03:34
12744        Log: update Changes
12745     Branch: perl
12746	   ! Changes pod/perlhist.pod
12747____________________________________________________________________________
12748[  5037] By: gsar                                  on 2000/02/08  06:59:55
12749        Log: Windows has a somewhat different sitelib layout, and needs
12750             $sitelib/archname added as well
12751     Branch: perl
12752	   ! perl.c
12753____________________________________________________________________________
12754[  5036] By: gsar                                  on 2000/02/08  06:59:03
12755        Log: change#4987 appears to have broken libs scan for platforms that
12756             don't set ignore_versioned_solibs (Solaris is one of them); add
12757             derivative fix from the older logic for skipping versioned .so
12758             libs
12759     Branch: perl
12760	   ! Configure
12761____________________________________________________________________________
12762[  5035] By: gsar                                  on 2000/02/07  21:21:44
12763        Log: sprintf("%v"...) buffer resizing busted
12764     Branch: perl
12765	   ! sv.c
12766____________________________________________________________________________
12767[  5034] By: gsar                                  on 2000/02/07  19:16:21
12768        Log: update Changes
12769     Branch: perl
12770	   ! Changes pod/perlhist.pod
12771____________________________________________________________________________
12772[  5033] By: gsar                                  on 2000/02/07  19:01:08
12773        Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
12774             only when XX > 127
12775     Branch: perl
12776	   ! pp_hot.c toke.c
12777____________________________________________________________________________
12778[  5032] By: gsar                                  on 2000/02/07  18:25:31
12779        Log: add note about printf("%v",...)
12780     Branch: perl
12781	   ! pod/perldelta.pod
12782____________________________________________________________________________
12783[  5031] By: gsar                                  on 2000/02/07  18:18:43
12784        Log: update Changes
12785     Branch: perl
12786	   ! Changes Todo-5.6
12787____________________________________________________________________________
12788[  5030] By: gsar                                  on 2000/02/07  18:17:49
12789        Log: thinko in change#5029
12790     Branch: perl
12791	   ! gv.c
12792____________________________________________________________________________
12793[  5029] By: gsar                                  on 2000/02/07  17:49:58
12794        Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
12795             introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
12796     Branch: perl
12797	   ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
12798	   ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
12799	   ! win32/win32.h
12800____________________________________________________________________________
12801[  5028] By: gsar                                  on 2000/02/07  17:10:03
12802        Log: perlport updates (from Peter Prymmer)
12803     Branch: perl
12804	   ! pod/perlport.pod
12805____________________________________________________________________________
12806[  5027] By: gsar                                  on 2000/02/07  16:53:47
12807        Log: fix up Todo-5.6
12808     Branch: perl
12809	   ! Todo-5.6
12810____________________________________________________________________________
12811[  5026] By: gsar                                  on 2000/02/07  16:32:31
12812        Log: rename Todo-5.005 to Todo-5.6
12813     Branch: perl
12814	  +> Todo-5.6
12815	   - Todo-5.005
12816	   ! MANIFEST
12817____________________________________________________________________________
12818[  5025] By: gsar                                  on 2000/02/07  16:09:54
12819        Log: ${^Warnings} renamed to ${^WARNING_BITS}
12820     Branch: perl
12821	   ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
12822	   ! toke.c warnings.pl
12823____________________________________________________________________________
12824[  5024] By: gsar                                  on 2000/02/07  11:47:06
12825        Log: various Windows tweaks: make $^E a little less buggy by saving
12826             and restoring system error across TLS fetch; avoid needless
12827             copying of buffers
12828     Branch: perl
12829	   ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
12830	   ! win32/win32.h
12831____________________________________________________________________________
12832[  5023] By: gsar                                  on 2000/02/07  11:44:19
12833        Log: avoid MakeMaker setting $^W=1
12834     Branch: perl
12835	   ! lib/ExtUtils/MakeMaker.pm
12836____________________________________________________________________________
12837[  5022] By: gsar                                  on 2000/02/07  10:38:56
12838        Log: up to v5.5.650
12839     Branch: perl
12840	   ! Changes patchlevel.h win32/Makefile win32/config_H.bc
12841	   ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12842____________________________________________________________________________
12843[  5021] By: gsar                                  on 2000/02/07  10:10:31
12844        Log: mention threads status in pod
12845     Branch: perl
12846	   ! ext/Thread/Thread.pm
12847____________________________________________________________________________
12848[  5020] By: gsar                                  on 2000/02/07  09:57:46
12849        Log: tolerate NULL SITELIB_EXP
12850     Branch: perl
12851	   ! perl.c
12852____________________________________________________________________________
12853[  5019] By: gsar                                  on 2000/02/07  09:46:11
12854        Log: NULL-terminate PERL_INC_VERSION_LIST
12855     Branch: perl
12856	   ! Configure perl.c win32/config.bc win32/config.gc
12857	   ! win32/config.vc win32/config_H.bc win32/config_H.gc
12858	   ! win32/config_H.vc
12859____________________________________________________________________________
12860[  5018] By: gsar                                  on 2000/02/07  09:13:10
12861        Log: add compatible versions from $Config{inc_ver_list} to search
12862             paths automatically (from Tom Hughes <tom@compton.nu>)
12863     Branch: perl
12864	   ! lib/lib.pm perl.c
12865____________________________________________________________________________
12866[  5017] By: gsar                                  on 2000/02/07  08:58:56
12867        Log: makefiles now use exetype.pl to make wperl.exe
12868     Branch: perl
12869	   ! sv.c win32/Makefile win32/makefile.mk
12870____________________________________________________________________________
12871[  5016] By: gsar                                  on 2000/02/07  08:38:25
12872        Log: add exetype.pl (from Jan Dubois)
12873     Branch: perl
12874	   + win32/bin/exetype.pl
12875	   ! MANIFEST
12876____________________________________________________________________________
12877[  5015] By: gsar                                  on 2000/02/07  08:29:28
12878        Log: pod fixes (from Abigail and M J T Guy)
12879     Branch: perl
12880	   ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
12881	   ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
12882	   ! pod/perlport.pod pod/perlvar.pod
12883____________________________________________________________________________
12884[  5014] By: gsar                                  on 2000/02/07  07:09:08
12885        Log: clarify behavior of vec() when arguments are off the end of the
12886             string (from M J T Guy)
12887     Branch: perl
12888	   ! pod/perlfunc.pod
12889____________________________________________________________________________
12890[  5013] By: gsar                                  on 2000/02/07  07:08:15
12891        Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
12892             now return bytes all the way to 255, they will be transparently
12893             coerced (in future) to UTF-8 when they are used in operations
12894             involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
12895     Branch: perl
12896	   ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
12897	   ! pp.c sv.c
12898____________________________________________________________________________
12899[  5012] By: gsar                                  on 2000/02/07  06:36:33
12900        Log: partly revert change#4851, apparently POSIX::uname() may not be correct
12901             per strict reading of standard (says Tom Christiansen)
12902     Branch: perl
12903	   ! lib/Sys/Hostname.pm
12904____________________________________________________________________________
12905[  5011] By: gsar                                  on 2000/02/07  06:26:30
12906        Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
12907     Branch: perl
12908	   ! utf8.c utf8.h
12909____________________________________________________________________________
12910[  5010] By: gsar                                  on 2000/02/06  21:27:03
12911        Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
12912     Branch: perl
12913	   ! malloc.c
12914____________________________________________________________________________
12915[  5009] By: gsar                                  on 2000/02/06  20:45:30
12916        Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
12917             years (from Gisle Aas)
12918     Branch: perl
12919	   ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
12920	   ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
12921	   ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
12922	   ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
12923	   ! toke.c utf8.c utf8.h util.c util.h
12924____________________________________________________________________________
12925[  5008] By: gsar                                  on 2000/02/06  19:28:31
12926        Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
12927             <EFifer@sanwaint.com>)
12928     Branch: perl
12929	   ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
12930	   ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
12931	   ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
12932	   ! unixish.h util.c
12933____________________________________________________________________________
12934[  5007] By: gsar                                  on 2000/02/06  17:47:01
12935        Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
12936     Branch: perl
12937	   ! ext/POSIX/POSIX.pm
12938____________________________________________________________________________
12939[  5006] By: gsar                                  on 2000/02/06  17:28:35
12940        Log: integrate cfgperl contents into mainline
12941     Branch: perl
12942	  !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
12943	  !> perl.h pp_sys.c
12944____________________________________________________________________________
12945[  5005] By: gsar                                  on 2000/02/06  17:18:39
12946        Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
12947     Branch: perl
12948	   ! README.vos pod/perlport.pod vos/Changes vos/build.cm
12949	   ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
12950	   ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
12951	   ! vos/vos_dummies.c vos/vosish.h
12952____________________________________________________________________________
12953[  5004] By: gsar                                  on 2000/02/06  17:00:49
12954        Log: fix parse error on C<{ use strict }> and other constructs that
12955             make the parser reenter while LEX_KNOWNEXT is active
12956     Branch: perl
12957	   ! t/comp/use.t toke.c
12958____________________________________________________________________________
12959[  5003] By: gsar                                  on 2000/02/06  14:57:30
12960        Log: avoid -Bforcearchive on netbsd too
12961     Branch: perl
12962	   ! Changes hints/netbsd.sh
12963____________________________________________________________________________
12964[  5002] By: gsar                                  on 2000/02/06  14:45:17
12965        Log: revised notes about Pod::Parser & Co.
12966     Branch: perl
12967	   ! lib/Pod/Usage.pm pod/perldelta.pod
12968____________________________________________________________________________
12969[  5001] By: gsar                                  on 2000/02/06  14:02:43
12970        Log: fix description of obsolete diagnostic
12971     Branch: perl
12972	   ! pod/perldiag.pod
12973____________________________________________________________________________
12974[  5000] By: gsar                                  on 2000/02/06  13:59:58
12975        Log: allow "\x{12ab}" even without C<use utf8>
12976     Branch: perl
12977	   ! t/pragma/warn/toke toke.c
12978____________________________________________________________________________
12979[  4999] By: gsar                                  on 2000/02/06  13:58:31
12980        Log: make perlbug use new-style version numbers; improve compatibility
12981             (runs with perl 5.005); fix swapped old vs new version reporting
12982     Branch: perl
12983	   ! utils/perlbug.PL
12984____________________________________________________________________________
12985[  4998] By: gsar                                  on 2000/02/06  13:56:45
12986        Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
12987             fact); add tests for version tuples
12988     Branch: perl
12989	   + t/op/ver.t
12990	   ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
12991	   ! pod/perlop.pod sv.c toke.c
12992____________________________________________________________________________
12993[  4997] By: gsar                                  on 2000/02/04  21:40:08
12994        Log: change#4970 fallout for useithreads
12995     Branch: perl
12996	   ! sv.c
12997____________________________________________________________________________
12998[  4996] By: jhi                                   on 2000/02/04  20:09:00
12999        Log: Largefilify offsets of tied handles.
13000     Branch: cfgperl
13001	   ! pp_sys.c
13002____________________________________________________________________________
13003[  4995] By: jhi                                   on 2000/02/04  19:54:25
13004        Log: Sanity check for libraries scan.
13005     Branch: cfgperl
13006	   ! Configure config_h.SH
13007     Branch: metaconfig
13008	   ! U/modified/libs.U
13009____________________________________________________________________________
13010[  4994] By: jhi                                   on 2000/02/04  19:48:42
13011        Log: HP-UX largefileness doesn't like lseek being redeclared;
13012             no more USE_LONG_LONG.
13013     Branch: cfgperl
13014	   ! perl.h
13015____________________________________________________________________________
13016[  4993] By: jhi                                   on 2000/02/04  19:18:59
13017        Log: fix the description as much as possible; the whole
13018             separation into three different symbols lists is
13019             pretty broken now.
13020     Branch: metaconfig
13021	   ! U/modified/Cppsym.U
13022____________________________________________________________________________
13023[  4992] By: jhi                                   on 2000/02/04  19:13:10
13024        Log: Use <syslog.h>, not <sys/syslog.h>.
13025     Branch: cfgperl
13026	   ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
13027____________________________________________________________________________
13028[  4991] By: gsar                                  on 2000/02/04  19:11:07
13029        Log: dmake is on CPAN now
13030     Branch: perl
13031	   ! README.win32
13032____________________________________________________________________________
13033[  4990] By: jhi                                   on 2000/02/04  19:04:01
13034        Log: Re-introduce #4817 and #4964 wiped out by #4987.
13035     Branch: cfgperl
13036	   ! Configure config_h.SH
13037     Branch: metaconfig
13038	   ! U/threads/usethreads.U
13039     Branch: metaconfig/U/perl
13040	   ! patchlevel.U
13041____________________________________________________________________________
13042[  4989] By: jhi                                   on 2000/02/04  18:54:00
13043        Log: typo fix
13044     Branch: cfgperl
13045	   ! Configure config_h.SH
13046     Branch: metaconfig
13047	   ! U/modified/libs.U
13048____________________________________________________________________________
13049[  4988] By: jhi                                   on 2000/02/04  18:34:06
13050        Log: Integrate with Sarathy.
13051     Branch: cfgperl
13052	  +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
13053	  +> ext/Sys/Syslog/Syslog.xs
13054	   - lib/Sys/Syslog.pm
13055	  !> (integrate 37 files)
13056____________________________________________________________________________
13057[  4987] By: jhi                                   on 2000/02/04  18:31:05
13058        Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
13059             default is to use long long if available; various nits
13060             here and there; fixed to hpux 64-bitnes and largefileness.
13061     Branch: cfgperl
13062	   ! Configure config_h.SH hints/hpux.sh perl.h
13063     Branch: metaconfig
13064	   ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
13065	   ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
13066     Branch: metaconfig/U/perl
13067	   ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
13068	   ! usemultiplicity.U xs_apiversion.U
13069____________________________________________________________________________
13070[  4986] By: gsar                                  on 2000/02/04  17:26:37
13071        Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
13072     Branch: perl
13073	   ! sv.c
13074____________________________________________________________________________
13075[  4985] By: gsar                                  on 2000/02/04  16:43:49
13076        Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
13077     Branch: perl
13078	   ! ext/Devel/DProf/DProf.xs
13079____________________________________________________________________________
13080[  4984] By: gsar                                  on 2000/02/04  08:20:05
13081        Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
13082     Branch: perl
13083	   ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13084____________________________________________________________________________
13085[  4983] By: gsar                                  on 2000/02/04  08:00:38
13086        Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
13087     Branch: perl
13088	   ! hints/openbsd.sh
13089____________________________________________________________________________
13090[  4982] By: gsar                                  on 2000/02/04  07:54:04
13091        Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
13092     Branch: perl
13093	   ! lib/Pod/Parser.pm
13094____________________________________________________________________________
13095[  4981] By: gsar                                  on 2000/02/04  07:34:38
13096        Log: avoid assuming cc accepts -o switch (from Tom Hughes)
13097     Branch: perl
13098	   ! Makefile.SH
13099____________________________________________________________________________
13100[  4980] By: gsar                                  on 2000/02/04  07:29:59
13101        Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
13102     Branch: perl
13103	   + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
13104	   + ext/Sys/Syslog/Syslog.xs
13105	   - lib/Sys/Syslog.pm
13106	   ! MANIFEST pod/perldelta.pod
13107____________________________________________________________________________
13108[  4979] By: gsar                                  on 2000/02/04  07:13:19
13109        Log: pod updates (from David Adler, M J T Guy)
13110     Branch: perl
13111	   ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
13112____________________________________________________________________________
13113[  4978] By: gsar                                  on 2000/02/04  07:08:14
13114        Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
13115     Branch: perl
13116	   ! config_h.SH
13117____________________________________________________________________________
13118[  4977] By: gsar                                  on 2000/02/04  07:06:10
13119        Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
13120             with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
13121     Branch: perl
13122	   ! Makefile.SH
13123____________________________________________________________________________
13124[  4976] By: gsar                                  on 2000/02/04  06:33:43
13125        Log: VMS update (from Dan Sugalski and Peter Prymmer)
13126     Branch: perl
13127	   ! configure.com vms/descrip_mms.template vms/subconfigure.com
13128____________________________________________________________________________
13129[  4975] By: gsar                                  on 2000/02/04  05:51:14
13130        Log: patch to provide more informative names for evals and anonymous
13131             subroutines (from Ilya Zakharevich)
13132     Branch: perl
13133	   ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
13134	   ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
13135	   ! pod/perlvar.pod pp_ctl.c
13136____________________________________________________________________________
13137[  4974] By: gsar                                  on 2000/02/04  05:05:57
13138        Log: off-by-one in malloc.c (from Ilya Zakharevich)
13139     Branch: perl
13140	   ! malloc.c
13141____________________________________________________________________________
13142[  4973] By: gsar                                  on 2000/02/04  05:03:00
13143        Log: OS/2 build fixups from Ilya Zakharevich
13144     Branch: perl
13145	   ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
13146____________________________________________________________________________
13147[  4972] By: gsar                                  on 2000/02/04  04:58:57
13148        Log: avoid /* within comment
13149     Branch: perl
13150	   ! xsutils.c
13151____________________________________________________________________________
13152[  4971] By: gsar                                  on 2000/02/04  04:56:09
13153        Log: another HINT_BYTE victim
13154     Branch: perl
13155	   ! lib/charnames.pm
13156____________________________________________________________________________
13157[  4970] By: gsar                                  on 2000/02/04  04:45:13
13158        Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
13159     Branch: perl
13160	   ! op.c scope.c scope.h t/op/closure.t toke.c
13161____________________________________________________________________________
13162[  4969] By: gsar                                  on 2000/02/04  01:09:37
13163        Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
13164     Branch: perl
13165	   ! lib/byte.pm
13166____________________________________________________________________________
13167[  4968] By: jhi                                   on 2000/02/02  13:17:25
13168        Log: Integrate with Sarathy.
13169     Branch: cfgperl
13170	  +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
13171	   ! Configure
13172	  !> (integrate 29 files)
13173
13174----------------
13175Version v5.5.640
13176----------------
13177
13178____________________________________________________________________________
13179[  4967] By: gsar                                  on 2000/02/02  12:22:29
13180        Log: update makerel for new version format
13181     Branch: perl
13182	   ! Changes Porting/makerel
13183____________________________________________________________________________
13184[  4966] By: gsar                                  on 2000/02/02  11:42:03
13185        Log: workaround for undefined symbol
13186     Branch: perl
13187	   ! win32/win32.h
13188____________________________________________________________________________
13189[  4965] By: gsar                                  on 2000/02/02  11:19:19
13190        Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
13191             (from Eric Fifer <EFifer@sanwaint.com>)
13192     Branch: perl
13193	   ! pp_sys.c
13194____________________________________________________________________________
13195[  4964] By: gsar                                  on 2000/02/02  11:11:15
13196        Log: adjust notes on use5005threads
13197     Branch: perl
13198	   ! Configure INSTALL README.threads
13199____________________________________________________________________________
13200[  4963] By: gsar                                  on 2000/02/02  10:14:30
13201        Log: fix typo
13202     Branch: perl
13203	   ! Configure
13204____________________________________________________________________________
13205[  4962] By: gsar                                  on 2000/02/02  10:13:10
13206        Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
13207     Branch: perl
13208	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13209	  !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
13210____________________________________________________________________________
13211[  4961] By: gsar                                  on 2000/02/02  09:55:45
13212        Log: PodParser-1.092 update via CPAN (from Brad Appleton)
13213     Branch: perl
13214	   + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
13215	   ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
13216____________________________________________________________________________
13217[  4960] By: gsar                                  on 2000/02/02  08:22:31
13218        Log: replace misleading docs with a BUGS section
13219     Branch: perl
13220	   ! lib/English.pm
13221____________________________________________________________________________
13222[  4959] By: gsar                                  on 2000/02/02  08:16:17
13223        Log: remove FUD from perlfunc/use (from M J T Guy)
13224     Branch: perl
13225	   ! pod/perlfunc.pod
13226____________________________________________________________________________
13227[  4958] By: gsar                                  on 2000/02/02  08:13:04
13228        Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
13229             <cedric.auzanne@nist.gov>)
13230     Branch: perl
13231	   ! Changes lib/Benchmark.pm
13232____________________________________________________________________________
13233[  4957] By: gsar                                  on 2000/02/02  08:04:52
13234        Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
13235     Branch: perl
13236	   ! pp_hot.c
13237____________________________________________________________________________
13238[  4956] By: gsar                                  on 2000/02/02  08:02:57
13239        Log: flock() pod talks about "adding" in the sense of "or-ing"
13240     Branch: perl
13241	   ! pod/perlfunc.pod
13242____________________________________________________________________________
13243[  4955] By: gsar                                  on 2000/02/02  07:58:35
13244        Log: fixes for switching files in the debugger (from Ilya Zakharevich)
13245     Branch: perl
13246	   ! lib/perl5db.pl pod/perldebug.pod
13247____________________________________________________________________________
13248[  4954] By: gsar                                  on 2000/02/02  07:53:51
13249        Log: use warnings rather than fiddling with $^W (from Paul Marquess)
13250     Branch: perl
13251	   ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
13252	   ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
13253	   ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
13254	   ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
13255____________________________________________________________________________
13256[  4953] By: gsar                                  on 2000/02/02  07:40:33
13257        Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
13258     Branch: perl
13259	   ! hints/dynixptx.sh
13260____________________________________________________________________________
13261[  4952] By: gsar                                  on 2000/02/02  07:36:39
13262        Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
13263             Brad Appleton)
13264     Branch: perl
13265	   ! pod/perldelta.pod
13266____________________________________________________________________________
13267[  4951] By: gsar                                  on 2000/02/02  06:54:22
13268        Log: avoid mismatched type warnings
13269     Branch: perl
13270	   ! embed.pl perlapi.h
13271____________________________________________________________________________
13272[  4950] By: jhi                                   on 2000/02/02  06:49:10
13273        Log: Integrate with Sarathy.
13274     Branch: cfgperl
13275	  +> pod/perlunicode.pod
13276	  !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
13277	  !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
13278	  !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
13279	  !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
13280	  !> vms/descrip_mms.template warnings.pl
13281____________________________________________________________________________
13282[  4949] By: gsar                                  on 2000/02/02  06:41:17
13283        Log: fix broken abs2rel() (from Fran�ois Allard <franka@host.ott.igs.net>)
13284     Branch: perl
13285	   ! lib/File/Spec/Win32.pm
13286____________________________________________________________________________
13287[  4948] By: gsar                                  on 2000/02/02  06:30:41
13288        Log: makefile tweak
13289     Branch: perl
13290	   ! Makefile.SH
13291____________________________________________________________________________
13292[  4947] By: gsar                                  on 2000/02/02  06:27:43
13293        Log: future-proof unknown warning categories (from Greg Bacon
13294             <gbacon@cs.uah.edu>)
13295     Branch: perl
13296	   ! lib/warnings.pm t/pragma/warn/2use warnings.pl
13297____________________________________________________________________________
13298[  4946] By: gsar                                  on 2000/02/02  06:21:34
13299        Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
13300     Branch: perl
13301	   ! lib/Text/Tabs.pm
13302____________________________________________________________________________
13303[  4945] By: gsar                                  on 2000/02/02  06:03:04
13304        Log: more meaningful message on invalid pattern argument (from
13305             Kevin Meltzer <KMeltzer@USCO.com>)
13306     Branch: perl
13307	   ! utils/perldoc.PL
13308____________________________________________________________________________
13309[  4944] By: gsar                                  on 2000/02/02  05:43:49
13310        Log: XSLoader build patch for VMS (from Craig A. Berry
13311             <craig.berry@metamorgs.com>)
13312     Branch: perl
13313	   ! vms/descrip_mms.template
13314____________________________________________________________________________
13315[  4943] By: gsar                                  on 2000/02/02  03:40:49
13316        Log: reword some sections of perlunicode.pod
13317     Branch: perl
13318	   ! pod/perlunicode.pod
13319____________________________________________________________________________
13320[  4942] By: gsar                                  on 2000/02/01  21:02:01
13321        Log: AIX warning on undefined symbol
13322     Branch: perl
13323	   ! makedef.pl
13324____________________________________________________________________________
13325[  4941] By: gsar                                  on 2000/02/01  20:29:30
13326        Log: HINT_UTF8 is not propagated to the op tree anymore; add a
13327             perlunicode.pod that reflects changes to unicode support so far
13328     Branch: perl
13329	   + pod/perlunicode.pod
13330	   ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
13331	   ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
13332____________________________________________________________________________
13333[  4940] By: jhi                                   on 2000/02/01  12:22:30
13334        Log: Integrate with Sarathy.
13335     Branch: cfgperl
13336	  !> embed.pl embedvar.h global.sym gv.c intrpvar.h
13337	  !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
13338	  !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
13339	  !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
13340____________________________________________________________________________
13341[  4939] By: gsar                                  on 2000/02/01  08:52:16
13342        Log: export pregexec(), Tk uses it
13343     Branch: perl
13344	   ! embed.pl global.sym objXSUB.h perlapi.c
13345____________________________________________________________________________
13346[  4938] By: gsar                                  on 2000/02/01  04:00:09
13347        Log: mark literal utf8 in string literals properly
13348     Branch: perl
13349	   ! toke.c
13350____________________________________________________________________________
13351[  4937] By: gsar                                  on 2000/01/31  20:19:34
13352        Log: introduce $^U, a global bit to indicate whether system
13353             calls should using widechar APIs; chr and sprintf "%c" also
13354             follow this flag in the absense of "use byte"; "use utf8"
13355             sets $^U=1 (this appears kludgey)
13356     Branch: perl
13357	   ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
13358	   ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
13359	   ! t/lib/charnames.t win32/win32.h
13360____________________________________________________________________________
13361[  4936] By: jhi                                   on 2000/01/31  20:17:44
13362        Log: HP-UX (induced) fixes.
13363     Branch: cfgperl
13364	   ! Configure config_h.SH hints/hpux.sh
13365     Branch: metaconfig
13366	   ! U/modified/Oldconfig.U U/modified/libs.U
13367     Branch: metaconfig/U/perl
13368	   ! quadfio.U
13369____________________________________________________________________________
13370[  4935] By: jhi                                   on 2000/01/31  19:15:43
13371        Log: Cosmetics.
13372     Branch: metaconfig
13373	   ! U/compline/d_gconvert.U
13374____________________________________________________________________________
13375[  4934] By: jhi                                   on 2000/01/31  19:15:22
13376        Log: Cppsym saga continues.
13377     Branch: cfgperl
13378	   ! Configure config_h.SH
13379     Branch: metaconfig
13380	   ! U/modified/Cppsym.U
13381____________________________________________________________________________
13382[  4933] By: gsar                                  on 2000/01/31  18:45:07
13383        Log: !USING_WIDE() branch is busted in win32_stat()
13384     Branch: perl
13385	   ! win32/win32.c
13386____________________________________________________________________________
13387[  4932] By: jhi                                   on 2000/01/31  06:41:47
13388        Log: Reveal even more symbols.
13389     Branch: cfgperl
13390	   ! Configure config_h.SH
13391     Branch: metaconfig
13392	   ! U/modified/Cppsym.U
13393____________________________________________________________________________
13394[  4931] By: jhi                                   on 2000/01/31  06:21:41
13395        Log: Integrate with Sarathy.
13396     Branch: cfgperl
13397	   - lib/caller.pm
13398	  !> (integrate 29 files)
13399____________________________________________________________________________
13400[  4930] By: gsar                                  on 2000/01/31  04:57:42
13401        Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
13402             whether to use widechar semantics; lexer and RE engine continue
13403             to need "use utf8" to enable unicode awareness in literals
13404             and patterns (TODO: this needs to be fixed); $1 et al are marked
13405             SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
13406             it from the data is probably better)
13407     Branch: perl
13408	   ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
13409	   ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
13410	   ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
13411____________________________________________________________________________
13412[  4929] By: gsar                                  on 2000/01/31  04:17:09
13413        Log: remove caller.pm from change#3534 (flawed idea)
13414     Branch: perl
13415	   - lib/caller.pm
13416	   ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
13417____________________________________________________________________________
13418[  4928] By: gsar                                  on 2000/01/31  04:16:01
13419        Log: fix factual regression (-e doesn't create temporary files anymore)
13420     Branch: perl
13421	   ! pod/perlfilter.pod
13422____________________________________________________________________________
13423[  4927] By: gsar                                  on 2000/01/30  21:27:12
13424        Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
13425             document version tuples
13426     Branch: perl
13427	   ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
13428	   ! pod/perlvar.pod
13429____________________________________________________________________________
13430[  4926] By: gsar                                  on 2000/01/28  18:10:12
13431        Log: implement -follow option in find2perl (from Helmut Jarausch
13432             <jarausch@igpm.rwth-aachen.de>)
13433     Branch: perl
13434	   ! lib/File/Find.pm x2p/find2perl.PL
13435____________________________________________________________________________
13436[  4925] By: gsar                                  on 2000/01/28  18:03:28
13437        Log: document what chdir() without an argument does (from Mark-Jason
13438             Dominus <mjd@plover.com>)
13439     Branch: perl
13440	   ! pod/perlfunc.pod
13441____________________________________________________________________________
13442[  4924] By: gsar                                  on 2000/01/28  17:49:34
13443        Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
13444     Branch: perl
13445	   ! README.cygwin
13446____________________________________________________________________________
13447[  4923] By: gsar                                  on 2000/01/28  17:10:08
13448        Log: avoid leaking lexicals into program being debugged (from Ilya
13449             Zakharevich)
13450     Branch: perl
13451	   ! lib/perl5db.pl
13452____________________________________________________________________________
13453[  4922] By: gsar                                  on 2000/01/28  16:36:13
13454        Log: perldelta note about export list changes
13455     Branch: perl
13456	   ! Changes pod/perldelta.pod
13457____________________________________________________________________________
13458[  4921] By: gsar                                  on 2000/01/28  15:49:04
13459        Log: alias realpath() to abs_path() (from Tom Christiansen)
13460     Branch: perl
13461	   ! lib/Cwd.pm
13462____________________________________________________________________________
13463[  4920] By: jhi                                   on 2000/01/28  09:52:47
13464        Log: Cppsym fixup from Andy.
13465     Branch: cfgperl
13466	   ! Configure config_h.SH
13467     Branch: metaconfig
13468	   ! U/modified/Cppsym.U
13469____________________________________________________________________________
13470[  4919] By: jhi                                   on 2000/01/28  09:52:22
13471        Log: In HP-UX no largefiles if no 64 bits.
13472     Branch: cfgperl
13473	   ! hints/hpux.sh
13474____________________________________________________________________________
13475[  4918] By: jhi                                   on 2000/01/28  09:03:37
13476        Log: The #4880 was too eager, the $n test is useful too.
13477     Branch: cfgperl
13478	   ! lib/Benchmark.pm
13479____________________________________________________________________________
13480[  4917] By: jhi                                   on 2000/01/28  06:27:50
13481        Log: Integrate with Sarathy.
13482     Branch: cfgperl
13483	  +> pod/perlapi.pod pod/perlintern.pod
13484	  !> (integrate 39 files)
13485____________________________________________________________________________
13486[  4916] By: gsar                                  on 2000/01/28  05:29:37
13487        Log: more exported symbols needed for build on windows
13488     Branch: perl
13489	   ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
13490	   ! pod/perlintern.pod t/lib/thread.t win32/win32.c
13491____________________________________________________________________________
13492[  4915] By: gsar                                  on 2000/01/28  03:43:52
13493        Log: autogenerate API listing from comments in the source (from Benjamin
13494             Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
13495             flexible for better readability; add missing docs in sv.c; regenerate
13496             perltoc
13497     Branch: perl
13498	   + pod/perlapi.pod pod/perlintern.pod
13499	   ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
13500	   ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
13501	   ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
13502	   ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
13503	   ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
13504	   ! universal.c util.c
13505____________________________________________________________________________
13506[  4914] By: gsar                                  on 2000/01/27  19:43:35
13507        Log: document unimplemented status of forking pipe open() on windows
13508     Branch: perl
13509	   ! pod/perlfork.pod t/op/fork.t
13510____________________________________________________________________________
13511[  4913] By: jhi                                   on 2000/01/27  11:18:51
13512        Log: Integrate with Sarathy.
13513     Branch: cfgperl
13514	  !> (integrate 51 files)
13515____________________________________________________________________________
13516[  4912] By: jhi                                   on 2000/01/27  10:35:48
13517        Log: Cppsym update continues.
13518     Branch: cfgperl
13519	   ! Configure config_h.SH
13520     Branch: metaconfig
13521	   ! U/modified/Cppsym.U
13522____________________________________________________________________________
13523[  4911] By: gsar                                  on 2000/01/27  08:04:17
13524        Log: add missing flag in change#4892
13525     Branch: perl
13526	   ! win32/win32.c
13527____________________________________________________________________________
13528[  4910] By: gsar                                  on 2000/01/27  03:56:48
13529        Log: various pod nits identified by installhtml (all fixed except
13530             unresolved links)
13531     Branch: perl
13532	   ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
13533	   ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
13534	   ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
13535	   ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
13536	   ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
13537	   ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
13538____________________________________________________________________________
13539[  4909] By: gsar                                  on 2000/01/26  22:45:28
13540        Log: typo
13541     Branch: perl
13542	   ! Porting/p4desc
13543____________________________________________________________________________
13544[  4908] By: gsar                                  on 2000/01/26  22:41:18
13545        Log: update p4 tool
13546     Branch: perl
13547	   ! Porting/p4desc
13548____________________________________________________________________________
13549[  4907] By: gsar                                  on 2000/01/26  21:45:41
13550        Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
13551             and C<my $foo : a : b : c> are all valid (from Spider Boardman)
13552     Branch: perl
13553	   ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
13554	   ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
13555	   ! t/op/attrs.t toke.c
13556____________________________________________________________________________
13557[  4906] By: gsar                                  on 2000/01/26  20:16:39
13558        Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
13559     Branch: perl
13560	   ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
13561____________________________________________________________________________
13562[  4905] By: gsar                                  on 2000/01/26  19:10:26
13563        Log: s/STOP/CHECK/ blocks
13564     Branch: perl
13565	   ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
13566	   ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
13567	   ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
13568	   ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
13569	   ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
13570	   ! vms/perly_c.vms
13571____________________________________________________________________________
13572[  4904] By: jhi                                   on 2000/01/26  13:58:18
13573        Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
13574             of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
13575     Branch: cfgperl
13576	   ! ext/IO/IO.xs
13577____________________________________________________________________________
13578[  4903] By: jhi                                   on 2000/01/26  11:16:34
13579        Log: Continue cpp symbol update.
13580     Branch: cfgperl
13581	   ! Configure config_h.SH
13582     Branch: metaconfig
13583	   ! U/modified/Cppsym.U
13584____________________________________________________________________________
13585[  4902] By: gsar                                  on 2000/01/26  09:28:37
13586        Log: tweak exports list on Windows
13587     Branch: perl
13588	   ! makedef.pl t/op/fork.t win32/win32.h
13589____________________________________________________________________________
13590[  4901] By: jhi                                   on 2000/01/26  08:05:57
13591        Log: Integrate with Sarathy.
13592     Branch: cfgperl
13593	  !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
13594	  !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
13595	  !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
13596	  !> win32/win32.c win32/win32.h
13597____________________________________________________________________________
13598[  4900] By: jhi                                   on 2000/01/26  07:59:05
13599        Log: s/d_nvpresuv/d_nv_preserves_uv/;
13600             plus cosmetic change for #4899.
13601     Branch: cfgperl
13602	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13603	   ! config_h.SH
13604     Branch: metaconfig
13605	   ! U/modified/Cppsym.U
13606     Branch: metaconfig/U/perl
13607	   ! perlxv.U
13608____________________________________________________________________________
13609[  4899] By: jhi                                   on 2000/01/26  07:46:56
13610        Log: Update the scan of the cpp symbols.
13611     Branch: cfgperl
13612	   ! Configure config_h.SH
13613     Branch: metaconfig
13614	   ! U/modified/Cppsym.U
13615____________________________________________________________________________
13616[  4898] By: gsar                                  on 2000/01/26  04:49:45
13617        Log: allow '--' to terminate argument processing (suggested by
13618             Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
13619     Branch: perl
13620	   ! lib/Getopt/Std.pm
13621____________________________________________________________________________
13622[  4897] By: gsar                                  on 2000/01/26  02:42:38
13623        Log: change#3744 should have made grep more like map instead of the
13624             other way around
13625     Branch: perl
13626	   ! t/op/grep.t toke.c
13627____________________________________________________________________________
13628[  4896] By: gsar                                  on 2000/01/26  00:56:14
13629        Log: integrate cfgperl contents into mainline
13630     Branch: perl
13631	  +> vos/config.def vos/config.pl
13632	   ! Changes
13633	  !> Configure MANIFEST config_h.SH hints/unicosmk.sh
13634	  !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
13635	  !> vos/config.h vos/config_h.SH_orig
13636____________________________________________________________________________
13637[  4895] By: gsar                                  on 2000/01/26  00:45:45
13638        Log: fix parse failure of (my $foo : bar) and similar (from Spider
13639             Boardman)
13640     Branch: perl
13641	   ! toke.c
13642____________________________________________________________________________
13643[  4894] By: gsar                                  on 2000/01/26  00:33:53
13644        Log: avoid failure if directories already read by rmtree() are
13645             deleted by another process
13646     Branch: perl
13647	   ! lib/File/Path.pm
13648____________________________________________________________________________
13649[  4893] By: gsar                                  on 2000/01/25  23:19:18
13650        Log: typo in change#4892
13651     Branch: perl
13652	   ! win32/win32.c
13653____________________________________________________________________________
13654[  4892] By: gsar                                  on 2000/01/25  22:16:19
13655        Log: eliminate need for perl95.exe on Windows 9x by working around CRT
13656             bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
13657             to call the fixed version of open_osfhandle() only on Windows 9x;
13658             updated the makefiles and README.win32 to suit
13659     Branch: perl
13660	   ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
13661	   ! win32/win32.h
13662____________________________________________________________________________
13663[  4891] By: gsar                                  on 2000/01/25  20:22:01
13664        Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
13665     Branch: perl
13666	   ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
13667____________________________________________________________________________
13668[  4890] By: gsar                                  on 2000/01/25  19:21:17
13669        Log: update Makefile notes on the now deprecated USE_5005THREADS and
13670             USE_OBJECT
13671     Branch: perl
13672	   ! win32/Makefile win32/makefile.mk
13673____________________________________________________________________________
13674[  4889] By: jhi                                   on 2000/01/25  14:44:55
13675        Log: Misedit in #4888.
13676     Branch: cfgperl
13677	   ! pp.c
13678____________________________________________________________________________
13679[  4888] By: jhi                                   on 2000/01/25  14:38:59
13680        Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
13681             rash but it's the best move I can think of right now.
13682             UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
13683             but I think it did in the past.
13684             Removing the _CRAYMPP test fixes a legion of pack/unpack
13685             failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
13686             One subtest, t/lib/io_sock.t #14, is still failing.
13687     Branch: cfgperl
13688	   ! Configure config_h.SH hints/unicosmk.sh pp.c
13689     Branch: metaconfig
13690	   ! U/modified/Oldconfig.U
13691____________________________________________________________________________
13692[  4887] By: jhi                                   on 2000/01/25  06:13:14
13693        Log: Integrate with Sarathy.
13694     Branch: cfgperl
13695	  !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
13696	  !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
13697	  !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
13698	  !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
13699	  !> win32/perllib.c win32/win32.c win32/win32.h
13700____________________________________________________________________________
13701[  4886] By: gsar                                  on 2000/01/25  02:54:00
13702        Log: consistently use MAX_PATH+1 buffer sizes
13703     Branch: perl
13704	   ! win32/win32.c
13705____________________________________________________________________________
13706[  4885] By: gsar                                  on 2000/01/25  02:51:35
13707        Log: workaround for rename('x','X') bug in Windows NT
13708     Branch: perl
13709	   ! t/io/fs.t win32/win32.c
13710____________________________________________________________________________
13711[  4884] By: gsar                                  on 2000/01/25  01:32:57
13712        Log: windows build fixups from uniform DLL name change to perl56.dll
13713     Branch: perl
13714	   ! installperl makedef.pl win32/perllib.c
13715____________________________________________________________________________
13716[  4883] By: gsar                                  on 2000/01/25  01:31:27
13717        Log: more fixes for warnings from change#4840
13718     Branch: perl
13719	   ! lib/Pod/Html.pm
13720____________________________________________________________________________
13721[  4882] By: gsar                                  on 2000/01/24  15:35:12
13722        Log: assorted little nits
13723     Branch: perl
13724	   ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
13725	   ! win32/win32.c
13726____________________________________________________________________________
13727[  4881] By: gsar                                  on 2000/01/24  14:32:31
13728        Log: add new warnings to perldelta
13729     Branch: perl
13730	   ! Changes pod/perldelta.pod pod/perldiag.pod
13731____________________________________________________________________________
13732[  4880] By: jhi                                   on 2000/01/24  14:14:23
13733        Log: From: Stephane Payrard <properler@freesurf.fr>
13734             To: Gurusamy Sarathy <gsar@ActiveState.com>
13735             Cc: perl5-porters@perl.org
13736             Subject: <patch> avoid division by 0 in Benchmark.pm
13737             Date: Mon, 24 Jan 2000 16:15:38 +0100
13738             Message-ID: <20000124161538.A995@freesurf.fr>
13739     Branch: cfgperl
13740	   ! lib/Benchmark.pm
13741____________________________________________________________________________
13742[  4879] By: gsar                                  on 2000/01/24  14:14:20
13743        Log: force linkage of the function wrappers for globals in change#4878
13744     Branch: perl
13745	   ! embed.pl globals.c perlapi.h win32/win32.h
13746____________________________________________________________________________
13747[  4878] By: gsar                                  on 2000/01/24  13:04:45
13748        Log: enable function wrappers for access to globals under MULTIPLICITY
13749             (provides binary compatibility in the face of changes in interpreter
13750             structure)
13751     Branch: perl
13752	   ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
13753	   ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
13754____________________________________________________________________________
13755[  4877] By: jhi                                   on 2000/01/24  11:41:57
13756        Log: perlhist update.
13757     Branch: cfgperl
13758	   ! pod/perlhist.pod
13759____________________________________________________________________________
13760[  4876] By: jhi                                   on 2000/01/24  11:32:07
13761        Log: Updates on the large file support status.
13762     Branch: cfgperl
13763	   ! pod/perldelta.pod
13764____________________________________________________________________________
13765[  4875] By: jhi                                   on 2000/01/24  11:23:16
13766        Log: Integrate with Sarathy.
13767     Branch: cfgperl
13768	  !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
13769	  !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
13770	  !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
13771____________________________________________________________________________
13772[  4874] By: gsar                                  on 2000/01/24  10:43:03
13773        Log: fix typos; avoid use constant for lowercase constants (produces
13774             warnings now)
13775     Branch: perl
13776	   ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
13777	   ! lib/Shell.pm
13778____________________________________________________________________________
13779[  4873] By: gsar                                  on 2000/01/24  09:40:24
13780        Log: avoid warnings when there's no subs to autosplit
13781     Branch: perl
13782	   ! lib/AutoSplit.pm
13783____________________________________________________________________________
13784[  4872] By: jhi                                   on 2000/01/24  09:39:01
13785        Log: Create a tool for converting a config_h.SH into a VOS config.h.
13786     Branch: cfgperl
13787	   + vos/config.def vos/config.pl
13788	   ! MANIFEST vos/config.h vos/config_h.SH_orig
13789____________________________________________________________________________
13790[  4871] By: gsar                                  on 2000/01/24  09:15:20
13791        Log: typos in change#4623
13792     Branch: perl
13793	   ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
13794____________________________________________________________________________
13795[  4870] By: jhi                                   on 2000/01/24  06:43:19
13796        Log: Sync metaconfig units to comply with the typo fixes of #4869.
13797     Branch: cfgperl
13798	   ! Configure config_h.SH
13799     Branch: metaconfig
13800	   + U/modified/cf_email.U U/modified/so.U
13801     Branch: metaconfig/U/perl
13802	   ! dlsrc.U
13803____________________________________________________________________________
13804[  4869] By: jhi                                   on 2000/01/24  06:04:31
13805        Log: Integrate with Sarathy.
13806     Branch: cfgperl
13807	  +> t/pragma/diagnostics.t
13808	  !> (integrate 120 files)
13809____________________________________________________________________________
13810[  4868] By: gsar                                  on 2000/01/23  21:49:28
13811        Log: on windows, set seek position to end for files opened in append mode
13812             (improves compatibility with Unix, avoids buffering issues)
13813     Branch: perl
13814	   ! win32/win32.c
13815____________________________________________________________________________
13816[  4867] By: gsar                                  on 2000/01/23  21:19:31
13817        Log: change#4866 was flawed; revert and add better fix for warning
13818     Branch: perl
13819	   ! op.c op.h
13820____________________________________________________________________________
13821[  4866] By: gsar                                  on 2000/01/23  20:43:56
13822        Log: optimize away runtime code for our($foo) (also avoid warnings)
13823     Branch: perl
13824	   ! op.c
13825____________________________________________________________________________
13826[  4865] By: gsar                                  on 2000/01/23  13:17:18
13827        Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
13828     Branch: perl
13829	   ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13830	   ! ext/DB_File/DB_File.xs ext/DB_File/version.c
13831____________________________________________________________________________
13832[  4864] By: gsar                                  on 2000/01/23  13:12:31
13833        Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
13834             suggested by Dominic Dunlop <domo@computer.org>)
13835     Branch: perl
13836	   ! doio.c
13837____________________________________________________________________________
13838[  4863] By: gsar                                  on 2000/01/23  13:01:35
13839        Log: fix misclassified warnings
13840     Branch: perl
13841	   ! pod/perldiag.pod
13842____________________________________________________________________________
13843[  4862] By: gsar                                  on 2000/01/23  12:52:12
13844        Log: document bareword prototype incompatibility
13845     Branch: perl
13846	   ! pod/perldelta.pod pod/perlsub.pod
13847____________________________________________________________________________
13848[  4861] By: gsar                                  on 2000/01/23  12:32:25
13849        Log: faulty edit
13850     Branch: perl
13851	   ! lib/File/stat.pm
13852____________________________________________________________________________
13853[  4860] By: gsar                                  on 2000/01/23  12:23:48
13854        Log: s/use vars/our/g modules that aren't independently maintained on CPAN
13855     Branch: perl
13856	   ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
13857	   ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
13858	   ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
13859	   ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
13860	   ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
13861	   ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
13862	   ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
13863	   ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
13864	   ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
13865	   ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
13866	   ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
13867	   ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
13868	   ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
13869	   ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
13870	   ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
13871	   ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
13872	   ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
13873	   ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
13874	   ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
13875	   ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
13876	   ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
13877	   ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
13878	   ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
13879	   ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
13880	   ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
13881	   ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
13882____________________________________________________________________________
13883[  4859] By: gsar                                  on 2000/01/23  11:29:22
13884        Log: fix diagnostics to report "our" vs "my" correctly
13885     Branch: perl
13886	   ! op.c pod/perldiag.pod
13887____________________________________________________________________________
13888[  4858] By: gsar                                  on 2000/01/23  10:14:46
13889        Log: set api_version to 5.5.0 (binary compatibility needs to get tested
13890             more widely)
13891     Branch: perl
13892	   ! patchlevel.h
13893____________________________________________________________________________
13894[  4857] By: gsar                                  on 2000/01/23  10:04:03
13895        Log: disallow our($foo::bar)
13896     Branch: perl
13897	   ! pod/perldiag.pod toke.c
13898____________________________________________________________________________
13899[  4856] By: gsar                                  on 2000/01/23  09:50:54
13900        Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
13901     Branch: perl
13902	   ! utils/dprofpp.PL
13903____________________________________________________________________________
13904[  4855] By: gsar                                  on 2000/01/23  09:36:51
13905        Log: new test (from Michael G Schwern <schwern@pobox.com>)
13906     Branch: perl
13907	   + t/pragma/diagnostics.t
13908	   ! MANIFEST
13909____________________________________________________________________________
13910[  4854] By: gsar                                  on 2000/01/23  09:24:40
13911        Log: add PREREQ_PM to default template (suggested by Michael G Schwern
13912             <schwern@pobox.com>)
13913     Branch: perl
13914	   ! utils/h2xs.PL
13915____________________________________________________________________________
13916[  4853] By: gsar                                  on 2000/01/23  09:08:30
13917        Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
13918     Branch: perl
13919	   ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
13920____________________________________________________________________________
13921[  4852] By: gsar                                  on 2000/01/23  08:52:44
13922        Log: mark some extensions as "special versions" to avoid CPAN indexer
13923             confusion (from Ilya Zakharevich)
13924     Branch: perl
13925	   ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
13926____________________________________________________________________________
13927[  4851] By: gsar                                  on 2000/01/23  08:48:46
13928        Log: prefer POSIX::uname() rather than syscalls, which require attempting
13929             to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
13930     Branch: perl
13931	   ! lib/Sys/Hostname.pm
13932____________________________________________________________________________
13933[  4850] By: gsar                                  on 2000/01/23  08:36:43
13934        Log: integrate cfgperl contents into mainline
13935     Branch: perl
13936	  !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
13937	  !> Porting/config_H config_h.SH perl.h
13938____________________________________________________________________________
13939[  4849] By: gsar                                  on 2000/01/23  08:17:30
13940        Log: fix localization in while BLOCK when there is a continue BLOCK
13941             by introducing an explicit scope (c.f. change#4848)
13942     Branch: perl
13943	   ! op.c pp_ctl.c t/cmd/while.t
13944____________________________________________________________________________
13945[  4848] By: gsar                                  on 2000/01/23  06:43:51
13946        Log: fix scope cleanup when next jumps to a continue block; this is rather
13947             in the nature of a kludge; it doesn't fix the longstanding bug that
13948             makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
13949             instead of "1")
13950     Branch: perl
13951	   ! pp_ctl.c t/cmd/while.t
13952____________________________________________________________________________
13953[  4847] By: gsar                                  on 2000/01/23  04:47:25
13954        Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
13955             C<while (my $x = foo()) { my $x = bar(); }> etc.
13956     Branch: perl
13957	   ! op.c
13958____________________________________________________________________________
13959[  4846] By: gsar                                  on 2000/01/23  04:44:17
13960        Log: avoid warnings in change#4839
13961     Branch: perl
13962	   ! lib/Carp/Heavy.pm
13963____________________________________________________________________________
13964[  4845] By: gsar                                  on 2000/01/22  13:12:38
13965        Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
13966     Branch: perl
13967	   ! Changes Configure
13968____________________________________________________________________________
13969[  4844] By: gsar                                  on 2000/01/22  12:46:26
13970        Log: wrong category for exec() warning
13971     Branch: perl
13972	   ! op.c pod/perlop.pod
13973____________________________________________________________________________
13974[  4843] By: gsar                                  on 2000/01/22  12:42:40
13975        Log: fix line continuations in argument lists (from Helmut Jarausch)
13976     Branch: perl
13977	   ! lib/ExtUtils/xsubpp
13978____________________________________________________________________________
13979[  4842] By: gsar                                  on 2000/01/22  12:34:39
13980        Log: CGI.pm upgraded to v2.56 from CPAN
13981     Branch: perl
13982	   ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
13983	   ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
13984	   ! t/lib/cgi-html.t
13985____________________________________________________________________________
13986[  4841] By: gsar                                  on 2000/01/22  12:07:23
13987        Log: avoid warnings due to lack of forward declarations
13988     Branch: perl
13989	   ! lib/Pod/Html.pm
13990____________________________________________________________________________
13991[  4840] By: gsar                                  on 2000/01/22  12:04:30
13992        Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
13993             <wolfgang.laun@alcatel.at>)
13994     Branch: perl
13995	   ! lib/Pod/Html.pm
13996____________________________________________________________________________
13997[  4839] By: gsar                                  on 2000/01/22  11:57:24
13998        Log: better Carp reporting within subclassed modules (from Wolfgang Laun
13999             <wolfgang.laun@alcatel.at>)
14000     Branch: perl
14001	   ! lib/Carp/Heavy.pm pod/perldelta.pod
14002____________________________________________________________________________
14003[  4838] By: gsar                                  on 2000/01/22  10:53:06
14004        Log: truncate(FH) flushes FH before truncating it
14005     Branch: perl
14006	   ! pp_sys.c t/io/fs.t
14007____________________________________________________________________________
14008[  4837] By: gsar                                  on 2000/01/22  10:37:16
14009        Log: #line directives without a filename leave the file name as it was
14010             instead of setting it to the script name (from Andrew Pimlott
14011             <andrew@pimlott.ne.mediaone.net>)
14012     Branch: perl
14013	   ! toke.c
14014____________________________________________________________________________
14015[  4836] By: gsar                                  on 2000/01/22  10:06:53
14016        Log: add patch for printf-style format typechecks (from Robin Barker
14017             <rmb1@cise.npl.co.uk>); fixes for problems so identified
14018     Branch: perl
14019	   ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
14020	   ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
14021____________________________________________________________________________
14022[  4835] By: gsar                                  on 2000/01/22  08:42:52
14023        Log: From: John Tobey <jtobey@isay.com>
14024             Date: Thu, 16 Dec 1999 20:20:38 -0500
14025             Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
14026             Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
14027     Branch: perl
14028	   ! lib/base.pm lib/fields.pm t/lib/fields.t
14029____________________________________________________________________________
14030[  4834] By: gsar                                  on 2000/01/22  08:08:08
14031        Log: fix deeply nested closures that have no references to lexical in
14032             intervening subs
14033     Branch: perl
14034	   ! embed.h embed.pl op.c proto.h t/op/closure.t
14035____________________________________________________________________________
14036[  4833] By: gsar                                  on 2000/01/21  17:04:21
14037        Log: add $VERSION
14038     Branch: perl
14039	   ! lib/Text/Soundex.pm lib/Tie/Handle.pm
14040____________________________________________________________________________
14041[  4832] By: gsar                                  on 2000/01/21  16:49:09
14042        Log: fix bug in dumping self-referential scalars
14043     Branch: perl
14044	   ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
14045	   ! t/lib/dumper.t
14046____________________________________________________________________________
14047[  4831] By: jhi                                   on 2000/01/21  09:16:07
14048        Log: Integrate with Sarathy.
14049     Branch: cfgperl
14050	  +> t/op/exists_sub.t
14051	  !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
14052	  !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
14053	  !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
14054	  !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
14055	  !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
14056____________________________________________________________________________
14057[  4830] By: gsar                                  on 2000/01/21  04:28:08
14058        Log: patch to report warnings on bogus filehandles passed to flock(),
14059             more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
14060             (slightly modified)
14061     Branch: perl
14062	   ! embed.h embed.pl global.sym objXSUB.h perlapi.c
14063	   ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
14064	   ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
14065____________________________________________________________________________
14066[  4829] By: gsar                                  on 2000/01/21  03:43:46
14067        Log: typo fix
14068     Branch: perl
14069	   ! pod/perlop.pod
14070____________________________________________________________________________
14071[  4828] By: gsar                                  on 2000/01/21  03:32:31
14072        Log: notes about $^H and %^H from Ilya Zakharevich; substantial
14073             fixups of faulty facts and prose
14074     Branch: perl
14075	   ! pod/perlvar.pod
14076____________________________________________________________________________
14077[  4827] By: gsar                                  on 2000/01/21  01:45:51
14078        Log: support for C<exists &func> (from Spider Boardman)
14079     Branch: perl
14080	   + t/op/exists_sub.t
14081	   ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
14082	   ! pod/perlfunc.pod pp.c
14083____________________________________________________________________________
14084[  4826] By: gsar                                  on 2000/01/21  01:35:46
14085        Log: mention the fact that open(my $foo, ...) covers all handle
14086             constructors
14087     Branch: perl
14088	   ! pod/perldelta.pod
14089____________________________________________________________________________
14090[  4825] By: gsar                                  on 2000/01/21  01:03:34
14091        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14092             Date: Wed, 19 Jan 2000 15:05:11 -0500
14093             Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
14094             Subject: [PATCH 5.005_63] h2xs goof and a depessimization
14095     Branch: perl
14096	   ! utils/h2xs.PL
14097____________________________________________________________________________
14098[  4824] By: gsar                                  on 2000/01/20  19:14:26
14099        Log: INSTALL updates from Andy Dougherty
14100     Branch: perl
14101	   ! INSTALL
14102____________________________________________________________________________
14103[  4823] By: gsar                                  on 2000/01/20  08:40:13
14104        Log: sv_true() has a superfluous test
14105     Branch: perl
14106	   ! sv.c sv.h
14107____________________________________________________________________________
14108[  4822] By: bailey                                on 2000/01/20  02:03:35
14109        Log: Minor cosmetic updates
14110     Branch: vmsperl
14111	   ! configure.com
14112____________________________________________________________________________
14113[  4821] By: bailey                                on 2000/01/20  00:25:30
14114        Log: Quick integration of mainline changes to date
14115     Branch: vmsperl
14116	  +> (branch 74 files)
14117	   - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
14118	   - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
14119	   - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
14120	   - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
14121	   - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
14122	   - lib/warning.pm os2/POSIX.mkfifo warning.h
14123	  !> (integrate 462 files)
14124____________________________________________________________________________
14125[  4820] By: jhi                                   on 2000/01/19  22:46:42
14126        Log: More robust inc_version_list from Andy.
14127     Branch: cfgperl
14128	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14129	   ! config_h.SH
14130     Branch: metaconfig
14131	   ! U/installdirs/inc_version_list.U
14132____________________________________________________________________________
14133[  4819] By: jhi                                   on 2000/01/19  17:36:56
14134        Log: Add NV_PRESERVES_UV.
14135     Branch: cfgperl
14136	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14137	   ! config_h.SH perl.h
14138     Branch: metaconfig
14139	   ! U/protos/selecttype.U
14140     Branch: metaconfig/U/perl
14141	   - nvpresuv.U
14142	   ! perlxv.U
14143____________________________________________________________________________
14144[  4818] By: jhi                                   on 2000/01/19  08:13:05
14145        Log: Integrate with Sarathy.
14146     Branch: cfgperl
14147	  !> Changes Configure win32/config.bc win32/config.gc
14148	  !> win32/config.vc win32/config_H.bc win32/config_H.gc
14149	  !> win32/config_H.vc
14150____________________________________________________________________________
14151[  4817] By: gsar                                  on 2000/01/19  05:25:43
14152        Log: regen win32/config*
14153     Branch: perl
14154	   ! Configure win32/config.bc win32/config.gc win32/config.vc
14155	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14156____________________________________________________________________________
14157[  4816] By: jhi                                   on 2000/01/18  21:19:10
14158        Log: Policy patch from Andy for installation directories,
14159             removing the $apiversion.
14160     Branch: cfgperl
14161	   ! Policy_sh.SH
14162____________________________________________________________________________
14163[  4815] By: jhi                                   on 2000/01/18  21:11:03
14164        Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
14165             as suggested by Andy.
14166     Branch: cfgperl
14167	   ! Configure config_h.SH
14168     Branch: metaconfig
14169	   ! U/compline/d_gnulibc.U U/modified/cc.U
14170____________________________________________________________________________
14171[  4814] By: gsar                                  on 2000/01/18  20:48:10
14172        Log: integrate cfgperl changes into mainline
14173     Branch: perl
14174	   ! Changes
14175	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14176	  !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
14177	  !> perl.h t/lib/posix.t t/op/pack.t utf8.c
14178____________________________________________________________________________
14179[  4813] By: jhi                                   on 2000/01/18  19:41:33
14180        Log: metaconfig todo note from Andy.
14181     Branch: cfgperl
14182	   ! Configure config_h.SH
14183     Branch: metaconfig
14184	   ! U/installdirs/inc_version_list.U
14185____________________________________________________________________________
14186[  4812] By: jhi                                   on 2000/01/18  15:02:55
14187        Log: More -V.
14188     Branch: cfgperl
14189	   ! perl.c
14190____________________________________________________________________________
14191[  4811] By: jhi                                   on 2000/01/18  10:35:30
14192        Log: More compile-time options shown with -V.
14193     Branch: cfgperl
14194	   ! perl.c
14195____________________________________________________________________________
14196[  4810] By: jhi                                   on 2000/01/17  08:35:49
14197        Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
14198             the strtold() and qgcvt() prototypes for long doubles, but
14199             it should be okay in any case); fix bad assumptions in the
14200             test suite about string->float conversions; though the out
14201             parameter of strtold() (and strtoll()) is unused, it is nicer
14202             to have it in correct type.
14203     Branch: cfgperl
14204	   ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
14205     Branch: metaconfig
14206	   ! U/modified/cc.U
14207____________________________________________________________________________
14208[  4809] By: jhi                                   on 2000/01/16  19:21:18
14209        Log: strtoll works better ternary.
14210     Branch: cfgperl
14211	   ! perl.h
14212____________________________________________________________________________
14213[  4808] By: jhi                                   on 2000/01/16  19:12:58
14214        Log: Know strtoll.
14215     Branch: cfgperl
14216	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14217	   ! config_h.SH perl.h
14218____________________________________________________________________________
14219[  4807] By: jhi                                   on 2000/01/16  17:57:03
14220        Log: Integrate with Sarathy.
14221     Branch: cfgperl
14222	  !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
14223	  !> sv.c sv.h t/pragma/strict-vars toke.c util.c
14224____________________________________________________________________________
14225[  4806] By: jhi                                   on 2000/01/16  16:37:47
14226        Log: Continue qgcvt work; closer now but not yet there.
14227     Branch: cfgperl
14228	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14229	   ! config_h.SH doop.c utf8.c
14230     Branch: metaconfig
14231	   ! U/compline/d_gconvert.U
14232     Branch: metaconfig/U/perl
14233	   ! d_qgcvt.U
14234____________________________________________________________________________
14235[  4805] By: jhi                                   on 2000/01/15  22:26:16
14236        Log: Metaconfig and Porting patches from Andy; start using the new
14237             long long and long double thingies from #4804; regen Configure.
14238     Branch: cfgperl
14239	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14240	   ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
14241     Branch: metaconfig
14242	   + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
14243	   + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
14244	   + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
14245	   + U/nullified/lib.U
14246	   ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
14247	   ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
14248	   ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
14249	   ! U/modified/Oldconfig.U U/modified/Signal.U
14250	   ! U/modified/sig_name.U U/threads/usethreads.U
14251     Branch: metaconfig/U/perl
14252	   ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
14253	   ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
14254	   ! usemultiplicity.U
14255     Branch: perl
14256	   ! perl.h util.c
14257____________________________________________________________________________
14258[  4804] By: jhi                                   on 2000/01/14  14:22:24
14259        Log: Add more quad/long long/long double sciency.
14260     Branch: metaconfig/U/perl
14261	   + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
14262	   + d_strtouq.U
14263____________________________________________________________________________
14264[  4803] By: gsar                                  on 2000/01/14  04:40:49
14265        Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
14266     Branch: perl
14267	   ! op.c
14268____________________________________________________________________________
14269[  4802] By: gsar                                  on 2000/01/14  04:35:55
14270        Log: add note about "our"
14271     Branch: perl
14272	   ! lib/vars.pm
14273____________________________________________________________________________
14274[  4801] By: gsar                                  on 2000/01/14  04:16:51
14275        Log: nailed "our" declarations, and better warnings on duplicate
14276             "our" declarations
14277     Branch: perl
14278	   ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
14279	   ! t/pragma/strict-vars toke.c
14280____________________________________________________________________________
14281[  4800] By: gsar                                  on 2000/01/14  01:27:13
14282        Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
14283     Branch: perl
14284	   ! dump.c op.c op.h
14285____________________________________________________________________________
14286[  4799] By: gsar                                  on 2000/01/14  01:17:15
14287        Log: doc typo
14288     Branch: perl
14289	   ! pod/perlfunc.pod
14290____________________________________________________________________________
14291[  4798] By: jhi                                   on 2000/01/13  16:31:34
14292        Log: Integrate with Sarathy.
14293     Branch: cfgperl
14294	  +> epoc/config.sh epoc/epocish.c epoc/link.pl
14295	  +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
14296	  +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
14297	  +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
14298	  +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
14299	  +> win32/perlhost.h win32/vdir.h win32/vmem.h
14300	   - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
14301	   - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
14302	   - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
14303	  !> (integrate 282 files)
14304____________________________________________________________________________
14305[  4797] By: gsar                                  on 2000/01/13  08:12:56
14306        Log: clearer docs for change#4796; faster av_exists()
14307     Branch: perl
14308	   ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14309____________________________________________________________________________
14310[  4796] By: gsar                                  on 2000/01/13  06:49:03
14311        Log: support delete() and exists() on array, tied array, and pseudo-hash
14312             elements or slices
14313     Branch: perl
14314	   ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
14315	   ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
14316	   ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
14317	   ! t/op/avhv.t t/op/delete.t
14318____________________________________________________________________________
14319[  4795] By: gsar                                  on 2000/01/11  20:52:30
14320        Log: extend site_perl changes change#4773 to vendor_perl as well
14321     Branch: perl
14322	   ! Configure
14323____________________________________________________________________________
14324[  4794] By: gsar                                  on 2000/01/11  19:18:50
14325        Log: rework INSTALL to reflect new logic for versioning sitelibs
14326     Branch: perl
14327	   ! INSTALL
14328____________________________________________________________________________
14329[  4793] By: gsar                                  on 2000/01/11  01:44:00
14330        Log: test for change#4792
14331     Branch: perl
14332	   ! t/op/fork.t
14333____________________________________________________________________________
14334[  4792] By: gsar                                  on 2000/01/11  01:22:36
14335        Log: pseudo forked children inherit environment correctly
14336     Branch: perl
14337	   ! win32/perlhost.h
14338____________________________________________________________________________
14339[  4791] By: gsar                                  on 2000/01/10  19:14:03
14340        Log: test tweak
14341     Branch: perl
14342	   ! t/op/fork.t
14343____________________________________________________________________________
14344[  4790] By: gsar                                  on 2000/01/10  18:56:16
14345        Log: check for USE_ITHREADS sanity was too restrictive
14346     Branch: perl
14347	   ! perl.h
14348____________________________________________________________________________
14349[  4789] By: gsar                                  on 2000/01/10  18:30:24
14350        Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
14351             a real SetCurrentDirectory() in toplevel host
14352     Branch: perl
14353	   ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
14354	   ! win32/vdir.h win32/win32.c
14355____________________________________________________________________________
14356[  4782] By: gsar                                  on 2000/01/10  05:27:03
14357        Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
14358     Branch: perl
14359	   + epoc/config.sh epoc/epocish.c epoc/link.pl
14360	   - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
14361	   - epoc/perl.pkg
14362	   ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
14363	   ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
14364	   ! lib/Sys/Hostname.pm
14365____________________________________________________________________________
14366[  4781] By: gsar                                  on 2000/01/10  05:11:03
14367        Log: pod typos (from Abigail <abigail@delanet.com>)
14368     Branch: perl
14369	   ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
14370____________________________________________________________________________
14371[  4780] By: gsar                                  on 2000/01/10  05:07:35
14372        Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
14373     Branch: perl
14374	   ! t/lib/thread.t
14375____________________________________________________________________________
14376[  4779] By: gsar                                  on 2000/01/10  05:06:16
14377        Log: terminate -s switch processing only on C<-->, not on C<--foo>
14378     Branch: perl
14379	   ! perl.c
14380____________________________________________________________________________
14381[  4778] By: gsar                                  on 2000/01/10  04:38:45
14382        Log: useithreads needs usemultiplicity
14383     Branch: perl
14384	   ! Configure perl.h
14385____________________________________________________________________________
14386[  4777] By: gsar                                  on 2000/01/10  01:18:04
14387        Log: use $Config{version} rather than $] where appropriate
14388     Branch: perl
14389	   ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
14390	   ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
14391	   ! lib/lib.pm
14392____________________________________________________________________________
14393[  4776] By: gsar                                  on 2000/01/10  00:11:34
14394        Log: enable fork.t on windows
14395     Branch: perl
14396	   ! t/op/fork.t
14397____________________________________________________________________________
14398[  4775] By: gsar                                  on 2000/01/10  00:07:29
14399        Log: broken test for use5005threads
14400     Branch: perl
14401	   ! t/lib/safe2.t
14402____________________________________________________________________________
14403[  4774] By: gsar                                  on 2000/01/09  23:56:37
14404        Log: more windows build tweaks
14405     Branch: perl
14406	   ! installperl makedef.pl win32/Makefile win32/config_H.bc
14407	   ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
14408	   ! win32/makefile.mk
14409____________________________________________________________________________
14410[  4773] By: gsar                                  on 2000/01/09  22:27:19
14411        Log: more changes for new-style version numbers (versions numbers on
14412             the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
14413             they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
14414             split $Config{apiversion} into three, @Config{apirevision,apiversion,
14415             apisubversion} for CPP friendliness; $Config{sitelib} now defaults
14416             to .../site_perl/$version, just like $Config{privlib}, making sitelib
14417             completely independent across versions and substantially eliminating
14418             chances of breaking older installations by overwriting newly built
14419             extensions; all this means compatibility inclusions for @INC will need
14420             to take into account older sitelib versions (this still TODO)
14421
14422             windows, vms, dos tweaks for the above
14423     Branch: perl
14424	   ! Changes Configure INSTALL Porting/config.sh Porting/config_H
14425	   ! config_h.SH configure.com dosish.h installman installperl
14426	   ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
14427	   ! win32/config.bc win32/config.gc win32/config.vc
14428	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14429	   ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
14430	   ! win32/win32.c
14431____________________________________________________________________________
14432[  4772] By: gsar                                  on 2000/01/09  19:05:33
14433        Log: s/usethreads/use5005threads/g
14434     Branch: perl
14435	   ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
14436____________________________________________________________________________
14437[  4771] By: gsar                                  on 2000/01/09  18:51:50
14438        Log: Configure changes for new-style version numbers (from Andy Dougherty,
14439             slightly altered)
14440     Branch: perl
14441	   ! Configure INSTALL Porting/Glossary Porting/config.sh
14442	   ! Porting/config_H config_h.SH perl.h win32/Makefile
14443	   ! win32/config.bc win32/config.gc win32/config.vc
14444	   ! win32/makefile.mk
14445____________________________________________________________________________
14446[  4770] By: gsar                                  on 2000/01/07  22:18:54
14447        Log: fix for 'make utest' failures (from Ilya Zakharevich)
14448     Branch: perl
14449	   ! regexec.c
14450____________________________________________________________________________
14451[  4769] By: gsar                                  on 2000/01/07  18:23:16
14452        Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
14453     Branch: perl
14454	   + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
14455	   + ext/ODBM_File/hints/cygwin.pl
14456	   ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
14457	   ! hints/cygwin.sh installman installperl lib/Cwd.pm
14458	   ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
14459	   ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
14460____________________________________________________________________________
14461[  4768] By: gsar                                  on 2000/01/07  18:12:15
14462        Log: typo on h2xs.PL (from Helmut Jarausch)
14463     Branch: perl
14464	   ! utils/h2xs.PL
14465____________________________________________________________________________
14466[  4767] By: gsar                                  on 2000/01/07  17:58:45
14467        Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
14468     Branch: perl
14469	   ! README.vms configure.com vms/subconfigure.com
14470____________________________________________________________________________
14471[  4766] By: gsar                                  on 2000/01/07  17:54:05
14472        Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
14473             <sthoenna@efn.org>)
14474     Branch: perl
14475	   - os2/POSIX.mkfifo
14476	   ! MANIFEST README.os2
14477____________________________________________________________________________
14478[  4765] By: gsar                                  on 2000/01/06  20:11:46
14479        Log: add workaround for dlopen() bug on OpenBSD (relative paths that
14480             match /^lib/ won't load properly)
14481     Branch: perl
14482	   + ext/DynaLoader/hints/openbsd.pl
14483	   ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
14484____________________________________________________________________________
14485[  4764] By: gsar                                  on 2000/01/06  19:51:08
14486        Log: add undocumented globals for compatibility--find.pl, and find2perl
14487             generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
14488     Branch: perl
14489	   ! lib/File/Find.pm
14490____________________________________________________________________________
14491[  4763] By: gsar                                  on 2000/01/06  10:51:07
14492        Log: fix various C-backend shenanigans
14493     Branch: perl
14494	   ! ext/B/B/C.pm
14495____________________________________________________________________________
14496[  4762] By: gsar                                  on 2000/01/06  04:09:00
14497        Log: tweak test in change#4757 for Windows
14498     Branch: perl
14499	   ! t/io/open.t
14500____________________________________________________________________________
14501[  4761] By: gsar                                  on 2000/01/06  02:55:30
14502        Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
14503             they belonged to freed OP_CONSTs)
14504     Branch: perl
14505	   ! op.c
14506____________________________________________________________________________
14507[  4760] By: gsar                                  on 2000/01/06  00:22:40
14508        Log: constant ranges could escape bareword check in list context
14509     Branch: perl
14510	   ! op.c t/pragma/strict-subs
14511____________________________________________________________________________
14512[  4759] By: gsar                                  on 2000/01/05  20:52:50
14513        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14514             Date: Wed, 05 Jan 2000 15:23:18 EST
14515             Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
14516             Subject: Re: minimal m//g matches appear busted
14517     Branch: perl
14518	   ! regexec.c t/op/pat.t
14519____________________________________________________________________________
14520[  4758] By: gsar                                  on 2000/01/05  12:49:40
14521        Log: various nits identified by warnings unmasked by recent changes
14522     Branch: perl
14523	   ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
14524____________________________________________________________________________
14525[  4757] By: gsar                                  on 2000/01/05  12:48:10
14526        Log: severe bugs in change#3786 fixed
14527     Branch: perl
14528	   ! doio.c t/io/open.t
14529____________________________________________________________________________
14530[  4756] By: gsar                                  on 2000/01/05  11:25:10
14531        Log: tweak change#4745 to make ebcdic output match for chars <= 037
14532     Branch: perl
14533	   ! ext/Data/Dumper/Dumper.pm
14534____________________________________________________________________________
14535[  4755] By: gsar                                  on 2000/01/05  06:56:05
14536        Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
14537     Branch: perl
14538	   ! Configure util.c utils/perlcc.PL
14539____________________________________________________________________________
14540[  4754] By: gsar                                  on 2000/01/05  06:52:25
14541        Log: avoid expensive Version_check (from Andreas Koenig)
14542     Branch: perl
14543	   ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14544	   ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14545____________________________________________________________________________
14546[  4753] By: gsar                                  on 2000/01/05  06:48:22
14547        Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
14548             Date: 03 Jan 2000 21:56:02 +0100
14549             Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
14550             Subject: Reloading File::Copy
14551     Branch: perl
14552	   ! Changes lib/File/Copy.pm t/lib/filecopy.t
14553____________________________________________________________________________
14554[  4752] By: gsar                                  on 2000/01/04  01:19:20
14555        Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
14556     Branch: perl
14557	   ! win32/Makefile win32/makefile.mk win32/win32.h
14558____________________________________________________________________________
14559[  4751] By: gsar                                  on 2000/01/03  18:26:08
14560        Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
14561     Branch: perl
14562	   ! lib/ExtUtils/MakeMaker.pm
14563____________________________________________________________________________
14564[  4750] By: gsar                                  on 2000/01/02  21:58:02
14565        Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
14566             to write to a file other than tmon.out (suggested by Haakon Alstadheim
14567             <Haakon.Alstadheim@sds.no>)
14568     Branch: perl
14569	   ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
14570____________________________________________________________________________
14571[  4749] By: gsar                                  on 2000/01/02  21:37:29
14572        Log: disable optimization in change#3612 for join() and quotemeta()--this
14573             removes all the gross hacks for the special cases in that change; fix
14574             pp_concat() for when TARG == arg (modified version of patch suggested
14575             by Ilya Zakharevich)
14576     Branch: perl
14577	   ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
14578____________________________________________________________________________
14579[  4748] By: gsar                                  on 2000/01/02  20:26:06
14580        Log: MakeMaker should attempt to "require" rather than "use" prerequisites
14581             to avoid imports (from Michael G Schwern <schwern@pobox.com>)
14582     Branch: perl
14583	   ! lib/ExtUtils/MakeMaker.pm
14584____________________________________________________________________________
14585[  4747] By: gsar                                  on 2000/01/02  20:17:36
14586        Log: fix 4-arg substr() when used as argument to subroutine
14587     Branch: perl
14588	   ! pp.c t/op/substr.t
14589____________________________________________________________________________
14590[  4746] By: gsar                                  on 2000/01/02  18:45:58
14591        Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
14592     Branch: perl
14593	   ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
14594	   ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
14595	   ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
14596	   ! perlapi.c proto.h thread.h util.c
14597____________________________________________________________________________
14598[  4745] By: gsar                                  on 2000/01/02  18:15:44
14599        Log: ebcdic fix for Data::Dumper from Peter Prymmer
14600     Branch: perl
14601	   ! ext/Data/Dumper/Dumper.pm regcomp.c
14602____________________________________________________________________________
14603[  4744] By: gsar                                  on 1999/12/31  22:42:23
14604        Log: missing files in previous submit
14605     Branch: perl
14606	   ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
14607	   ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
14608____________________________________________________________________________
14609[  4743] By: gsar                                  on 1999/12/31  06:47:18
14610        Log: various Windows build tweaks
14611     Branch: perl
14612	   ! win32/win32.h
14613____________________________________________________________________________
14614[  4742] By: gsar                                  on 1999/12/30  21:32:36
14615        Log: change#4705 breaks code that interpolates $], so leave string value
14616             of $] as it was for compatibility (and perhaps introduce $^V or similar
14617             for the utf8 representation, maybe?)
14618     Branch: perl
14619	   ! configpm gv.c
14620____________________________________________________________________________
14621[  4741] By: gsar                                  on 1999/12/30  19:36:21
14622        Log: avoid CRLF in byteloadable files created by perlcc
14623     Branch: perl
14624	   ! utils/perlcc.PL
14625____________________________________________________________________________
14626[  4740] By: gsar                                  on 1999/12/30  19:35:07
14627        Log: leave DATA open in binmode if __END__ line doesn't have CRLF
14628     Branch: perl
14629	   ! pod/perldelta.pod toke.c
14630____________________________________________________________________________
14631[  4739] By: gsar                                  on 1999/12/30  05:44:21
14632        Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
14633             to allow ByteLoader to work; the DATA filehandles continue to
14634             be left open in text mode for compatibility
14635     Branch: perl
14636	   ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
14637	   ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
14638	   ! win32/win32.h
14639____________________________________________________________________________
14640[  4738] By: gsar                                  on 1999/12/30  04:36:12
14641        Log: CR-LF support broken for formats
14642     Branch: perl
14643	   ! toke.c
14644____________________________________________________________________________
14645[  4737] By: gsar                                  on 1999/12/29  22:30:52
14646        Log: make DProf functional under pseudo-fork()
14647     Branch: perl
14648	   ! ext/Devel/DProf/DProf.xs
14649____________________________________________________________________________
14650[  4736] By: gsar                                  on 1999/12/29  21:04:59
14651        Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
14652             Mulder)
14653     Branch: perl
14654	   ! doio.c pp_hot.c t/io/argv.t
14655____________________________________________________________________________
14656[  4735] By: gsar                                  on 1999/12/29  18:12:40
14657        Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
14658             Koenig)
14659     Branch: perl
14660	   ! Makefile.SH
14661____________________________________________________________________________
14662[  4734] By: gsar                                  on 1999/12/28  21:10:37
14663        Log: Windows build tweaks
14664     Branch: perl
14665	   ! INTERN.h sv.c
14666____________________________________________________________________________
14667[  4733] By: gsar                                  on 1999/12/28  20:45:15
14668        Log: remove never-taken branch for making getc() operate on ARGV (spotted
14669             by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
14670     Branch: perl
14671	   ! pp_sys.c
14672____________________________________________________________________________
14673[  4732] By: gsar                                  on 1999/12/28  20:42:13
14674        Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
14675             <ralph@inputplus.demon.co.uk>
14676     Branch: perl
14677	   ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
14678____________________________________________________________________________
14679[  4731] By: gsar                                  on 1999/12/28  20:23:17
14680        Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
14681             not supplied (variant of patch suggested by Ilya Zakharevich)
14682     Branch: perl
14683	   ! XSUB.h lib/ExtUtils/xsubpp
14684____________________________________________________________________________
14685[  4730] By: gsar                                  on 1999/12/28  19:55:56
14686        Log: range operator does magical string increment iff both operands
14687             are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
14688             the "foreach (RANGE)" case as well
14689     Branch: perl
14690	   ! pp_ctl.c t/op/range.t
14691____________________________________________________________________________
14692[  4729] By: gsar                                  on 1999/12/28  18:40:19
14693        Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
14694     Branch: perl
14695	   - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
14696	   ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
14697	   ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
14698	   ! win32/config.gc win32/genmk95.pl win32/makefile.mk
14699	   ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
14700	   ! win32/win32.h
14701____________________________________________________________________________
14702[  4728] By: gsar                                  on 1999/12/28  07:44:19
14703        Log: typecasts needed
14704     Branch: perl
14705	   ! toke.c
14706____________________________________________________________________________
14707[  4727] By: gsar                                  on 1999/12/28  06:23:08
14708        Log: change#4721 needed line number adjustments
14709     Branch: perl
14710	   ! MANIFEST global.sym proto.h t/pragma/warn/doop
14711	   ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
14712	   ! t/pragma/warn/toke t/pragma/warn/utf8
14713____________________________________________________________________________
14714[  4726] By: gsar                                  on 1999/12/28  04:18:15
14715        Log: integrate utfperl contents into mainline
14716     Branch: perl
14717	  +> lib/byte.pm lib/byte_heavy.pl
14718	  !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
14719	  !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
14720	  !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
14721____________________________________________________________________________
14722[  4725] By: gsar                                  on 1999/12/28  04:08:09
14723        Log: integrate mainline contents
14724     Branch: utfperl
14725	   - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
14726	   - lib/unicode/Eq/Unicode
14727	  !> (integrate 60 files)
14728____________________________________________________________________________
14729[  4724] By: gsar                                  on 1999/12/28  03:44:10
14730        Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
14731     Branch: perl
14732	   ! regcomp.c t/op/re_tests
14733____________________________________________________________________________
14734[  4723] By: gsar                                  on 1999/12/28  03:28:39
14735        Log: more ebcdic testsuite fixups (from Peter Prymmer)
14736     Branch: perl
14737	   ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
14738	   ! t/pragma/overload.t t/pragma/utf8.t
14739____________________________________________________________________________
14740[  4722] By: gsar                                  on 1999/12/28  03:14:48
14741        Log: avoid "used once" warning
14742     Branch: perl
14743	   ! lib/diagnostics.pm
14744____________________________________________________________________________
14745[  4721] By: gsar                                  on 1999/12/28  03:10:32
14746        Log: ebcdic tweaks for tests from Peter Prymmer
14747     Branch: perl
14748	   ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
14749	   ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
14750____________________________________________________________________________
14751[  4720] By: gsar                                  on 1999/12/28  03:08:39
14752        Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
14753     Branch: perl
14754	   ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
14755	   ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
14756	   ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
14757____________________________________________________________________________
14758[  4719] By: gsar                                  on 1999/12/28  03:01:04
14759        Log: perlport v1.45 from Chris Nandor
14760     Branch: perl
14761	   ! pod/perlport.pod
14762____________________________________________________________________________
14763[  4718] By: gsar                                  on 1999/12/28  02:59:16
14764        Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
14765             perldelta; added STOP, DESTROY and AUTOLOAD to specials list
14766     Branch: perl
14767	   ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
14768	   ! t/pragma/constant.t
14769____________________________________________________________________________
14770[  4717] By: gsar                                  on 1999/12/28  02:47:04
14771        Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
14772     Branch: perl
14773	   - ext/DynaLoader/dl_cygwin.xs
14774	   ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
14775	   ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
14776	   ! util.c
14777____________________________________________________________________________
14778[  4716] By: gsar                                  on 1999/12/28  02:40:51
14779        Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
14780             (from Andy Dougherty)
14781     Branch: perl
14782	   ! Configure
14783____________________________________________________________________________
14784[  4715] By: gsar                                  on 1999/12/28  02:38:44
14785        Log: better variant of change#4644 (from Andy Dougherty)
14786     Branch: perl
14787	   ! Configure
14788____________________________________________________________________________
14789[  4714] By: gsar                                  on 1999/12/28  02:36:40
14790        Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
14791     Branch: perl
14792	   ! Configure
14793____________________________________________________________________________
14794[  4713] By: gsar                                  on 1999/12/28  02:35:15
14795        Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
14796             INSTALL (from Andy Dougherty)
14797     Branch: perl
14798	   ! Configure
14799____________________________________________________________________________
14800[  4712] By: gsar                                  on 1999/12/28  02:30:55
14801        Log: avoid creating new files during make install
14802     Branch: perl
14803	   ! Makefile.SH
14804____________________________________________________________________________
14805[  4711] By: gsar                                  on 1999/12/28  02:24:44
14806        Log: pod edits from Paul Marquess and Mark-Jason Dominus
14807     Branch: perl
14808	   ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
14809	   ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
14810	   ! pod/perldelta.pod
14811____________________________________________________________________________
14812[  4710] By: gsar                                  on 1999/12/28  02:05:23
14813        Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
14814             <sthoenna@efn.org>); add explicit target for opmini.o
14815     Branch: perl
14816	   ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
14817____________________________________________________________________________
14818[  4709] By: gsar                                  on 1999/12/28  01:20:39
14819        Log: partly fix perldiag regressions identified by Tom Christiansen
14820     Branch: perl
14821	   ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
14822	   ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
14823	   ! t/pragma/warn/pp_sys
14824____________________________________________________________________________
14825[  4708] By: gsar                                  on 1999/12/27  23:33:24
14826        Log: update perldiag for change#4707
14827     Branch: perl
14828	   ! perl.c pod/perldiag.pod
14829____________________________________________________________________________
14830[  4707] By: gsar                                  on 1999/12/27  23:23:39
14831        Log: allow spaces in -I switch argument
14832     Branch: perl
14833	   ! perl.c
14834____________________________________________________________________________
14835[  4706] By: gsar                                  on 1999/12/26  23:44:53
14836        Log: fix typos
14837     Branch: utfperl
14838	   ! sv.h toke.c
14839____________________________________________________________________________
14840[  4705] By: gsar                                  on 1999/12/24  04:02:35
14841        Log: support for v5.5.640 style version numbers
14842     Branch: utfperl
14843	   ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
14844	   ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
14845____________________________________________________________________________
14846[  4704] By: gsar                                  on 1999/12/23  08:54:27
14847        Log: bring in basic threads stuff under USE_ITHREADS
14848     Branch: perl
14849	   ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
14850	   ! util.c
14851____________________________________________________________________________
14852[  4703] By: gsar                                  on 1999/12/23  00:10:06
14853        Log: integrate mainline contents into utfperl
14854     Branch: utfperl
14855	  !> (integrate 33 files)
14856____________________________________________________________________________
14857[  4702] By: gsar                                  on 1999/12/20  17:18:23
14858        Log: virtual directory handling broken on paths with trailing slash
14859     Branch: perl
14860	   ! win32/Makefile win32/makefile.mk win32/vdir.h
14861____________________________________________________________________________
14862[  4701] By: gsar                                  on 1999/12/20  17:09:55
14863        Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
14864             isn't set for all m/$foo/o)
14865     Branch: perl
14866	   ! pp_ctl.c
14867____________________________________________________________________________
14868[  4700] By: gsar                                  on 1999/12/20  16:28:51
14869        Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
14870             we have a race on our hands)
14871     Branch: perl
14872	   ! pp_ctl.c
14873____________________________________________________________________________
14874[  4699] By: gsar                                  on 1999/12/20  16:19:00
14875        Log: pod tweaks
14876     Branch: perl
14877	   ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
14878____________________________________________________________________________
14879[  4698] By: gsar                                  on 1999/12/20  07:55:07
14880        Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
14881     Branch: perl
14882	   ! utf8.c
14883____________________________________________________________________________
14884[  4697] By: gsar                                  on 1999/12/18  01:35:50
14885        Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
14886             anon hash rather than a block; test case for the same
14887     Branch: perl
14888	   ! t/comp/term.t toke.c
14889____________________________________________________________________________
14890[  4696] By: gsar                                  on 1999/12/17  19:55:03
14891        Log: leak in change#4694 spotted by Larry
14892     Branch: perl
14893	   ! hv.c
14894____________________________________________________________________________
14895[  4695] By: gsar                                  on 1999/12/17  18:14:11
14896        Log: test case for change#4694
14897     Branch: perl
14898	   ! t/op/delete.t
14899____________________________________________________________________________
14900[  4694] By: gsar                                  on 1999/12/17  18:09:08
14901        Log: delete() should return the value as is, not a copy thereof
14902     Branch: perl
14903	   ! hv.c pod/perldelta.pod
14904____________________________________________________________________________
14905[  4693] By: gsar                                  on 1999/12/17  17:45:58
14906        Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
14907     Branch: perl
14908	   ! regexec.c t/op/re_tests
14909____________________________________________________________________________
14910[  4692] By: gsar                                  on 1999/12/17  17:41:10
14911        Log: credits tweak
14912     Branch: perl
14913	   ! lib/File/Spec.pm
14914____________________________________________________________________________
14915[  4691] By: gsar                                  on 1999/12/17  07:12:53
14916        Log: DynaLoader doesn't build properly when $(DLSRC) changes
14917             (fix suggested by Hans Mulder)
14918     Branch: perl
14919	   ! ext/DynaLoader/Makefile.PL
14920____________________________________________________________________________
14921[  4690] By: gsar                                  on 1999/12/17  06:26:34
14922        Log: add missing new ops
14923     Branch: perl
14924	   ! ext/B/ramblings/runtime.porting
14925____________________________________________________________________________
14926[  4689] By: gsar                                  on 1999/12/17  06:16:49
14927        Log: test harness tweak from Hans Mulder
14928     Branch: perl
14929	   ! t/TEST
14930____________________________________________________________________________
14931[  4688] By: gsar                                  on 1999/12/17  06:14:23
14932        Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
14933             and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
14934     Branch: perl
14935	   ! Makefile.SH cygwin/Makefile.SHs
14936____________________________________________________________________________
14937[  4687] By: gsar                                  on 1999/12/17  06:06:46
14938        Log: applied suggested patch with whitespace adjustments
14939             From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
14940             Date: Thu, 16 Dec 1999 08:57:55 +0100
14941             Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
14942             Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
14943     Branch: perl
14944	   ! lib/File/Find.pm
14945____________________________________________________________________________
14946[  4686] By: gsar                                  on 1999/12/17  05:48:53
14947        Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
14948             by Hans Mulder)
14949     Branch: perl
14950	   ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
14951	   ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
14952	   ! ext/DynaLoader/dl_rhapsody.xs
14953____________________________________________________________________________
14954[  4685] By: gsar                                  on 1999/12/17  05:37:51
14955        Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
14956             <rjk@linguist.dartmouth.edu>)
14957     Branch: perl
14958	   ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
14959____________________________________________________________________________
14960[  4684] By: gsar                                  on 1999/12/16  09:32:48
14961        Log: spell out how to get 4-digit year (from Micheal G Schwern
14962             <schwern@pobox.com>)
14963     Branch: perl
14964	   ! pod/perlfunc.pod
14965____________________________________________________________________________
14966[  4683] By: gsar                                  on 1999/12/16  09:26:53
14967        Log: type mismatch for %c format argument (spotted by Robin Barker
14968             <rmb1@cise.npl.co.uk>)
14969     Branch: perl
14970	   ! regcomp.c
14971____________________________________________________________________________
14972[  4682] By: gsar                                  on 1999/12/16  08:33:28
14973        Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
14974             <sho_pi@hotmail.com>)
14975     Branch: perl
14976	   ! win32/win32.c
14977____________________________________________________________________________
14978[  4681] By: gsar                                  on 1999/12/16  08:31:15
14979        Log: missing backslash (spotted by Johan Vromans)
14980     Branch: perl
14981	   ! perl.c
14982____________________________________________________________________________
14983[  4680] By: gsar                                  on 1999/12/16  08:26:00
14984        Log: avoid coredump on diagnostics when STDERR is closed
14985     Branch: perl
14986	   ! perl.h
14987____________________________________________________________________________
14988[  4679] By: gsar                                  on 1999/12/12  18:09:41
14989        Log: integrate mainline changes
14990     Branch: utfperl
14991	  +> (branch 39 files)
14992	   - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
14993	   - lib/unicode/UnicodeData-Latest.txt
14994	  !> (integrate 447 files)
14995____________________________________________________________________________
14996[  4678] By: gsar                                  on 1999/12/10  01:39:13
14997        Log: interpreter structure should be nulled under -DMULTIPLICITY
14998     Branch: perl
14999	   ! perl.c
15000____________________________________________________________________________
15001[  4677] By: gsar                                  on 1999/12/09  11:10:27
15002        Log: update Changes
15003     Branch: perl
15004	   ! Changes
15005
15006----------------
15007Version 5.005_63
15008----------------
15009
15010____________________________________________________________________________
15011[  4676] By: gsar                                  on 1999/12/09  10:51:43
15012        Log: fix File::Find testsuite bugs in symlink-less places
15013     Branch: perl
15014	   ! t/lib/filefind.t
15015____________________________________________________________________________
15016[  4675] By: gsar                                  on 1999/12/09  10:22:31
15017        Log: USE_ITHREADS tweaks and notes
15018     Branch: perl
15019	   ! op.c pod/perldelta.pod sv.c
15020____________________________________________________________________________
15021[  4674] By: gsar                                  on 1999/12/09  10:21:53
15022        Log: allow new style sort subs to work under usethreads
15023     Branch: perl
15024	   ! pp_ctl.c
15025____________________________________________________________________________
15026[  4673] By: gsar                                  on 1999/12/09  04:00:23
15027        Log: document compatibility issue with literal list slices and NOTOP
15028             (C<not (1,2,3)[0]> is now a syntax error)
15029     Branch: perl
15030	   ! pod/perldelta.pod
15031____________________________________________________________________________
15032[  4672] By: gsar                                  on 1999/12/09  01:14:46
15033        Log: avoid mismatched expectation <-> int types for C++ builds
15034     Branch: perl
15035	   ! embed.pl intrpvar.h proto.h toke.c
15036____________________________________________________________________________
15037[  4671] By: gsar                                  on 1999/12/09  00:36:24
15038        Log: newer version of File::Find with support for following symlinks and
15039             other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
15040     Branch: perl
15041	   ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
15042____________________________________________________________________________
15043[  4670] By: gsar                                  on 1999/12/09  00:13:06
15044        Log: avoid initializing GvCV slot for autovivified filehandles
15045     Branch: perl
15046	   ! pp.c
15047____________________________________________________________________________
15048[  4669] By: gsar                                  on 1999/12/08  19:09:27
15049        Log: apply change#4618 again along with Ilya's patch to fix bugs
15050             in it (see change#4622)
15051     Branch: perl
15052	   ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
15053	   ! t/op/re_tests t/op/subst.t
15054____________________________________________________________________________
15055[  4668] By: gsar                                  on 1999/12/08  18:56:53
15056        Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
15057             From: Larry Wall <larry@wall.org>
15058             Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
15059             Message-Id: <199912072039.MAA13257@kiev.wall.org>
15060             Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
15061     Branch: perl
15062	   ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
15063____________________________________________________________________________
15064[  4667] By: gsar                                  on 1999/12/08  18:47:37
15065        Log: patch to fix aix hints from ortmann@vnet.ibm.com
15066     Branch: perl
15067	   ! hints/aix.sh
15068____________________________________________________________________________
15069[  4666] By: gsar                                  on 1999/12/08  18:29:02
15070        Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
15071             Tim Meadowcroft
15072     Branch: perl
15073	   ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
15074____________________________________________________________________________
15075[  4665] By: gsar                                  on 1999/12/08  02:22:31
15076        Log: introduce save_I8() for saving byte values
15077     Branch: perl
15078	   ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
15079	   ! regcomp.c regexec.c scope.c scope.h sv.c
15080____________________________________________________________________________
15081[  4664] By: gsar                                  on 1999/12/08  02:02:33
15082        Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
15083     Branch: perl
15084	   ! toke.c
15085____________________________________________________________________________
15086[  4663] By: gsar                                  on 1999/12/08  01:11:44
15087        Log: longstanding typo in lexer: PL_lex_expect was not properly
15088             saved on reentry
15089     Branch: perl
15090	   ! toke.c
15091____________________________________________________________________________
15092[  4662] By: gsar                                  on 1999/12/07  23:16:21
15093        Log: typos in change#4546
15094     Branch: perl
15095	   ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
15096____________________________________________________________________________
15097[  4661] By: gsar                                  on 1999/12/07  09:33:50
15098        Log: typos in change#4660
15099     Branch: perl
15100	   ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
15101____________________________________________________________________________
15102[  4660] By: gsar                                  on 1999/12/06  23:42:55
15103        Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
15104             fix bug where lc($readonly) could result in bogus errors
15105     Branch: perl
15106	   ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
15107	   ! pp.c pp_sys.c proto.h sv.c
15108____________________________________________________________________________
15109[  4659] By: gsar                                  on 1999/12/06  15:24:31
15110        Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
15111             <jarausch@igpm.rwth-aachen.de>)
15112     Branch: perl
15113	   ! perl.h
15114____________________________________________________________________________
15115[  4658] By: gsar                                  on 1999/12/06  15:18:30
15116        Log: fix for -Dp via $^D (suggested by Stephane Payrard
15117             <stef@adnaccess.com>)
15118     Branch: perl
15119	   ! mg.c
15120____________________________________________________________________________
15121[  4657] By: gsar                                  on 1999/12/06  06:50:01
15122        Log: change#4641 needs perldiag.pod edit
15123     Branch: perl
15124	   - lib/unicode/UnicodeData-Latest.txt
15125	   ! pod/perldiag.pod
15126____________________________________________________________________________
15127[  4656] By: gsar                                  on 1999/12/06  01:36:56
15128        Log: Makefile tweak for change#4649
15129     Branch: perl
15130	   ! Makefile.SH
15131____________________________________________________________________________
15132[  4655] By: gsar                                  on 1999/12/05  17:23:57
15133        Log: change#4653 was missing a patch reject
15134     Branch: perl
15135	   ! win32/makefile.mk
15136____________________________________________________________________________
15137[  4654] By: gsar                                  on 1999/12/05  11:41:04
15138        Log: windows build tweaks for Borland compiler
15139     Branch: perl
15140	   ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
15141____________________________________________________________________________
15142[  4653] By: gsar                                  on 1999/12/05  11:07:37
15143        Log: applied somewhat modified version of suggested patch
15144             From: "Benjamin Stuhl" <sho_pi@hotmail.com>
15145             Date: Thu, 18 Nov 1999 18:45:27 PST
15146             Message-ID: <19991119024527.72749.qmail@hotmail.com>
15147             Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
15148     Branch: perl
15149	   + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
15150	   ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
15151	   ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
15152	   ! win32/makefile.mk win32/win32.h
15153____________________________________________________________________________
15154[  4652] By: gsar                                  on 1999/12/05  09:24:45
15155        Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
15156             Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
15157             Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
15158             Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
15159     Branch: perl
15160	   ! Changes hints/svr5.sh
15161____________________________________________________________________________
15162[  4651] By: gsar                                  on 1999/12/05  09:01:19
15163        Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
15164             when given non-existent drive names
15165     Branch: perl
15166	   ! lib/File/Path.pm
15167____________________________________________________________________________
15168[  4650] By: gsar                                  on 1999/12/05  08:47:11
15169        Log: windows build tweaks for change#4649
15170     Branch: perl
15171	   ! win32/Makefile win32/makefile.mk
15172____________________________________________________________________________
15173[  4649] By: gsar                                  on 1999/12/05  07:49:28
15174        Log: make File::Glob::glob() the default for CORE::glob()
15175             (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
15176     Branch: perl
15177	   ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
15178	   ! win32/makefile.mk
15179____________________________________________________________________________
15180[  4648] By: gsar                                  on 1999/12/05  00:33:34
15181        Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
15182     Branch: perl
15183	   ! lib/Pod/Html.pm
15184____________________________________________________________________________
15185[  4647] By: gsar                                  on 1999/12/05  00:14:01
15186        Log: remove outdated entry
15187     Branch: perl
15188	   ! pod/perltrap.pod
15189____________________________________________________________________________
15190[  4646] By: gsar                                  on 1999/12/04  22:48:51
15191        Log: s/block/loop block/ in diagnostics about next, last, redo
15192     Branch: perl
15193	   ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
15194____________________________________________________________________________
15195[  4645] By: gsar                                  on 1999/12/04  22:25:32
15196        Log: readability tweak suggested by GRommel@sears.com
15197     Branch: perl
15198	   ! pp.c
15199____________________________________________________________________________
15200[  4644] By: gsar                                  on 1999/12/04  22:05:00
15201        Log: Configure tweak from Peter Prymmer
15202     Branch: perl
15203	   ! Configure
15204____________________________________________________________________________
15205[  4643] By: gsar                                  on 1999/12/04  21:55:27
15206        Log: make weak keyword check look for defined(&lock), not
15207             merely defined(*lock)
15208     Branch: perl
15209	   ! toke.c
15210____________________________________________________________________________
15211[  4642] By: gsar                                  on 1999/12/04  21:11:51
15212        Log: make eof() open ARGV if it isn't open already; also fixes bug
15213             where eof() would operate on any last-read filehandle, not
15214             just ARGV
15215     Branch: perl
15216	   ! pp_sys.c
15217____________________________________________________________________________
15218[  4641] By: gsar                                  on 1999/12/04  04:42:25
15219        Log: make uninitialized value warnings report opcode
15220     Branch: perl
15221	   ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
15222	   ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
15223	   ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
15224	   ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
15225	   ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
15226	   ! t/pragma/warn/sv
15227____________________________________________________________________________
15228[  4640] By: gsar                                  on 1999/12/04  02:40:44
15229        Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
15230             that don't do range checking
15231     Branch: perl
15232	   ! lib/Time/Local.pm
15233____________________________________________________________________________
15234[  4639] By: gsar                                  on 1999/12/04  01:00:49
15235        Log: better implementation of change#3326; open(local $foo,...) now
15236             allowed in addition to any uninitialized variable, for consistency
15237             with how autovivification works elsewhere; add code to use the
15238             variable name as the name of the handle for simple variables, so
15239             that diagnostics report the handle: "... at - line 1, <$foo> line 10."
15240     Branch: perl
15241	   ! op.c pod/perldelta.pod pp.c t/io/open.t
15242____________________________________________________________________________
15243[  4638] By: gsar                                  on 1999/12/03  21:20:00
15244        Log: pod nits
15245     Branch: perl
15246	   ! pod/perlfunc.pod pod/perlrun.pod
15247____________________________________________________________________________
15248[  4637] By: gsar                                  on 1999/12/03  08:59:04
15249        Log: change#4431 was flawed
15250     Branch: perl
15251	   ! Makefile.SH
15252____________________________________________________________________________
15253[  4636] By: gsar                                  on 1999/12/03  07:59:52
15254        Log: pod embellishments from Nathan Torkington
15255     Branch: perl
15256	   ! pod/perlfaq2.pod pod/perlhack.pod
15257____________________________________________________________________________
15258[  4635] By: gsar                                  on 1999/12/03  07:56:04
15259        Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
15260     Branch: perl
15261	   ! pod/perlfaq4.pod
15262____________________________________________________________________________
15263[  4634] By: gsar                                  on 1999/12/03  07:47:47
15264        Log: test tweak for VMS (from Craig A. Berry)
15265     Branch: perl
15266	   ! t/io/nargv.t
15267____________________________________________________________________________
15268[  4633] By: gsar                                  on 1999/12/03  07:44:52
15269        Log: patchls tweak from Andreas Koenig
15270     Branch: perl
15271	   ! Porting/patchls
15272____________________________________________________________________________
15273[  4632] By: gsar                                  on 1999/12/03  07:42:23
15274        Log: don't mess with the umask()
15275     Branch: perl
15276	   ! installhtml installman installperl lib/ExtUtils/Install.pm
15277	   ! lib/ExtUtils/Manifest.pm
15278____________________________________________________________________________
15279[  4631] By: gsar                                  on 1999/12/03  06:52:50
15280        Log: support -a switch to append bytecode to an existing file and make
15281             perlcc use it (from Tom Hughes <tom@compton.nu>)
15282     Branch: perl
15283	   ! ext/B/B/Bytecode.pm utils/perlcc.PL
15284____________________________________________________________________________
15285[  4630] By: gsar                                  on 1999/12/03  06:46:16
15286        Log: document incompatible perl4 vec() vs bitwise ops interaction trap
15287             (from Tom Phoenix)
15288     Branch: perl
15289	   ! pod/perltrap.pod
15290____________________________________________________________________________
15291[  4629] By: gsar                                  on 1999/12/03  06:40:15
15292        Log: use PerlIO abstraction rather than straight stdio (from
15293             Chip Salzenberg)
15294     Branch: perl
15295	   ! ext/ByteLoader/ByteLoader.xs
15296____________________________________________________________________________
15297[  4628] By: gsar                                  on 1999/12/03  06:15:54
15298        Log: avoid warning in IO::Select::exists() if socket doesn't exist
15299     Branch: perl
15300	   ! ext/IO/lib/IO/Select.pm
15301____________________________________________________________________________
15302[  4627] By: gsar                                  on 1999/12/03  06:05:19
15303        Log: two small patches from Peter Prymmer <pvhp@forte.com>
15304     Branch: perl
15305	   ! makedepend.SH win32/Makefile win32/makefile.mk
15306____________________________________________________________________________
15307[  4626] By: gsar                                  on 1999/12/03  05:36:38
15308        Log: From: Peter Prymmer <pvhp@forte.com>
15309             Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
15310             Message-Id: <199911260506.VAA17230@brio.forte.com>
15311             Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
15312     Branch: perl
15313	   ! regcomp.c
15314____________________________________________________________________________
15315[  4625] By: gsar                                  on 1999/12/03  05:20:21
15316        Log: Windows build tweaks due to change#4623
15317     Branch: perl
15318	   ! win32/Makefile win32/makefile.mk win32/perlhost.h
15319____________________________________________________________________________
15320[  4624] By: gsar                                  on 1999/12/03  04:58:30
15321        Log: add missing file
15322     Branch: perl
15323	   + ext/DynaLoader/XSLoader_pm.PL
15324____________________________________________________________________________
15325[  4623] By: gsar                                  on 1999/12/03  04:47:03
15326        Log: applied suggested patch; removed $VERSION = $VERSION hack
15327             (change#4043 fixed the need for that)
15328             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15329             Date: Tue, 16 Nov 1999 01:50:31 EST
15330             Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
15331             Subject: [PATCH 5.005_62] XSLoader.pm
15332     Branch: perl
15333	   ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
15334	   ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
15335	   ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
15336	   ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
15337	   ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
15338	   ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
15339	   ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
15340	   ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
15341	   ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
15342	   ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
15343	   ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
15344____________________________________________________________________________
15345[  4622] By: gsar                                  on 1999/12/03  04:02:39
15346        Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
15347     Branch: perl
15348	   ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
15349____________________________________________________________________________
15350[  4621] By: gsar                                  on 1999/12/02  22:24:53
15351        Log: caveat about thread-safety of extensions
15352     Branch: perl
15353	   ! pod/perlfork.pod
15354____________________________________________________________________________
15355[  4620] By: gsar                                  on 1999/12/02  20:31:02
15356        Log: XS documentation patches suggested by Ilya, severally adjusted
15357     Branch: perl
15358	   ! pod/perlxs.pod pod/perlxstut.pod
15359____________________________________________________________________________
15360[  4619] By: gsar                                  on 1999/12/02  17:52:50
15361        Log: re-add missing Unicode database master
15362     Branch: perl
15363	   + lib/unicode/Unicode.300
15364____________________________________________________________________________
15365[  4618] By: gsar                                  on 1999/12/02  06:56:18
15366        Log: applied suggested patch with prototype changes
15367             From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
15368             Date:    Tue, 23 Nov 1999 22:55:55 EST
15369             Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
15370             Subject: [PATCH 5.005_62] First char cognizance
15371     Branch: perl
15372	   ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
15373____________________________________________________________________________
15374[  4617] By: gsar                                  on 1999/12/02  06:04:57
15375        Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
15376     Branch: perl
15377	   ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
15378____________________________________________________________________________
15379[  4616] By: gsar                                  on 1999/12/02  04:30:22
15380        Log: various documentation tweaks suggested by M. J. T. Guy
15381     Branch: perl
15382	   ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
15383____________________________________________________________________________
15384[  4615] By: gsar                                  on 1999/12/02  04:17:43
15385        Log: various File::Glob fixes for DOSISH platforms
15386             From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
15387             Date: Tue, 02 Nov 1999 11:11:25 GMT
15388             Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
15389             Subject: File::Glob again. Final patch, honest!
15390     Branch: perl
15391	   + t/lib/glob-case.t
15392	   ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
15393	   ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
15394	   ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
15395____________________________________________________________________________
15396[  4614] By: gsar                                  on 1999/12/02  03:42:55
15397        Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
15398             variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
15399     Branch: perl
15400	   ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
15401____________________________________________________________________________
15402[  4613] By: gsar                                  on 1999/12/02  01:59:19
15403        Log: ignore yet another known scalar leak
15404     Branch: perl
15405	   ! t/pragma/warn/regcomp
15406____________________________________________________________________________
15407[  4612] By: gsar                                  on 1999/12/02  01:15:02
15408        Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
15409     Branch: perl
15410	   ! pp.c
15411____________________________________________________________________________
15412[  4611] By: gsar                                  on 1999/12/02  00:31:43
15413        Log: a somewhat tweaked version of suggested patch
15414             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15415             Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
15416             Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
15417             Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
15418     Branch: perl
15419	   ! pod/perlfunc.pod
15420____________________________________________________________________________
15421[  4610] By: gsar                                  on 1999/12/01  19:09:31
15422        Log: more accurate require() pseudocode (from James P. Williams
15423             <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
15424     Branch: perl
15425	   ! pod/perlfunc.pod
15426____________________________________________________________________________
15427[  4609] By: gsar                                  on 1999/12/01  18:43:49
15428        Log: avoid "Callback called exit" error on intentional exit()
15429     Branch: perl
15430	   ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
15431____________________________________________________________________________
15432[  4608] By: gsar                                  on 1999/12/01  18:42:38
15433        Log: find_byclass() prototype was incoherent
15434     Branch: perl
15435	   ! regexec.c
15436____________________________________________________________________________
15437[  4607] By: gsar                                  on 1999/12/01  05:45:10
15438        Log: better documentation for goto &NAME (from M. J. T. Guy)
15439     Branch: perl
15440	   ! pod/perlfunc.pod
15441____________________________________________________________________________
15442[  4606] By: gsar                                  on 1999/12/01  05:33:14
15443        Log: integrate cfgperl contents into mainline
15444     Branch: perl
15445	  +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
15446	  +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
15447	   - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
15448	   ! Changes
15449	  !> (integrate 210 files)
15450____________________________________________________________________________
15451[  4605] By: gsar                                  on 1999/12/01  05:15:27
15452        Log: avoid PTR->IV cast warnings
15453     Branch: perl
15454	   ! mg.c op.c scope.h
15455____________________________________________________________________________
15456[  4604] By: gsar                                  on 1999/12/01  03:59:56
15457        Log: email address changes
15458     Branch: perl
15459	   ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
15460	   ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
15461	   ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
15462	   ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
15463	   ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
15464____________________________________________________________________________
15465[  4603] By: gsar                                  on 1999/12/01  03:45:13
15466        Log: minor USE_ITHREADS tweaks
15467     Branch: perl
15468	   ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
15469	   ! win32/perllib.c win32/win32.h
15470____________________________________________________________________________
15471[  4602] By: gsar                                  on 1999/12/01  01:00:09
15472        Log: more complete pseudo-fork() support for Windows
15473     Branch: perl
15474	   + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
15475	   ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
15476	   ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
15477	   ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
15478	   ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
15479	   ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
15480	   ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
15481	   ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
15482	   ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
15483	   ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
15484	   ! win32/win32iop.h win32/win32thread.h
15485____________________________________________________________________________
15486[  4601] By: gsar                                  on 1999/12/01  00:45:38
15487        Log: rudimentary support for remote debugging, from aeons ago (somewhat
15488             modified)
15489             From: Graham TerMarsch <grahamt@ActiveState.com>
15490             Date: Sat, 12 Sep 1998 10:46:55 -0700
15491             Message-ID: <35FAB38F.EA9AAC50@activestate.com>
15492             Subject: Re: Patches to perl5db.pl to allow for remote debugging
15493     Branch: perl
15494	   ! lib/perl5db.pl
15495____________________________________________________________________________
15496[  4600] By: chip                                  on 1999/11/19  21:16:00
15497        Log: Document known limitations of fdopen() on some systems,
15498             as they apply to open() and sysopen().
15499     Branch: perl
15500	   ! pod/perlfunc.pod
15501____________________________________________________________________________
15502[  4599] By: chip                                  on 1999/11/19  17:20:19
15503        Log: Undef printf before redirecting it to PerlIO_stdoutf.
15504             (Avoids an irritating warning when compiling with PerlIO.)
15505     Branch: perl
15506	   ! perl.h
15507____________________________________________________________________________
15508[  4598] By: jhi                                   on 1999/11/22  21:30:17
15509        Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
15510     Branch: cfgperl
15511	   ! README.vms t/io/open.t
15512____________________________________________________________________________
15513[  4597] By: jhi                                   on 1999/11/21  16:21:21
15514        Log: Replace #4596 with the change done in 5.005_03.
15515     Branch: cfgperl
15516	   ! ext/Errno/Errno_pm.PL
15517____________________________________________________________________________
15518[  4596] By: jhi                                   on 1999/11/21  16:07:20
15519        Log: Skip processing a file if the file to be opened is '-'
15520             (can happen in UNICOS)
15521     Branch: cfgperl
15522	   ! ext/Errno/Errno_pm.PL
15523____________________________________________________________________________
15524[  4595] By: jhi                                   on 1999/11/21  14:05:10
15525        Log: VMS patches from Peter Prymmer.
15526     Branch: cfgperl
15527	   ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
15528____________________________________________________________________________
15529[  4594] By: jhi                                   on 1999/11/18  17:07:14
15530        Log: The find_byclass prototype is already in proto.h.
15531     Branch: cfgperl
15532	   ! regexec.c
15533____________________________________________________________________________
15534[  4593] By: gsar                                  on 1999/11/16  21:25:21
15535        Log: typo in flag checks
15536     Branch: utfperl
15537	   ! sv.h
15538____________________________________________________________________________
15539[  4592] By: jhi                                   on 1999/11/16  21:17:25
15540        Log: Regen Configure.
15541     Branch: cfgperl
15542	   ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
15543     Branch: metaconfig
15544	   ! U/a_dvisory/quadtype.U
15545____________________________________________________________________________
15546[  4591] By: jhi                                   on 1999/11/16  14:53:19
15547        Log: Integrate with Sarathy.
15548     Branch: cfgperl
15549	  !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
15550	  !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
15551	  !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
15552	  !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
15553	  !> t/pod/poderrs.xr
15554____________________________________________________________________________
15555[  4590] By: gsar                                  on 1999/11/16  05:57:56
15556        Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
15557     Branch: perl
15558	   ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
15559	   ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
15560	   ! t/pod/poderrs.t t/pod/poderrs.xr
15561____________________________________________________________________________
15562[  4589] By: gsar                                  on 1999/11/15  18:47:34
15563        Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
15564             C<if (fork()) { print "parent" } else { print "child" }> works on
15565             Windows (incidentally running a cloned^2 interpreter :)
15566     Branch: perl
15567	   ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
15568	   ! pp_sys.c proto.h sv.c
15569____________________________________________________________________________
15570[  4588] By: gsar                                  on 1999/11/15  14:34:36
15571        Log: cloning the stack (part 1)
15572     Branch: perl
15573	   ! cop.h deb.c perl.c sv.c
15574____________________________________________________________________________
15575[  4587] By: jhi                                   on 1999/11/15  00:22:20
15576        Log: Integrate with Sarathy.
15577     Branch: cfgperl
15578	  !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
15579	  !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
15580	  !> win32/perllib.c
15581____________________________________________________________________________
15582[  4586] By: jhi                                   on 1999/11/14  21:17:26
15583        Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
15584     Branch: cfgperl
15585	   ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
15586____________________________________________________________________________
15587[  4585] By: gsar                                  on 1999/11/14  20:01:45
15588        Log: tweak for win32 build
15589     Branch: perl
15590	   ! embed.h embed.pl op.c proto.h
15591____________________________________________________________________________
15592[  4584] By: gsar                                  on 1999/11/14  19:46:25
15593        Log: cosmetic tweaks
15594     Branch: perl
15595	   ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
15596	   ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
15597____________________________________________________________________________
15598[  4583] By: gsar                                  on 1999/11/14  17:38:32
15599        Log: fix problem pointer casts
15600     Branch: perl
15601	   ! Changes run.c sv.c
15602____________________________________________________________________________
15603[  4582] By: jhi                                   on 1999/11/14  17:10:01
15604        Log: Integrate with Sarathy.
15605     Branch: cfgperl
15606	  !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
15607	  !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
15608	  !> vms/perly_c.vms win32/perllib.c
15609____________________________________________________________________________
15610[  4581] By: jhi                                   on 1999/11/14  17:08:23
15611        Log: The separation of 64-bitness and largefileness continues
15612             (with a setback, see hpux.sh).
15613     Branch: cfgperl
15614	   ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
15615	   ! hints/solaris_2.sh
15616     Branch: metaconfig
15617	   ! U/threads/archname.U U/typedefs/lseektype.U
15618     Branch: metaconfig/U/perl
15619	   ! fpossize.U use64bits.U uselfs.U
15620____________________________________________________________________________
15621[  4580] By: jhi                                   on 1999/11/14  13:26:41
15622        Log: Another Unicode update.
15623     Branch: cfgperl
15624	   + lib/unicode/Jamo.txt lib/unicode/NamesList.html
15625	   + lib/unicode/UCD300.html lib/unicode/Unicode3.html
15626	   - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
15627	   ! (edit 189 files)
15628____________________________________________________________________________
15629[  4579] By: gsar                                  on 1999/11/14  10:21:49
15630        Log: sundry cleanups for cloned interpreters (only known failure mode
15631             is due to regexps keeping non-constant data in their compiled
15632             structures)
15633     Branch: perl
15634	   ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
15635	   ! pp_sys.c sv.c toke.c util.c win32/perllib.c
15636____________________________________________________________________________
15637[  4578] By: gsar                                  on 1999/11/14  03:37:37
15638        Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
15639     Branch: perl
15640	   ! perly.c perly.y t/op/misc.t vms/perly_c.vms
15641____________________________________________________________________________
15642[  4577] By: jhi                                   on 1999/11/13  19:50:24
15643        Log: Change #4576 accidentally leaked also parts of
15644             Ilya's patch that won't apply cleanly anymore.
15645     Branch: cfgperl
15646	   ! regexec.c t/op/re_tests
15647____________________________________________________________________________
15648[  4576] By: jhi                                   on 1999/11/13  19:43:37
15649        Log: Integrate with Sarathy.
15650     Branch: cfgperl
15651	   ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
15652	  !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
15653	  !> t/op/regexp.t t/pragma/overload.t
15654____________________________________________________________________________
15655[  4575] By: gsar                                  on 1999/11/13  19:41:46
15656        Log: typos in change#4561 and change#4565
15657     Branch: perl
15658	   ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
15659____________________________________________________________________________
15660[  4574] By: gsar                                  on 1999/11/13  19:31:19
15661        Log: revert non-kosher parts of change#4562 (sort order problems
15662             should be ignored (on ebcdic) by fixing dumper.t/T() to sort
15663             result and expected lines; /[:ascii:]/ not working should be
15664             fixed, not ignored in regexp.t; result from sort should be
15665             fixed to be ascii portable on ebcdic, not ebcdic-specific)
15666     Branch: perl
15667	   ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
15668____________________________________________________________________________
15669[  4573] By: gsar                                  on 1999/11/13  19:13:04
15670        Log: integrate cfgperl changes into mainline
15671     Branch: perl
15672	  +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
15673	  +> lib/unicode/In/BopomofoExtended.pl
15674	  +> lib/unicode/In/BraillePatterns.pl
15675	  +> lib/unicode/In/CJKRadicalsSupplement.pl
15676	  +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
15677	  +> lib/unicode/In/Cherokee.pl
15678	  +> lib/unicode/In/IdeographicDescriptionCharacters.pl
15679	  +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
15680	  +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
15681	  +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
15682	  +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
15683	  +> lib/unicode/In/Thaana.pl
15684	  +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
15685	  +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
15686	   - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
15687	  !> (integrate 213 files)
15688____________________________________________________________________________
15689[  4572] By: jhi                                   on 1999/11/13  18:44:50
15690        Log: From: "Craig A. Berry" <craig.berry@metamor.com>
15691             To: perl5-porters@perl.org, VMSPERL@perl.org
15692             Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
15693             Date: Wed, 27 Oct 1999 11:02:54 -0500
15694             Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
15695     Branch: cfgperl
15696	   ! README.vms
15697____________________________________________________________________________
15698[  4571] By: jhi                                   on 1999/11/13  18:33:39
15699        Log: From: jand@activestate.com (Jan Dubois)
15700             To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
15701             Cc: Douglas Lankshear <dougl@activestate.com>,
15702             Gurusamy Sarathy <gsar@activestate.com>
15703             Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
15704             Date: Tue, 09 Nov 1999 00:38:33 +0100
15705             Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
15706     Branch: cfgperl
15707	   ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
15708	   ! win32/config.gc win32/config.vc win32/config_H.bc
15709	   ! win32/config_H.gc win32/config_H.vc win32/perllib.c
15710	   ! win32/win32.c win32/win32iop.h
15711____________________________________________________________________________
15712[  4570] By: jhi                                   on 1999/11/13  18:30:37
15713        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15714             To: perl5-porters@perl.org (Mailing list Perl5)
15715             Subject: [PATCH 5.005_62] makedef.pl goof
15716             Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
15717             Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
15718     Branch: cfgperl
15719	   ! makedef.pl
15720____________________________________________________________________________
15721[  4569] By: jhi                                   on 1999/11/13  18:06:54
15722        Log: From: Michael G Schwern <schwern@pobox.com>
15723             To: perl5-porters@perl.org, pod-people@perl.org
15724             Cc: tchrist@mox.perl.com, gnat@frii.com
15725             Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
15726             Date: Wed, 10 Nov 1999 17:21:46 -0500
15727             Message-ID: <19991110172146.A23527@athens.aocn.com>
15728     Branch: cfgperl
15729	   ! pod/perlfaq9.pod
15730____________________________________________________________________________
15731[  4568] By: jhi                                   on 1999/11/13  18:05:33
15732        Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
15733             To: <perl5-porters@perl.org>
15734             Subject: DynaLoader_pm.PL patch (backslashes in strings)
15735             Date: Wed, 10 Nov 1999 22:52:02 -0000
15736             Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
15737     Branch: cfgperl
15738	   ! ext/DynaLoader/DynaLoader_pm.PL
15739____________________________________________________________________________
15740[  4567] By: jhi                                   on 1999/11/13  18:03:52
15741        Log: From: JD Laub <jdl@access-health.com>
15742             To: perl5-porters@perl.org
15743             Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
15744             Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
15745             Message-Id: <199911121558.IAA08915@mocha.iasi.com>
15746     Branch: cfgperl
15747	   ! lib/Exporter/Heavy.pm
15748____________________________________________________________________________
15749[  4566] By: jhi                                   on 1999/11/13  18:01:24
15750        Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
15751             To: perl5-porters@perl.org
15752             Subject: small patch for perldoc
15753             Date: Fri, 12 Nov 1999 23:11:43 GMT
15754             Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
15755     Branch: cfgperl
15756	   ! utils/perldoc.PL
15757____________________________________________________________________________
15758[  4565] By: jhi                                   on 1999/11/13  17:58:54
15759        Log: From: Scott Gifford <sgifford@tir.com>
15760             To: perl5-porters@perl.org
15761             Cc: gbarr@pobox.com
15762             Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
15763             Date: 12 Nov 1999 18:55:30 -0500
15764             Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
15765     Branch: cfgperl
15766	   ! ext/IO/lib/IO/Socket.pm
15767____________________________________________________________________________
15768[  4564] By: jhi                                   on 1999/11/13  17:45:39
15769        Log: Applied manually:
15770             From: "Craig A. Berry" <craig.berry@metamor.com>
15771             To: perl5-porters@perl.org, VMSPERL@perl.org
15772             Subject: [PATCH 5.005_62] patches required to build on VMS
15773             Date: Tue, 09 Nov 1999 18:16:14 -0600
15774             Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
15775     Branch: cfgperl
15776	   ! configure.com vms/descrip_mms.template vms/subconfigure.com
15777	   ! vms/vms.c vms/vmsish.h
15778____________________________________________________________________________
15779[  4563] By: jhi                                   on 1999/11/13  17:18:41
15780        Log: Regen Unicode tables to include a warning:
15781             Thou Shalt Not Edit Them By Hand; add missing
15782             (Unicode 2.0 -introduced) tables to MANIFEST;
15783             convert the equivalence tables to be valid Perl code.
15784     Branch: cfgperl
15785	   + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
15786	   + lib/unicode/In/BopomofoExtended.pl
15787	   + lib/unicode/In/BraillePatterns.pl
15788	   + lib/unicode/In/CJKRadicalsSupplement.pl
15789	   + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
15790	   + lib/unicode/In/Cherokee.pl
15791	   + lib/unicode/In/IdeographicDescriptionCharacters.pl
15792	   + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
15793	   + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
15794	   + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
15795	   + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
15796	   + lib/unicode/In/Thaana.pl
15797	   + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
15798	   + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
15799	   - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
15800	   ! (edit 169 files)
15801____________________________________________________________________________
15802[  4562] By: jhi                                   on 1999/11/13  16:53:00
15803        Log: From: Peter Prymmer <pvhp@forte.com>
15804             To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
15805             Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
15806             Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
15807             Message-Id: <199911102234.OAA01018@brio.forte.com>
15808     Branch: cfgperl
15809	   ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
15810	   ! t/pragma/overload.t
15811____________________________________________________________________________
15812[  4561] By: jhi                                   on 1999/11/13  16:29:37
15813        Log: $Config{myarchname} is not a good architecture identifier
15814             because it may contain host/node identification like
15815             CPU serial numbers.
15816     Branch: cfgperl
15817	   ! ext/Errno/Errno_pm.PL
15818____________________________________________________________________________
15819[  4560] By: jhi                                   on 1999/11/13  16:26:13
15820        Log: Continue largefileness separation from quadness;
15821             move nv-preserving test out of perl.h into Configure;
15822             use HAS_SETVBUF in IO.
15823     Branch: cfgperl
15824	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15825	   ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
15826     Branch: metaconfig
15827	   ! U/a_dvisory/quadtype.U
15828     Branch: metaconfig/U/perl
15829	   + nvpresuv.U
15830	   ! d_fseeko.U d_ftello.U io64.U perlxv.U
15831____________________________________________________________________________
15832[  4559] By: jhi                                   on 1999/11/13  13:46:38
15833        Log: Try to fix largefileness so that it "works" without a quad IV.
15834     Branch: cfgperl
15835	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15836	   ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
15837     Branch: metaconfig
15838	   ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
15839     Branch: metaconfig/U/perl
15840	   ! io64.U
15841____________________________________________________________________________
15842[  4558] By: jhi                                   on 1999/11/13  11:36:19
15843        Log: Undo drift from mainline.
15844     Branch: cfgperl
15845	   ! regcomp.c util.c utils/h2xs.PL
15846____________________________________________________________________________
15847[  4557] By: gsar                                  on 1999/11/13  10:54:46
15848        Log: typo
15849     Branch: perl
15850	   ! util.c
15851____________________________________________________________________________
15852[  4556] By: gsar                                  on 1999/11/13  10:53:41
15853        Log: integrate cfgperl contents (op.[ch] needed manual resolve)
15854     Branch: perl
15855	  +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
15856	  +> epoc/epoc_stubs.c
15857	  !> (integrate 48 files)
15858____________________________________________________________________________
15859[  4555] By: jhi                                   on 1999/11/13  10:05:54
15860        Log: Integrate with Sarathy.
15861     Branch: cfgperl
15862	  !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
15863	  !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
15864____________________________________________________________________________
15865[  4554] By: jhi                                   on 1999/11/13  10:03:07
15866        Log: s/_SIGN$/_sign/g;
15867     Branch: metaconfig
15868	   ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
15869____________________________________________________________________________
15870[  4553] By: gsar                                  on 1999/11/13  02:17:53
15871        Log: cloned interpreters now actually run and pass all but 55/10386
15872             subtests; various subtle bugs, new and old, observed when running
15873             cloned interpreters have been fixed
15874
15875             still to do:
15876             |  * dup psig_ptr table
15877             |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
15878             |    simple-minded and grab one pad entry each, heavily bloating
15879             |    the pad by not avoiding dups)
15880             |  * overloaded constants are not really immutable--they need to
15881             |    be PADOPs
15882             |  * allocator for constants and OPs need to be spelled differently
15883             |    (shared vs interpreter-local allocations)
15884             |  * optree refcounting is still missing locking (macros are in place)
15885             |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
15886             |    perl_clone() can be called from within runops*()
15887     Branch: perl
15888	   ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
15889	   ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
15890____________________________________________________________________________
15891[  4552] By: jhi                                   on 1999/11/11  23:17:43
15892        Log: Turn on largefileness always if available and
15893             continue 64-bit fixes.
15894     Branch: cfgperl
15895	   ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
15896	   ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
15897	   ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
15898____________________________________________________________________________
15899[  4551] By: jhi                                   on 1999/11/11  23:16:15
15900        Log: Split int64type from i_inttypes, rename quadcase into quadkind.
15901     Branch: metaconfig
15902	   ! U/a_dvisory/quadtype.U
15903     Branch: metaconfig/U/perl
15904	   + d_int64t.U
15905	   ! i_inttypes.U io64.U
15906____________________________________________________________________________
15907[  4550] By: jhi                                   on 1999/11/11  20:24:55
15908        Log: Fix a thinko in 4548.
15909     Branch: cfgperl
15910	   ! pp_sys.c
15911____________________________________________________________________________
15912[  4549] By: jhi                                   on 1999/11/11  19:48:21
15913        Log: Integrate with Sarathy.
15914     Branch: cfgperl
15915	  !> (integrate 56 files)
15916____________________________________________________________________________
15917[  4548] By: jhi                                   on 1999/11/11  19:41:56
15918        Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
15919             regen Configure.
15920     Branch: cfgperl
15921	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15922	   ! config_h.SH pp_sys.c
15923____________________________________________________________________________
15924[  4547] By: jhi                                   on 1999/11/11  19:40:38
15925        Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
15926     Branch: metaconfig
15927	   + U/typedefs/sizesize.U U/typedefs/ssizesize.U
15928	   ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
15929____________________________________________________________________________
15930[  4546] By: gsar                                  on 1999/11/11  10:32:54
15931        Log: avoid stash pointers in optree under USE_ITHREADS
15932     Branch: perl
15933	   ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
15934	   ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
15935	   ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
15936	   ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
15937	   ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
15938	   ! scope.h sv.c
15939____________________________________________________________________________
15940[  4545] By: gsar                                  on 1999/11/11  06:04:20
15941        Log: another change towards a shareable optree: avoid pointer to filegv
15942             in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
15943             (CvFILE() may yet come in handy somewhere); adjust compiler doodads
15944             to suit
15945     Branch: perl
15946	   ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
15947	   ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
15948	   ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
15949	   ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
15950	   ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
15951	   ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
15952	   ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
15953	   ! win32/perllib.c
15954____________________________________________________________________________
15955[  4544] By: gsar                                  on 1999/11/10  18:19:12
15956        Log: more cleanups for change#4539
15957     Branch: perl
15958	   ! gv.h op.c op.h pp_ctl.c pp_hot.c
15959____________________________________________________________________________
15960[  4543] By: gsar                                  on 1999/11/10  01:52:22
15961        Log: remove dead branch/infinite looper in change#3612
15962     Branch: perl
15963	   ! op.c
15964____________________________________________________________________________
15965[  4542] By: gsar                                  on 1999/11/09  20:05:47
15966        Log: IoDIRP may be fake when used in source filters, mark as such
15967     Branch: perl
15968	   ! sv.c sv.h toke.c
15969____________________________________________________________________________
15970[  4541] By: gsar                                  on 1999/11/09  05:47:53
15971        Log: small nits in changes#4538,4539
15972     Branch: perl
15973	   ! op.c sv.c
15974____________________________________________________________________________
15975[  4540] By: gsar                                  on 1999/11/08  20:30:58
15976        Log: win32 symbol export tweak
15977     Branch: perl
15978	   ! makedef.pl win32/win32.c win32/win32iop.h
15979____________________________________________________________________________
15980[  4539] By: gsar                                  on 1999/11/08  18:50:40
15981        Log: preliminary support for GVOP indirection via pad
15982     Branch: perl
15983	   ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
15984	   ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
15985____________________________________________________________________________
15986[  4538] By: gsar                                  on 1999/11/08  11:25:49
15987        Log: preliminary support for perl_clone() (still needs work in
15988             the following areas: SVOPs must indirect via pad; context
15989             stack, scope stack, and runlevels must be cloned; must
15990             hook up the virtualized pseudo-process support provided by
15991             "host"; ...)
15992     Branch: perl
15993	   ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
15994	   ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
15995	   ! win32/perllib.c win32/win32.c
15996____________________________________________________________________________
15997[  4537] By: gsar                                  on 1999/11/08  11:19:18
15998        Log: more thorough cleanup in perl_destroy()
15999     Branch: perl
16000	   ! perl.c util.c
16001____________________________________________________________________________
16002[  4536] By: gsar                                  on 1999/11/08  07:16:10
16003        Log: win32 internal data must be interpreter-local
16004     Branch: perl
16005	   ! win32/win32.c win32/win32.h win32/win32sck.c
16006____________________________________________________________________________
16007[  4535] By: gsar                                  on 1999/11/08  04:17:28
16008        Log: tweak change#4502
16009     Branch: perl
16010	   ! doio.c perl.c
16011____________________________________________________________________________
16012[  4534] By: jhi                                   on 1999/11/07  13:17:03
16013        Log: Four special class subs, not three.
16014     Branch: cfgperl
16015	   ! pod/perlmod.pod
16016____________________________________________________________________________
16017[  4533] By: jhi                                   on 1999/11/07  13:13:15
16018        Log: Integrate with Sarathy.
16019     Branch: cfgperl
16020	  !> mg.c t/io/print.t
16021____________________________________________________________________________
16022[  4532] By: jhi                                   on 1999/11/07  12:36:10
16023        Log: More test program maintenance.
16024     Branch: cfgperl
16025	   ! Configure config_h.SH
16026     Branch: metaconfig
16027	   ! U/a_dvisory/intsize.U U/compline/alignbytes.U
16028	   ! U/compline/charsize.U U/compline/d_sigaction.U
16029	   ! U/compline/doublesize.U U/compline/floatsize.U
16030	   ! U/compline/nblock_io.U U/compline/ptrsize.U
16031	   ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
16032	   ! U/typedefs/uidsize.U
16033     Branch: metaconfig/U/perl
16034	   ! fpossize.U
16035____________________________________________________________________________
16036[  4531] By: jhi                                   on 1999/11/07  00:34:09
16037        Log: Tidy up the metaconfig test programs.
16038     Branch: cfgperl
16039	   ! Configure config_h.SH
16040     Branch: metaconfig
16041	   ! U/a_dvisory/intsize.U U/compline/alignbytes.U
16042	   ! U/compline/charsize.U U/compline/doublesize.U
16043	   ! U/compline/nblock_io.U U/compline/ptrsize.U
16044	   ! U/modified/d_longlong.U U/typedefs/gidsize.U
16045	   ! U/typedefs/lseektype.U U/typedefs/pidsize.U
16046	   ! U/typedefs/uidsize.U
16047     Branch: metaconfig/U/perl
16048	   ! fpossize.U
16049____________________________________________________________________________
16050[  4530] By: jhi                                   on 1999/11/06  23:51:34
16051        Log: So many printfs, so little time.
16052     Branch: cfgperl
16053	   ! op.c perl.c regcomp.c scope.c util.c
16054____________________________________________________________________________
16055[  4529] By: jhi                                   on 1999/11/06  23:27:35
16056        Log: Replace the explicit zeros with NOOPs.
16057     Branch: cfgperl
16058	   ! perl.h
16059____________________________________________________________________________
16060[  4528] By: jhi                                   on 1999/11/06  23:10:54
16061        Log: From: jand@activestate.com (Jan Dubois)
16062             To: perl5-porters@perl.org
16063             Cc: Mike Blazer <blazer@mail.nevalink.ru>,
16064             Mark Borgerding <mborgerding@acm.org>
16065             Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
16066             Date: Sat, 06 Nov 1999 22:16:43 +0100
16067             Message-ID: <38279207.46448719@smtprelay.t-online.de>
16068     Branch: cfgperl
16069	   ! op.c op.h
16070____________________________________________________________________________
16071[  4527] By: jhi                                   on 1999/11/06  20:22:14
16072        Log: ...and fewer.
16073     Branch: cfgperl
16074	   ! dump.c
16075____________________________________________________________________________
16076[  4526] By: jhi                                   on 1999/11/06  20:19:04
16077        Log: ...and they are getting fewer.
16078     Branch: cfgperl
16079	   ! dump.c op.c util.c
16080____________________________________________________________________________
16081[  4525] By: jhi                                   on 1999/11/06  19:59:59
16082        Log: More printf miscasts flushed out.
16083     Branch: cfgperl
16084	   ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
16085	   ! regexec.c
16086____________________________________________________________________________
16087[  4524] By: jhi                                   on 1999/11/06  15:39:05
16088        Log: Crushing the remaining %ld guerillas.
16089     Branch: cfgperl
16090	   ! ext/Devel/DProf/DProf.xs
16091____________________________________________________________________________
16092[  4523] By: jhi                                   on 1999/11/06  15:11:38
16093        Log: Update CPAN sites list.
16094     Branch: cfgperl
16095	   ! pod/perlmodlib.pod
16096____________________________________________________________________________
16097[  4522] By: jhi                                   on 1999/11/05  19:50:46
16098        Log: The -n32 is normally part of $cc, not $ccflags.
16099     Branch: cfgperl
16100	   ! hints/irix_6.sh
16101____________________________________________________________________________
16102[  4521] By: gsar                                  on 1999/11/05  04:35:30
16103        Log: allow $\ to work right when set to a string with embedded nulls
16104     Branch: perl
16105	   ! mg.c t/io/print.t
16106____________________________________________________________________________
16107[  4520] By: jhi                                   on 1999/11/04  23:30:09
16108        Log: Integrate with Sarathy.
16109     Branch: cfgperl
16110	  !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
16111	  !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
16112	  !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
16113	  !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
16114	  !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
16115	  !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
16116____________________________________________________________________________
16117[  4519] By: jhi                                   on 1999/11/04  23:09:25
16118        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16119             To: perl5-porters@perl.org (Mailing list Perl5)
16120             Subject: [PATCH 5.005_62] ref to non-lvalue method
16121             Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
16122             Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
16123     Branch: cfgperl
16124	   ! op.c
16125____________________________________________________________________________
16126[  4518] By: jhi                                   on 1999/11/04  23:07:27
16127        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16128             To: perl5-porters@perl.org (Mailing list Perl5)
16129             Subject: [PATCH 5.005_62] xsubpp dependency
16130             Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
16131             Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
16132     Branch: cfgperl
16133	   ! lib/ExtUtils/MM_Unix.pm
16134____________________________________________________________________________
16135[  4517] By: jhi                                   on 1999/11/04  23:05:59
16136        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16137             To: perl5-porters@perl.org (Mailing list Perl5)
16138             Subject: [PATCH 5.005_62] regexp.h
16139             Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
16140             Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
16141     Branch: cfgperl
16142	   ! regexp.h
16143____________________________________________________________________________
16144[  4516] By: gsar                                  on 1999/11/04  18:25:45
16145        Log: change#4485 didn't do the right thing for B::Bytecode
16146     Branch: perl
16147	   ! ext/B/B/Bytecode.pm
16148____________________________________________________________________________
16149[  4515] By: gsar                                  on 1999/11/04  17:28:29
16150        Log: implement STOP blocks and fix compiler to use them (minimally
16151             tested)
16152     Branch: perl
16153	   ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
16154	   ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
16155	   ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
16156	   ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
16157	   ! pod/perltodo.pod toke.c
16158____________________________________________________________________________
16159[  4514] By: gsar                                  on 1999/11/04  15:59:46
16160        Log: display BSD license in Glob.pm (for clause #2 conformity)
16161     Branch: perl
16162	   ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16163	   ! ext/File/Glob/bsd_glob.h
16164____________________________________________________________________________
16165[  4513] By: jhi                                   on 1999/11/04  08:26:19
16166        Log: Integrate with Sarathy.
16167     Branch: cfgperl
16168	  +> t/io/nargv.t
16169	  !> (integrate 34 files)
16170____________________________________________________________________________
16171[  4512] By: jhi                                   on 1999/11/04  08:01:25
16172        Log: Incremental Mac integration from Matthias.
16173     Branch: cfgperl
16174	   ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
16175	   ! toke.c util.c
16176____________________________________________________________________________
16177[  4511] By: gsar                                  on 1999/11/04  02:53:37
16178        Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
16179     Branch: perl
16180	   ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
16181	   ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
16182	   ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
16183	   ! xsutils.c
16184____________________________________________________________________________
16185[  4510] By: jhi                                   on 1999/11/02  22:12:29
16186        Log: S_init_interp is a better place to diddle with PL_opargs
16187             than perl_construct.
16188     Branch: cfgperl
16189	   ! perl.c
16190____________________________________________________________________________
16191[  4509] By: jhi                                   on 1999/11/02  21:30:02
16192        Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16193             To: ben@mucus.advanced.org, perl5-porters@perl.org
16194             Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
16195             Date: Tue, 02 Nov 1999 21:36:00 +0000
16196             Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
16197     Branch: cfgperl
16198	   ! pod/perlfunc.pod
16199____________________________________________________________________________
16200[  4508] By: jhi                                   on 1999/11/02  20:46:27
16201        Log: Initial integration of the MacPerl changes form Matthias.
16202     Branch: cfgperl
16203	   ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
16204	   ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
16205	   ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
16206____________________________________________________________________________
16207[  4507] By: jhi                                   on 1999/11/01  23:05:07
16208        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16209             To: lvirden@cas.org (Larry W. Virden)
16210             Cc: perl5-porters@perl.org, lvirden@cas.org
16211             Subject: Re: [ID 19991026.001] perl segmentation fault report
16212             Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
16213             Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
16214     Branch: cfgperl
16215	   ! regexec.c t/op/pat.t
16216____________________________________________________________________________
16217[  4506] By: jhi                                   on 1999/11/01  19:56:28
16218        Log: From: Olaf Flebbe <olaf@science-computing.de>
16219             To: perl5-porters@perl.org
16220             Subject: [PATCH: 5.005_62] Patch for EPOC Support
16221             Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
16222             Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
16223     Branch: cfgperl
16224	   + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
16225	   + epoc/epoc_stubs.c
16226	   ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
16227	   ! epoc/perl.pkg
16228____________________________________________________________________________
16229[  4505] By: gsar                                  on 1999/11/01  17:09:44
16230        Log: macros for COP.cop_filegv access
16231     Branch: perl
16232	   ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
16233	   ! util.c
16234____________________________________________________________________________
16235[  4504] By: gsar                                  on 1999/11/01  17:08:28
16236        Log: enable better Win32::DomainName() by demand loading netapi32.dll
16237             (from Jan Dubois)
16238     Branch: perl
16239	   ! pod/Win32.pod win32/win32.c
16240____________________________________________________________________________
16241[  4503] By: gsar                                  on 1999/10/31  20:56:06
16242        Log: change#4502 was missing a file
16243     Branch: perl
16244	   + t/io/nargv.t
16245____________________________________________________________________________
16246[  4502] By: gsar                                  on 1999/10/31  20:46:02
16247        Log: make nested ARGV/$^I loops work correctly; fixes several bugs
16248             in the way ARGV state was handled in readline(); writing a
16249             subroutine to do inplace edits is now possible, provided *ARGV,
16250             *ARGVOUT, $^I and $_ are localized where needed
16251     Branch: perl
16252	   ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
16253	   ! pp_hot.c scope.c
16254____________________________________________________________________________
16255[  4501] By: jhi                                   on 1999/10/31  12:43:54
16256        Log: Integrate with Sarathy.
16257     Branch: cfgperl
16258	  !> perl.h win32/config.bc win32/config.gc win32/config.vc
16259	  !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16260____________________________________________________________________________
16261[  4500] By: gsar                                  on 1999/10/31  10:01:17
16262        Log: updated windows config* files
16263     Branch: perl
16264	   ! win32/config.bc win32/config.gc win32/config.vc
16265	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16266____________________________________________________________________________
16267[  4499] By: gsar                                  on 1999/10/31  09:15:17
16268        Log: integrate cfgperl contents into mainline
16269     Branch: perl
16270	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16271	  !> config_h.SH perl.h
16272____________________________________________________________________________
16273[  4498] By: gsar                                  on 1999/10/31  09:13:41
16274        Log: remove unused struct Outrec
16275     Branch: perl
16276	   ! perl.h
16277____________________________________________________________________________
16278[  4497] By: jhi                                   on 1999/10/30  12:41:50
16279        Log: Add HAS_QUAD ($Config{d_quad}); use it.
16280     Branch: cfgperl
16281	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16282	   ! config_h.SH perl.h
16283     Branch: metaconfig
16284	   ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
16285	   ! U/typedefs/uidf.U
16286     Branch: metaconfig/U/perl
16287	   ! perlxv.U
16288____________________________________________________________________________
16289[  4496] By: gsar                                  on 1999/10/30  00:28:32
16290        Log: integrate cfgperl contents into mainline
16291     Branch: perl
16292	  !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
16293	  !> Porting/config_H README.hurd config_h.SH doop.c handy.h
16294	  !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
16295	  !> perl.h pp.c pp.h regexec.c sv.c taint.c
16296____________________________________________________________________________
16297[  4495] By: jhi                                   on 1999/10/29  23:36:19
16298        Log: Continue what #4494 started; introduce uid and gid formats.
16299     Branch: cfgperl
16300	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16301	   ! config_h.SH handy.h perl.h
16302     Branch: metaconfig
16303	   + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
16304	   - U/typedefs/quadtype.U
16305     Branch: metaconfig/U/perl
16306	   ! perlxv.U
16307____________________________________________________________________________
16308[  4494] By: jhi                                   on 1999/10/29  22:09:01
16309        Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
16310             from perl.h and handy.h.
16311     Branch: cfgperl
16312	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16313	   ! config_h.SH handy.h perl.h
16314     Branch: metaconfig/U/perl
16315	   + perlxv.U perlxvf.U
16316____________________________________________________________________________
16317[  4493] By: jhi                                   on 1999/10/29  22:08:06
16318        Log: Finetuning the output continues along the lines of #4490 and #4491.
16319     Branch: metaconfig
16320	   ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
16321	   ! U/typedefs/fpostype.U
16322     Branch: metaconfig/U/perl
16323	   + fpossize.U
16324	   ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
16325	   ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
16326____________________________________________________________________________
16327[  4492] By: jhi                                   on 1999/10/29  21:14:53
16328        Log: Hurd update from Mark Kettenis.
16329     Branch: cfgperl
16330	   ! README.hurd
16331____________________________________________________________________________
16332[  4491] By: jhi                                   on 1999/10/29  20:37:02
16333        Log: A new try at what #4490 tried to accomplish.
16334     Branch: metaconfig
16335	   ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
16336     Branch: metaconfig/U/perl
16337	   ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
16338	   ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
16339____________________________________________________________________________
16340[  4490] By: jhi                                   on 1999/10/29  20:19:41
16341        Log: metaconfig nits.
16342     Branch: metaconfig
16343	   ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
16344     Branch: metaconfig/U/perl
16345	   + d_iovec_s.U
16346	   ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
16347	   ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
16348____________________________________________________________________________
16349[  4489] By: jhi                                   on 1999/10/29  16:08:43
16350        Log: Integrate with Sarathy.
16351     Branch: cfgperl
16352	  !> (integrate 31 files)
16353____________________________________________________________________________
16354[  4488] By: jhi                                   on 1999/10/29  15:30:30
16355        Log: Regen Configure and Glossary.
16356     Branch: cfgperl
16357	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16358	   ! config_h.SH
16359____________________________________________________________________________
16360[  4487] By: jhi                                   on 1999/10/29  15:24:13
16361        Log: Remove quad logic from perl.h; regen Configure;
16362             add -DUSE_LONG_LONG to ccflags if not already there.
16363     Branch: cfgperl
16364	   ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
16365	   ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
16366____________________________________________________________________________
16367[  4486] By: jhi                                   on 1999/10/29  15:22:38
16368        Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
16369             fixed the use*.U to define their stuff only iff not already defined
16370             (so that ccflags can have any -DUSE_* it wants);
16371             uselonglong.U added; various small nits fixed.
16372     Branch: metaconfig
16373	   + U/typedefs/quadtype.U
16374	   ! U/modified/d_longdbl.U U/modified/d_longlong.U
16375	   ! U/modified/d_statblks.U U/modified/usenm.U
16376	   ! U/threads/usethreads.U
16377     Branch: metaconfig/U/perl
16378	   + uselonglong.U
16379	   ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
16380	   ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
16381	   ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
16382	   ! usemultiplicity.U useperlio.U usesocks.U
16383____________________________________________________________________________
16384[  4485] By: gsar                                  on 1999/10/29  06:08:50
16385        Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
16386     Branch: perl
16387	   ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
16388	   ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
16389	   ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
16390	   ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
16391	   ! sv.h
16392____________________________________________________________________________
16393[  4484] By: gsar                                  on 1999/10/29  03:00:21
16394        Log: usurp GVOP slot for new PADOP (one small step to making optree
16395             shareable across interpreters)
16396     Branch: perl
16397	   ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
16398	   ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
16399	   ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
16400	   ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
16401	   ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
16402	   ! pp_hot.c pp_sys.c regexec.c run.c
16403____________________________________________________________________________
16404[  4483] By: jhi                                   on 1999/10/28  22:01:12
16405        Log: Regen Configure.
16406     Branch: cfgperl
16407	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16408	   ! config_h.SH
16409____________________________________________________________________________
16410[  4482] By: jhi                                   on 1999/10/28  21:45:26
16411        Log: Installdirs patches from Andy.
16412     Branch: metaconfig
16413	   ! U/installdirs/sitearch.U U/installdirs/sitebin.U
16414	   ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
16415	   ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
16416	   ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
16417	   ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
16418	   ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
16419	   ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
16420	   ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
16421	   ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
16422____________________________________________________________________________
16423[  4481] By: gsar                                  on 1999/10/28  17:33:49
16424        Log: remove C<use Time::Local 'no_range_check'> misfeature (global
16425             can still be directly set)
16426     Branch: perl
16427	   ! lib/Time/Local.pm
16428____________________________________________________________________________
16429[  4480] By: jhi                                   on 1999/10/28  13:49:26
16430        Log: Fix printing of uids and gids; regen Configure.
16431     Branch: cfgperl
16432	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16433	   ! config_h.SH mg.c perl.c perl.h taint.c
16434____________________________________________________________________________
16435[  4479] By: jhi                                   on 1999/10/28  11:53:57
16436        Log: Fix typo.
16437     Branch: metaconfig
16438	   ! U/typedefs/gidsize.U
16439____________________________________________________________________________
16440[  4478] By: jhi                                   on 1999/10/28  06:50:02
16441        Log: Integrate with Sarathy.
16442     Branch: cfgperl
16443	  !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
16444	  !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
16445	  !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16446	  !> win32/config_sh.PL win32/makefile.mk win32/win32.h
16447____________________________________________________________________________
16448[  4477] By: jhi                                   on 1999/10/28  06:40:54
16449        Log: (Slightly) better comments for Policy_sh.SH from Andy.
16450     Branch: cfgperl
16451	   ! Policy_sh.SH
16452____________________________________________________________________________
16453[  4476] By: gsar                                  on 1999/10/27  23:54:36
16454        Log: regen config* stuff for windows
16455     Branch: perl
16456	   ! Changes patchlevel.h win32/Makefile win32/config.bc
16457	   ! win32/config.gc win32/config.vc win32/config_H.bc
16458	   ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
16459	   ! win32/makefile.mk
16460____________________________________________________________________________
16461[  4475] By: gsar                                  on 1999/10/27  21:32:30
16462        Log: integrate cfgperl contents into mainline; merge conflicts
16463     Branch: perl
16464	  !> (integrate 46 files)
16465____________________________________________________________________________
16466[  4474] By: gsar                                  on 1999/10/27  21:15:07
16467        Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
16468             perl; stdout/stderr redirects seem broken as well)
16469     Branch: perl
16470	   ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
16471____________________________________________________________________________
16472[  4473] By: jhi                                   on 1999/10/27  21:11:11
16473        Log: Do not block if no message queues available.
16474     Branch: cfgperl
16475	   ! t/lib/ipc_sysv.t
16476____________________________________________________________________________
16477[  4472] By: jhi                                   on 1999/10/27  18:27:40
16478        Log: Remove unused "squatter" symbols; regen Configure.
16479     Branch: cfgperl
16480	   ! Configure Makefile.SH Porting/Glossary Porting/config.sh
16481	   ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
16482	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16483____________________________________________________________________________
16484[  4471] By: jhi                                   on 1999/10/27  18:26:55
16485        Log: metaconfig; split socket; fix output.
16486     Branch: metaconfig
16487	   ! U/modified/d_socket.U U/modified/d_statblks.U
16488     Branch: metaconfig/U/perl
16489	   + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
16490	   ! i_sysstatfs.U i_sysvfs.U
16491____________________________________________________________________________
16492[  4470] By: jhi                                   on 1999/10/27  17:19:06
16493        Log: Regen Configure.
16494     Branch: cfgperl
16495	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16496	   ! config_h.SH perl.c perl.h
16497____________________________________________________________________________
16498[  4469] By: jhi                                   on 1999/10/27  17:18:41
16499        Log: metaconfig; split statfs.
16500     Branch: metaconfig/U/perl
16501	   + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
16502	   ! d_statfs.U
16503____________________________________________________________________________
16504[  4468] By: jhi                                   on 1999/10/27  14:06:44
16505        Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
16506             (Ilya's changes won).
16507     Branch: cfgperl
16508	  +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
16509	  +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
16510	  +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
16511	  !> (integrate 65 files)
16512____________________________________________________________________________
16513[  4467] By: jhi                                   on 1999/10/27  13:38:41
16514        Log: Regen Configure.
16515     Branch: cfgperl
16516	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16517	   ! config_h.SH
16518____________________________________________________________________________
16519[  4466] By: jhi                                   on 1999/10/27  13:18:06
16520        Log: metaconfig fixes from Andy.
16521     Branch: metaconfig
16522	   + U/modified/libnlist.U U/modified/usrinc.U
16523	   ! U/Glossary.patch U/mkglossary U/modified/libpth.U
16524____________________________________________________________________________
16525[  4465] By: jhi                                   on 1999/10/27  13:06:27
16526        Log: Nosuid checking for statfs() people.
16527     Branch: cfgperl
16528	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16529	   ! config_h.SH perl.c perl.h pod/perldiag.pod
16530____________________________________________________________________________
16531[  4464] By: jhi                                   on 1999/10/27  13:04:20
16532        Log: metaconfig maintenance; fix Hasfield, statfs;
16533             add Hasstruct, statfs3, statfs4, ustat, sysvfs;
16534             split fstatfs away from statfs.
16535     Branch: metaconfig
16536	   + U/protos/Hasstruct.U
16537	   ! U/protos/Hasfield.U
16538     Branch: metaconfig/U/perl
16539	   + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
16540	   + i_ustat.U
16541	   ! d_statfs.U
16542____________________________________________________________________________
16543[  4463] By: jhi                                   on 1999/10/27  07:55:53
16544        Log: We need cc to be able to test for cc -v.
16545     Branch: cfgperl
16546	   ! hints/dec_osf.sh
16547____________________________________________________________________________
16548[  4462] By: gsar                                  on 1999/10/27  01:31:41
16549        Log: more GCC v2.95 induced adjustments
16550     Branch: perl
16551	   ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
16552	   ! win32/makefile.mk win32/win32.c x2p/walk.c
16553____________________________________________________________________________
16554[  4461] By: gsar                                  on 1999/10/26  21:42:59
16555        Log: warnings and const violations identified by compiling in C++ mode
16556             with GCC v2.95
16557     Branch: perl
16558	   ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
16559	   ! sv.c taint.c toke.c win32/win32.c
16560____________________________________________________________________________
16561[  4459] By: jhi                                   on 1999/10/26  10:15:58
16562        Log: Regen Configure.
16563     Branch: cfgperl
16564	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16565	   ! config_h.SH
16566____________________________________________________________________________
16567[  4458] By: jhi                                   on 1999/10/26  09:48:37
16568        Log: Minor rewordings.
16569     Branch: metaconfig/U/perl
16570	   ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
16571____________________________________________________________________________
16572[  4456] By: jhi                                   on 1999/10/26  09:11:49
16573        Log: Fix d_statfsflags; add d_getmnt.
16574     Branch: metaconfig/U/perl
16575	   + d_getmnt.U
16576	   ! d_statfs.U
16577____________________________________________________________________________
16578[  4455] By: jhi                                   on 1999/10/26  08:12:27
16579        Log: Massive multitypo in #4446.
16580     Branch: cfgperl
16581	   ! hints/dec_osf.sh
16582____________________________________________________________________________
16583[  4454] By: jhi                                   on 1999/10/25  08:28:45
16584        Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
16585             To: Perl 5 Porters <perl5-porters@perl.org>
16586             Subject: [PATCH 5.005_62] dos-djgpp update
16587             Date: Mon, 25 Oct 1999 10:11:30 +0200
16588             Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
16589     Branch: cfgperl
16590	   ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
16591	   ! pod/perldelta.pod t/lib/io_unix.t
16592____________________________________________________________________________
16593[  4453] By: jhi                                   on 1999/10/25  08:25:50
16594        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16595             To: perl5-porters@perl.org (Mailing list Perl5)
16596             Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
16597             Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
16598             Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
16599     Branch: cfgperl
16600	   ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
16601____________________________________________________________________________
16602[  4452] By: jhi                                   on 1999/10/25  08:16:55
16603        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16604             To: perl5-porters@perl.org (Mailing list Perl5)
16605             Subject: [PATCH 5.005_62] Missing REx engine patch
16606             Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
16607             Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
16608     Branch: cfgperl
16609	   ! pod/perldiag.pod regcomp.c regexec.c
16610____________________________________________________________________________
16611[  4451] By: jhi                                   on 1999/10/25  08:13:06
16612        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16613             To: perl5-porters@perl.org (Mailing list Perl5)
16614             Subject: [PATCH 5.005_62] charnames and UTEST
16615             Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
16616             Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
16617     Branch: cfgperl
16618	   ! t/lib/charnames.t
16619____________________________________________________________________________
16620[  4450] By: gsar                                  on 1999/10/25  07:38:15
16621        Log: win32 tweak
16622     Branch: perl
16623	   ! win32/perllib.c
16624____________________________________________________________________________
16625[  4449] By: gsar                                  on 1999/10/24  23:20:10
16626        Log: remove inconsistent tainting behavior of sprintf("%e",...)
16627             (all bets are off is "C" locale is compromised)
16628     Branch: perl
16629	   ! pod/perlfunc.pod pod/perllocale.pod sv.c
16630____________________________________________________________________________
16631[  4448] By: gsar                                  on 1999/10/24  22:20:42
16632        Log: remove unused interpreter globals
16633     Branch: perl
16634	   ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
16635	   ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
16636	   ! proto.h toke.c
16637____________________________________________________________________________
16638[  4447] By: jhi                                   on 1999/10/24  21:49:52
16639        Log: Another hints tweak.
16640     Branch: cfgperl
16641	   ! hints/aix.sh
16642____________________________________________________________________________
16643[  4446] By: jhi                                   on 1999/10/24  21:48:02
16644        Log: Hints tweak.
16645     Branch: cfgperl
16646	   ! hints/dec_osf.sh
16647____________________________________________________________________________
16648[  4445] By: nick                                  on 1999/10/24  21:03:28
16649        Log: Integrate own changes to mainline.
16650     Branch: utfperl
16651	  !> installperl pp.c
16652____________________________________________________________________________
16653[  4444] By: nick                                  on 1999/10/24  20:54:06
16654        Log: Avoid creating GV with NULL name when vivifying nameless scalars.
16655             (Fix/workround for [ID19991024.001])
16656     Branch: perl
16657	   ! pp.c
16658____________________________________________________________________________
16659[  4443] By: nick                                  on 1999/10/24  15:09:51
16660        Log: Follow that camel ... another sync.
16661     Branch: utfperl
16662	  +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
16663	  +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
16664	  +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
16665	  !> (integrate 36 files)
16666____________________________________________________________________________
16667[  4442] By: gsar                                  on 1999/10/24  14:40:01
16668        Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
16669     Branch: perl
16670	   ! installperl
16671____________________________________________________________________________
16672[  4441] By: gsar                                  on 1999/10/24  14:33:11
16673        Log: test in change#4428 needs strict interpretation of C modulus
16674     Branch: perl
16675	   ! t/op/int.t
16676____________________________________________________________________________
16677[  4440] By: gsar                                  on 1999/10/24  13:47:17
16678        Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
16679             $? break
16680     Branch: perl
16681	   ! perl.c pod/perldelta.pod pod/perldiag.pod
16682____________________________________________________________________________
16683[  4439] By: jhi                                   on 1999/10/24  13:19:17
16684        Log: test for #2835 (yeah, better later than never)
16685     Branch: cfgperl
16686	   ! t/op/array.t
16687____________________________________________________________________________
16688[  4438] By: gsar                                  on 1999/10/24  12:59:12
16689        Log: typo, doc tweak
16690     Branch: perl
16691	   ! lib/attributes.pm pod/perlop.pod
16692____________________________________________________________________________
16693[  4437] By: gsar                                  on 1999/10/24  11:59:55
16694        Log: allow get() and reftype() functions to be imported (from
16695             Spider Boardman)
16696     Branch: perl
16697	   ! lib/attributes.pm
16698____________________________________________________________________________
16699[  4436] By: gsar                                  on 1999/10/24  11:52:53
16700        Log: suppress scalar leak messages for known leaks (from
16701             Robin Barker <rmb1@cise.npl.co.uk>)
16702     Branch: perl
16703	   ! Changes t/op/lex_assign.t t/pragma/warn/op
16704____________________________________________________________________________
16705[  4435] By: gsar                                  on 1999/10/24  11:39:42
16706        Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
16707     Branch: perl
16708	   ! ext/B/defsubs_h.PL
16709____________________________________________________________________________
16710[  4434] By: gsar                                  on 1999/10/24  11:36:08
16711        Log: relax range checking if they ask for it (from John L. Allen
16712             <allen@grumman.com>)
16713     Branch: perl
16714	   ! lib/Time/Local.pm
16715____________________________________________________________________________
16716[  4433] By: gsar                                  on 1999/10/24  11:25:51
16717        Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
16718     Branch: perl
16719	   ! README lib/File/Path.pm
16720____________________________________________________________________________
16721[  4432] By: gsar                                  on 1999/10/24  11:11:02
16722        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16723             Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
16724             Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
16725             Subject: Re: [PATCH 5.005_62] OS/2 improvements
16726     Branch: perl
16727	   + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
16728	   + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
16729	   + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
16730	   ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
16731	   ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
16732	   ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
16733	   ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
16734	   ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
16735	   ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
16736	   ! perl.c perl.h t/io/fs.t t/op/magic.t
16737____________________________________________________________________________
16738[  4431] By: gsar                                  on 1999/10/24  10:50:14
16739        Log: install all README.foo with pod content as podfoo.pod
16740     Branch: perl
16741	   ! Makefile.SH installman
16742____________________________________________________________________________
16743[  4430] By: gsar                                  on 1999/10/24  09:28:24
16744        Log: @INC needs ../lib
16745     Branch: perl
16746	   ! t/op/int.t
16747____________________________________________________________________________
16748[  4429] By: jhi                                   on 1999/10/23  21:47:49
16749        Log: More printf-fixes (see also #4426).
16750     Branch: cfgperl
16751	   ! deb.c dump.c ext/Data/Dumper/Dumper.xs
16752	   ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
16753	   ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
16754____________________________________________________________________________
16755[  4428] By: gsar                                  on 1999/10/23  20:28:56
16756        Log: fix accidental C modulo semantics on integer-valued operations
16757             (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
16758     Branch: perl
16759	   ! op.c t/op/int.t
16760____________________________________________________________________________
16761[  4427] By: jhi                                   on 1999/10/23  16:10:10
16762        Log: Integrate with Sarathy.
16763     Branch: cfgperl
16764	  !> sv.c win32/win32.c
16765____________________________________________________________________________
16766[  4426] By: jhi                                   on 1999/10/23  16:04:02
16767        Log: Fix the printfing nits pointed out by using gcc -Wall and
16768             Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
16769             plus few other warnings in Dumper.xs.
16770     Branch: cfgperl
16771	   ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
16772	   ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
16773____________________________________________________________________________
16774[  4425] By: jhi                                   on 1999/10/23  15:16:41
16775        Log: Configure regen to pick up the new installation directories
16776             from Policy_sh.SH.  The explanations of "public add-ons" and
16777             "vendor-supplied" could do with more work.
16778     Branch: cfgperl
16779	   ! Configure config_h.SH
16780____________________________________________________________________________
16781[  4424] By: nick                                  on 1999/10/23  00:46:22
16782        Log: Resolve mainline before possible hacking operertunity this weekend
16783     Branch: utfperl
16784	  +> pod/perlfilter.pod
16785	  !> (integrate 32 files)
16786____________________________________________________________________________
16787[  4423] By: jhi                                   on 1999/10/22  22:53:17
16788        Log: Update Policy_sh.SH to handle the newer installation directives.
16789             From: Andy Dougherty <doughera@lafayette.edu>
16790             To: Perl Porters <perl5-porters@perl.org>
16791             Subject: [PATCH 5.005_62] Policy_sh.SH update
16792             Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
16793             Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
16794     Branch: cfgperl
16795	   ! Policy_sh.SH
16796____________________________________________________________________________
16797[  4422] By: jhi                                   on 1999/10/22  22:44:44
16798        Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
16799     Branch: cfgperl
16800	   ! hints/aix.sh
16801____________________________________________________________________________
16802[  4421] By: gsar                                  on 1999/10/22  21:16:44
16803        Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
16804             C<"%ld", long_val>
16805     Branch: perl
16806	   ! sv.c
16807____________________________________________________________________________
16808[  4420] By: gsar                                  on 1999/10/22  16:36:46
16809        Log: win32_utime() on directories should use localtime() rather
16810             than gmtime() (from Jan Dubois)
16811     Branch: perl
16812	   ! win32/win32.c
16813____________________________________________________________________________
16814[  4419] By: jhi                                   on 1999/10/21  10:31:41
16815        Log: Integrate with Sarathy.
16816     Branch: cfgperl
16817	  !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
16818	  !> t/lib/glob-basic.t t/op/sort.t
16819____________________________________________________________________________
16820[  4418] By: gsar                                  on 1999/10/20  23:49:47
16821        Log: add test for change#4417
16822     Branch: perl
16823	   ! t/op/sort.t
16824____________________________________________________________________________
16825[  4417] By: gsar                                  on 1999/10/20  23:45:03
16826        Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
16827     Branch: perl
16828	   ! op.c
16829____________________________________________________________________________
16830[  4416] By: gsar                                  on 1999/10/20  01:00:50
16831        Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
16832     Branch: perl
16833	   ! lib/CPAN/FirstTime.pm
16834____________________________________________________________________________
16835[  4415] By: gsar                                  on 1999/10/20  00:52:34
16836        Log: disable optimizing troublesome ops in change#3612
16837             (from Ilya Zakharevich)
16838     Branch: perl
16839	   ! Makefile.SH opcode.h opcode.pl
16840____________________________________________________________________________
16841[  4414] By: gsar                                  on 1999/10/20  00:37:46
16842        Log: skip unreadable directory test when running as root
16843     Branch: perl
16844	   ! t/lib/glob-basic.t
16845____________________________________________________________________________
16846[  4413] By: jhi                                   on 1999/10/19  09:26:52
16847        Log: Avoid GNU ar if HP cc is being used.
16848     Branch: cfgperl
16849	   ! hints/hpux.sh
16850____________________________________________________________________________
16851[  4412] By: jhi                                   on 1999/10/19  07:24:29
16852        Log: Integrate with Sarathy.
16853     Branch: cfgperl
16854	  !> perlvars.h
16855____________________________________________________________________________
16856[  4411] By: jhi                                   on 1999/10/19  07:22:34
16857        Log: Long double support: sqrtl et al are not available everywhere,
16858             e.g. not in Solaris, even when long doubles are.
16859     Branch: cfgperl
16860	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16861	   ! config_h.SH perl.h
16862____________________________________________________________________________
16863[  4410] By: jhi                                   on 1999/10/19  07:21:42
16864        Log: Add sqrtl probe, add echo dependencies.
16865     Branch: metaconfig
16866	   ! U/threads/d_pthreadj.U
16867     Branch: metaconfig/U/perl
16868	   + d_sqrtl.U
16869	   ! i_inttypes.U io64.U
16870____________________________________________________________________________
16871[  4409] By: gsar                                  on 1999/10/19  02:18:54
16872        Log: perl_mutex n/a if !USE_THREADS
16873     Branch: perl
16874	   ! perlvars.h
16875____________________________________________________________________________
16876[  4408] By: jhi                                   on 1999/10/18  20:13:02
16877        Log: Forgotten s/warning/warnings/.
16878     Branch: cfgperl
16879	   ! Makefile.SH
16880____________________________________________________________________________
16881[  4407] By: jhi                                   on 1999/10/18  20:02:12
16882        Log: Integrate with Sarathy.
16883     Branch: cfgperl
16884	  +> pod/perlfilter.pod
16885	  !> (integrate 30 files)
16886____________________________________________________________________________
16887[  4406] By: gsar                                  on 1999/10/18  16:32:10
16888        Log: added intro to source filters from Paul Marquess
16889     Branch: perl
16890	   + pod/perlfilter.pod
16891	   ! MANIFEST pod/perldelta.pod
16892____________________________________________________________________________
16893[  4405] By: gsar                                  on 1999/10/18  05:53:06
16894        Log: missing manpages
16895     Branch: perl
16896	   ! installman
16897____________________________________________________________________________
16898[  4404] By: gsar                                  on 1999/10/18  05:09:22
16899        Log: pod updates from Tom Christiansen
16900     Branch: perl
16901	   ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
16902____________________________________________________________________________
16903[  4403] By: gsar                                  on 1999/10/17  23:43:59
16904        Log: PL_malloc_mutex needs to be global, not per-interpreter
16905             (malloc.c has static data)
16906     Branch: perl
16907	   ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
16908____________________________________________________________________________
16909[  4402] By: gsar                                  on 1999/10/17  22:30:30
16910        Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
16911             windows
16912     Branch: perl
16913	   ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
16914	   ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
16915	   ! win32/win32.h
16916____________________________________________________________________________
16917[  4401] By: gsar                                  on 1999/10/17  20:33:42
16918        Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
16919             eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
16920             is one symptom of the problem
16921     Branch: perl
16922	   ! pp_ctl.c t/op/eval.t
16923____________________________________________________________________________
16924[  4400] By: gsar                                  on 1999/10/17  18:36:46
16925        Log: remove FileHandle from list of PodParser dependencies (the
16926             difference is 20 files vs 6 files loaded!)
16927     Branch: perl
16928	   ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
16929	   ! t/pod/testcmp.pl
16930____________________________________________________________________________
16931[  4399] By: nick                                  on 1999/10/17  14:51:35
16932        Log: Pre-trip resolve
16933     Branch: utfperl
16934	  !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
16935____________________________________________________________________________
16936[  4398] By: gsar                                  on 1999/10/17  09:19:24
16937        Log: make installperl ignore RCS files (from Michael G Schwern
16938             <schwern@pobox.com>)
16939     Branch: perl
16940	   ! installperl lib/Text/Tabs.pm
16941____________________________________________________________________________
16942[  4397] By: gsar                                  on 1999/10/16  18:30:14
16943        Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
16944     Branch: perl
16945	   ! perl.c
16946____________________________________________________________________________
16947[  4396] By: jhi                                   on 1999/10/16  17:44:39
16948        Log: Missing comma.
16949     Branch: cfgperl
16950	   ! lib/diagnostics.pm
16951____________________________________________________________________________
16952[  4395] By: gsar                                  on 1999/10/16  17:18:36
16953        Log: assumption about @_ always being non-REAL doesn't hold when
16954             debugger is running; DB::sub() can call arbitrary stuff
16955             that modifies @_ at will
16956     Branch: perl
16957	   ! pp_hot.c
16958____________________________________________________________________________
16959[  4394] By: nick                                  on 1999/10/16  09:35:20
16960        Log: Resolve utfperl branch against mainline as of _62
16961     Branch: utfperl
16962	  +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
16963	  +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
16964	  +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
16965	  +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
16966	  +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
16967	  +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
16968	  +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
16969	  +> t/lib/glob-taint.t win32/genmk95.pl
16970	   - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
16971	  !> (integrate 144 files)
16972____________________________________________________________________________
16973[  4393] By: gsar                                  on 1999/10/16  04:07:02
16974        Log: OS/2 support bits (from Ilya Zakharevich)
16975     Branch: perl
16976	   ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
16977____________________________________________________________________________
16978[  4392] By: jhi                                   on 1999/10/15  10:28:09
16979        Log: Integrate with Sarathy.
16980     Branch: cfgperl
16981	  !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
16982	  !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
16983	  !> win32/Makefile win32/makefile.mk
16984
16985----------------
16986Version 5.005_62
16987----------------
16988
16989____________________________________________________________________________
16990[  4391] By: gsar                                  on 1999/10/15  10:12:42
16991        Log: here be 5.005_62
16992     Branch: perl
16993	   ! Changes MANIFEST Porting/makerel
16994____________________________________________________________________________
16995[  4390] By: gsar                                  on 1999/10/15  09:45:51
16996        Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
16997             avoid tickling it in Pod::Man for now; other nits in
16998             Pod::*
16999     Branch: perl
17000	   ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
17001	   ! pod/perlopentut.pod
17002____________________________________________________________________________
17003[  4389] By: gsar                                  on 1999/10/15  08:55:01
17004        Log: disable internal globbing for miniperl (or build breaks out
17005             in a rash of failed dependencies)
17006     Branch: perl
17007	   ! Makefile.SH op.c win32/Makefile win32/makefile.mk
17008____________________________________________________________________________
17009[  4388] By: jhi                                   on 1999/10/15  08:07:49
17010        Log: Integrate with Sarathy.
17011     Branch: cfgperl
17012	  !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
17013	  !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
17014____________________________________________________________________________
17015[  4387] By: gsar                                  on 1999/10/15  07:46:24
17016        Log: integrate cfgperl contents into mainline
17017     Branch: perl
17018	   ! Changes
17019	  !> pod/perldelta.pod pod/perldiag.pod regcomp.c
17020	  !> t/pragma/warn/regcomp
17021____________________________________________________________________________
17022[  4386] By: gsar                                  on 1999/10/15  05:45:36
17023        Log: various little goofs in change#4385
17024     Branch: perl
17025	   ! win32/include/dirent.h win32/win32.c
17026____________________________________________________________________________
17027[  4385] By: gsar                                  on 1999/10/15  04:49:09
17028        Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
17029             rather than win32_opendir() reading all files up front (untested)
17030     Branch: perl
17031	   ! win32/include/dirent.h win32/win32.c
17032____________________________________________________________________________
17033[  4384] By: gsar                                  on 1999/10/15  01:34:09
17034        Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
17035     Branch: perl
17036	   ! lib/Benchmark.pm pod/perldelta.pod
17037____________________________________________________________________________
17038[  4383] By: gsar                                  on 1999/10/15  01:22:32
17039        Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
17040             <dha@panix.com>)
17041     Branch: perl
17042	   ! pod/perlfaq2.pod
17043____________________________________________________________________________
17044[  4382] By: gsar                                  on 1999/10/15  01:14:22
17045        Log: From: jand@ActiveState.com (Jan Dubois)
17046             Date: Fri, 15 Oct 1999 01:14:23 +0200
17047             Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
17048             Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
17049     Branch: perl
17050	   ! ext/POSIX/POSIX.xs
17051____________________________________________________________________________
17052[  4381] By: jhi                                   on 1999/10/14  22:11:36
17053        Log: Integrate with Sarathy.
17054     Branch: cfgperl
17055	  !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
17056	  !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
17057	  !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
17058	  !> win32/makefile.mk
17059____________________________________________________________________________
17060[  4380] By: jhi                                   on 1999/10/14  22:08:22
17061        Log: Warn inside character classes about unknown backslash escapes
17062             (that are not caught earlier because of being completely unknown,
17063             such as \m), such as \z (because they make do sense inside regexen,
17064             but not inside character classes).
17065     Branch: cfgperl
17066	   ! pod/perldelta.pod pod/perldiag.pod regcomp.c
17067	   ! t/pragma/warn/regcomp
17068____________________________________________________________________________
17069[  4379] By: gsar                                  on 1999/10/14  18:26:56
17070        Log: clarify significance of parens for "x" (from M.J.T. Guy
17071             <mjtg@cus.cam.ac.uk>)
17072     Branch: perl
17073	   ! pod/perlop.pod
17074____________________________________________________________________________
17075[  4378] By: gsar                                  on 1999/10/14  18:25:20
17076        Log: make timelocal work better when time is close to the epoch
17077             east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
17078     Branch: perl
17079	   ! lib/Time/Local.pm
17080____________________________________________________________________________
17081[  4377] By: gsar                                  on 1999/10/14  18:15:11
17082        Log: integrate cfgperl contents into mainline
17083     Branch: perl
17084	  +> ext/DB_File/hints/sco.pl
17085	  !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
17086	  !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
17087	  !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
17088____________________________________________________________________________
17089[  4376] By: gsar                                  on 1999/10/14  17:47:35
17090        Log: fix POPSTACK panics that ensued from bad interaction between
17091             runlevels and stack of stacks (change#3988 done right);
17092             basically, we pop the runlevel if the stacklevel is not the
17093             same one we started the runlevel with
17094     Branch: perl
17095	   ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
17096____________________________________________________________________________
17097[  4375] By: gsar                                  on 1999/10/14  15:54:48
17098        Log: avoid warnings
17099     Branch: perl
17100	   ! ext/File/Glob/bsd_glob.c
17101____________________________________________________________________________
17102[  4374] By: jhi                                   on 1999/10/14  10:08:44
17103        Log: Warn about false ranges like \d-\w (see the change #4355).
17104             The invalid ranges (b-a) warning message also enhanced.
17105     Branch: cfgperl
17106	   ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
17107	   ! t/pragma/warn/regcomp
17108____________________________________________________________________________
17109[  4373] By: gsar                                  on 1999/10/14  03:49:54
17110        Log: File::Glob fixes for Windows
17111     Branch: perl
17112	   ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
17113	   ! win32/makefile.mk
17114____________________________________________________________________________
17115[  4372] By: gsar                                  on 1999/10/14  02:21:31
17116        Log: avoid inefficiency in change#3386 (every longjmp() was followed
17117             by an avoidable call to setjmp())
17118     Branch: perl
17119	   ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
17120	   ! proto.h scope.c scope.h
17121____________________________________________________________________________
17122[  4371] By: jhi                                   on 1999/10/13  21:17:17
17123        Log: Integrate with Sarathy.
17124     Branch: cfgperl
17125	  !> op.c pod/perldelta.pod
17126____________________________________________________________________________
17127[  4370] By: gsar                                  on 1999/10/13  18:08:45
17128        Log: misc tweaks
17129     Branch: perl
17130	   ! op.c pod/perldelta.pod
17131____________________________________________________________________________
17132[  4369] By: jhi                                   on 1999/10/13  16:18:58
17133        Log: Integrate with Sarathy.
17134     Branch: cfgperl
17135	  !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
17136____________________________________________________________________________
17137[  4368] By: gsar                                  on 1999/10/13  16:14:16
17138        Log: pod nits from various perl porters
17139     Branch: perl
17140	   ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
17141____________________________________________________________________________
17142[  4367] By: jhi                                   on 1999/10/13  12:10:30
17143        Log: From: Vlad Harchev <hvv@hippo.ru>
17144             To: perl5-porters@perl.org
17145             Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
17146             Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
17147             Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
17148     Branch: cfgperl
17149	   ! pod/perlop.pod
17150____________________________________________________________________________
17151[  4366] By: gsar                                  on 1999/10/13  08:11:11
17152        Log: typos and language goofs pointed out by Hugo van der Sanden
17153             <hv@crypt.compulink.co.uk>
17154     Branch: perl
17155	   ! pod/perldelta.pod pod/perldiag.pod
17156____________________________________________________________________________
17157[  4365] By: jhi                                   on 1999/10/13  07:27:44
17158        Log: Integrate with Sarathy.
17159     Branch: cfgperl
17160	  +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
17161	  +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
17162	  +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
17163	  +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
17164	  +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
17165	  !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
17166	  !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
17167	  !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
17168	  !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
17169____________________________________________________________________________
17170[  4364] By: gsar                                  on 1999/10/13  07:06:04
17171        Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
17172     Branch: perl
17173	   ! lib/perl5db.pl
17174____________________________________________________________________________
17175[  4363] By: jhi                                   on 1999/10/13  07:03:43
17176        Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
17177             To: perl5-porters@perl.org
17178             Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
17179             Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
17180             Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
17181     Branch: cfgperl
17182	   ! hints/svr5.sh
17183____________________________________________________________________________
17184[  4362] By: jhi                                   on 1999/10/13  06:57:16
17185        Log: Add DB_File hint for SCO ODT.
17186             From: hops@sco.com
17187             To: perl5-porters@perl.org
17188             Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
17189             Date: Tue, 12 Oct 1999 20:16:04 PDT
17190             Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
17191     Branch: cfgperl
17192	   + ext/DB_File/hints/sco.pl
17193	   ! MANIFEST
17194____________________________________________________________________________
17195[  4361] By: gsar                                  on 1999/10/13  06:56:08
17196        Log: PL_numeric_radix used without being defined (from Ilya
17197             Zakharevich)
17198     Branch: perl
17199	   ! util.c
17200____________________________________________________________________________
17201[  4360] By: gsar                                  on 1999/10/13  06:43:03
17202        Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
17203             From: hops@sco.com
17204             Date: Tue, 12 Oct 1999 20:16:04 PDT
17205             Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
17206             Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
17207     Branch: perl
17208	   + ext/NDBM_File/hints/sco.pl
17209	   ! MANIFEST ext/ODBM_File/hints/sco.pl
17210____________________________________________________________________________
17211[  4359] By: gsar                                  on 1999/10/13  06:34:53
17212        Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
17213     Branch: perl
17214	   ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
17215	   ! pod/perlport.pod
17216____________________________________________________________________________
17217[  4358] By: gsar                                  on 1999/10/12  19:10:27
17218        Log: perldelta updates
17219     Branch: perl
17220	   ! pod/perldelta.pod
17221____________________________________________________________________________
17222[  4357] By: gsar                                  on 1999/10/12  17:11:18
17223        Log: update perldelta for change#4356
17224     Branch: perl
17225	   ! Changes pod/perldelta.pod
17226____________________________________________________________________________
17227[  4356] By: gsar                                  on 1999/10/12  16:53:31
17228        Log: add File::BSDGlob as File::Glob and load it at compile-time
17229             if perl was built with -DPERL_INTERNAL_GLOB
17230
17231             TODO: we currently get a compile-time failure if File/Glob.pm
17232             can't be found; such failure needs to be made to emit a warning
17233             and use the csh implementation instead
17234     Branch: perl
17235	   + ext/File/Glob/Changes ext/File/Glob/Glob.pm
17236	   + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
17237	   + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
17238	   + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
17239	   + t/lib/glob-global.t t/lib/glob-taint.t
17240	   ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
17241	   ! t/pragma/overload.t
17242____________________________________________________________________________
17243[  4355] By: jhi                                   on 1999/10/12  15:30:05
17244        Log: Revert the parts of #3926 that outlawed character ranges
17245             that have character classes such as \w as either endpoint.
17246             This change re-establishes the old behavior which meant that
17247             such ranges weren't really ranges, the "-" was literal.
17248             Moreover, this change also fixes the old behavior to be
17249             more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
17250             Now they all do work as described above.  The #3926 outlawed
17251             all of those.
17252     Branch: cfgperl
17253	   ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
17254____________________________________________________________________________
17255[  4354] By: jhi                                   on 1999/10/12  09:58:59
17256        Log: Integrate with Sarathy.
17257     Branch: cfgperl
17258	  !> (integrate 33 files)
17259____________________________________________________________________________
17260[  4353] By: gsar                                  on 1999/10/12  05:53:40
17261        Log: apply parts of LynxOS patches from Alan Johnson
17262             <johnson@alonn.gemse.fr>
17263     Branch: perl
17264	   ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
17265	   ! t/op/groups.t
17266____________________________________________________________________________
17267[  4352] By: gsar                                  on 1999/10/12  05:24:39
17268        Log: allow any unpack specifier to take a count via '/'
17269             (from Ilya Zakharevich)
17270     Branch: perl
17271	   ! pp.c t/op/pack.t
17272____________________________________________________________________________
17273[  4351] By: gsar                                  on 1999/10/12  05:02:35
17274        Log: avoid warnings
17275     Branch: perl
17276	   ! malloc.c
17277____________________________________________________________________________
17278[  4350] By: gsar                                  on 1999/10/12  04:50:52
17279        Log: various cleanups
17280     Branch: perl
17281	   ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
17282	   ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
17283	   ! win32/config.gc win32/config.vc win32/config_H.bc
17284	   ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
17285____________________________________________________________________________
17286[  4349] By: gsar                                  on 1999/10/12  00:23:11
17287        Log: update Changes, patchlevel etc.
17288     Branch: perl
17289	   ! Changes Porting/findvars patchlevel.h win32/Makefile
17290	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17291	   ! win32/makefile.mk
17292____________________________________________________________________________
17293[  4348] By: gsar                                  on 1999/10/11  23:11:57
17294        Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
17295     Branch: perl
17296	   ! pod/perlfunc.pod
17297____________________________________________________________________________
17298[  4347] By: jhi                                   on 1999/10/11  21:25:03
17299        Log: Sparc Linux -Duseshrplib fix.
17300
17301             From: Brian Jepson <bjepson@home.com>
17302             To: Nick Ing-Simmons <nick@ing-simmons.net>
17303             cc: perl5-porters@perl.org
17304             Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
17305             Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
17306             Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
17307     Branch: cfgperl
17308	   ! hints/linux.sh
17309____________________________________________________________________________
17310[  4346] By: gsar                                  on 1999/10/11  20:28:32
17311        Log: more pack/unpack documentation (from Ilya Zakharevich); changed
17312             the behavior of 'Z*' and 'Z3' to always pack a trailing
17313             null byte; changed documentation to suit; added test
17314     Branch: perl
17315	   ! pod/perlfunc.pod pp.c t/op/pack.t
17316____________________________________________________________________________
17317[  4345] By: gsar                                  on 1999/10/11  19:15:46
17318        Log: writing to perllocal.pod fails if it was never created;
17319             tweak pseudo-hash example (both suggested by Michael G Schwern
17320             <schwern@pobox.com>)
17321     Branch: perl
17322	   ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
17323____________________________________________________________________________
17324[  4344] By: gsar                                  on 1999/10/11  17:57:31
17325        Log: slightly edited variant of suggested patch
17326             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17327             Date: Thu, 9 Sep 1999 18:35:37 -0400
17328             Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
17329             Subject: [PATCH 5.005_58] How RExen match?
17330     Branch: perl
17331	   ! pod/perlre.pod
17332____________________________________________________________________________
17333[  4343] By: gsar                                  on 1999/10/11  16:55:48
17334        Log: change#4327 was inefficient
17335     Branch: perl
17336	   ! lib/lib.pm
17337____________________________________________________________________________
17338[  4342] By: jhi                                   on 1999/10/11  07:01:46
17339        Log: Integrate with Sarathy.
17340     Branch: cfgperl
17341	  +> pod/perlhack.pod
17342	  !> (integrate 28 files)
17343____________________________________________________________________________
17344[  4341] By: jhi                                   on 1999/10/11  06:37:47
17345        Log: The 2.5th cut at the AIX C++ extension problems.
17346     Branch: cfgperl
17347	   ! hints/aix.sh
17348____________________________________________________________________________
17349[  4340] By: gsar                                  on 1999/10/10  23:48:07
17350        Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
17351     Branch: perl
17352	   + pod/perlhack.pod
17353	   ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
17354____________________________________________________________________________
17355[  4339] By: gsar                                  on 1999/10/10  20:42:40
17356        Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
17357             compatibility; introduce SAVEDESTRUCTOR_X() that accepts
17358             void(*)(pTHX_ void*)
17359     Branch: perl
17360	   ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
17361	   ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
17362	   ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
17363	   ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
17364____________________________________________________________________________
17365[  4338] By: gsar                                  on 1999/10/10  20:38:59
17366        Log: add missing new diagnostics to perldelta
17367     Branch: perl
17368	   ! pod/perldelta.pod
17369____________________________________________________________________________
17370[  4337] By: gsar                                  on 1999/10/10  17:40:13
17371        Log: update perldelta for change#3406
17372     Branch: perl
17373	   ! embed.pl pod/perldata.pod pod/perldelta.pod
17374____________________________________________________________________________
17375[  4336] By: gsar                                  on 1999/10/10  16:33:14
17376        Log: integrate cfgperl contents into mainline
17377     Branch: perl
17378	  +> ext/DynaLoader/hints/aix.pl
17379	  !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
17380	  !> makedef.pl perl.h pod/perldelta.pod
17381____________________________________________________________________________
17382[  4335] By: jhi                                   on 1999/10/10  11:09:48
17383        Log: Update perldelta.
17384     Branch: cfgperl
17385	   ! pod/perldelta.pod
17386____________________________________________________________________________
17387[  4334] By: jhi                                   on 1999/10/10  10:31:46
17388        Log: Integrate with Sarathy.
17389     Branch: cfgperl
17390	  +> win32/genmk95.pl
17391	  !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
17392	  !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
17393	  !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
17394	  !> ext/Thread/sync.t ext/Thread/sync2.t installperl
17395	  !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
17396	  !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
17397	  !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
17398	  !> utils/perldoc.PL win32/makefile.mk
17399____________________________________________________________________________
17400[  4333] By: gsar                                  on 1999/10/10  06:33:15
17401        Log: install pods to 'pods' rather than 'pod' on cygwin (modified
17402             a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
17403     Branch: perl
17404	   ! installperl lib/diagnostics.pm utils/perldoc.PL
17405____________________________________________________________________________
17406[  4332] By: gsar                                  on 1999/10/10  05:15:26
17407        Log: add $VERSION
17408     Branch: perl
17409	   ! lib/Exporter.pm
17410____________________________________________________________________________
17411[  4331] By: gsar                                  on 1999/10/10  05:10:22
17412        Log: describe what can go in an export list (from Anno Siegel
17413             <anno4000@lublin.zrz.tu-berlin.de>)
17414     Branch: perl
17415	   ! lib/Exporter.pm
17416____________________________________________________________________________
17417[  4330] By: gsar                                  on 1999/10/10  04:50:43
17418        Log: more basic support for building modules under Windows 95/98
17419             (applied relevant parts from a patch suggested by
17420             Jochen Wiedmann <joe@ispsoft.de>)
17421     Branch: perl
17422	   ! lib/ExtUtils/MM_Unix.pm
17423____________________________________________________________________________
17424[  4329] By: gsar                                  on 1999/10/10  04:28:38
17425        Log: rudimentary support for building under Windows 95/98 (from
17426             Benjamin Stuhl <sho_pi@hotmail.com>)
17427     Branch: perl
17428	   + win32/genmk95.pl
17429	   ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
17430	   ! win32/makefile.mk
17431____________________________________________________________________________
17432[  4328] By: gsar                                  on 1999/10/10  03:37:21
17433        Log: fix two leaks in Thread.xs (from Eugene Alterman
17434             <Eugene.Alterman@bremer-inc.com>); convert places with
17435             'use attrs' to new attributes syntax
17436     Branch: perl
17437	   ! ext/Thread/Thread.pm ext/Thread/Thread.xs
17438	   ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
17439	   ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
17440	   ! ext/Thread/sync2.t
17441____________________________________________________________________________
17442[  4327] By: gsar                                  on 1999/10/10  02:23:52
17443        Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
17444             (suggested by Tod Irwin <irwin@stockmaster.com>)
17445     Branch: perl
17446	   ! lib/lib.pm
17447____________________________________________________________________________
17448[  4326] By: gsar                                  on 1999/10/10  00:51:48
17449        Log: better documentation for recv() (from Anton Berezin
17450             <tobez@plab.ku.dk>)
17451     Branch: perl
17452	   ! pod/perlfunc.pod
17453____________________________________________________________________________
17454[  4325] By: gsar                                  on 1999/10/09  22:46:23
17455        Log: perldelta updates (see TODO markers)
17456     Branch: perl
17457	   ! Changes pod/perldelta.pod pp_sys.c
17458____________________________________________________________________________
17459[  4324] By: gsar                                  on 1999/10/09  19:43:10
17460        Log: fix Exporter::export_to_level() documentation
17461     Branch: perl
17462	   ! lib/Exporter.pm
17463____________________________________________________________________________
17464[  4323] By: gsar                                  on 1999/10/09  18:48:31
17465        Log: don't run END blocks when running under -c switch (older,
17466             rarely useful behavior may still be obtained by putting
17467             BEGIN { $^C = 0; exit; } at the end of the script)
17468     Branch: perl
17469	   ! perl.c
17470____________________________________________________________________________
17471[  4322] By: jhi                                   on 1999/10/09  05:31:26
17472        Log: While awaiting a good test program to detect the broken gcc.
17473             From: Thomas Cont� <tom@fr.uu.net>
17474             To: <jhi@iki.fi>
17475             Cc: <perl5-porters@perl.org>
17476             Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
17477             Date: Wed, 6 Oct 1999 19:56:29 +0200
17478             Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
17479     Branch: cfgperl
17480	   ! hints/irix_6.sh perl.h
17481____________________________________________________________________________
17482[  4321] By: gsar                                  on 1999/10/09  00:41:02
17483        Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
17484             clear entries in the CV's pad, leading to coredumps when CV had no
17485             other references to it; this is a slightly edited version of the
17486             patch suggested by Russel O'Connor <roconnor@world.std.com>
17487     Branch: perl
17488	   ! cop.h pp_ctl.c pp_hot.c
17489____________________________________________________________________________
17490[  4320] By: gsar                                  on 1999/10/08  22:50:51
17491        Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
17492             situation (assumptions about cx invalidation are not valid
17493             anymore)
17494     Branch: perl
17495	   ! cop.h pp_ctl.c pp_hot.c
17496____________________________________________________________________________
17497[  4319] By: jhi                                   on 1999/10/08  14:33:31
17498        Log: Integrate with Sarathy.
17499     Branch: cfgperl
17500	  !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
17501	  !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
17502	  !> t/comp/bproto.t thrdvar.h toke.c util.c
17503____________________________________________________________________________
17504[  4318] By: jhi                                   on 1999/10/08  13:51:34
17505        Log: The second cut at AIX C++ extension troubles.
17506     Branch: cfgperl
17507	   ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17508	   ! hints/aix.sh
17509____________________________________________________________________________
17510[  4317] By: jhi                                   on 1999/10/08  10:44:13
17511        Log: The first cut at fixing Perl extensions written in C++ in AIX,
17512             statics don't get initialized right.  This patch at least
17513             doesn't seem to break the build in my AIX, but unfortunately
17514             I don't have the IBM C++ to do further testing.
17515
17516             Problem reported by Stephanie Beals in
17517             From: bealzy@us.ibm.com
17518             To: perl5-porters@perl.org
17519             Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
17520             Date: Thu, 7 Oct 1999 15:05:54 -0400
17521             Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
17522     Branch: cfgperl
17523	   + ext/DynaLoader/hints/aix.pl
17524	   ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
17525____________________________________________________________________________
17526[  4316] By: gsar                                  on 1999/10/08  10:26:15
17527        Log: remove kludgey duplicate background error avoidance (caused
17528             "leaks"; %@ wasn't even user-visible under -Dusethreads);
17529             only repeats of most recent error are now avoided
17530     Branch: perl
17531	   ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
17532____________________________________________________________________________
17533[  4315] By: jhi                                   on 1999/10/08  09:48:59
17534        Log: Fix omission.
17535     Branch: cfgperl
17536	   ! makedef.pl
17537____________________________________________________________________________
17538[  4314] By: gsar                                  on 1999/10/08  07:17:01
17539        Log: extend change#2299 to C<use> (fixes scoping problems in
17540             C<if (...) { use foo; ... }>)
17541     Branch: perl
17542	   ! op.c
17543____________________________________________________________________________
17544[  4313] By: gsar                                  on 1999/10/08  04:52:19
17545        Log: small tweak for change#4309
17546     Branch: perl
17547	   ! op.c
17548____________________________________________________________________________
17549[  4312] By: gsar                                  on 1999/10/08  02:31:13
17550        Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
17551             From: Larry Wall <larry@wall.org>
17552             Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
17553             Message-Id: <199910061655.JAA11333@kiev.wall.org>
17554             Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
17555     Branch: perl
17556	   ! opcode.h t/comp/bproto.t toke.c
17557____________________________________________________________________________
17558[  4311] By: gsar                                  on 1999/10/08  00:58:19
17559        Log: typo
17560     Branch: perl
17561	   ! pp_sys.c
17562____________________________________________________________________________
17563[  4310] By: gsar                                  on 1999/10/07  23:51:38
17564        Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
17565             Brian Mitchell <brian@chele.cais.net>)
17566     Branch: perl
17567	   ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
17568____________________________________________________________________________
17569[  4309] By: gsar                                  on 1999/10/07  22:57:52
17570        Log: change#3728 was flawed (loop contexts saw the wrong statement
17571             info, causing loop control constructs to not find the label);
17572             disable OP_SETSTATE entirely and add a fix that is specifically
17573             targetted at disabling the OP_LINESEQ optimization in else BLOCK,
17574             which was what the original patch was supposed to fix
17575
17576             TODO: remove the remainder of the setstate logic if it can't
17577             be used anywhere else (it isn't used anywhere now)
17578     Branch: perl
17579	   ! cop.h op.c perly.c perly.y
17580____________________________________________________________________________
17581[  4308] By: jhi                                   on 1999/10/07  19:21:27
17582        Log: Integrate with Sarathy.
17583     Branch: cfgperl
17584	  !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
17585____________________________________________________________________________
17586[  4307] By: gsar                                  on 1999/10/07  15:12:24
17587        Log: update to podlators-0.08 from Russ Allbery
17588     Branch: perl
17589	   ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
17590____________________________________________________________________________
17591[  4306] By: jhi                                   on 1999/10/06  17:20:34
17592        Log: Integrate with Sarathy.
17593     Branch: cfgperl
17594	  !> (integrate 45 files)
17595____________________________________________________________________________
17596[  4305] By: gsar                                  on 1999/10/06  16:55:45
17597        Log: some versions of mingw32 have __int64, define iff it isn't
17598     Branch: perl
17599	   ! win32/win32.h
17600____________________________________________________________________________
17601[  4304] By: gsar                                  on 1999/10/06  03:45:44
17602        Log: fix typos in change#4288
17603     Branch: perl
17604	   ! Changes dump.c sv.c
17605____________________________________________________________________________
17606[  4303] By: gsar                                  on 1999/10/06  03:22:46
17607        Log: integrate cfgperl contents into mainline
17608     Branch: perl
17609	  +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
17610	   - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
17611	  !> (integrate 31 files)
17612____________________________________________________________________________
17613[  4302] By: gsar                                  on 1999/10/06  02:36:53
17614        Log: make die/warn and other diagnostics go to wherever STDERR happens
17615             to point at; change places that meant Perl_debug_log rather than
17616             PerlIO_stderr()
17617     Branch: perl
17618	   ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
17619	   ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
17620	   ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
17621	   ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
17622	   ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
17623	   ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
17624	   ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
17625	   ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
17626	   ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
17627	   ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
17628	   ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
17629____________________________________________________________________________
17630[  4301] By: jhi                                   on 1999/10/05  23:03:46
17631        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17632             To: Fran�ois D�sarm�nien <desar@club-internet.fr>
17633             Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
17634             Subject: Re: Strange RE engine breakage in 5_61
17635             Date: Mon, 4 Oct 1999 19:58:03 -0400
17636             Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
17637
17638             (had to apply pat.t part manually because there
17639             already were more tests than there was in _61)
17640     Branch: cfgperl
17641	   ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
17642____________________________________________________________________________
17643[  4300] By: jhi                                   on 1999/10/04  17:03:18
17644        Log: From: Andy Dougherty <doughera@lafayette.edu>
17645             To: Jarkko Hietaniemi <jhi@iki.fi>
17646             cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
17647             Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
17648             Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
17649             Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
17650     Branch: cfgperl
17651	   + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
17652	   - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
17653	   ! MANIFEST ext/B/defsubs_h.PL
17654____________________________________________________________________________
17655[  4299] By: jhi                                   on 1999/10/04  07:15:16
17656        Log: From: Michael G Schwern <schwern@pobox.com>
17657             To: perl5-porters@perl.org
17658             Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
17659             Date: Sun, 3 Oct 1999 17:34:17 -0400
17660             Message-ID: <19991003173417.A4351@blackrider>
17661     Branch: cfgperl
17662	   ! t/lib/fields.t t/pragma/constant.t
17663____________________________________________________________________________
17664[  4298] By: gsar                                  on 1999/10/04  04:57:53
17665        Log: some compatibility macros were busted
17666     Branch: perl
17667	   ! embed.h embed.pl toke.c
17668____________________________________________________________________________
17669[  4297] By: jhi                                   on 1999/10/03  17:50:59
17670        Log: A better version of #4296.
17671
17672             From: Michael G Schwern <schwern@pobox.com>
17673             To: perl5-porters@perl.org
17674             Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
17675             Date: Sun, 3 Oct 1999 13:54:23 -0400
17676             Message-ID: <19991003135423.A3050@blackrider>
17677     Branch: cfgperl
17678	   ! av.c op.c pod/perldiag.pod
17679____________________________________________________________________________
17680[  4296] By: jhi                                   on 1999/10/03  17:21:01
17681        Log: (Replaced by #4297.)
17682
17683             From: Michael G Schwern <schwern@pobox.com>
17684             To: perl5-porters@perl.org
17685             Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
17686             Date: Sun, 3 Oct 1999 13:16:47 -0400
17687             Message-ID: <19991003131647.A2816@blackrider>
17688
17689             plus changed the error message to say "No such pseudo-hash field"
17690             as discussed in the above mail message.
17691     Branch: cfgperl
17692	   ! av.c pod/perldiag.pod
17693____________________________________________________________________________
17694[  4295] By: gsar                                  on 1999/10/03  16:09:36
17695        Log: avoid doing irrelevant things on 'make perl'
17696     Branch: perl
17697	   ! Makefile.SH
17698____________________________________________________________________________
17699[  4294] By: jhi                                   on 1999/10/03  14:16:24
17700        Log: Fix a typo in #4293 spotted by Graham Barr.
17701     Branch: cfgperl
17702	   ! pod/perlref.pod
17703____________________________________________________________________________
17704[  4293] By: jhi                                   on 1999/10/03  11:31:22
17705        Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
17706             To: perl5-porters@perl.org
17707             Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
17708             Date: Sun, 3 Oct 1999 02:34:01 -0400
17709             Message-ID: <19991003023401.A1520@blackrider>
17710     Branch: cfgperl
17711	   ! pod/perlfunc.pod pod/perlref.pod
17712____________________________________________________________________________
17713[  4292] By: jhi                                   on 1999/10/03  09:23:16
17714        Log: From: Barrie Slaymaker <barries@slaysys.com>
17715             To: perl5-porters@perl.org
17716             Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
17717             Date: Sun, 3 Oct 1999 00:09:51 -0400
17718             Message-Id: <199910030409.AAA18228@jester.slaysys.com>
17719     Branch: cfgperl
17720	   ! lib/Benchmark.pm
17721____________________________________________________________________________
17722[  4291] By: jhi                                   on 1999/10/02  23:43:53
17723        Log: Be understanding about large file systems.
17724     Branch: cfgperl
17725	   ! t/lib/syslfs.t t/op/lfs.t
17726____________________________________________________________________________
17727[  4290] By: jhi                                   on 1999/10/02  23:39:16
17728        Log: Configure fixfest continues.
17729     Branch: cfgperl
17730	   ! Configure config_h.SH
17731     Branch: metaconfig
17732	   ! U/modified/d_longdbl.U U/modified/d_longlong.U
17733	   ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
17734	   ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
17735	   ! U/typedefs/uidsign.U U/typedefs/uidsize.U
17736     Branch: metaconfig/U/perl
17737	   ! i_inttypes.U io64.U
17738____________________________________________________________________________
17739[  4289] By: jhi                                   on 1999/10/02  23:12:54
17740        Log: Regen Porting stuff.
17741     Branch: cfgperl
17742	   ! Porting/Glossary Porting/config.sh Porting/config_H
17743____________________________________________________________________________
17744[  4288] By: jhi                                   on 1999/10/02  23:05:50
17745        Log: Untangle the IV_IS_QUAD jungle by introduding
17746             macros to be used when doing formatted printing:
17747             IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
17748     Branch: cfgperl
17749	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17750	   ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
17751	   ! regcomp.c sv.c taint.c toke.c util.c
17752____________________________________________________________________________
17753[  4287] By: jhi                                   on 1999/10/02  22:54:18
17754        Log: metaconfig maintenance.
17755     Branch: metaconfig
17756	   ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
17757	   ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
17758	   ! U/typedefs/uidsize.U
17759____________________________________________________________________________
17760[  4286] By: nick                                  on 1999/10/02  11:11:44
17761        Log: Incremental merge of mainline
17762     Branch: utfperl
17763	  +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
17764	  +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
17765	  +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
17766	  +> t/pod/podselect.t t/pod/podselect.xr
17767	   - lib/Pod/PlainText.pm
17768	  !> (integrate 148 files)
17769____________________________________________________________________________
17770[  4285] By: jhi                                   on 1999/10/02  10:16:15
17771        Log: Battle namespace pollution.
17772     Branch: cfgperl
17773	   ! lib/Benchmark.pm
17774____________________________________________________________________________
17775[  4284] By: jhi                                   on 1999/10/02  10:11:20
17776        Log: Regen Configure, all of xs_apiversion didn't take.
17777     Branch: cfgperl
17778	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17779	   ! config_h.SH patchlevel.h
17780____________________________________________________________________________
17781[  4283] By: jhi                                   on 1999/10/02  09:48:17
17782        Log: Integrate with Sarathy.
17783     Branch: cfgperl
17784	  +> lib/Pod/Man.pm t/pod/multiline_items.t
17785	  +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
17786	  +> t/pod/podselect.t t/pod/podselect.xr
17787	   - lib/Pod/PlainText.pm
17788	  !> (integrate 50 files)
17789____________________________________________________________________________
17790[  4282] By: gsar                                  on 1999/10/02  06:39:14
17791        Log: update pod2man, pod2text and related Pod:: modules with the
17792             ones in podlators-0.07 from Russ Allbery
17793     Branch: perl
17794	   + lib/Pod/Man.pm
17795	   ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
17796	   ! pod/pod2man.PL pod/pod2text.PL
17797____________________________________________________________________________
17798[  4281] By: gsar                                  on 1999/10/02  06:14:44
17799        Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
17800     Branch: perl
17801	   - lib/Pod/PlainText.pm
17802	   ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
17803	   ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
17804	   ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
17805	   ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
17806	   ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
17807	   ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
17808	   ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
17809____________________________________________________________________________
17810[  4280] By: gsar                                  on 1999/10/02  04:39:38
17811        Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
17812     Branch: perl
17813	   + t/pod/multiline_items.t t/pod/multiline_items.xr
17814	   + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
17815	   + t/pod/podselect.xr
17816	   ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
17817	   ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
17818	   ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
17819	   ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
17820	   ! t/pod/nested_items.xr t/pod/nested_seqs.xr
17821	   ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
17822	   ! t/pod/testp2pt.pl
17823____________________________________________________________________________
17824[  4279] By: gsar                                  on 1999/10/02  03:36:41
17825        Log: make exists() work better on pseudo-hashes (reworked a patch suggested
17826             by Michael G Schwern <schwern@pobox.com>)
17827     Branch: perl
17828	   ! av.c t/op/avhv.t
17829____________________________________________________________________________
17830[  4278] By: gsar                                  on 1999/10/02  02:36:55
17831        Log: deprecate C<use attrs>
17832     Branch: perl
17833	   ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
17834	   ! t/lib/thread.t t/pragma/sub_lval.t
17835____________________________________________________________________________
17836[  4277] By: gsar                                  on 1999/10/02  01:43:25
17837        Log: add notes about effect of loop control statements inside
17838             LABEL BLOCK continue BLOCK
17839     Branch: perl
17840	   ! pod/perlfunc.pod
17841____________________________________________________________________________
17842[  4276] By: gsar                                  on 1999/10/02  01:23:02
17843        Log: indent nested =items properly (suggested by Bill Fenner
17844             <fenner@research.att.com>)
17845     Branch: perl
17846	   ! pod/pod2man.PL
17847____________________________________________________________________________
17848[  4275] By: gsar                                  on 1999/10/02  01:09:16
17849        Log: updated ptags generator from Ilya Zakharevich
17850     Branch: perl
17851	   ! emacs/ptags
17852____________________________________________________________________________
17853[  4274] By: gsar                                  on 1999/10/01  23:08:52
17854        Log: update Changes
17855     Branch: perl
17856	   ! Changes
17857____________________________________________________________________________
17858[  4273] By: gsar                                  on 1999/10/01  22:58:55
17859        Log: typo, whitespace adjustments
17860     Branch: perl
17861	   ! utils/h2xs.PL
17862____________________________________________________________________________
17863[  4272] By: gsar                                  on 1999/10/01  22:46:06
17864        Log: remove dup hunks
17865     Branch: perl
17866	   ! configure.com vms/vms.c
17867____________________________________________________________________________
17868[  4271] By: gsar                                  on 1999/10/01  22:33:02
17869        Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
17870             by declaring new globals "our" (XXX this means h2xs generated code
17871             won't run on earlier versions; a switch to generate compatible
17872             source is needed)
17873     Branch: perl
17874	  !> (integrate 35 files)
17875____________________________________________________________________________
17876[  4270] By: jhi                                   on 1999/10/01  12:05:56
17877        Log: Integrate with Sarathy.
17878     Branch: cfgperl
17879	  !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
17880	  !> pod/perldiag.pod util.c
17881____________________________________________________________________________
17882[  4269] By: jhi                                   on 1999/10/01  10:26:19
17883        Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
17884             To: perl5-porters@perl.org
17885             Subject: [ID 19991001.001] perlguts man page error
17886             Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
17887             Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
17888     Branch: cfgperl
17889	   ! pod/perlguts.pod
17890____________________________________________________________________________
17891[  4268] By: jhi                                   on 1999/10/01  07:32:33
17892        Log: There *is* a month called October.
17893     Branch: cfgperl
17894	   ! t/op/time.t
17895____________________________________________________________________________
17896[  4267] By: jhi                                   on 1999/10/01  06:58:10
17897        Log: Temp file cleanliness.
17898     Branch: cfgperl
17899	   ! t/lib/filecopy.t
17900____________________________________________________________________________
17901[  4266] By: jhi                                   on 1999/10/01  06:46:56
17902        Log: From: Barrie Slaymaker <barries@slaysys.com>
17903             To: perl5-porters@perl.org
17904             Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
17905             Date: Thu, 30 Sep 1999 22:16:26 -0400
17906             Message-Id: <199910010216.WAA08309@jester.slaysys.com>
17907     Branch: cfgperl
17908	   ! lib/Benchmark.pm
17909____________________________________________________________________________
17910[  4265] By: jhi                                   on 1999/09/30  20:25:35
17911        Log: From: Barrie Slaymaker <barries@slaysys.com>
17912             To: perl5-porters@perl.org
17913             Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
17914             Date: Thu, 30 Sep 1999 15:44:00 -0400
17915             Message-Id: <199909301944.PAA07166@jester.slaysys.com>
17916             (Replaces #4175.)
17917     Branch: cfgperl
17918	   ! lib/Benchmark.pm
17919____________________________________________________________________________
17920[  4264] By: gsar                                  on 1999/09/30  17:59:26
17921        Log: re-add missing "Out of memory!" entry
17922     Branch: perl
17923	   ! pod/perldiag.pod
17924____________________________________________________________________________
17925[  4263] By: jhi                                   on 1999/09/30  17:05:43
17926        Log: Regenerate Configure.
17927     Branch: cfgperl
17928	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17929	   ! config_h.SH
17930____________________________________________________________________________
17931[  4261] By: jhi                                   on 1999/09/30  16:15:05
17932        Log: From: Andy Dougherty <doughera@lafayette.edu>
17933             To: Perl Porters <perl5-porters@perl.org>
17934             Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
17935             Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
17936             Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
17937     Branch: cfgperl
17938	   ! pod/perldelta.pod
17939____________________________________________________________________________
17940[  4260] By: jhi                                   on 1999/09/30  15:48:56
17941        Log: From: Andy Dougherty <doughera@lafayette.edu>
17942             To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
17943             Subject: Re: Possible skeletal structure for searching multiple versions
17944             Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
17945             Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
17946     Branch: metaconfig
17947	   ! U/mkglossary
17948     Branch: metaconfig/U/perl
17949	   + xs_apiversion.U
17950	   ! patchlevel.U
17951____________________________________________________________________________
17952[  4259] By: jhi                                   on 1999/09/30  15:07:16
17953        Log: Further ?idsize.U fixing.
17954     Branch: metaconfig
17955	   ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
17956____________________________________________________________________________
17957[  4258] By: jhi                                   on 1999/09/30  15:00:14
17958        Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
17959     Branch: metaconfig
17960	   ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
17961	   ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
17962____________________________________________________________________________
17963[  4257] By: jhi                                   on 1999/09/30  09:48:33
17964        Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
17965             To: Gurusamy Sarathy <gsar@ActiveState.com>
17966             Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
17967             The Perl Porters Mailing List <perl5-porters@perl.org>
17968             Subject: [PATCH] (Was: deprecating SIGDIE)
17969             Date: Wed, 29 Sep 1999 15:16:50 -0400
17970             Message-ID: <19990929151650.E26675@O2.chapin.edu>
17971     Branch: cfgperl
17972	   ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
17973____________________________________________________________________________
17974[  4256] By: jhi                                   on 1999/09/30  09:45:22
17975        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17976             To: Gurusamy Sarathy <gsar@activestate.com>
17977             Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
17978             Subject: Re: _58, _61 Argument "" is not numeric in sprintf
17979             Date: Wed, 29 Sep 1999 18:58:23 -0400
17980             Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
17981     Branch: cfgperl
17982	   ! Makefile.SH opcode.pl
17983____________________________________________________________________________
17984[  4255] By: gsar                                  on 1999/09/30  09:03:48
17985        Log: remove prehistoric XFree() gunk
17986     Branch: perl
17987	   ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
17988____________________________________________________________________________
17989[  4254] By: gsar                                  on 1999/09/30  08:40:14
17990        Log: From: Vishal Bhatia <vishal@gol.com>
17991             Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
17992             Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
17993             Subject: [patch _61] Minor corrections in C.pm
17994     Branch: perl
17995	   ! ext/B/B/C.pm
17996____________________________________________________________________________
17997[  4253] By: gsar                                  on 1999/09/30  08:36:27
17998        Log: off-by-one in fbm_compile() (spotted by John Bley
17999             <jbley@cs.cmu.edu>); whitespace adjustments
18000     Branch: perl
18001	   ! util.c
18002____________________________________________________________________________
18003[  4251] By: jhi                                   on 1999/09/30  08:09:13
18004        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18005             To: perl5-porters@perl.org (Mailing list Perl5)
18006             Subject: [PATCH 5.00561+]  Followup h2xs patch
18007             Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
18008             Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
18009     Branch: cfgperl
18010	   ! utils/h2xs.PL
18011____________________________________________________________________________
18012[  4250] By: jhi                                   on 1999/09/29  19:11:32
18013        Log: Integrate with Sarathy.
18014     Branch: cfgperl
18015	  !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
18016	  !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
18017	  !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
18018____________________________________________________________________________
18019[  4249] By: bailey                                on 1999/09/29  02:21:31
18020        Log: resync with mainline
18021     Branch: vmsperl
18022	  +> (branch 32 files)
18023	   - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
18024	   - lib/unicode/blocks.txt lib/unicode/index2.txt
18025	   - lib/unicode/jamo2.txt lib/unicode/names2.txt
18026	   - lib/unicode/props2.txt lib/unicode/readme.txt
18027	   - t/lib/bigfloatpm.t
18028	  !> (integrate 240 files)
18029____________________________________________________________________________
18030[  4248] By: jhi                                   on 1999/09/28  18:14:39
18031        Log: From: Andy Dougherty <doughera@lafayette.edu>
18032             To: Perl Porters <perl5-porters@perl.org>
18033             Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
18034             Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
18035             Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
18036
18037             From: Andy Dougherty <doughera@lafayette.edu>
18038             To: Perl Porters <perl5-porters@perl.org>
18039             Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
18040             Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
18041             Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
18042     Branch: cfgperl
18043	   ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
18044	   ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
18045	   ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
18046	   ! hints/next_4.sh
18047____________________________________________________________________________
18048[  4247] By: gsar                                  on 1999/09/28  17:36:59
18049        Log: revert change#4115 (breaks libwww's base/date.t); could be
18050             reworked to enable it conditional on $Time::Local::nocroak
18051             or some such
18052     Branch: perl
18053	   ! lib/Time/Local.pm
18054____________________________________________________________________________
18055[  4246] By: gsar                                  on 1999/09/28  17:33:14
18056        Log: tweak for win32 build
18057     Branch: perl
18058	   ! win32/Makefile win32/makefile.mk
18059____________________________________________________________________________
18060[  4245] By: gsar                                  on 1999/09/28  17:31:34
18061        Log: change#4236 fallout
18062     Branch: perl
18063	   ! lib/ExtUtils/MM_Unix.pm
18064____________________________________________________________________________
18065[  4244] By: gsar                                  on 1999/09/28  17:29:31
18066        Log: remove doubled new_xpv
18067     Branch: perl
18068	   ! embed.h embed.pl proto.h
18069____________________________________________________________________________
18070[  4243] By: jhi                                   on 1999/09/27  19:13:20
18071        Log: Artistic fine-tuning.
18072     Branch: cfgperl
18073	   ! ext/B/defsubs_h.PL
18074____________________________________________________________________________
18075[  4242] By: gsar                                  on 1999/09/27  17:05:22
18076        Log: avoid implicit split to @_ in change#4181; binary -> text file
18077             types in p4
18078     Branch: perl
18079	   ! djgpp/configure.bat lib/Exporter/Heavy.pm
18080	   ! t/pragma/locale/latin1
18081____________________________________________________________________________
18082[  4241] By: jhi                                   on 1999/09/27  07:48:19
18083        Log: Integrate with Sarathy.
18084     Branch: cfgperl
18085	  !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
18086	  !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
18087____________________________________________________________________________
18088[  4240] By: jhi                                   on 1999/09/27  07:47:11
18089        Log: Finalize change #4232.
18090             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18091             To: Jarkko Hietaniemi <jhi@iki.fi>
18092             Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
18093             Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
18094             Date: Sun, 26 Sep 1999 16:52:31 -0400
18095             Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
18096     Branch: cfgperl
18097	   ! lib/ExtUtils/xsubpp
18098____________________________________________________________________________
18099[  4239] By: gsar                                  on 1999/09/27  02:48:42
18100        Log: add notes in INSTALL about Configure -Accflags=-DFOO
18101     Branch: perl
18102	   ! INSTALL
18103____________________________________________________________________________
18104[  4238] By: gsar                                  on 1999/09/27  02:03:48
18105        Log: PERL_POLLUTE isn't required for bincompat, so don't enable
18106             it automatically
18107     Branch: perl
18108	   ! embed.h embed.pl
18109____________________________________________________________________________
18110[  4237] By: gsar                                  on 1999/09/27  01:52:47
18111        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18112             Date: Fri, 24 Sep 1999 23:25:36 -0400
18113             Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
18114             Subject: [PATCH 5.005_61] Malloc fixes and docs
18115     Branch: perl
18116	   ! malloc.c pod/perldiag.pod
18117____________________________________________________________________________
18118[  4236] By: gsar                                  on 1999/09/27  01:31:32
18119        Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
18120             <vkonovalov@lucent.com>)
18121     Branch: perl
18122	   ! win32/Makefile win32/makefile.mk
18123____________________________________________________________________________
18124[  4235] By: gsar                                  on 1999/09/26  17:02:03
18125        Log: fix buggy popping of subroutine contexts in the lvalue
18126             subroutines implementation (change#4081); correct the
18127             plethora of cases where DIE() was more appropriate than
18128             croak()
18129     Branch: perl
18130	   ! pp.c pp_ctl.c pp_hot.c pp_sys.c
18131____________________________________________________________________________
18132[  4234] By: jhi                                   on 1999/09/26  12:06:28
18133        Log: Fix #endif.
18134     Branch: cfgperl
18135	   ! XSUB.h
18136____________________________________________________________________________
18137[  4233] By: jhi                                   on 1999/09/26  11:59:18
18138        Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
18139             I kept my (Ilya's) version.
18140     Branch: cfgperl
18141	  !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
18142	  !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
18143	  !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
18144	  !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
18145	  !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
18146	  !> utils/h2xs.PL win32/Makefile win32/makefile.mk
18147____________________________________________________________________________
18148[  4232] By: jhi                                   on 1999/09/26  09:53:43
18149        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18150             To: Mailing list Perl5 <perl5-porters@perl.org>
18151             Subject: [PATCH 5.005_61] teach xsubpp function pointers
18152             Date: Sun, 26 Sep 1999 01:36:09 -0400
18153             Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
18154
18155             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18156             To: Mailing list Perl5 <perl5-porters@perl.org>
18157             Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
18158             Date: Sun, 26 Sep 1999 03:00:50 -0400
18159             Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
18160     Branch: cfgperl
18161	   ! lib/ExtUtils/xsubpp utils/h2xs.PL
18162____________________________________________________________________________
18163[  4231] By: jhi                                   on 1999/09/26  09:48:49
18164        Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18165             To: perl5-porters@perl.org
18166             Subject: misprint in perlguts
18167             Date: Sun, 26 Sep 1999 12:48:36 +0400
18168             Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
18169     Branch: cfgperl
18170	   ! pod/perlguts.pod
18171____________________________________________________________________________
18172[  4230] By: gsar                                  on 1999/09/26  00:50:08
18173        Log: add $installarchlib/CORE to default linker search path on windows
18174     Branch: perl
18175	   ! win32/Makefile win32/makefile.mk
18176____________________________________________________________________________
18177[  4229] By: gsar                                  on 1999/09/25  20:05:03
18178        Log: support C<use Shell> on Windows (reworked a patch suggested
18179             by Jenda Krynicky <Jenda@McCann.cz>)
18180     Branch: perl
18181	   ! lib/Shell.pm
18182____________________________________________________________________________
18183[  4228] By: gsar                                  on 1999/09/25  07:03:34
18184        Log: integrate cfgperl contents into mainline
18185     Branch: perl
18186	  +> hints/svr5.sh
18187	  !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
18188	  !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
18189	  !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
18190	  !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
18191____________________________________________________________________________
18192[  4227] By: gsar                                  on 1999/09/25  06:44:47
18193        Log: From: Larry Wall <larry@wall.org>
18194             Date: Fri, 24 Sep 1999 21:59:37 PDT
18195             Message-Id: <199909250459.VAA27506@kiev.wall.org>
18196             Subject: Re: [PATCH 5.005_61] "our" declarations
18197     Branch: perl
18198	   ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
18199	   ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
18200	   ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
18201	   ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
18202	   ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
18203	   ! utils/h2xs.PL
18204____________________________________________________________________________
18205[  4226] By: jhi                                   on 1999/09/24  23:10:52
18206        Log: Integrate with Sarathy.
18207     Branch: cfgperl
18208	  !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18209	  !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
18210	  !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
18211____________________________________________________________________________
18212[  4225] By: gsar                                  on 1999/09/24  18:19:54
18213        Log: avoid infinite recursive exec()s of perl.exe when shebang
18214             contains "Perl" rather than "perl" on DOSISH platforms
18215     Branch: perl
18216	   ! toke.c
18217____________________________________________________________________________
18218[  4224] By: gsar                                  on 1999/09/24  16:09:23
18219        Log: support cygwin and other platforms that link to import libraries
18220             rather than directly with shared libraries (from a suggestion
18221             by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
18222     Branch: perl
18223	   ! utils/perlcc.PL
18224____________________________________________________________________________
18225[  4223] By: gsar                                  on 1999/09/24  05:05:06
18226        Log: normalize time for strftime() (without the isdst effects of
18227             mktime()) using a custom mini_mktime()
18228             From: spider-perl@Orb.Nashua.NH.US
18229             Date: Thu, 23 Sep 1999 17:54:53 -0400
18230             Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
18231             Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03
18232     Branch: perl
18233	   ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18234	   ! ext/POSIX/hints/linux.pl t/lib/posix.t
18235____________________________________________________________________________
18236[  4222] By: gsar                                  on 1999/09/23  06:44:42
18237        Log: change "#" to a comment starter in pack templates; "/" now
18238             used for specifying counted types
18239             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18240             Date: Wed, 22 Sep 1999 19:41:30 -0400
18241             Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
18242             Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
18243     Branch: perl
18244	   ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
18245____________________________________________________________________________
18246[  4221] By: gsar                                  on 1999/09/23  06:26:54
18247        Log: From: Vishal Bhatia <vishal@gol.com>
18248             Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
18249             Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
18250             Subject: [patch _61] perlcc changes
18251     Branch: perl
18252	   ! utils/perlcc.PL
18253____________________________________________________________________________
18254[  4220] By: gsar                                  on 1999/09/23  01:12:24
18255        Log: add include guard
18256     Branch: perl
18257	   ! XSUB.h
18258____________________________________________________________________________
18259[  4219] By: jhi                                   on 1999/09/22  20:38:15
18260        Log: Cleanup cleanup.
18261     Branch: cfgperl
18262	   ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
18263____________________________________________________________________________
18264[  4218] By: jhi                                   on 1999/09/22  19:26:58
18265        Log: Tweak the equivalence tables once again.
18266     Branch: cfgperl
18267	   ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
18268	   ! lib/unicode/mktables.PL
18269____________________________________________________________________________
18270[  4215] By: jhi                                   on 1999/09/22  06:47:03
18271        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18272             To: Mailing list Perl5 <perl5-porters@perl.org>
18273             Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
18274             Date: Tue, 21 Sep 1999 19:50:00 -0400
18275             Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
18276
18277             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18278             To: Mailing list Perl5 <perl5-porters@perl.org>
18279             Subject: [PATCH 5.005_61] More verbose -Mre=debug
18280             Date: Tue, 21 Sep 1999 22:29:55 -0400
18281             Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
18282     Branch: cfgperl
18283	   ! regcomp.c regexec.c
18284____________________________________________________________________________
18285[  4214] By: jhi                                   on 1999/09/21  21:08:43
18286        Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
18287             Reply-To: gerberb@zenez.com
18288             To: perl5-porters@perl.org
18289             Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
18290             Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
18291             Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
18292
18293             (Snipped away the last lines of svr5.sh a la change #3725)
18294     Branch: cfgperl
18295	   + hints/svr5.sh
18296	   ! Configure MANIFEST config_h.SH hints/sco.sh
18297     Branch: metaconfig
18298	   ! U/modified/Cppsym.U U/modified/Oldconfig.U
18299____________________________________________________________________________
18300[  4213] By: jhi                                   on 1999/09/21  20:48:01
18301        Log: From: Kragen Sitaker <kragen@dnaco.net>
18302             To: perl5-porters@perl.org
18303             Subject: [ID 19990921.013] accidental list context in perlfaq9
18304             Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
18305             Reply-To: kragen@pobox.com
18306             Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
18307     Branch: cfgperl
18308	   ! pod/perlfaq9.pod
18309____________________________________________________________________________
18310[  4212] By: jhi                                   on 1999/09/20  19:55:42
18311        Log: Integrate with Sarathy.
18312     Branch: cfgperl
18313	  +> README.Y2K
18314	  !> Changes MANIFEST
18315____________________________________________________________________________
18316[  4211] By: jhi                                   on 1999/09/20  19:44:44
18317        Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
18318     Branch: cfgperl
18319	   ! Configure config_h.SH pod/perldelta.pod
18320     Branch: metaconfig/U/perl
18321	   ! use64bits.U uselfs.U uselongdbl.U
18322____________________________________________________________________________
18323[  4210] By: jhi                                   on 1999/09/20  19:38:26
18324        Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
18325     Branch: cfgperl
18326	   ! Configure config_h.SH
18327     Branch: metaconfig
18328	   ! U/modified/Options.U
18329____________________________________________________________________________
18330[  4209] By: gsar                                  on 1999/09/20  19:35:39
18331        Log: integrate cfgperl changes into mainline
18332     Branch: perl
18333	  +> lib/unicode/Unicode.html
18334	   ! Changes
18335	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18336	  !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
18337____________________________________________________________________________
18338[  4208] By: gsar                                  on 1999/09/20  18:28:44
18339        Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
18340     Branch: perl
18341	   + README.Y2K
18342	   ! MANIFEST
18343____________________________________________________________________________
18344[  4207] By: jhi                                   on 1999/09/20  11:06:13
18345        Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
18346     Branch: cfgperl
18347	   ! pod/perldelta.pod
18348____________________________________________________________________________
18349[  4206] By: jhi                                   on 1999/09/20  09:53:15
18350        Log: Do not test for gccish things in non-gccish platforms.
18351     Branch: cfgperl
18352	   ! Configure config_h.SH
18353     Branch: metaconfig
18354	   ! U/compline/ccflags.U
18355____________________________________________________________________________
18356[  4205] By: jhi                                   on 1999/09/20  09:41:22
18357        Log: Prompt for uselfs.
18358     Branch: cfgperl
18359	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18360	   ! config_h.SH
18361     Branch: metaconfig
18362	   ! U/mksample
18363     Branch: metaconfig/U/perl
18364	   ! use64bits.U uselfs.U
18365____________________________________________________________________________
18366[  4204] By: jhi                                   on 1999/09/20  09:09:29
18367        Log: Add usemorebits and uselfs.
18368     Branch: cfgperl
18369	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18370	   ! config_h.SH doio.c perl.h
18371     Branch: metaconfig/U/perl
18372	   + uselfs.U usemorebits.U
18373	   ! use64bits.U uselongdbl.U
18374____________________________________________________________________________
18375[  4203] By: jhi                                   on 1999/09/20  07:48:48
18376        Log: Dethinko.
18377     Branch: cfgperl
18378	   ! pod/perlfunc.pod
18379____________________________________________________________________________
18380[  4202] By: jhi                                   on 1999/09/20  07:33:32
18381        Log: Fix a bug in the description of endianness.  Reported in
18382             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18383             To: perl5-porters@perl.org
18384             Subject: BUG: perldoc -f pack
18385             Date: Mon, 20 Sep 1999 09:43:49 +0400
18386             Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
18387     Branch: cfgperl
18388	   ! pod/perlfunc.pod
18389____________________________________________________________________________
18390[  4201] By: jhi                                   on 1999/09/20  07:01:26
18391        Log: Integrate with Sarathy.
18392     Branch: cfgperl
18393	  +> t/op/args.t
18394	  !> (integrate 31 files)
18395____________________________________________________________________________
18396[  4200] By: gsar                                  on 1999/09/20  03:45:06
18397        Log: From: Russ Allbery <rra@stanford.edu>
18398             Date: 19 Aug 1999 04:35:44 -0700
18399             Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
18400             Subject: [ID 19990819.002] File::Find error when pruning top-level directories
18401     Branch: perl
18402	   ! lib/File/Find.pm
18403____________________________________________________________________________
18404[  4199] By: gsar                                  on 1999/09/20  03:27:49
18405        Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
18406     Branch: perl
18407	   ! ext/B/B/Terse.pm
18408____________________________________________________________________________
18409[  4198] By: gsar                                  on 1999/09/20  03:25:25
18410        Log: add arenas for managing allocations of remaining xpv*v structures
18411             From: Vishal Bhatia <vishal@gol.com>
18412             Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
18413             Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
18414             Subject: [PATCH 5.005_60] removing extra ref count (compiler)
18415     Branch: perl
18416	   ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
18417	   ! proto.h sv.c
18418____________________________________________________________________________
18419[  4197] By: gsar                                  on 1999/09/20  03:06:10
18420        Log: queue errors due to strictures rather than printing them as
18421             warnings; symbols that violate strictures do *not* end up in
18422             the symbol table anyway, making multiple evals of the same piece
18423             of code produce the same errors; errors indicate all locations
18424             of a global symbol rather than just the first one; these
18425             changes make compile-time failures within evals reliably
18426             visible via the return value or contents of $@, and trappable
18427             using __DIE__ hooks
18428     Branch: perl
18429	   ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
18430	   ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
18431	   ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
18432	   ! t/pragma/strict-vars thrdvar.h toke.c util.c
18433____________________________________________________________________________
18434[  4196] By: gsar                                  on 1999/09/19  22:14:29
18435        Log: control change#1914 via hints (causes problems on some platforms)
18436     Branch: perl
18437	   ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18438	   ! ext/POSIX/hints/linux.pl
18439____________________________________________________________________________
18440[  4195] By: gsar                                  on 1999/09/19  21:30:18
18441        Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
18442             in passing around references to @_, eg C<sub foo { \@_ }>; add
18443             tests for the same
18444     Branch: perl
18445	   + t/op/args.t
18446	   ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
18447____________________________________________________________________________
18448[  4194] By: jhi                                   on 1999/09/18  18:57:45
18449        Log: Integrate with Sarathy.
18450     Branch: cfgperl
18451	  !> opcode.h opcode.pl
18452____________________________________________________________________________
18453[  4193] By: nick                                  on 1999/09/18  15:24:56
18454        Log: Re-integrate mainline
18455             Basic SvUTF8 stuff in headers, no functional changes yet.
18456     Branch: utfperl
18457	   + lib/byte.pm lib/byte_heavy.pl
18458	  +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
18459	  +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
18460	  +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
18461	  +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
18462	  +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
18463	  +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
18464	  +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
18465	  +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
18466	  +> lib/unicode/Names.txt lib/unicode/Props.txt
18467	  +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
18468	  +> t/lib/bigfltpm.t
18469	   - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
18470	   - lib/unicode/blocks.txt lib/unicode/index2.txt
18471	   - lib/unicode/jamo2.txt lib/unicode/names2.txt
18472	   - lib/unicode/props2.txt lib/unicode/readme.txt
18473	   - t/lib/bigfloatpm.t
18474	   ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
18475	   ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
18476	   ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
18477	   ! warnings.h
18478	  !> (integrate 142 files)
18479____________________________________________________________________________
18480[  4192] By: gsar                                  on 1999/09/18  15:11:47
18481        Log: more op description tweaks
18482     Branch: perl
18483	   ! opcode.h opcode.pl
18484____________________________________________________________________________
18485[  4191] By: jhi                                   on 1999/09/18  07:47:16
18486        Log: Integrate with Sarathy.
18487     Branch: cfgperl
18488	  !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
18489	  !> t/pragma/warn/op
18490____________________________________________________________________________
18491[  4190] By: jhi                                   on 1999/09/18  07:35:45
18492        Log: Add description of the Unicode database files.
18493     Branch: cfgperl
18494	   + lib/unicode/Unicode.html
18495____________________________________________________________________________
18496[  4189] By: gsar                                  on 1999/09/18  03:14:58
18497        Log: tweak some op names in change#4177 (will any of this break code that
18498             gropes $@ ?)
18499     Branch: perl
18500	   ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
18501	   ! t/pragma/warn/op
18502____________________________________________________________________________
18503[  4188] By: jhi                                   on 1999/09/17  21:30:08
18504        Log: Pick up the typo fix.
18505     Branch: cfgperl
18506	  !> t/io/open.t
18507____________________________________________________________________________
18508[  4187] By: gsar                                  on 1999/09/17  21:13:55
18509        Log: fix typo
18510     Branch: perl
18511	   ! t/io/open.t
18512____________________________________________________________________________
18513[  4186] By: gsar                                  on 1999/09/17  20:57:29
18514        Log: integrate cfgperl change
18515     Branch: perl
18516	  !> vms/subconfigure.com
18517____________________________________________________________________________
18518[  4185] By: jhi                                   on 1999/09/17  20:46:41
18519        Log: Re-apply applicable parts of #3993, #3994, and #3995.
18520     Branch: cfgperl
18521	   ! vms/subconfigure.com
18522____________________________________________________________________________
18523[  4184] By: gsar                                  on 1999/09/17  20:26:02
18524        Log: integrate cfgperl contents into mainline
18525     Branch: perl
18526	  +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
18527	  +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
18528	  +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
18529	  +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
18530	  +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
18531	  +> lib/unicode/SpecCase.txt
18532	   - lib/unicode/arabshp.txt lib/unicode/blocks.txt
18533	   - lib/unicode/index2.txt lib/unicode/jamo2.txt
18534	   - lib/unicode/names2.txt lib/unicode/props2.txt
18535	   - lib/unicode/readme.txt
18536	  !> (integrate 73 files)
18537____________________________________________________________________________
18538[  4183] By: jhi                                   on 1999/09/17  20:25:51
18539        Log: Integrate with Sarathy.
18540     Branch: cfgperl
18541	  !> configure.com ext/ByteLoader/byterun.h
18542	  !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
18543	  !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
18544	  !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
18545	  !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
18546____________________________________________________________________________
18547[  4182] By: gsar                                  on 1999/09/17  20:16:28
18548        Log: integrate vmsperl contents into mainline (where VMS files conflicted,
18549             vmsperl contents have prevailed)
18550     Branch: perl
18551	  !> configure.com ext/ByteLoader/byterun.h
18552	  !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
18553	  !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
18554	  !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
18555	  !> vms/subconfigure.com vms/vms.c vms/vmsish.h
18556____________________________________________________________________________
18557[  4181] By: jhi                                   on 1999/09/17  20:12:37
18558        Log: From: Michael G Schwern <schwern@pobox.com>
18559             To: perl5-porters@perl.org
18560             Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
18561             Date: Thu, 19 Aug 1999 21:30:01 -0400
18562             Message-ID: <19990819213001.A22512@athens.aocn.com>
18563     Branch: cfgperl
18564	   ! lib/Exporter/Heavy.pm
18565____________________________________________________________________________
18566[  4180] By: gsar                                  on 1999/09/17  20:11:00
18567        Log: perlhist additions
18568     Branch: perl
18569	   ! pod/perlhist.pod
18570____________________________________________________________________________
18571[  4179] By: jhi                                   on 1999/09/17  20:08:00
18572        Log: The change #4176 should've undone only the test, not the code patch.
18573     Branch: cfgperl
18574	   ! doio.c
18575____________________________________________________________________________
18576[  4178] By: jhi                                   on 1999/09/17  20:06:08
18577        Log: From: Ian Phillipps <ian@dial.pipex.com>
18578             To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
18579             Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
18580             Date: Sat, 21 Aug 1999 12:36:12 +0100
18581             Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
18582     Branch: cfgperl
18583	   ! pod/perlsyn.pod
18584____________________________________________________________________________
18585[  4177] By: jhi                                   on 1999/09/17  20:00:19
18586        Log: More descriptive names for operators.
18587
18588             From: Michael G Schwern <schwern@pobox.com>
18589             To: Ilya Zakharevich <ilya@math.ohio-state.edu>
18590             Cc: perl5-porters@perl.org
18591             Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
18592             Date: Tue, 17 Aug 1999 18:35:45 -0400
18593             Message-ID: <19990817183545.A23073@toldyouso.com>
18594
18595             From: Michael G Schwern <schwern@pobox.com>
18596             To: perl5-porters@perl.org
18597             Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
18598             Date: Wed, 18 Aug 1999 03:53:38 -0400
18599             Message-ID: <19990818035337.A31505@athens.aocn.com>
18600     Branch: cfgperl
18601	   ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
18602	   ! t/pragma/warn/op t/pragma/warn/sv
18603____________________________________________________________________________
18604[  4176] By: jhi                                   on 1999/09/17  18:19:18
18605        Log: Take away the infamous io/dup.t #7.
18606             It seems there simply is no way to portably
18607             "flush" an input file handle.
18608     Branch: cfgperl
18609	   ! doio.c t/io/dup.t
18610____________________________________________________________________________
18611[  4175] By: jhi                                   on 1999/09/17  14:45:08
18612        Log: From: Barrie Slaymaker <barries@slaysys.com>
18613             To: perl5-porters@perl.org
18614             Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
18615             Date: Fri, 17 Sep 1999 11:16:48 -0400
18616             Message-Id: <199909171516.LAA30887@jester.slaysys.com>
18617     Branch: cfgperl
18618	   ! lib/Benchmark.pm
18619____________________________________________________________________________
18620[  4174] By: jhi                                   on 1999/09/17  14:07:16
18621        Log: UNICOS does support large files but doesn't support sparse files
18622             so we cannot easily test for large file support.
18623     Branch: cfgperl
18624	   ! t/lib/syslfs.t t/op/lfs.t
18625____________________________________________________________________________
18626[  4173] By: jhi                                   on 1999/09/17  14:03:44
18627        Log: UNICOS has sloppy division/modulo for floating point numbers.
18628     Branch: cfgperl
18629	   ! t/op/arith.t
18630____________________________________________________________________________
18631[  4172] By: jhi                                   on 1999/09/17  13:47:49
18632        Log: Portable blocksize (replaces #4171).
18633     Branch: cfgperl
18634	   ! t/lib/syslfs.t t/op/lfs.t
18635____________________________________________________________________________
18636[  4171] By: jhi                                   on 1999/09/17  13:08:54
18637        Log: (replaced by #4172)
18638     Branch: cfgperl
18639	   ! t/lib/syslfs.t t/op/lfs.t
18640____________________________________________________________________________
18641[  4170] By: jhi                                   on 1999/09/17  12:59:11
18642        Log: Detypo #4169.
18643     Branch: cfgperl
18644	   ! t/lib/syslfs.t t/op/lfs.t
18645____________________________________________________________________________
18646[  4169] By: jhi                                   on 1999/09/17  12:16:34
18647        Log: Diagnose possible quota limits.
18648     Branch: cfgperl
18649	   ! t/lib/syslfs.t t/op/lfs.t
18650____________________________________________________________________________
18651[  4168] By: jhi                                   on 1999/09/17  12:10:43
18652        Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
18653             doesn't have one that wouldn't cause SIGSYS.  UNICOS
18654             does have getpgrp(void) so Perl getpgrp() is happy.
18655     Branch: cfgperl
18656	   ! hints/unicos.sh
18657____________________________________________________________________________
18658[  4167] By: jhi                                   on 1999/09/17  11:49:30
18659        Log: Filesystem quotas may stop you from using large files.
18660     Branch: cfgperl
18661	   ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
18662____________________________________________________________________________
18663[  4166] By: jhi                                   on 1999/09/17  11:36:01
18664        Log: Too strict pattern for parsing group lists.
18665     Branch: cfgperl
18666	   ! t/op/groups.t
18667____________________________________________________________________________
18668[  4165] By: jhi                                   on 1999/09/17  09:06:18
18669        Log: Configure maintenance. It's sigaction.sa_flags
18670             and the Glossary regen'ed.
18671     Branch: cfgperl
18672	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18673	   ! config_h.SH
18674     Branch: metaconfig
18675	   ! U/compline/d_sigaction.U
18676____________________________________________________________________________
18677[  4164] By: jhi                                   on 1999/09/15  06:57:51
18678        Log: Integrate with Sarathy.
18679     Branch: cfgperl
18680	  +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
18681	  +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
18682	  +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
18683	  +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
18684	  !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
18685	  !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
18686	  !> jpl/JNI/typemap jpl/JPL/Makefile.PL
18687	  !> jpl/PerlInterpreter/Makefile.PL
18688	  !> jpl/PerlInterpreter/PerlInterpreter.c
18689	  !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
18690	  !> jpl/Sample/Makefile.PL jpl/install-jpl
18691	  !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
18692	  !> t/op/pat.t
18693____________________________________________________________________________
18694[  4163] By: gsar                                  on 1999/09/15  05:17:27
18695        Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
18696     Branch: perl
18697	   ! lib/File/Spec/Functions.pm
18698____________________________________________________________________________
18699[  4162] By: gsar                                  on 1999/09/15  05:09:14
18700        Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
18701     Branch: perl
18702	   ! Changes embed.h embed.pl
18703____________________________________________________________________________
18704[  4161] By: gsar                                  on 1999/09/15  04:08:25
18705        Log: missing perlhist dates from Jeff Okamoto
18706     Branch: perl
18707	   ! pod/perlhist.pod
18708____________________________________________________________________________
18709[  4160] By: gsar                                  on 1999/09/15  03:13:08
18710        Log: jpl tweak
18711     Branch: perl
18712	   ! MANIFEST jpl/JNI/Makefile.PL
18713____________________________________________________________________________
18714[  4159] By: gsar                                  on 1999/09/15  02:57:08
18715        Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
18716             Jepson <bjepson@home.com>)
18717     Branch: perl
18718	   + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
18719	   + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
18720	   + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
18721	   + jpl/JNI/typemap.win32 jpl/SETVARS.PL
18722	   ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
18723	   ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
18724	   ! jpl/PerlInterpreter/Makefile.PL
18725	   ! jpl/PerlInterpreter/PerlInterpreter.c
18726	   ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
18727	   ! jpl/Sample/Makefile.PL jpl/install-jpl
18728____________________________________________________________________________
18729[  4158] By: gsar                                  on 1999/09/15  01:27:14
18730        Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
18731             Date:    Tue, 14 Sep 1999 21:26:15 EDT
18732             Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
18733             Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
18734     Branch: perl
18735	   ! regexec.c t/op/pat.t
18736____________________________________________________________________________
18737[  4157] By: jhi                                   on 1999/09/14  21:18:09
18738        Log: config.h will define USE_64_BITS if need be.
18739     Branch: cfgperl
18740	   ! hints/irix_6.sh
18741____________________________________________________________________________
18742[  4156] By: jhi                                   on 1999/09/14  20:30:00
18743        Log: Change #4149 necessitates also a small code change.
18744     Branch: cfgperl
18745	   ! ext/B/defsubs_h.PL
18746____________________________________________________________________________
18747[  4155] By: jhi                                   on 1999/09/14  20:15:53
18748        Log: Update EPOC libdir names.
18749     Branch: cfgperl
18750	   ! epoc/config.h
18751____________________________________________________________________________
18752[  4154] By: jhi                                   on 1999/09/14  20:13:41
18753        Log: Obsolete epoc/config.h caused #4153 to re-introduce already
18754             deceased HAS.*DBM.*64 mumblings.
18755     Branch: cfgperl
18756	   ! Configure config_h.SH epoc/config.h
18757____________________________________________________________________________
18758[  4153] By: jhi                                   on 1999/09/14  20:04:53
18759        Log: Configure nits.
18760     Branch: cfgperl
18761	   ! Configure config_h.SH
18762     Branch: metaconfig
18763	   ! U/compline/d_sigaction.U U/threads/i_pthread.U
18764____________________________________________________________________________
18765[  4152] By: jhi                                   on 1999/09/14  19:30:22
18766        Log: Integrate with Sarathy.
18767     Branch: cfgperl
18768	  +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
18769	   - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
18770	  !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
18771	  !> win32/config_sh.PL
18772____________________________________________________________________________
18773[  4151] By: jhi                                   on 1999/09/14  10:25:01
18774        Log: Update Unicode database and recompute the tables.
18775             Rename the .txt files to be more Unicode 3.0-like.
18776             Unihan-3.0.txt not included because it is 16 MB.
18777             syllables.txt is manually maintained.
18778             See ReadMe.txt for description of the .txt files.
18779             (not all of them are used yet)
18780     Branch: cfgperl
18781	   + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
18782	   + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
18783	   + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
18784	   + lib/unicode/LineBrk.txt lib/unicode/Names.txt
18785	   + lib/unicode/Props.txt lib/unicode/ReadMe.txt
18786	   + lib/unicode/SpecCase.txt
18787	   - lib/unicode/arabshp.txt lib/unicode/blocks.txt
18788	   - lib/unicode/index2.txt lib/unicode/jamo2.txt
18789	   - lib/unicode/names2.txt lib/unicode/props2.txt
18790	   - lib/unicode/readme.txt
18791	   ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
18792	   ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
18793	   ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
18794	   ! lib/unicode/Decomposition.pl
18795	   ! lib/unicode/In/ArabicPresentationForms-B.pl
18796	   ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
18797	   ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
18798	   ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
18799	   ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
18800	   ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
18801	   ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
18802	   ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
18803	   ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
18804	   ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
18805	   ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
18806	   ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
18807	   ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
18808	   ! lib/unicode/mktables.PL
18809____________________________________________________________________________
18810[  4150] By: gsar                                  on 1999/09/14  09:31:57
18811        Log: INSTALL tweak
18812     Branch: perl
18813	   ! INSTALL
18814____________________________________________________________________________
18815[  4149] By: gsar                                  on 1999/09/14  09:00:45
18816        Log: change some filenames to be 8.3-friendly
18817     Branch: perl
18818	  +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
18819	   - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
18820	   ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
18821____________________________________________________________________________
18822[  4148] By: gsar                                  on 1999/09/14  08:35:00
18823        Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
18824     Branch: perl
18825	   ! win32/config_sh.PL
18826____________________________________________________________________________
18827[  4147] By: jhi                                   on 1999/09/14  08:07:49
18828        Log: Not that UVSIZE normally differs that much from IVSIZE...
18829     Branch: cfgperl
18830	   ! perl.h
18831____________________________________________________________________________
18832[  4146] By: jhi                                   on 1999/09/14  08:04:40
18833        Log: Integrate with Sarathy.
18834     Branch: cfgperl
18835	  !> Changes ext/DB_File/DB_File.xs
18836____________________________________________________________________________
18837[  4145] By: jhi                                   on 1999/09/14  07:10:02
18838        Log: I_PTHREAD was PTHREADEAD.
18839     Branch: cfgperl
18840	   ! Configure config_h.SH
18841     Branch: metaconfig
18842	   ! U/threads/i_pthread.U
18843____________________________________________________________________________
18844[  4144] By: gsar                                  on 1999/09/14  06:46:47
18845        Log: change#4113 was missing DB_File.xs changes
18846     Branch: perl
18847	   ! ext/DB_File/DB_File.xs
18848____________________________________________________________________________
18849[  4143] By: jhi                                   on 1999/09/13  20:16:20
18850        Log: Small doc and whitespace edits.
18851     Branch: cfgperl
18852	   ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
18853	   ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
18854	   ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
18855	   ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
18856	   ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
18857	   ! pod/perldelta.pod
18858____________________________________________________________________________
18859[  4142] By: gsar                                  on 1999/09/13  19:32:31
18860        Log: integrate cfgperl contents into mainline, update Changes
18861     Branch: perl
18862	  +> ext/DB_File/version.c
18863	   ! Changes
18864	  !> (integrate 44 files)
18865____________________________________________________________________________
18866[  4141] By: jhi                                   on 1999/09/13  16:16:56
18867        Log: Scan for <pthread.h> always.
18868     Branch: cfgperl
18869	   ! Configure config_h.SH perl.h
18870     Branch: metaconfig
18871	   ! U/threads/i_pthread.U
18872____________________________________________________________________________
18873[  4140] By: jhi                                   on 1999/09/13  16:00:08
18874        Log: Integrate with Sarathy.
18875     Branch: cfgperl
18876	  !> (integrate 27 files)
18877____________________________________________________________________________
18878[  4139] By: jhi                                   on 1999/09/13  15:35:18
18879        Log: Add -A option to Configure to diddle with variables
18880             after the hints file has been applied.
18881     Branch: cfgperl
18882	   ! Configure config_h.SH
18883     Branch: metaconfig
18884	   ! U/modified/Oldconfig.U U/modified/Options.U
18885____________________________________________________________________________
18886[  4138] By: jhi                                   on 1999/09/13  13:42:56
18887        Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
18888     Branch: cfgperl
18889	   ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
18890	   ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
18891	   ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
18892	   ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
18893	   ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
18894____________________________________________________________________________
18895[  4137] By: jhi                                   on 1999/09/13  13:25:31
18896        Log: Applying change #4136 manually introduced patch residue.
18897     Branch: cfgperl
18898	   ! perl.h
18899____________________________________________________________________________
18900[  4136] By: jhi                                   on 1999/09/13  13:23:04
18901        Log: Replace change #4100 with
18902             From: Robin Barker <rmb1@cise.npl.co.uk>
18903             To: gsar@activestate.com
18904             Cc: perl5-porters@perl.org
18905             Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
18906             Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
18907             Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
18908     Branch: cfgperl
18909	   ! doio.c dump.c ext/B/B.xs ext/B/typemap
18910	   ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
18911	   ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
18912	   ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
18913	   ! pp_ctl.c pp_hot.c pp_sys.c sv.c
18914____________________________________________________________________________
18915[  4135] By: jhi                                   on 1999/09/13  10:22:31
18916        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18917             To: perl5-porters@perl.org (Mailing list Perl5)
18918             Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
18919             Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
18920             Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
18921
18922             From: andreas.koenig@anima.de (Andreas J. Koenig)
18923             To: Ilya Zakharevich <ilya@math.ohio-state.edu>
18924             Cc: perl5-porters@perl.org (Mailing list Perl5)
18925             Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
18926             Date: 11 Sep 1999 15:36:26 +0200
18927             Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
18928     Branch: cfgperl
18929	   ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
18930____________________________________________________________________________
18931[  4134] By: jhi                                   on 1999/09/13  10:20:14
18932        Log: From: Tom Phoenix <rootbeer@redcat.com>
18933             To: Perl Porters Mailing List <perl5-porters@perl.org>
18934             Subject: [DOCPATCH] Server errors and perldiag
18935             Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
18936             Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
18937     Branch: cfgperl
18938	   ! pod/perldiag.pod
18939____________________________________________________________________________
18940[  4133] By: gsar                                  on 1999/09/13  03:25:43
18941        Log: avoid assertion failure on C<@a'>
18942     Branch: perl
18943	   ! toke.c
18944____________________________________________________________________________
18945[  4132] By: gsar                                  on 1999/09/13  03:03:57
18946        Log: add -DPERL_Y2KWARN build option that will generate additional
18947             warnings on "19$yy" etc (reworked a patch suggested by
18948             Ulrich Pfeifer <upf@de.uu.net>)
18949     Branch: perl
18950	   ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
18951	   ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
18952____________________________________________________________________________
18953[  4131] By: gsar                                  on 1999/09/12  22:06:25
18954        Log: fix DATA leaks; reword documentation about the DATA filehandle
18955     Branch: perl
18956	   ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
18957____________________________________________________________________________
18958[  4130] By: gsar                                  on 1999/09/12  20:08:56
18959        Log: make sprintf("%g",...) threadsafe; only taint its result iff the
18960             formatted result looks nonstandard
18961     Branch: perl
18962	   ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
18963	   ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
18964	   ! t/pragma/locale.t thrdvar.h
18965____________________________________________________________________________
18966[  4129] By: gsar                                  on 1999/09/12  17:04:11
18967        Log: From: Doug MacEachern <dougm@cp.net>
18968             Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
18969             Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
18970             Subject: [PATCH 5.005_57] B::clearsym
18971     Branch: perl
18972	   ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
18973____________________________________________________________________________
18974[  4128] By: gsar                                  on 1999/09/12  16:59:12
18975        Log: better debugger help output (from Ilya Zakharevich)
18976     Branch: perl
18977	   ! lib/perl5db.pl
18978____________________________________________________________________________
18979[  4127] By: jhi                                   on 1999/09/11  20:50:37
18980        Log: Integrate with Sarathy.
18981     Branch: cfgperl
18982	  +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
18983	  +> t/lib/gol-linkage.t
18984	  !> (integrate 43 files)
18985____________________________________________________________________________
18986[  4126] By: nick                                  on 1999/09/10  20:44:22
18987        Log: Get resolve -at mainline
18988     Branch: utfperl
18989	  +> (branch 297 files)
18990	   - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
18991	   - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
18992	   - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
18993	   - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
18994	   - t/pragma/warn-1global t/pragma/warning.t thread.sym
18995	   - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
18996	   - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
18997	   - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
18998	   - win32/makeperldef.pl win32/perlhost.h
18999	  !> (integrate 847 files)
19000____________________________________________________________________________
19001[  4125] By: gsar                                  on 1999/09/10  19:22:14
19002        Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
19003             etc.)
19004     Branch: perl
19005	   ! XSUB.h pp.h
19006____________________________________________________________________________
19007[  4124] By: gsar                                  on 1999/09/10  19:14:35
19008        Log: rewrote substantive parts of patch
19009             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19010             Date: Fri, 27 Aug 1999 19:02:18 -0400
19011             Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
19012             Subject: [PATCH 5.005_58] REx documentation
19013     Branch: perl
19014	   ! pod/perlre.pod
19015____________________________________________________________________________
19016[  4123] By: gsar                                  on 1999/09/10  18:21:53
19017        Log: note about AVf_*
19018     Branch: perl
19019	   ! av.h
19020____________________________________________________________________________
19021[  4122] By: gsar                                  on 1999/09/10  17:55:42
19022        Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
19023             <lichtin@bivio.com>)
19024     Branch: perl
19025	   ! lib/Pod/Html.pm
19026____________________________________________________________________________
19027[  4121] By: gsar                                  on 1999/09/10  17:49:35
19028        Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
19029     Branch: perl
19030	   ! AUTHORS Changes README.dos djgpp/config.over
19031	   ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
19032	   ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
19033	   ! pod/podselect.PL sv.h t/io/openpid.t util.c
19034____________________________________________________________________________
19035[  4120] By: gsar                                  on 1999/09/10  12:25:01
19036        Log: add perlcompile.pod (edited content from Nathan Torkington
19037             <gnat@frii.com> and others)
19038     Branch: perl
19039	   + pod/perlcompile.pod
19040	   ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
19041____________________________________________________________________________
19042[  4119] By: gsar                                  on 1999/09/10  11:05:13
19043        Log: avoid leaking static local_patches unless patchlevel.h is
19044             explicitly included
19045     Branch: perl
19046	   ! patchlevel.h perl.c
19047____________________________________________________________________________
19048[  4118] By: gsar                                  on 1999/09/10  10:44:54
19049        Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
19050             <jvromans@squirrel.nl>)
19051     Branch: perl
19052	   + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
19053	   ! Changes MANIFEST lib/Getopt/Long.pm
19054____________________________________________________________________________
19055[  4116] By: jhi                                   on 1999/09/09  15:56:52
19056        Log: perldeltify change #4115.
19057     Branch: cfgperl
19058	   ! pod/perldelta.pod
19059____________________________________________________________________________
19060[  4115] By: jhi                                   on 1999/09/09  15:48:56
19061        Log: From: "John L. Allen" <allen@grumman.com>
19062             To: perl5-porters@perl.org
19063             Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
19064             Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT)
19065             Message-Id: <199909011733.NAA17356@gateway.grumman.com>
19066     Branch: cfgperl
19067	   ! lib/Time/Local.pm
19068____________________________________________________________________________
19069[  4114] By: jhi                                   on 1999/09/09  15:42:30
19070        Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
19071             To: perl5-porters@perl.org
19072             Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
19073             Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
19074             Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
19075     Branch: cfgperl
19076	   ! pp_sys.c
19077____________________________________________________________________________
19078[  4113] By: jhi                                   on 1999/09/09  10:17:45
19079        Log: From: paul.marquess@bt.com
19080             To: gsar@ActiveState.com
19081             Cc: perl5-porters@perl.org
19082             Subject: [PATCH 5.005_61] DB_File 1.71
19083             Date: Thu, 9 Sep 1999 11:20:13 +0100
19084             Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
19085     Branch: cfgperl
19086	   + ext/DB_File/version.c
19087	   ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
19088	   ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
19089	   ! t/lib/db-btree.t
19090____________________________________________________________________________
19091[  4112] By: jhi                                   on 1999/09/09  09:05:32
19092        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19093             To: perl5-porters@perl.org (Mailing list Perl5)
19094             Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
19095             Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
19096             Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
19097     Branch: cfgperl
19098	   ! regexec.c t/op/pat.t
19099____________________________________________________________________________
19100[  4110] By: jhi                                   on 1999/09/09  07:29:17
19101        Log: Tidy up 64-bit situation in perldelta.
19102     Branch: cfgperl
19103	   ! pod/perldelta.pod
19104____________________________________________________________________________
19105[  4109] By: jhi                                   on 1999/09/09  07:26:53
19106        Log: Clear up PL_regcc issues.
19107
19108             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19109             To: perl5-porters@perl.org (Mailing list Perl5)
19110             Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
19111             Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
19112             Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
19113     Branch: cfgperl
19114	   ! regexec.c
19115____________________________________________________________________________
19116[  4108] By: gsar                                  on 1999/09/08  20:52:51
19117        Log: avoid ass_u_ming uppercase types are not user objects (spotted
19118             by Kurt Starsinic)
19119     Branch: perl
19120	   ! ext/Data/Dumper/Dumper.pm
19121____________________________________________________________________________
19122[  4107] By: gsar                                  on 1999/09/08  20:35:18
19123        Log: From: akim@epita.fr (DEMAILLE Akim)
19124             Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
19125             Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
19126             Subject: [ID 19990908.014] s2p does not quote @
19127     Branch: perl
19128	   ! x2p/s2p.PL
19129____________________________________________________________________________
19130[  4106] By: gsar                                  on 1999/09/08  20:25:12
19131        Log: integrate cfgperl contents into mainline
19132     Branch: perl
19133	  !> (integrate 30 files)
19134____________________________________________________________________________
19135[  4105] By: jhi                                   on 1999/09/08  09:02:37
19136        Log: Minor touches at the [:class:] description.
19137     Branch: cfgperl
19138	   ! pod/perlre.pod
19139____________________________________________________________________________
19140[  4104] By: jhi                                   on 1999/09/08  08:57:58
19141        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19142             To: Mailing list Perl5 <perl5-porters@perl.org>
19143             Subject: [PATCH 5.005_58] Fix debugging output for REx
19144             Date: Wed, 8 Sep 1999 05:02:02 -0400
19145             Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
19146     Branch: cfgperl
19147	   ! regcomp.c
19148____________________________________________________________________________
19149[  4103] By: gsar                                  on 1999/09/08  00:53:50
19150        Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
19151     Branch: perl
19152	   ! pp.c
19153____________________________________________________________________________
19154[  4102] By: gsar                                  on 1999/09/08  00:52:50
19155        Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
19156     Branch: perl
19157	   ! cop.h pp_hot.c
19158____________________________________________________________________________
19159[  4101] By: gsar                                  on 1999/09/07  17:25:07
19160        Log: various fixups for windows
19161     Branch: perl
19162	   ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
19163	   ! win32/Makefile win32/makefile.mk xsutils.c
19164____________________________________________________________________________
19165[  4100] By: jhi                                   on 1999/09/07  12:49:15
19166        Log: Fix pointer casts.
19167
19168             From: Robin Barker <rmb1@cise.npl.co.uk>
19169             To: perl5-porters@perl.org
19170             Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
19171             -Duse64bits
19172             Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
19173             Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
19174     Branch: cfgperl
19175	   ! doio.c dump.c ext/B/B.xs ext/B/typemap
19176	   ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
19177	   ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
19178	   ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
19179	   ! pp_ctl.c pp_hot.c pp_sys.c sv.c
19180____________________________________________________________________________
19181[  4099] By: jhi                                   on 1999/09/07  10:29:04
19182        Log: Add sig/pid/uid size and sign probes.
19183     Branch: metaconfig
19184	   + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
19185	   + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
19186____________________________________________________________________________
19187[  4098] By: jhi                                   on 1999/09/07  10:27:06
19188        Log: Band-aid until we've got %{Uid_t} or something similar
19189             for sv_catpvfn().
19190     Branch: cfgperl
19191	   ! taint.c
19192____________________________________________________________________________
19193[  4097] By: jhi                                   on 1999/09/07  09:41:23
19194        Log: Fix a printf thinko: now quads must have the ll L q prefix.
19195             (in other words, a bare %d is an int/unsigned)
19196     Branch: cfgperl
19197	   ! pp_sys.c sv.c t/op/64bit.t
19198____________________________________________________________________________
19199[  4096] By: jhi                                   on 1999/09/07  07:36:17
19200        Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
19201
19202             From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
19203             To: perl5-porters@perl.org
19204             Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
19205             Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
19206             Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
19207     Branch: cfgperl
19208	   ! hints/hpux.sh perl.h
19209____________________________________________________________________________
19210[  4095] By: gsar                                  on 1999/09/06  20:47:02
19211        Log: applied suggested patch with suitable test to detect MSVC
19212             From: "Vishal Bhatia" <vishalb@my-deja.com>
19213             Date: Wed, 11 Aug 1999 01:43:28 -0700
19214             Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
19215             Subject: compiler on  win32
19216     Branch: perl
19217	   ! ext/B/B/C.pm
19218____________________________________________________________________________
19219[  4094] By: jhi                                   on 1999/09/06  20:34:44
19220        Log: Integrate with Sarathy.
19221     Branch: cfgperl
19222	  !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
19223	  !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
19224____________________________________________________________________________
19225[  4093] By: jhi                                   on 1999/09/06  20:33:43
19226        Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
19227             so that they overflow also on 64-bit platforms.
19228     Branch: cfgperl
19229	   ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
19230____________________________________________________________________________
19231[  4092] By: gsar                                  on 1999/09/06  20:16:58
19232        Log: support bytecode and C backends in perlcc (patch suggested
19233             by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
19234             C backend the default; describe new switches in pod; introduce
19235             PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
19236             s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
19237             entries
19238     Branch: perl
19239	   ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
19240	   ! t/harness utils/Makefile utils/perlcc.PL
19241____________________________________________________________________________
19242[  4091] By: jhi                                   on 1999/09/06  19:10:41
19243        Log: Integrate with Sarathy.
19244     Branch: cfgperl
19245	  +> t/pragma/sub_lval.t
19246	  !> (integrate 52 files)
19247____________________________________________________________________________
19248[  4090] By: gsar                                  on 1999/09/06  19:09:06
19249        Log: propagate changed error text
19250     Branch: perl
19251	   ! t/pragma/sub_lval.t
19252____________________________________________________________________________
19253[  4089] By: gsar                                  on 1999/09/06  18:54:43
19254        Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
19255     Branch: perl
19256	   ! pod/perlfunc.pod
19257____________________________________________________________________________
19258[  4088] By: gsar                                  on 1999/09/06  18:52:10
19259        Log: From: paul.marquess@bt.com
19260             Date: Sun, 5 Sep 1999 15:11:08 +0100
19261             Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
19262             Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
19263     Branch: perl
19264	   ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
19265	   ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
19266	   ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
19267	   ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
19268	   ! toke.c
19269____________________________________________________________________________
19270[  4087] By: gsar                                  on 1999/09/06  18:06:06
19271        Log: change#3612 is buggy when quotemeta argument matches target
19272             (hope this is the last of the optimized-OP_SASSIGN bugs)
19273             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19274             Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
19275             Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
19276             Subject: Re: [BUG: quotemeta]
19277     Branch: perl
19278	   ! Changes op.c t/op/lex_assign.t
19279____________________________________________________________________________
19280[  4086] By: gsar                                  on 1999/09/06  17:57:52
19281        Log: misc tweaks
19282     Branch: perl
19283	   ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
19284____________________________________________________________________________
19285[  4085] By: gsar                                  on 1999/09/06  03:54:23
19286        Log: applied patch suggested by Hans Mulder to fix problems on
19287             OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
19288             when they ask for bincompat (platforms that used to default
19289             to EMBEDMYMALLOC continue to do so); disable warnings.t#192
19290             (appears unsalvageable on some platforms)
19291     Branch: perl
19292	   ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
19293____________________________________________________________________________
19294[  4084] By: bailey                                on 1999/09/06  02:39:11
19295        Log: Integrate mainline 5.05_61
19296     Branch: vmsperl
19297	  +> (branch 32 files)
19298	   - lib/unicode/EthiopicSyllables.txt
19299	   - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
19300	   - warning.pl
19301	   ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
19302	   ! vms/perly_h.vms vms/vms.c
19303	  !> (integrate 346 files)
19304____________________________________________________________________________
19305[  4083] By: gsar                                  on 1999/09/06  00:10:40
19306        Log: optional warning on join(/foo/...) (reworked suggested patch
19307             by Mark-Jason Dominus <mjd@plover.com>)
19308     Branch: perl
19309	   ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
19310	   ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
19311	   ! pp_proto.h t/pragma/warn/op
19312____________________________________________________________________________
19313[  4082] By: gsar                                  on 1999/09/05  22:28:57
19314        Log: fix data loss when more than one block is read from SDBM
19315             *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
19316     Branch: perl
19317	   ! ext/SDBM_File/sdbm/sdbm.c
19318____________________________________________________________________________
19319[  4081] By: gsar                                  on 1999/09/05  22:07:18
19320        Log: initial implementation of lvalue subroutines (slightly fixed
19321             version of patch suggested by Ilya Zakharevich, which in turn
19322             is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
19323     Branch: perl
19324	   + t/pragma/sub_lval.t
19325	   ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
19326	   ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
19327	   ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
19328	   ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
19329	   ! pp_proto.h proto.h t/pragma/warn/pp_ctl
19330____________________________________________________________________________
19331[  4080] By: jhi                                   on 1999/09/05  22:02:18
19332        Log: Undo #4055 (related to #4079).
19333     Branch: cfgperl
19334	   ! pod/perlop.pod
19335____________________________________________________________________________
19336[  4079] By: jhi                                   on 1999/09/05  21:30:54
19337        Log: Time is not yet ripe.
19338     Branch: cfgperl
19339	   ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
19340____________________________________________________________________________
19341[  4078] By: gsar                                  on 1999/09/05  18:17:32
19342        Log: modified suggested patch to handle cross-refs and qr// objects
19343             correctly; unfollowed refs are represented as simple string
19344             value, not just the bare type; $VERSION stays the same until
19345             it is ready for prime time (avoids CPAN confustication)
19346             From:    John Nolan <jpnolan@Op.Net>
19347             Date:    Wed, 04 Aug 1999 20:21:10 EDT
19348             Message-Id: <199908050021.UAA09693@monet.op.net>
19349             Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
19350     Branch: perl
19351	   ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
19352	   ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
19353____________________________________________________________________________
19354[  4077] By: jhi                                   on 1999/09/04  21:54:42
19355        Log: timesum() wasn't @EXPORTed as promised by the documentation.
19356             Bug reported by Alex Efros <powerman@inart.kharkov.com>.
19357     Branch: cfgperl
19358	   ! lib/Benchmark.pm
19359____________________________________________________________________________
19360[  4076] By: gsar                                  on 1999/09/04  20:21:59
19361        Log: integrate cfgperl contents into mainline
19362     Branch: perl
19363	  +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
19364	  +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
19365	  +> warnings.h warnings.pl xsutils.c
19366	   - lib/warning.pm t/pragma/warning.t warning.h warning.pl
19367	  !> (integrate 109 files)
19368____________________________________________________________________________
19369[  4075] By: jhi                                   on 1999/09/04  18:04:47
19370        Log: use integer on the problematic subtest.
19371     Branch: cfgperl
19372	   ! t/op/misc.t
19373____________________________________________________________________________
19374[  4074] By: jhi                                   on 1999/09/04  17:57:40
19375        Log: Warn about numconvert.t in case somebody
19376             wants to make sv_2pv more 64-bit aware.
19377     Branch: cfgperl
19378	   ! sv.c
19379____________________________________________________________________________
19380[  4073] By: jhi                                   on 1999/09/04  17:54:51
19381        Log: Comment upgrading: the quad situation isn't quite as
19382             bad as it used to be.
19383     Branch: cfgperl
19384	   ! perl.h
19385____________________________________________________________________________
19386[  4072] By: jhi                                   on 1999/09/04  15:35:37
19387        Log: Integrate with Sarathy.
19388     Branch: cfgperl
19389	  !> win32/win32.c
19390____________________________________________________________________________
19391[  4071] By: jhi                                   on 1999/09/04  15:28:11
19392        Log: Fix LFS with -Duseperlio in Solaris.  Reported in
19393
19394             From: Robin Barker <rmb1@cise.npl.co.uk>
19395             To: perl5-porters@perl.org
19396             Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
19397             Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
19398             Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
19399
19400             and later (in private email) found to be dependent
19401             on useperlio.
19402
19403             Mental note: the cpp magic done in perlsdio.h (and assumedly
19404             also in perlsfio.h) may cause trouble later with lfs because
19405             both the perlio scheme by Perl and the lfs support by vendors
19406             like to play cpp games to map the stdio namespace back and forth.
19407             The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
19408             just the beginning.
19409     Branch: cfgperl
19410	   ! perlio.c
19411____________________________________________________________________________
19412[  4070] By: jhi                                   on 1999/09/04  13:12:14
19413        Log: Enable 64-bit clean bit ops.
19414             (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
19415     Branch: cfgperl
19416	   ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
19417	   ! t/op/misc.t
19418____________________________________________________________________________
19419[  4069] By: jhi                                   on 1999/09/03  21:17:30
19420        Log: Turn on USE_64_BIT_OFFSETS implicitly.
19421     Branch: cfgperl
19422	   ! perl.h
19423____________________________________________________________________________
19424[  4068] By: jhi                                   on 1999/09/03  08:19:59
19425        Log: Fix from Spider for the sub attributes (there was an undocumented
19426             dependency between force_word() and skipspace()).
19427     Branch: cfgperl
19428	   ! toke.c
19429____________________________________________________________________________
19430[  4067] By: jhi                                   on 1999/09/01  23:17:06
19431        Log: From: John Tobey <spam@john-edwin-tobey.org>
19432             To: ilya@math.ohio-state.edu
19433             CC: perl5-porters@perl.org
19434             Subject: Re: [PATCH 5.005_60] distclean forgot two
19435             Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
19436             Message-Id: <m11InJ5-000FPCC@feynman.localnet>
19437     Branch: cfgperl
19438	   ! t/lib/dprof.t
19439____________________________________________________________________________
19440[  4066] By: jhi                                   on 1999/09/01  23:14:50
19441        Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
19442             To: perl5-porters@perl.org
19443             Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
19444             Date: Fri, 20 Aug 1999 15:37:27 +0100
19445             Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
19446     Branch: cfgperl
19447	   ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
19448	   ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
19449	   ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
19450____________________________________________________________________________
19451[  4065] By: jhi                                   on 1999/09/01  22:06:43
19452        Log: From: Dominic Dunlop <domo@vo.lu>
19453             To: perl5-porters@perl.org
19454             Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
19455             (UNINSTALLED) [PATCH]
19456             Date: Thu, 19 Aug 1999 09:48:03 +0200
19457             Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
19458
19459             The PERL_POLLUTE_MALLOC part had to be manually applied.
19460     Branch: cfgperl
19461	   ! hints/machten.sh perl.h
19462____________________________________________________________________________
19463[  4064] By: jhi                                   on 1999/09/01  13:56:14
19464        Log: From: Martin Lichtin <lichtin@bivio.com>
19465             To: jhi@iki.fi
19466             CC: perl5-porters@perl.org
19467             Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
19468             Date: Wed, 01 Sep 1999 15:50:04 +0200
19469             Message-ID: <37CD2F0C.944BFACE@bivio.com>
19470     Branch: cfgperl
19471	   ! lib/ExtUtils/Install.pm
19472____________________________________________________________________________
19473[  4063] By: jhi                                   on 1999/09/01  13:16:11
19474        Log: Enhance lfs tests: check every seek and sysseek
19475             and test also that -e and -f detect largefiles.
19476     Branch: cfgperl
19477	   ! t/lib/syslfs.t t/op/lfs.t
19478____________________________________________________________________________
19479[  4062] By: jhi                                   on 1999/09/01  12:08:04
19480        Log: From: Colin Kuskie <ckuskie@Cadence.COM>
19481             To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19482             cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
19483             The Perl Porters Mailing List <perl5-porters@perl.org>
19484             Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
19485             Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
19486             Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
19487     Branch: cfgperl
19488	   ! pod/perldiag.pod
19489____________________________________________________________________________
19490[  4061] By: jhi                                   on 1999/09/01  12:03:03
19491        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19492             To: ilya@math.ohio-state.edu (Ilya Zakharevich)
19493             Cc: perl5-porters@perl.org, cloos@adamsmith.ai
19494             Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
19495             Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
19496             Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
19497     Branch: cfgperl
19498	   ! op.c t/op/join.t
19499____________________________________________________________________________
19500[  4060] By: jhi                                   on 1999/09/01  07:59:42
19501        Log: IV_DIG and NV_DIG fixes.
19502     Branch: cfgperl
19503	   ! perl.h
19504____________________________________________________________________________
19505[  4059] By: jhi                                   on 1999/08/31  14:47:18
19506        Log: \C{} -> \N{} residue.
19507     Branch: cfgperl
19508	   ! toke.c
19509____________________________________________________________________________
19510[  4057] By: gsar                                  on 1999/08/30  22:08:19
19511        Log: avoid hiding child process window
19512     Branch: perl
19513	   ! win32/win32.c
19514____________________________________________________________________________
19515[  4055] By: jhi                                   on 1999/08/30  21:20:50
19516        Log: Document the undefinedness of overshifting.
19517     Branch: cfgperl
19518	   ! pod/perlop.pod
19519____________________________________________________________________________
19520[  4054] By: jhi                                   on 1999/08/30  20:18:18
19521        Log: History fixes and updates.
19522     Branch: cfgperl
19523	   ! pod/perlhist.pod
19524____________________________________________________________________________
19525[  4053] By: jhi                                   on 1999/08/30  19:34:02
19526        Log: Shell quoting thinko broke installdirs.
19527             From: JVromans@Squirrel.nl (Johan Vromans)
19528             To: perl5-porters@perl.org
19529             Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
19530             installprefix
19531             Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
19532             Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
19533     Branch: cfgperl
19534	   ! Configure config_h.SH
19535     Branch: metaconfig
19536	   ! U/installdirs/archlib.U U/installdirs/bin.U
19537	   ! U/installdirs/html1dir.U U/installdirs/html3dir.U
19538	   ! U/installdirs/installprefix.U U/installdirs/man1dir.U
19539	   ! U/installdirs/man3dir.U U/installdirs/privlib.U
19540	   ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
19541	   ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
19542	   ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
19543	   ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
19544	   ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
19545	   ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
19546	   ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
19547	   ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
19548	   ! U/installdirs/vendorscriptdir.U
19549____________________________________________________________________________
19550[  4052] By: jhi                                   on 1999/08/30  02:57:05
19551        Log: Use \N{named characters} instead of \C.
19552             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19553             To: jhi@iki.fi
19554             Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
19555             perl5-porters@perl.org (Mailing list Perl5)
19556             Subject: Re: [PATCH 5.005_58] Named characters in Perl
19557             Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
19558             Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
19559     Branch: cfgperl
19560	   ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
19561	   ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
19562____________________________________________________________________________
19563[  4051] By: jhi                                   on 1999/08/30  02:54:20
19564        Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
19565             To: perl5-porters@perl.org
19566             Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
19567             don't mix
19568             Date: Sun, 29 Aug 1999 19:04:53 -0400
19569             Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
19570     Branch: cfgperl
19571	   ! universal.c
19572____________________________________________________________________________
19573[  4050] By: jhi                                   on 1999/08/29  16:38:58
19574        Log: Conditionally socksify the LIBS of Socket.
19575     Branch: cfgperl
19576	   ! ext/Socket/Makefile.PL
19577____________________________________________________________________________
19578[  4049] By: jhi                                   on 1999/08/29  15:33:30
19579        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19580             To: Mailing list Perl5 <perl5-porters@perl.org>
19581             Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
19582             Date: Wed, 25 Aug 1999 16:19:58 -0400
19583             Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
19584     Branch: cfgperl
19585	   ! lib/perl5db.pl
19586____________________________________________________________________________
19587[  4048] By: jhi                                   on 1999/08/29  15:31:36
19588        Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19589             To: perl5-porters@perl.org
19590             Subject: [PATCH _61] Lost arguments to simplified sort
19591             Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
19592             Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
19593     Branch: cfgperl
19594	   ! op.c t/op/sort.t
19595____________________________________________________________________________
19596[  4047] By: jhi                                   on 1999/08/29  15:29:29
19597        Log: From: Olaf Flebbe <olaf@science-computing.de>
19598             Sender: owner-perl5-porters@perl.org
19599             To: perl5-porters@perl.org
19600             Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
19601             Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
19602     Branch: cfgperl
19603	   ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
19604	   ! epoc/perl.mmp epoc/perl.pkg
19605____________________________________________________________________________
19606[  4046] By: jhi                                   on 1999/08/29  15:21:18
19607        Log: From: pvhp@forte.com (Peter Prymmer)
19608             To: perl5-porters@perl.org
19609             Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
19610             Date: Fri, 27 Aug 99 18:51:04 PDT
19611             Message-Id: <9908280151.AA05010@forte.com>
19612     Branch: cfgperl
19613	   ! t/lib/cgi-html.t
19614____________________________________________________________________________
19615[  4045] By: jhi                                   on 1999/08/29  15:18:38
19616        Log: Fix scalar gmtime (and localtime) in quad environments,
19617             bug reported by Robin Barker.
19618
19619             From: Robin Barker <rmb1@cise.npl.co.uk>
19620             To: jhi@iki.fi
19621             Cc: perl5-porters@perl.org
19622             Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
19623             Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
19624             Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
19625     Branch: cfgperl
19626	   ! pp_sys.c t/op/time.t
19627____________________________________________________________________________
19628[  4044] By: jhi                                   on 1999/08/29  11:24:03
19629        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19630             To: perl5-porters@perl.org (Mailing list Perl5)
19631             Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
19632             Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
19633             Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
19634
19635             Addendum: it's "only" 33% speedup.
19636     Branch: cfgperl
19637	   ! dump.c op.c op.h pp.h
19638____________________________________________________________________________
19639[  4043] By: jhi                                   on 1999/08/29  11:10:33
19640        Log: From: spider-perl@Orb.Nashua.NH.US
19641             To: Mailing list Perl5 <perl5-porters@perl.org>
19642             Subject: [PATCH 5.005_61 CORE] sub : attrlist
19643             Date: Sun, 29 Aug 1999 03:02:11 -0400
19644             Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
19645     Branch: cfgperl
19646	   + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
19647	   ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
19648	   ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
19649	   ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
19650	   ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
19651	   ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
19652	   ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
19653____________________________________________________________________________
19654[  4042] By: jhi                                   on 1999/08/29  11:08:50
19655        Log: Turn off gcc-2.95's strict-alias optimization.
19656             This, of course, should be only temporary.
19657             From Andy Dougherty.
19658     Branch: cfgperl
19659	   ! Configure config_h.SH
19660     Branch: metaconfig
19661	   ! U/compline/ccflags.U U/modified/cc.U
19662____________________________________________________________________________
19663[  4041] By: jhi                                   on 1999/08/29  10:47:30
19664        Log: Fix a typo in #4036.
19665     Branch: cfgperl
19666	   ! mg.c
19667____________________________________________________________________________
19668[  4040] By: jhi                                   on 1999/08/29  10:34:58
19669        Log: Add a missing #endif forgotten by #4035.
19670     Branch: cfgperl
19671	   ! doop.c
19672____________________________________________________________________________
19673[  4039] By: jhi                                   on 1999/08/29  10:31:19
19674        Log: Remove an extra #endif introduced by #4036.
19675     Branch: cfgperl
19676	   ! perl.h
19677____________________________________________________________________________
19678[  4038] By: jhi                                   on 1999/08/29  10:18:59
19679        Log: Rename warning to warnings, from Paul Marquess.
19680     Branch: cfgperl
19681	   + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
19682	   + t/pragma/warnings.t warnings.h warnings.pl
19683	   - lib/warning.pm t/pragma/warning.t warning.h warning.pl
19684	   ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
19685	   ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
19686	   ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
19687	   ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
19688	   ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
19689	   ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
19690	   ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
19691	   ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
19692	   ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
19693	   ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
19694	   ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
19695	   ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
19696____________________________________________________________________________
19697[  4037] By: jhi                                   on 1999/08/29  10:08:47
19698        Log: Create the equivalence tables based on
19699             the real Unicode decomposition, not on
19700             the character name.
19701     Branch: cfgperl
19702	   ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
19703	   ! lib/unicode/mktables.PL
19704____________________________________________________________________________
19705[  4036] By: jhi                                   on 1999/08/29  09:29:08
19706        Log: Integrate with Sarathy.
19707     Branch: cfgperl
19708	  +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
19709	  +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
19710	  +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
19711	  +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
19712	  +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
19713	  +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
19714	  !> (integrate 190 files)
19715____________________________________________________________________________
19716[  4035] By: jhi                                   on 1999/08/29  08:56:15
19717        Log: Implement 64-bit vec().
19718     Branch: cfgperl
19719	   ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
19720	   ! pp.h t/op/64bit.t
19721____________________________________________________________________________
19722[  4034] By: gsar                                  on 1999/08/29  03:35:18
19723        Log: deadcode removal
19724     Branch: perl
19725	   ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
19726	   ! pp_ctl.c proto.h run.c sv.c
19727____________________________________________________________________________
19728[  4033] By: jhi                                   on 1999/08/28  17:31:07
19729        Log: From: Robin Barker <rmb1@cise.npl.co.uk>
19730             To: perl5-porters@perl.org
19731             Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
19732             Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
19733             Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
19734     Branch: cfgperl
19735	   ! perl.h
19736____________________________________________________________________________
19737[  4032] By: gsar                                  on 1999/08/26  23:53:33
19738        Log: new thread should set current interp in TLS
19739     Branch: perl
19740	   ! ext/Thread/Thread.xs
19741____________________________________________________________________________
19742[  4031] By: bailey                                on 1999/08/23  03:40:07
19743        Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
19744     Branch: vmsperl
19745	   ! lib/ExtUtils/MM_VMS.pm
19746____________________________________________________________________________
19747[  4030] By: bailey                                on 1999/08/23  03:37:43
19748        Log: Patch up holes in realclean target
19749     Branch: vmsperl
19750	   ! vms/descrip_mms.template
19751____________________________________________________________________________
19752[  4029] By: bailey                                on 1999/08/23  03:36:24
19753        Log: Fix handling of PERL_POLLUTE
19754     Branch: vmsperl
19755	   ! lib/ExtUtils/MM_VMS.pm
19756____________________________________________________________________________
19757[  4028] By: bailey                                on 1999/08/23  03:34:08
19758        Log: Update VMS version of perly.h
19759     Branch: vmsperl
19760	   ! vms/perly_h.vms
19761____________________________________________________________________________
19762[  4027] By: bailey                                on 1999/08/23  03:32:45
19763        Log: Update dependencies in Descrip.MMS
19764     Branch: vmsperl
19765	   ! vms/descrip_mms.template
19766____________________________________________________________________________
19767[  4026] By: bailey                                on 1999/08/23  03:30:01
19768        Log: Fix prototypes in perlapi.c (64-bit?)
19769             Clear prior definition of getenv_len before defining VMS-specific macro
19770     Branch: vmsperl
19771	   ! perlapi.c vms/vmsish.h
19772____________________________________________________________________________
19773[  4025] By: bailey                                on 1999/08/23  03:25:51
19774        Log: Add '-m' option to Configure.com which skips the MANIFEST check
19775     Branch: vmsperl
19776	   ! configure.com
19777____________________________________________________________________________
19778[  4024] By: bailey                                on 1999/08/23  03:23:34
19779        Log: Skip open() tests that rely on Unix fork semantics
19780     Branch: vmsperl
19781	   ! t/io/open.t
19782____________________________________________________________________________
19783[  4023] By: bailey                                on 1999/08/23  03:21:46
19784        Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
19785     Branch: vmsperl
19786	   ! vms/gen_shrfls.pl
19787____________________________________________________________________________
19788[  4022] By: bailey                                on 1999/08/23  03:17:33
19789        Log: update MM_VMS to use new File::Spec routines
19790     Branch: vmsperl
19791	   ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
19792____________________________________________________________________________
19793[  4021] By: bailey                                on 1999/08/23  03:13:40
19794        Log: byteperl is now part of the ByteLoader ext
19795     Branch: vmsperl
19796	   ! ext/ByteLoader/byterun.h vms/descrip_mms.template
19797____________________________________________________________________________
19798[  4020] By: bailey                                on 1999/08/23  03:10:41
19799        Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
19800     Branch: vmsperl
19801	   ! vms/vms.c
19802____________________________________________________________________________
19803[  4019] By: bailey                                on 1999/08/23  03:07:28
19804        Log: Update calls for new thread context handling
19805     Branch: vmsperl
19806	   ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
19807	   ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
19808____________________________________________________________________________
19809[  4018] By: bailey                                on 1999/08/23  03:01:31
19810        Log: Allow for file versions in library when looking for .bs files
19811     Branch: vmsperl
19812	   ! ext/DynaLoader/DynaLoader_pm.PL
19813____________________________________________________________________________
19814[  4017] By: bailey                                on 1999/08/23  02:58:55
19815        Log: Update VMS configuration procedures for 5.005_60
19816     Branch: vmsperl
19817	   ! configure.com vms/subconfigure.com
19818____________________________________________________________________________
19819[  4016] By: gsar                                  on 1999/08/20  22:19:56
19820        Log: update Changes
19821     Branch: perl
19822	   ! Changes
19823
19824----------------
19825Version 5.005_61
19826----------------
19827
19828____________________________________________________________________________
19829[  4015] By: gsar                                  on 1999/08/20  22:17:41
19830        Log: perl_free() should use PerlMem_free()
19831     Branch: perl
19832	   ! perl.c
19833____________________________________________________________________________
19834[  4014] By: gsar                                  on 1999/08/20  22:10:46
19835        Log: win32 tweaks
19836     Branch: perl
19837	   ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
19838	   ! win32/config.vc win32/config_H.bc win32/config_H.gc
19839	   ! win32/config_H.vc
19840____________________________________________________________________________
19841[  4013] By: gsar                                  on 1999/08/20  22:09:56
19842        Log: DEBUG_m() adjusted to internalize dTHX
19843     Branch: perl
19844	   ! malloc.c perl.h util.c
19845____________________________________________________________________________
19846[  4012] By: gsar                                  on 1999/08/20  17:51:06
19847        Log: make autogenerated files writable
19848     Branch: perl
19849	   ! (edit 171 files)
19850____________________________________________________________________________
19851[  4011] By: gsar                                  on 1999/08/20  17:43:47
19852        Log: update Changes
19853     Branch: perl
19854	   ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
19855____________________________________________________________________________
19856[  4010] By: gsar                                  on 1999/08/20  17:21:53
19857        Log: up patchlevel &c
19858     Branch: perl
19859	   ! Changes patchlevel.h win32/Makefile win32/config_H.bc
19860	   ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19861____________________________________________________________________________
19862[  4009] By: gsar                                  on 1999/08/20  16:46:26
19863        Log: add missing Is/Syl*.pl files
19864     Branch: perl
19865	   + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
19866	   + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
19867	   + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
19868	   + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
19869	   + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
19870	   + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
19871____________________________________________________________________________
19872[  4008] By: gsar                                  on 1999/08/20  16:31:02
19873        Log: integrate cfgperl contents into mainline
19874     Branch: perl
19875	  +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
19876	  +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
19877	  +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
19878	  +> t/op/lfs.t
19879	   - lib/unicode/EthiopicSyllables.txt
19880	   - lib/unicode/MakeEthiopicSyllables.PL
19881	  !> (integrate 261 files)
19882____________________________________________________________________________
19883[  4007] By: gsar                                  on 1999/08/20  15:24:08
19884        Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
19885             USE_THREADS and MULTIPLICITY; minor pod adjustments
19886     Branch: perl
19887	   ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
19888	   ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
19889____________________________________________________________________________
19890[  4006] By: jhi                                   on 1999/08/19  19:01:41
19891        Log: Tighten the vec() code so that naughty BITS cause an error.
19892     Branch: cfgperl
19893	   ! doop.c
19894____________________________________________________________________________
19895[  4005] By: jhi                                   on 1999/08/19  15:55:09
19896        Log: Don't document ill-defined vec() bits cases
19897             (for which the code doesn't work right in any case)
19898     Branch: cfgperl
19899	   ! pod/perldiag.pod pod/perlfunc.pod
19900____________________________________________________________________________
19901[  4004] By: jhi                                   on 1999/08/19  12:49:41
19902        Log: Removed duplicated code (in pp.c and mg.c) by introducing
19903             do_vecget().  NOTE: the calling convention of do_vecset()
19904             changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
19905             in pp_vec() is no more multiplied by `size' in pp_vec(),
19906             the multiplication is now done in do_vecset().
19907
19908             Also fix a cpp thinko in change #4002.
19909     Branch: cfgperl
19910	   ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
19911	   ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
19912	   ! proto.h
19913____________________________________________________________________________
19914[  4003] By: jhi                                   on 1999/08/18  08:27:22
19915        Log: Warn about small spherical distances.
19916     Branch: cfgperl
19917	   ! lib/Math/Trig.pm
19918____________________________________________________________________________
19919[  4002] By: jhi                                   on 1999/08/17  09:11:51
19920        Log: Enhance IV_FITS_IN_IV (though it's still unused).
19921     Branch: cfgperl
19922	   ! perl.h
19923____________________________________________________________________________
19924[  4001] By: jhi                                   on 1999/08/17  08:13:34
19925        Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
19926             Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
19927             To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
19928             Subject: [PATCH] overload.pm str/num confu
19929             Date: 17 Aug 1999 08:21:12 +0200
19930     Branch: cfgperl
19931	   ! lib/overload.pm
19932____________________________________________________________________________
19933[  4000] By: jhi                                   on 1999/08/17  07:20:23
19934        Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
19935             To: perl5-porters@perl.org
19936             Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
19937             Date: 16 Aug 1999 14:24:28 -0700
19938             Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
19939     Branch: cfgperl
19940	   ! pod/perlobj.pod
19941____________________________________________________________________________
19942[  3999] By: jhi                                   on 1999/08/16  19:49:09
19943        Log: Integrate with Nick.
19944     Branch: cfgperl
19945	  !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
19946____________________________________________________________________________
19947[  3998] By: jhi                                   on 1999/08/16  19:44:29
19948        Log: Fix most of the pod2man moanings reported in
19949
19950             From: "Larry W. Virden" <lvirden@cas.org>
19951             To: perl5-porters@perl.org
19952             Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
19953             (UNINSTALLED)
19954             Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
19955             Message-Id: <199908031935.PAA27692@cas.org>
19956
19957             Configure regen'ed.
19958     Branch: cfgperl
19959	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19960	   ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
19961	   ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
19962	   ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
19963	   ! utils/h2xs.PL utils/perlcc.PL
19964____________________________________________________________________________
19965[  3997] By: jhi                                   on 1999/08/16  19:20:37
19966        Log: A fix of sorts for the flush-before-dup scenario.
19967     Branch: cfgperl
19968	   ! doio.c
19969____________________________________________________________________________
19970[  3996] By: jhi                                   on 1999/08/16  19:14:37
19971        Log: More paranoia.
19972     Branch: cfgperl
19973	   ! sv.c
19974____________________________________________________________________________
19975[  3995] By: jhi                                   on 1999/08/16  18:55:35
19976        Log: Batch of small 64-bit/long double/large file support tweaks:
19977             - scan for LDBL_DIG
19978             - from DBL_DIG and LDBL_DIG select NV_DIG
19979             - introduce IVSIZE, UVSIZE, NVSIZE
19980             - introduce IV_DIG
19981             - remove stdio64
19982             - AIX uses `oslevel` when others use `uname -r`
19983             - already AIX 4.2 goes 64-bit
19984             - in HP-UX require the 64-bit libc, just the directory isn't enough
19985             - group ids are not NVs
19986             - #undef USE_LONG_DOUBLE if long double is no better than double
19987             - introduce NV_WITHIN_*() and IV_FITS_IN_IV
19988             - mention large file support in perldelta
19989             - introduce quad TOPpin' and POPpin'
19990             - the svcat... buffer was tiny for printing quads in %b
19991             - fix the multiplication test in 64bit.t
19992             - try to make VMS to comply with all this removal and "introducal"
19993             of symbols
19994     Branch: cfgperl
19995	   ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
19996	   ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
19997	   ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
19998     Branch: metaconfig
19999	   ! U/modified/d_longdbl.U
20000     Branch: metaconfig/U/perl
20001	   + d_ldbl_dig.U
20002____________________________________________________________________________
20003[  3994] By: jhi                                   on 1999/08/16  07:53:44
20004        Log: More Configure/subconfigure.com syncing.
20005     Branch: cfgperl
20006	   ! vms/subconfigure.com
20007____________________________________________________________________________
20008[  3993] By: jhi                                   on 1999/08/14  22:09:26
20009        Log: Remove from VMS what the change #3982 took away from Configure lands.
20010     Branch: cfgperl
20011	   ! vms/subconfigure.com
20012____________________________________________________________________________
20013[  3992] By: jhi                                   on 1999/08/14  13:29:13
20014        Log: Small test tweaks.
20015     Branch: cfgperl
20016	   ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
20017____________________________________________________________________________
20018[  3991] By: jhi                                   on 1999/08/14  13:08:41
20019        Log: Augment filesize limit note.
20020     Branch: cfgperl
20021	   ! doio.c
20022____________________________________________________________________________
20023[  3990] By: jhi                                   on 1999/08/14  13:06:12
20024        Log: Note about filesize limits.
20025     Branch: cfgperl
20026	   ! doio.c pp_sys.c
20027____________________________________________________________________________
20028[  3989] By: jhi                                   on 1999/08/14  11:31:58
20029        Log: Catch the case of filesize limits.
20030     Branch: cfgperl
20031	   ! t/lib/syslfs.t t/op/lfs.t
20032____________________________________________________________________________
20033[  3988] By: nick                                  on 1999/08/14  09:20:58
20034        Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
20035             this causes a POPSTACK panic. The problem seems to be that although
20036             die_where() has unwound the tail of perl_vdie() top_env setjmp has been
20037             set to resume execution there. Avoiding setting CATCH_SET(TRUE) in
20038             call_sv() avoids this. So invent a new G_NOCATCH flag to disable
20039             messing with CATCH_SET() in call_sv, use it in perl_vdie().
20040             Add test to op/eval.t which will fail (panic) if bug comes back.
20041             >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
20042     Branch: perl
20043	   ! cop.h perl.c t/op/eval.t util.c
20044____________________________________________________________________________
20045[  3987] By: jhi                                   on 1999/08/13  23:57:52
20046        Log: From: "Craig A. Berry" <craig.berry@metamor.com>
20047             To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
20048             Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
20049             Date: Fri, 13 Aug 1999 17:42:47 -0500
20050             Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
20051     Branch: cfgperl
20052	   ! lib/ExtUtils/MM_VMS.pm
20053____________________________________________________________________________
20054[  3986] By: jhi                                   on 1999/08/13  23:56:44
20055        Log: Don't quit before printing out the message.
20056     Branch: cfgperl
20057	   ! t/lib/syslfs.t t/op/lfs.t
20058____________________________________________________________________________
20059[  3985] By: jhi                                   on 1999/08/13  23:35:49
20060        Log: Remove more t/ trash on target "clean".
20061     Branch: cfgperl
20062	   ! Makefile.SH
20063____________________________________________________________________________
20064[  3984] By: jhi                                   on 1999/08/13  23:02:53
20065        Log: Avoid double long double.
20066     Branch: cfgperl
20067	   ! Configure config_h.SH
20068     Branch: metaconfig/U/perl
20069	   ! uselongdbl.U
20070____________________________________________________________________________
20071[  3983] By: jhi                                   on 1999/08/13  22:59:56
20072        Log: BYTEORDER fix.
20073     Branch: cfgperl
20074	   ! Configure config_h.SH
20075     Branch: metaconfig
20076	   ! U/compline/byteorder.U
20077____________________________________________________________________________
20078[  3982] By: jhi                                   on 1999/08/13  22:48:40
20079        Log: Jumbo Configure and large file support update.
20080             Remove a lot of unneeded 64-bitness cruft;
20081             re-introduce BYTEORDER; update 64-bitness hints;
20082             lfs should now work in Solaris; long doubles in AIX.
20083     Branch: cfgperl
20084	   ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
20085	   ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
20086	   ! perlsdio.h pp.h pp_sys.c
20087     Branch: metaconfig
20088	   ! U/compline/byteorder.U U/compline/ccflags.U
20089     Branch: metaconfig/U/perl
20090	   ! d_dlsymun.U io64.U uselongdbl.U
20091____________________________________________________________________________
20092[  3980] By: jhi                                   on 1999/08/13  15:09:11
20093        Log: Introduce HAS_LLSEEK.
20094     Branch: cfgperl
20095	   ! Configure config_h.SH perl.h
20096____________________________________________________________________________
20097[  3979] By: jhi                                   on 1999/08/13  14:29:47
20098        Log: From: <dan@sidhe.org>
20099             To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
20100             sarathy@activestate.com
20101             Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
20102             Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
20103             Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
20104     Branch: cfgperl
20105	   ! vms/vms.c
20106____________________________________________________________________________
20107[  3978] By: jhi                                   on 1999/08/13  09:56:46
20108        Log: Make the 64-bit tests more paranoid.
20109     Branch: cfgperl
20110	   ! t/op/64bit.t
20111____________________________________________________________________________
20112[  3976] By: jhi                                   on 1999/08/12  21:49:16
20113        Log: IRIX64 needs more -mabi=64 with gcc.
20114     Branch: cfgperl
20115	   ! hints/irix_6.sh
20116____________________________________________________________________________
20117[  3975] By: jhi                                   on 1999/08/12  21:02:03
20118        Log: Reincarnate change #3967, now in more modest form.
20119     Branch: cfgperl
20120	   ! hints/irix_6.sh
20121____________________________________________________________________________
20122[  3974] By: jhi                                   on 1999/08/12  20:49:36
20123        Log: Remove rt from libswanted (I added it many moons ago
20124             when I thought it would be useful in Digital UNIX,
20125             I was wrong); undo the recent IRIX hints changes,
20126             getting rid of one warning brought new ones.
20127     Branch: cfgperl
20128	   ! Configure config_h.SH hints/irix_6.sh
20129     Branch: metaconfig
20130	   ! U/modified/Myinit.U
20131____________________________________________________________________________
20132[  3973] By: jhi                                   on 1999/08/12  19:42:53
20133        Log: st_blocks is in 512 byte blocks.
20134     Branch: cfgperl
20135	   ! t/lib/syslfs.t t/op/lfs.t
20136____________________________________________________________________________
20137[  3972] By: jhi                                   on 1999/08/12  19:27:31
20138        Log: Don't claim defeat too early.
20139     Branch: cfgperl
20140	   ! Configure config_h.SH
20141     Branch: metaconfig/U/perl
20142	   ! longdblfio.U
20143____________________________________________________________________________
20144[  3971] By: jhi                                   on 1999/08/12  19:24:14
20145        Log: IRIX 64-bit hint tweak.
20146     Branch: cfgperl
20147	   ! hints/irix_6.sh
20148____________________________________________________________________________
20149[  3970] By: nick                                  on 1999/08/12  19:17:20
20150        Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
20151             tests i.e. RV2AV and RV2HV
20152     Branch: perl
20153	   ! op.c t/pragma/warn/op
20154____________________________________________________________________________
20155[  3969] By: jhi                                   on 1999/08/12  19:06:17
20156        Log: Add Configure -Duselongdouble and add a missing semicolon.
20157     Branch: cfgperl
20158	   ! Configure config_h.SH sv.c
20159     Branch: metaconfig/U/perl
20160	   + uselongdbl.U
20161____________________________________________________________________________
20162[  3968] By: jhi                                   on 1999/08/12  18:46:00
20163        Log: Simply exit() early if lfs support seems unlikely.
20164     Branch: cfgperl
20165	   ! t/lib/syslfs.t t/op/lfs.t
20166____________________________________________________________________________
20167[  3967] By: jhi                                   on 1999/08/12  18:44:05
20168        Log: Suffer silently for unused libraries.
20169     Branch: cfgperl
20170	   ! hints/irix_6.sh
20171____________________________________________________________________________
20172[  3966] By: jhi                                   on 1999/08/12  13:18:44
20173        Log: Update MANIFEST to follow change #3965.
20174     Branch: cfgperl
20175	   ! MANIFEST
20176____________________________________________________________________________
20177[  3965] By: jhi                                   on 1999/08/12  13:15:38
20178        Log: Regenerate Unicode tables based on new syllable lists
20179             from Daniel Yacob.
20180     Branch: cfgperl
20181	   ! (edit 159 files)
20182____________________________________________________________________________
20183[  3964] By: jhi                                   on 1999/08/12  10:06:24
20184        Log: Remove more spurious casting.
20185     Branch: cfgperl
20186	   ! pp_sys.c
20187____________________________________________________________________________
20188[  3963] By: jhi                                   on 1999/08/12  08:18:53
20189        Log: Minor niggles on the lfs tests.
20190     Branch: cfgperl
20191	   ! t/lib/syslfs.t t/op/lfs.t
20192____________________________________________________________________________
20193[  3962] By: jhi                                   on 1999/08/11  22:48:25
20194        Log: Don't bother with lfs testing if off_t is too small.
20195     Branch: cfgperl
20196	   ! t/lib/syslfs.t t/op/lfs.t
20197____________________________________________________________________________
20198[  3961] By: jhi                                   on 1999/08/11  22:22:54
20199        Log: Long double patches from Dan Sugalski.
20200     Branch: cfgperl
20201	   ! sv.c
20202____________________________________________________________________________
20203[  3960] By: jhi                                   on 1999/08/11  22:17:55
20204        Log: Flush buffer before duplicating file descriptor.
20205
20206             From: Mark-Jason Dominus <mjd@plover.com>
20207             To: Graham Barr <gbarr@pobox.com>
20208             cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
20209             Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
20210             Date: Wed, 11 Aug 1999 15:56:09 -0400
20211             Message-ID: <19990811195610.5933.qmail@plover.com>
20212
20213             From: Mark-Jason Dominus <mjd@plover.com>
20214             To: perl5-porters@perl.org
20215             Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
20216             Date: Wed, 11 Aug 1999 16:05:46 -0400
20217             Message-ID: <19990811200546.6165.qmail@plover.com>
20218     Branch: cfgperl
20219	   ! doio.c pod/perldelta.pod
20220____________________________________________________________________________
20221[  3959] By: jhi                                   on 1999/08/11  22:11:35
20222        Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
20223
20224             From: "Craig A. Berry" <craig.berry@metamor.com>
20225             Sender: owner-perl5-porters@perl.org
20226             To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
20227             bailey@newman.upenn.edu
20228             Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
20229             problem
20230             Date: Wed, 11 Aug 1999 14:31:11 -0500
20231             Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
20232     Branch: cfgperl
20233	   ! vms/vms.c
20234____________________________________________________________________________
20235[  3958] By: jhi                                   on 1999/08/11  15:35:45
20236        Log: Add a hopefully comforting message if there seems to be no LFS.
20237             This seems to be the case with e.g. ext2fs, a somewhat popular fs.
20238             The tests will fail on lfs tests only if quad is available,
20239             if ENOQUAD, the lfs tests will be skipped.
20240     Branch: cfgperl
20241	   ! t/lib/syslfs.t t/op/lfs.t
20242____________________________________________________________________________
20243[  3957] By: jhi                                   on 1999/08/11  12:25:59
20244        Log: Unapply an experimental patch that accidentally escaped
20245             from the lab by piggybacking with the change #3955.
20246     Branch: cfgperl
20247	   ! pp.c pp.h pp_hot.c
20248____________________________________________________________________________
20249[  3956] By: jhi                                   on 1999/08/11  08:19:23
20250        Log: Add sysio large file support testing.
20251     Branch: cfgperl
20252	   + t/lib/syslfs.t
20253	   ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
20254____________________________________________________________________________
20255[  3955] By: jhi                                   on 1999/08/10  22:39:11
20256        Log: From: <dan@sidhe.org>
20257             To: vmsperl@perl.org, perl5-porters@perl.org,
20258             sarathy@activestate.com, bailey@newman.upenn.edu
20259             Subject: [PATCH 5.005_60]Patches needed to get _60 building with
20260             threads on VMS
20261             Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
20262             Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
20263     Branch: cfgperl
20264	   ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
20265	   ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
20266	   ! vms/writemain.pl
20267____________________________________________________________________________
20268[  3954] By: jhi                                   on 1999/08/10  20:37:55
20269        Log: LFS testing robustness.
20270     Branch: cfgperl
20271	   ! t/op/lfs.t
20272____________________________________________________________________________
20273[  3953] By: jhi                                   on 1999/08/10  19:54:50
20274        Log: From: <dan@sidhe.org>
20275             To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
20276             sarathy@activestate.com
20277             Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
20278             Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
20279             Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
20280     Branch: cfgperl
20281	   ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
20282	   ! vms/subconfigure.com vms/vmsish.h
20283____________________________________________________________________________
20284[  3952] By: jhi                                   on 1999/08/10  17:18:57
20285        Log: AIX is different, again.  Now in cc -E output.
20286     Branch: cfgperl
20287	   ! Configure config_h.SH
20288     Branch: metaconfig
20289	   ! U/modified/cppstdin.U
20290____________________________________________________________________________
20291[  3951] By: jhi                                   on 1999/08/10  14:37:08
20292        Log: Use Pid_t on pgrp matters.
20293     Branch: cfgperl
20294	   ! pp_sys.c
20295____________________________________________________________________________
20296[  3950] By: jhi                                   on 1999/08/10  14:35:30
20297        Log: Use Pid_t.
20298     Branch: cfgperl
20299	   ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
20300	   ! pp_sys.c proto.h util.c
20301____________________________________________________________________________
20302[  3949] By: jhi                                   on 1999/08/10  14:11:15
20303        Log: Use Mode_t.
20304     Branch: cfgperl
20305	   ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
20306	   ! perlapi.h pp_sys.c proto.h
20307____________________________________________________________________________
20308[  3948] By: jhi                                   on 1999/08/10  13:53:19
20309        Log: Small perlbug doc tweaks from Jon Orwant.
20310     Branch: cfgperl
20311	   ! utils/perlbug.PL
20312____________________________________________________________________________
20313[  3947] By: jhi                                   on 1999/08/10  09:55:11
20314        Log: Large file support testing.
20315     Branch: cfgperl
20316	   + t/op/lfs.t
20317	   ! MANIFEST t/op/64bit.t
20318____________________________________________________________________________
20319[  3946] By: jhi                                   on 1999/08/10  09:13:54
20320        Log: Remove I32 casting from time-related functions.
20321     Branch: cfgperl
20322	   ! pp_sys.c
20323____________________________________________________________________________
20324[  3945] By: jhi                                   on 1999/08/10  09:06:42
20325        Log: Gratuitous uid and gid casts to I32s and ints removed.
20326             There are still problem spots in printfing such ids:
20327             width (%d vs %ld) and signedness %d vs %u.
20328     Branch: cfgperl
20329	   ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
20330	   ! perl.c perlapi.c pp_hot.c proto.h
20331____________________________________________________________________________
20332[  3944] By: jhi                                   on 1999/08/10  07:43:03
20333        Log: Remove I32 casts from pp_stat, these make stat()
20334             very broken e.g. on files larger than 2 gigabytes.
20335             Reported by
20336             From: Phil Lobbes <phil@finchcomputer.com>
20337             To: perl5-porters@perl.org
20338             Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
20339             UNIX Perl 5.005_03
20340             Date: Mon, 09 Aug 1999 21:38:54 -0700
20341             Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
20342
20343             There are more of these I32 casts all over pp_sys.c,
20344             all of them should be checked.
20345     Branch: cfgperl
20346	   ! pp_sys.c
20347____________________________________________________________________________
20348[  3943] By: jhi                                   on 1999/08/10  07:38:30
20349        Log: Remove blathering.
20350     Branch: cfgperl
20351	   ! lib/unicode/mktables.PL
20352____________________________________________________________________________
20353[  3942] By: jhi                                   on 1999/08/09  20:35:13
20354        Log: lexwarn maintenance: new warning class unsafe
20355             subclasses 'overflow' and 'portable' created,
20356             used by the recent integer overflow warnings.
20357             Class syntax subclass 'octal' renamed to 'digit',
20358             binary and hexadecimal parsing errors also 'digit' warnings.
20359     Branch: cfgperl
20360	   ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
20361	   ! util.c warning.h warning.pl
20362____________________________________________________________________________
20363[  3941] By: jhi                                   on 1999/08/09  10:40:47
20364        Log: Integrate with Nick.
20365     Branch: cfgperl
20366	  +> opnames.h
20367	  !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
20368	  !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
20369____________________________________________________________________________
20370[  3940] By: jhi                                   on 1999/08/09  10:32:43
20371        Log: Regenerate the Unicode tables after having updated the Unicode
20372             database (change #3939).
20373     Branch: cfgperl
20374	   ! (edit 157 files)
20375____________________________________________________________________________
20376[  3939] By: jhi                                   on 1999/08/09  10:27:22
20377        Log: Unicode data updated to be the latest beta of the Unicode 3.0.
20378     Branch: cfgperl
20379	   ! lib/unicode/UnicodeData-Latest.txt
20380____________________________________________________________________________
20381[  3938] By: jhi                                   on 1999/08/09  10:25:54
20382        Log: Ethiopic changes via private email from Daniel Yacob,
20383             <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
20384             Canadian Syllabics and Yi under construction.
20385     Branch: cfgperl
20386	   + lib/unicode/syllables.txt
20387	   - lib/unicode/EthiopicSyllables.txt
20388	   - lib/unicode/MakeEthiopicSyllables.PL
20389	   ! MANIFEST lib/unicode/UnicodeData-Latest.txt
20390	   ! lib/unicode/mktables.PL
20391____________________________________________________________________________
20392[  3937] By: jhi                                   on 1999/08/09  10:21:51
20393        Log: Move the equivalence class creation last.
20394     Branch: cfgperl
20395	   ! lib/unicode/mktables.PL
20396____________________________________________________________________________
20397[  3936] By: jhi                                   on 1999/08/09  10:20:40
20398        Log: Compute equivalence classes (diacritics stripping) only
20399             for letters, not for ligatures.
20400     Branch: cfgperl
20401	   ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
20402	   ! lib/unicode/mktables.PL
20403____________________________________________________________________________
20404[  3935] By: nick                                  on 1999/08/08  13:53:57
20405        Log: Will now correctly re-call
20406             bootstrap "Foo";
20407             if requested. This should allow build on Win32 and other
20408             platforms where you cannot link to loadables directly.
20409     Branch: perl
20410	   ! ext/B/B/C.pm
20411____________________________________________________________________________
20412[  3934] By: nick                                  on 1999/08/07  12:23:55
20413        Log: Vishal Bhatia <vishalb@my-deja.com>
20414             Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
20415             Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
20416     Branch: perl
20417	   ! ext/B/B/CC.pm
20418____________________________________________________________________________
20419[  3933] By: nick                                  on 1999/08/07  12:19:46
20420        Log: B::C changes to get simple Tk app. compiling again
20421     Branch: perl
20422	   ! ext/B/B/C.pm
20423____________________________________________________________________________
20424[  3932] By: jhi                                   on 1999/08/06  21:17:16
20425        Log: Regen Configure to include change #3915.
20426     Branch: cfgperl
20427	   ! Configure config_h.SH
20428____________________________________________________________________________
20429[  3931] By: jhi                                   on 1999/08/06  18:52:57
20430        Log: Todo update.
20431     Branch: cfgperl
20432	   ! Todo Todo-5.005 lib/unicode/mktables.PL
20433____________________________________________________________________________
20434[  3930] By: jhi                                   on 1999/08/06  13:13:05
20435        Log: Character class equivalence tables.
20436     Branch: cfgperl
20437	   + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
20438	   ! MANIFEST lib/unicode/mktables.PL
20439____________________________________________________________________________
20440[  3929] By: jhi                                   on 1999/08/06  11:59:11
20441        Log: More Fcntl constants.  (This process really needs
20442             to be automated, at least partly, see the Errno extension.)
20443             Now also the SEEK_ constants are available via the Fcntl.
20444             Yes, this is redundant (IO::Seekable and POSIX supply them already),
20445             but now Fcntl is a one-stop shopping mall for all your
20446             file-related constants.
20447     Branch: cfgperl
20448	   ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
20449____________________________________________________________________________
20450[  3928] By: jhi                                   on 1999/08/06  08:08:03
20451        Log: Protect against pack/unpack repeat count overflows,
20452             based on:
20453
20454             From: Nathan Torkington <gnat@frii.com>
20455             To: Brian Keefer <mgomes@cwix.com>
20456             Cc: perl5-porters@perl.org
20457             Subject: Re: [ID 19990806.001] Core dump with obfuscated code
20458             Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
20459             Message-ID: <14250.27711.769942.100675@localhost.frii.com>
20460     Branch: cfgperl
20461	   ! pod/perldiag.pod pp.c
20462____________________________________________________________________________
20463[  3927] By: jhi                                   on 1999/08/06  07:32:20
20464        Log: Fix for Nathan's fix (#3920) from Guy Decoux.
20465
20466             From: Nathan Torkington <gnat@frii.com>
20467             To: perl5-porters@perl.org
20468             Subject: Bugfix for my bugfix
20469             Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
20470             Message-ID: <14250.21947.765134.940583@localhost.frii.com>
20471     Branch: cfgperl
20472	   ! ext/B/B/Assembler.pm
20473____________________________________________________________________________
20474[  3926] By: jhi                                   on 1999/08/05  17:25:19
20475        Log: Fix regex charclass parsing so that bogus ranges
20476             like [0-\d] and [[:word:]-z] are no more allowed.
20477             The anomaly was noticed by Guy Decoux.
20478     Branch: cfgperl
20479	   ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
20480____________________________________________________________________________
20481[  3925] By: jhi                                   on 1999/08/05  10:31:47
20482        Log: split /^/ deprecation warning should not be on by default.
20483     Branch: cfgperl
20484	   ! pp.c
20485____________________________________________________________________________
20486[  3923] By: jhi                                   on 1999/08/05  09:16:57
20487        Log: From: paul.marquess@bt.com
20488             To: jhi@iki.fi, paul.marquess@bt.com
20489             Cc: gsar@ActiveState.com, perl5-porters@perl.org
20490             Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
20491             Date: Thu, 5 Aug 1999 09:33:14 +0100
20492             Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
20493     Branch: cfgperl
20494	   ! t/lib/anydbm.t
20495____________________________________________________________________________
20496[  3921] By: jhi                                   on 1999/08/05  08:05:13
20497        Log: From: paul.marquess@bt.com
20498             To: perl5-porters@perl.org
20499             Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
20500             randy@theoryx5.uwinnipeg.ca
20501             Subject:  [PATCH 5.005_60] DB_File 1.70
20502             Date: Wed, 4 Aug 1999 23:22:22 +0100
20503             Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
20504
20505             (Replaces change #3917)
20506     Branch: cfgperl
20507	   ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20508	   ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
20509____________________________________________________________________________
20510[  3920] By: jhi                                   on 1999/08/04  19:02:58
20511        Log: From: Nathan Torkington <gnat@frii.com>
20512             To: perl5-porters@perl.org
20513             Subject: [5.005_60 PATCH] Make B::Bytecode work
20514             Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
20515             Message-ID: <14248.30568.769427.216092@localhost.frii.com>
20516     Branch: cfgperl
20517	   ! ext/B/B/Assembler.pm
20518____________________________________________________________________________
20519[  3919] By: jhi                                   on 1999/08/04  10:56:26
20520        Log: Update history records.
20521     Branch: cfgperl
20522	   ! pod/perlhist.pod
20523____________________________________________________________________________
20524[  3918] By: jhi                                   on 1999/08/04  09:36:13
20525        Log: Minor fixes to linux -Dusethreads -Duseperlio.
20526     Branch: cfgperl
20527	   ! perlio.c
20528____________________________________________________________________________
20529[  3917] By: jhi                                   on 1999/08/04  08:13:20
20530        Log: (Replaced by change #3921)
20531             From: paul.marquess@bt.com
20532             To: gsar@activestate.com
20533             Cc: perl5-porters@perl.org
20534             Subject: [PATCH 5.005_60] DB_File 1.69
20535             Date: Tue, 3 Aug 1999 22:55:00 +0100
20536             Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
20537     Branch: cfgperl
20538	   ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20539	   ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
20540____________________________________________________________________________
20541[  3916] By: jhi                                   on 1999/08/04  07:59:05
20542        Log: Introduce the charnames pragma.
20543
20544             Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
20545             From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
20546             To: Chip Salzenberg <[11]chip@perlsupport.com>
20547             Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
20548             Date: Sat, 31 Jul 1999 05:44:05 -0400
20549             Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
20550
20551             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20552             To: Mailing list Perl5 <perl5-porters@perl.org>
20553             Subject: [PATCH 5.005_58] Named characters in Perl
20554             Date: Mon, 2 Aug 1999 19:25:40 -0400
20555             Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
20556     Branch: cfgperl
20557	   + lib/charnames.pm t/lib/charnames.t
20558	   ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
20559	   ! pod/perlre.pod regcomp.c toke.c
20560____________________________________________________________________________
20561[  3915] By: jhi                                   on 1999/08/03  21:18:49
20562        Log: Support Configure -Dmake=pmake.
20563             Via private email from Andy.
20564             NOTE: assumes "basename" command.
20565     Branch: metaconfig
20566	   ! U/modified/Config_sh.U
20567____________________________________________________________________________
20568[  3914] By: jhi                                   on 1999/08/03  21:11:11
20569        Log: The op/filetest.t failed subtest 7 if testing as root.
20570
20571             From: Fran�ois D�sarm�nien <desar@club-internet.fr>
20572             To: perl5-porters@perl.org
20573             Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
20574             Date: Tue, 27 Jul 1999 22:54:05 +0200
20575             Message-Id: <379E1C6D.626DC765@club-internet.fr>
20576     Branch: cfgperl
20577	   ! t/op/filetest.t
20578____________________________________________________________________________
20579[  3911] By: jhi                                   on 1999/08/03  19:52:38
20580        Log: The "-Dusethreads -Duseperlio" combination failed.
20581
20582             From: Spider Boardman <spider@leggy.zk3.dec.com>
20583             To: perl5-porters@perl.org
20584             Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
20585             4.0 (UNINSTALLED)
20586             Date: Tue, 3 Aug 1999 14:25:00 -0400
20587             Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
20588
20589             See also change #3912.
20590     Branch: cfgperl
20591	   ! perlio.c
20592____________________________________________________________________________
20593[  3910] By: jhi                                   on 1999/08/03  10:44:24
20594        Log: From: Chris Nandor <pudge@pobox.com>
20595             To: perl5-porters@perl.org
20596             Subject: [PATCH 5.005_58] perlbug.PL 1.27
20597             Date: Wed, 28 Jul 1999 23:42:49 -0400
20598             Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
20599     Branch: cfgperl
20600	   ! utils/perlbug.PL
20601____________________________________________________________________________
20602[  3909] By: jhi                                   on 1999/08/03  10:41:04
20603        Log: Hints for building ByteLoader in SunoS.  Based on
20604             From: Andy Dougherty <doughera@lafayette.edu>
20605             To: Gurusamy Sarathy <gsar@activestate.com>
20606             Cc: Perl Porters <perl5-porters@perl.org>
20607             Subject: Re: 5.005_58 Not OK SunOS 4.1.3
20608             Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
20609             Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
20610     Branch: cfgperl
20611	   + ext/ByteLoader/hints/sunos.pl
20612	   ! MANIFEST ext/ByteLoader/ByteLoader.xs
20613____________________________________________________________________________
20614[  3908] By: jhi                                   on 1999/08/03  09:29:22
20615        Log: Clarify RE engine code; inline a static function to a macro;
20616             make exact string nodes smaller.
20617
20618             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20619             To: perl5-porters@perl.org (Mailing list Perl5)
20620             Subject: [PATCH 5.005_60] Cosmetic change to REx engine
20621             Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
20622             Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
20623     Branch: cfgperl
20624	   ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
20625	   ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
20626	   ! regnodes.h warning.h
20627____________________________________________________________________________
20628[  3907] By: jhi                                   on 1999/08/03  08:11:49
20629        Log: 5_59 configured with -Dd_bincompat5005 can't be made
20630             binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
20631
20632             From: Spider Boardman <spider@leggy.zk3.dec.com>
20633             To: perl5-porters@perl.org
20634             Subject: [ID 19990802.016] Not OK: perl 5.00559
20635             Date: Mon, 2 Aug 1999 16:11:13 -0400
20636             Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
20637     Branch: cfgperl
20638	   ! embed.pl
20639____________________________________________________________________________
20640[  3906] By: jhi                                   on 1999/08/03  07:48:59
20641        Log: Change #3790 redemption: with a little additional
20642             patch from Ilya it works okay.
20643     Branch: cfgperl
20644	   ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
20645	   ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
20646____________________________________________________________________________
20647[  3905] By: gsar                                  on 1999/08/02  21:03:23
20648        Log: this will be 5.005_60
20649     Branch: perl
20650	   ! Changes
20651
20652----------------
20653Version 5.005_60
20654----------------
20655
20656____________________________________________________________________________
20657[  3904] By: gsar                                  on 1999/08/02  20:30:23
20658        Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
20659             in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
20660             regen headers
20661     Branch: perl
20662	   ! embed.h embed.pl global.sym opcode.h perlapi.c
20663____________________________________________________________________________
20664[  3903] By: gsar                                  on 1999/08/02  20:26:07
20665        Log: native int pack/unpack fixes (from Spider Boardman
20666             <spider@leggy.zk3.dec.com>)
20667     Branch: perl
20668	   ! pp.c
20669____________________________________________________________________________
20670[  3902] By: gsar                                  on 1999/08/02  20:24:41
20671        Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
20672             <spider@leggy.zk3.dec.com>)
20673     Branch: perl
20674	   + opnames.h
20675	   ! Changes MANIFEST opcode.pl perl.h
20676____________________________________________________________________________
20677[  3901] By: gsar                                  on 1999/08/02  18:51:18
20678        Log: integrate cfgperl contents
20679     Branch: perl
20680	  !> INSTALL README pod/perldelta.pod
20681____________________________________________________________________________
20682[  3900] By: jhi                                   on 1999/08/02  18:46:21
20683        Log: Update README and INSTALL; partly based on the message
20684
20685             From: "John L. Allen" <allen@grumman.com>
20686             To: Jarkko Hietaniemi <jhi@iki.fi>
20687             cc: perl5-porters@perl.org
20688             Subject: Re: Perl Installation Problem
20689             Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
20690             Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
20691
20692             and private email from Andy Dougherty.
20693     Branch: cfgperl
20694	   ! INSTALL README
20695____________________________________________________________________________
20696[  3899] By: jhi                                   on 1999/08/02  18:36:35
20697        Log: Integrate with Sarathy.
20698     Branch: cfgperl
20699	  !> op.c
20700____________________________________________________________________________
20701[  3898] By: jhi                                   on 1999/08/02  18:34:49
20702        Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
20703     Branch: cfgperl
20704	   ! pod/perldelta.pod
20705____________________________________________________________________________
20706[  3897] By: gsar                                  on 1999/08/02  18:18:37
20707        Log: optimizations could sometimes bypass bareword check
20708     Branch: perl
20709	   ! op.c
20710____________________________________________________________________________
20711[  3896] By: jhi                                   on 1999/08/02  18:18:34
20712        Log: Integrate with Sarathy.
20713     Branch: cfgperl
20714	  !> Changes makedef.pl patchlevel.h win32/Makefile
20715	  !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20716	  !> win32/makefile.mk
20717____________________________________________________________________________
20718[  3895] By: gsar                                  on 1999/08/02  17:22:40
20719        Log: up patchlevel etc.
20720     Branch: perl
20721	   ! Changes patchlevel.h win32/Makefile win32/config_H.bc
20722	   ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20723____________________________________________________________________________
20724[  3894] By: gsar                                  on 1999/08/02  17:12:31
20725        Log: integrate change#3893, make it conditional on bincompat5005
20726     Branch: perl
20727	   ! makedef.pl
20728____________________________________________________________________________
20729[  3893] By: jhi                                   on 1999/08/02  16:49:08
20730        Log: PERL_BINCOMPAT_5005 symbol translation.
20731             (AIX wouldn't link neither perl nor extensions.)
20732     Branch: cfgperl
20733	   ! makedef.pl
20734____________________________________________________________________________
20735[  3892] By: gsar                                  on 1999/08/02  16:09:13
20736        Log: integrate cfgperl contents into mainline
20737     Branch: perl
20738	  +> t/op/64bit.t
20739	   ! Changes
20740	  !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
20741	  !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
20742	  !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
20743____________________________________________________________________________
20744[  3891] By: jhi                                   on 1999/08/02  14:52:40
20745        Log: AIX long long probing requires LL suffix for
20746             the ll constant.  The suffix doesn't seem
20747             to bother other ll platforms.
20748     Branch: cfgperl
20749	   ! Configure config_h.SH hints/aix.sh
20750     Branch: metaconfig/U/perl
20751	   ! quadfio.U
20752____________________________________________________________________________
20753[  3890] By: jhi                                   on 1999/08/02  14:21:55
20754        Log: Exact path to perl for open -|.
20755     Branch: cfgperl
20756	   ! t/io/open.t
20757____________________________________________________________________________
20758[  3889] By: jhi                                   on 1999/08/02  14:18:03
20759        Log: Integrate with Sarathy.
20760     Branch: cfgperl
20761	  !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
20762	  !> win32/Makefile win32/config_H.bc win32/config_H.gc
20763	  !> win32/config_H.vc win32/makefile.mk win32/win32.c
20764____________________________________________________________________________
20765[  3888] By: jhi                                   on 1999/08/02  14:14:29
20766        Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
20767     Branch: cfgperl
20768	   ! hints/aix.sh
20769____________________________________________________________________________
20770[  3887] By: jhi                                   on 1999/08/02  12:53:10
20771        Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
20772             emacs code indentation doesn't get wrong ideas--
20773             in other words, introduce a couple of "redundant" if:s.
20774     Branch: cfgperl
20775	   ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
20776	   ! util.c
20777____________________________________________________________________________
20778[  3886] By: jhi                                   on 1999/08/02  12:43:16
20779        Log: Mention that also *BSD systems with glibc are known to stumble.
20780     Branch: cfgperl
20781	   ! t/pragma/warn/pp_hot
20782____________________________________________________________________________
20783[  3885] By: jhi                                   on 1999/08/02  12:34:15
20784        Log: Allow also non-long long but still quad platforms print quads.
20785     Branch: cfgperl
20786	   ! Configure config_h.SH
20787     Branch: metaconfig/U/perl
20788	   ! longdblfio.U quadfio.U
20789____________________________________________________________________________
20790[  3884] By: jhi                                   on 1999/08/02  11:56:14
20791        Log: Fix regclass utf8 hex ranges for quads.
20792     Branch: cfgperl
20793	   ! regcomp.c
20794____________________________________________________________________________
20795[  3883] By: jhi                                   on 1999/08/02  11:42:14
20796        Log: Enhance the description of how to detect quad support.
20797     Branch: cfgperl
20798	   ! pod/perlfunc.pod
20799____________________________________________________________________________
20800[  3882] By: jhi                                   on 1999/08/02  11:22:19
20801        Log: Fix printf %D %U %O for quads.
20802     Branch: cfgperl
20803	   ! sv.c t/op/64bit.t
20804____________________________________________________________________________
20805[  3881] By: jhi                                   on 1999/08/02  11:16:12
20806        Log: Document quad printing.
20807     Branch: cfgperl
20808	   ! pod/perlfunc.pod
20809____________________________________________________________________________
20810[  3880] By: jhi                                   on 1999/08/02  10:32:01
20811        Log: More 64-bit fixing.  One known bug of that kind
20812             remains, 32-bit platforms using long long in
20813             the test t/pragma/utf8 subtests 1-3 fail.
20814             (Update: change	#3884 fixed that one.)
20815     Branch: cfgperl
20816	   + t/op/64bit.t
20817	   ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
20818
20819----------------
20820Version 5.005_59
20821----------------
20822
20823____________________________________________________________________________
20824[  3879] By: gsar                                  on 1999/08/02  08:18:58
20825        Log: integrate cfgperl changes into mainline
20826     Branch: perl
20827	  !> Configure config_h.SH sv.c
20828____________________________________________________________________________
20829[  3878] By: gsar                                  on 1999/08/02  08:13:16
20830        Log: change#3692 had an unintentional patch leak through!
20831             (this would explain the mysterious C<next LABEL> failures
20832             people have seen)
20833     Branch: perl
20834	   ! pp_ctl.c
20835____________________________________________________________________________
20836[  3877] By: gsar                                  on 1999/08/02  08:00:29
20837        Log: up patchlevel to 59
20838     Branch: perl
20839	   ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
20840	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20841	   ! win32/makefile.mk
20842____________________________________________________________________________
20843[  3876] By: gsar                                  on 1999/08/02  07:51:18
20844        Log: fix coredump under usethreads+debug
20845     Branch: perl
20846	   ! util.c
20847____________________________________________________________________________
20848[  3875] By: jhi                                   on 1999/08/02  07:50:51
20849        Log: d_bincompat5005 could be left empty.
20850     Branch: cfgperl
20851	   ! Configure config_h.SH
20852     Branch: metaconfig/U/perl
20853	   ! bincompat5005.U
20854____________________________________________________________________________
20855[  3874] By: jhi                                   on 1999/08/02  07:42:45
20856        Log: Fix printf %d when IV is quad.
20857     Branch: cfgperl
20858	   ! sv.c
20859____________________________________________________________________________
20860[  3873] By: gsar                                  on 1999/08/02  07:41:03
20861        Log: fix d_bincompat5005='' junking config.h
20862     Branch: perl
20863	   ! Configure
20864____________________________________________________________________________
20865[  3872] By: gsar                                  on 1999/08/02  07:38:48
20866        Log: C needs parameter list, not merely type
20867     Branch: perl
20868	   ! win32/win32.c
20869____________________________________________________________________________
20870[  3871] By: jhi                                   on 1999/08/02  07:20:51
20871        Log: Integrate with Sarathy.
20872     Branch: cfgperl
20873	  !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
20874____________________________________________________________________________
20875[  3870] By: gsar                                  on 1999/08/02  07:12:18
20876        Log: integrate cfgperl changes into mainline
20877     Branch: perl
20878	   ! Changes
20879	  !> Configure Makefile.SH Porting/Glossary Porting/config.sh
20880	  !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
20881	  !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
20882	  !> toke.c util.c
20883____________________________________________________________________________
20884[  3869] By: gsar                                  on 1999/08/02  06:59:09
20885        Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
20886             Date: Sat, 31 Jul 1999 19:08:33 -0700
20887             Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
20888             Subject: [PATCH 5.005_58] "use constant" in the compiler
20889     Branch: perl
20890	   ! ext/B/B/C.pm ext/B/B/CC.pm
20891____________________________________________________________________________
20892[  3868] By: gsar                                  on 1999/08/02  06:55:51
20893        Log: debug build tweak
20894     Branch: perl
20895	   ! regexec.c
20896____________________________________________________________________________
20897[  3867] By: gsar                                  on 1999/08/02  06:35:18
20898        Log: create vmsperl branch (to be owned and operated by: cbailey)
20899     Branch: vmsperl
20900	  +> (branch 1476 files)
20901____________________________________________________________________________
20902[  3866] By: jhi                                   on 1999/08/01  23:34:40
20903        Log: so_locations once is enough.
20904     Branch: cfgperl
20905	   ! Makefile.SH
20906____________________________________________________________________________
20907[  3865] By: jhi                                   on 1999/08/01  23:13:05
20908        Log: Simplicate duplicated code.
20909     Branch: cfgperl
20910	   ! util.c
20911____________________________________________________________________________
20912[  3864] By: jhi                                   on 1999/08/01  22:41:41
20913        Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
20914     Branch: cfgperl
20915	  +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
20916	  +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
20917	   - README.cygwin32 cygwin32/Makefile.SHs
20918	   - cygwin32/build-instructions.READFIRST
20919	   - cygwin32/build-instructions.charles-wilson
20920	   - cygwin32/build-instructions.sebastien-barre
20921	   - cygwin32/build-instructions.steven-morlock
20922	   - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
20923	   - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
20924	   - hints/cygwin32.sh
20925	  !> (integrate 61 files)
20926____________________________________________________________________________
20927[  3863] By: jhi                                   on 1999/08/01  22:36:02
20928        Log: Regen Configure and Glossary once again.
20929     Branch: cfgperl
20930	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20931	   ! config_h.SH
20932____________________________________________________________________________
20933[  3862] By: jhi                                   on 1999/08/01  22:26:09
20934        Log: Glossary update for #3861.
20935     Branch: cfgperl
20936	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20937	   ! config_h.SH
20938____________________________________________________________________________
20939[  3861] By: jhi                                   on 1999/08/01  22:22:51
20940        Log: 64-bit work.  Now 32-bit platforms get a 100% make test
20941             with -Duse64bits (using long long).
20942             Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
20943             (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
20944             'print unpack "q", pack "q", 12345678901'
20945             should work on such 32-bit platforms.
20946             Still a lot of printf()s behind -D which wrongly assume
20947             that %ld/%lx and (long) are a good combination.
20948             Introducing a slew of new macros intended to be used in printf()
20949             format strings: e. g. PERL_PRId64 is the string to be used
20950             when printing an IV, printf("%" PERL_PRId64 "\n", iv).
20951             The PRI... naming follows the C9X naming of <inttypes.h> macros.
20952     Branch: cfgperl
20953	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20954	   ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
20955	   ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
20956     Branch: metaconfig/U/perl
20957	   + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
20958____________________________________________________________________________
20959[  3860] By: gsar                                  on 1999/08/01  21:23:18
20960        Log: integrate cfgperl contents into mainline
20961     Branch: perl
20962	   ! toke.c
20963	  !> (integrate 29 files)
20964____________________________________________________________________________
20965[  3859] By: gsar                                  on 1999/08/01  21:13:09
20966        Log: From: Nathan Torkington <gnat@frii.com>
20967             Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
20968             Message-ID: <14244.33431.739419.806927@localhost.frii.com>
20969             Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
20970     Branch: perl
20971	   ! ext/B/B/Disassembler.pm
20972____________________________________________________________________________
20973[  3858] By: gsar                                  on 1999/08/01  21:09:15
20974        Log: DB_File 1.68 update from Paul Marquess
20975     Branch: perl
20976	   ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20977	   ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
20978	   ! t/lib/db-recno.t
20979____________________________________________________________________________
20980[  3857] By: gsar                                  on 1999/08/01  21:05:54
20981        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20982             Date: Sat, 31 Jul 1999 05:13:38 -0400
20983             Message-Id: <199907311407.IAA25038@localhost.frii.com>
20984             Subject: [PATCH 5.005_58] More optimizations to REx engine
20985     Branch: perl
20986	   ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
20987	   ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
20988____________________________________________________________________________
20989[  3856] By: gsar                                  on 1999/08/01  20:59:59
20990        Log: slightly modified version of suggested patch
20991             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20992             Date: Sat, 31 Jul 1999 04:45:12 -0400
20993             Message-Id: <199907311406.IAA25034@localhost.frii.com>
20994             Subject: [PATCH 5.005_58] Fix OS/2 build
20995     Branch: perl
20996	   ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
20997	   ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
20998____________________________________________________________________________
20999[  3855] By: gsar                                  on 1999/08/01  20:49:06
21000        Log: cygwin update
21001             From: "Fifer, Eric" <EFifer@sanwaint.com>
21002             Date: Fri, 30 Jul 1999 18:31:48 +0100
21003             Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
21004             Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
21005     Branch: perl
21006	   ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
21007	   ! pp_sys.c unixish.h util.c
21008____________________________________________________________________________
21009[  3854] By: gsar                                  on 1999/08/01  20:41:53
21010        Log: fixes from Stephen McCamant that address bugs in change#3612
21011             (the optimization shouldn't be enabled in expressions where
21012             the variable is introduced), and fix Deparse to grok the
21013             optimization
21014             Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
21015             Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
21016             Subject: [PATCH _58] Set OPpTARGET_MY more consistently
21017             --
21018             Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
21019             Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
21020             Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
21021             --
21022             Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
21023             Message-Id: <199907310326.VAA24376@localhost.frii.com>
21024             Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
21025     Branch: perl
21026	   ! ext/B/B/Deparse.pm op.c
21027____________________________________________________________________________
21028[  3853] By: gsar                                  on 1999/08/01  20:31:32
21029        Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
21030             Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
21031             Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
21032             Subject: [PATCH _58] Two one-liner LOGOP tweaks
21033     Branch: perl
21034	   ! op.c opcode.h opcode.pl
21035____________________________________________________________________________
21036[  3852] By: gsar                                  on 1999/08/01  20:29:17
21037        Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
21038     Branch: perl
21039	   ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
21040	   ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
21041	   ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
21042	   ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
21043	   ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
21044	   ! pod/perlport.pod pp_sys.c util.c
21045____________________________________________________________________________
21046[  3851] By: gsar                                  on 1999/08/01  20:20:05
21047        Log: move files around for s/cygwin32/cygwin/ renaming
21048     Branch: perl
21049	  +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
21050	  +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
21051	   - README.cygwin32 cygwin32/Makefile.SHs
21052	   - cygwin32/build-instructions.READFIRST
21053	   - cygwin32/build-instructions.charles-wilson
21054	   - cygwin32/build-instructions.sebastien-barre
21055	   - cygwin32/build-instructions.steven-morlock
21056	   - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
21057	   - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
21058	   - hints/cygwin32.sh
21059	   ! MANIFEST
21060____________________________________________________________________________
21061[  3850] By: gsar                                  on 1999/08/01  20:05:14
21062        Log: posix-bc hints tweak (via private mail from Thomas Dorner
21063             <Thomas.Dorner@start.de>)
21064     Branch: perl
21065	   ! Changes hints/posix-bc.sh
21066____________________________________________________________________________
21067[  3849] By: gsar                                  on 1999/08/01  19:50:20
21068        Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
21069             <gnat@frii.com>)
21070     Branch: perl
21071	   ! perl.h pod/perldelta.pod pod/perlguts.pod
21072____________________________________________________________________________
21073[  3848] By: gsar                                  on 1999/08/01  18:34:41
21074        Log: fix defined(@foo) encarpments
21075     Branch: perl
21076	   ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
21077	   ! pod/perltrap.pod
21078____________________________________________________________________________
21079[  3847] By: jhi                                   on 1999/08/01  17:17:07
21080        Log: Undo #3790 and the patches that attempted to fix it
21081             (#3837, #3838, #3845).  The #3790 caused linkage failures
21082             and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
21083             IRIX 6.5.
21084     Branch: cfgperl
21085	   - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
21086	   ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
21087	   ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
21088____________________________________________________________________________
21089[  3846] By: jhi                                   on 1999/08/01  11:41:52
21090        Log: Reading 64-bit decimal numbers was broken because
21091             the NV was cast to an I32, not an IV.
21092     Branch: cfgperl
21093	   ! toke.c
21094____________________________________________________________________________
21095[  3845] By: jhi                                   on 1999/08/01  11:00:24
21096        Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
21097     Branch: cfgperl
21098	   + ext/SDBM_File/hints/solaris.pl
21099____________________________________________________________________________
21100[  3844] By: jhi                                   on 1999/08/01  10:55:44
21101        Log: Enable Solaris largefiles support only if -Duse64bits is used.
21102             (Effectively removes #3311).
21103     Branch: cfgperl
21104	   ! hints/solaris_2.sh
21105____________________________________________________________________________
21106[  3843] By: jhi                                   on 1999/07/31  22:44:56
21107        Log: Integer overflow iteration.
21108     Branch: cfgperl
21109	   ! t/op/oct.t toke.c util.c
21110____________________________________________________________________________
21111[  3842] By: jhi                                   on 1999/07/31  22:11:03
21112        Log: Remove a lot of unused regnode codes.
21113             Noticed by Ilya.
21114     Branch: cfgperl
21115	   ! regcomp.c regcomp.sym regexec.c regnodes.h
21116____________________________________________________________________________
21117[  3841] By: jhi                                   on 1999/07/31  21:53:54
21118        Log: Make the use64bits and usethreads friendlier/braver;
21119             they no more wimp out if the platform is unknown.
21120             On use64bits if gcc used -DUSE_LONG_LONG is added
21121             to the ccflags (this dependency on gcc caused a slightly weird
21122             reordering of Configure, but things still seem to work.)
21123     Branch: cfgperl
21124	   ! Configure README.threads config_h.SH
21125     Branch: metaconfig
21126	   ! U/threads/usethreads.U
21127     Branch: metaconfig/U/perl
21128	   ! use64bits.U
21129____________________________________________________________________________
21130[  3840] By: jhi                                   on 1999/07/31  20:26:22
21131        Log: Hack the "integer overflow" code some more.
21132     Branch: cfgperl
21133	   ! perl.h toke.c util.c
21134____________________________________________________________________________
21135[  3839] By: jhi                                   on 1999/07/31  20:22:00
21136        Log: Test oct() at the 2^32-1 limit.
21137     Branch: cfgperl
21138	   ! t/op/oct.t
21139____________________________________________________________________________
21140[  3838] By: jhi                                   on 1999/07/31  20:08:43
21141        Log: Update MANIFEST for #3837.
21142     Branch: cfgperl
21143	   ! MANIFEST
21144____________________________________________________________________________
21145[  3837] By: jhi                                   on 1999/07/31  20:02:40
21146        Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
21147             (a core dump with a corrput stack ensues).
21148     Branch: cfgperl
21149	   + ext/SDBM_File/hints/dec_osf.pl
21150____________________________________________________________________________
21151[  3836] By: jhi                                   on 1999/07/29  21:09:01
21152        Log: Allow for Configure -Ubincompat5005 override.
21153     Branch: cfgperl
21154	   ! Configure config_h.SH
21155     Branch: metaconfig/U/perl
21156	   ! bincompat5005.U
21157____________________________________________________________________________
21158[  3835] By: jhi                                   on 1999/07/29  21:04:02
21159        Log: Make Configure support PERL_BINCOMPAT_5005.
21160     Branch: cfgperl
21161	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21162	   ! config_h.SH
21163     Branch: metaconfig/U/perl
21164	   + bincompat5005.U
21165____________________________________________________________________________
21166[  3834] By: jhi                                   on 1999/07/29  19:25:35
21167        Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com>
21168     Branch: cfgperl
21169	   ! Makefile.SH
21170____________________________________________________________________________
21171[  3833] By: jhi                                   on 1999/07/29  14:07:09
21172        Log: Integrate with Sarathy.  I overruled on perldelta
21173             and perldiag.
21174     Branch: cfgperl
21175	  !> README.win32 emacs/cperl-mode.el globals.c installperl
21176	  !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
21177	  !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
21178	  !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
21179	  !> win32/perllib.c win32/win32.c
21180____________________________________________________________________________
21181[  3832] By: jhi                                   on 1999/07/29  14:02:50
21182        Log: Repent and make overly large integerish
21183             constants non-fatal.  They are now promoted
21184             to NVs, accompanied by an overflow warning that
21185             is by default on.
21186     Branch: cfgperl
21187	   ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
21188	   ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
21189	   ! toke.c util.c
21190____________________________________________________________________________
21191[  3831] By: jhi                                   on 1999/07/29  11:40:04
21192        Log: AIX exhibits different error on failed system().
21193             Slightly modified patch via private email from
21194             David R. Favor <dfavor@austin.ibm.com>
21195     Branch: cfgperl
21196	   ! t/op/exec.t
21197____________________________________________________________________________
21198[  3830] By: gsar                                  on 1999/07/29  07:46:11
21199        Log: cperl-mode.el v4.19
21200     Branch: perl
21201	   ! emacs/cperl-mode.el
21202____________________________________________________________________________
21203[  3829] By: gsar                                  on 1999/07/29  07:30:35
21204        Log: From: jan.dubois@ibm.net (Jan Dubois)
21205             Date: Wed, 28 Jul 1999 22:01:42 +0200
21206             Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
21207             Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
21208     Branch: perl
21209	   ! win32/bin/pl2bat.pl
21210____________________________________________________________________________
21211[  3828] By: gsar                                  on 1999/07/29  07:19:27
21212        Log: tweak previous change for multiple hits
21213     Branch: perl
21214	   ! utils/perldoc.PL
21215____________________________________________________________________________
21216[  3827] By: gsar                                  on 1999/07/29  07:10:00
21217        Log: band-aid for perldoc -t broken-ness (the new Pod::Text
21218             really needs a pod2text() compatibility function)
21219     Branch: perl
21220	   ! utils/perldoc.PL
21221____________________________________________________________________________
21222[  3826] By: gsar                                  on 1999/07/29  01:33:46
21223        Log: minor tweaks to pods and toke.c comments
21224     Branch: perl
21225	   ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
21226____________________________________________________________________________
21227[  3825] By: gsar                                  on 1999/07/29  00:12:52
21228        Log: integrate cfgperl changes into mainline
21229     Branch: perl
21230	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21231	  !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
21232	  !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
21233	  !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
21234	  !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
21235	  !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
21236	  !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
21237	  !> t/pragma/warn/util toke.c util.c
21238____________________________________________________________________________
21239[  3824] By: jhi                                   on 1999/07/28  21:15:04
21240        Log: Tiny patch to go over #3820 (via private mail from Lincoln).
21241     Branch: cfgperl
21242	   ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
21243	   ! ext/IO/lib/IO/Socket/INET.pm
21244____________________________________________________________________________
21245[  3823] By: jhi                                   on 1999/07/28  20:29:17
21246        Log: Continue pack() doc honing.
21247     Branch: cfgperl
21248	   ! pod/perlfunc.pod
21249____________________________________________________________________________
21250[  3822] By: jhi                                   on 1999/07/28  20:17:37
21251        Log: Enhance pack() doc.
21252     Branch: cfgperl
21253	   ! pod/perlfunc.pod
21254____________________________________________________________________________
21255[  3821] By: jhi                                   on 1999/07/28  18:34:50
21256        Log: UNIX Domain Sockets are not implemented under QNX.
21257
21258             From: Norton Allen <allen@huarp.harvard.edu>
21259             To: perl5-porters@perl.org
21260             Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
21261             Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
21262             Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
21263     Branch: cfgperl
21264	   ! t/lib/io_unix.t
21265____________________________________________________________________________
21266[  3820] By: jhi                                   on 1999/07/28  18:13:37
21267        Log: IO::* enhancements.
21268
21269             1) write() and syswrite() will now accept a single-argument
21270             form of the call, for consistency with Perl's syswrite().
21271             2) You can create a TCP-based IO::Socket::INET without forcing
21272             a connect attempt.  This allows you to configure its options
21273             (like making it non-blocking) and then call connect() manually.
21274             3) Fixed a bug that prevented the IO::Socket::protocol() accessor
21275             from ever returning the correct value.
21276
21277             From: Lincoln Stein <lstein@formaggio.cshl.org>
21278             To: Graham Barr <gbarr@pobox.com>
21279             Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
21280             Subject: Re: patch for IO::*
21281             Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
21282             Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
21283     Branch: cfgperl
21284	   ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
21285	   ! ext/IO/lib/IO/Socket/INET.pm
21286____________________________________________________________________________
21287[  3819] By: gsar                                  on 1999/07/28  18:08:06
21288        Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
21289     Branch: perl
21290	   ! README.win32 globals.c installperl iperlsys.h makedef.pl
21291	   ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
21292	   ! win32/win32.c
21293____________________________________________________________________________
21294[  3818] By: jhi                                   on 1999/07/28  17:48:16
21295        Log: Need to add QNX to the list for DONT_DECLARE_STD.
21296             (The elimination of use of the _() macro apparently triggered
21297             an incompatability with a #define of atof)
21298
21299             From: Norton Allen <allen@huarp.harvard.edu>
21300             To: perl5-porters@perl.org
21301             Subject: [ID 19990728.008] Patch:perl.h _58 QNX
21302             Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
21303             Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
21304     Branch: cfgperl
21305	   ! perl.h
21306____________________________________________________________________________
21307[  3817] By: jhi                                   on 1999/07/28  17:46:30
21308        Log: Need to add some more conditions to deal with the case
21309             defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
21310             which is true for QNX4.
21311             From: Norton Allen <allen@huarp.harvard.edu>
21312             To: perl5-porters@perl.org
21313             Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
21314             Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
21315             Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
21316     Branch: cfgperl
21317	   ! pp_sys.c
21318____________________________________________________________________________
21319[  3816] By: jhi                                   on 1999/07/28  17:43:40
21320        Log: The QNX shell needs a couple more semicolons.
21321
21322             From: Norton Allen <allen@huarp.harvard.edu>
21323             To: perl5-porters@perl.org
21324             Subject: [ID 19990728.007] Patch:Configure _58 QNX
21325             Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
21326             Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
21327
21328             plus silence metalint moanings on vendorprefix.
21329     Branch: cfgperl
21330	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21331	   ! config_h.SH
21332____________________________________________________________________________
21333[  3815] By: jhi                                   on 1999/07/28  17:31:11
21334        Log: Silence metalint on vendorprefix.U.
21335     Branch: metaconfig
21336	   ! U/installdirs/vendorprefix.U
21337____________________________________________________________________________
21338[  3814] By: jhi                                   on 1999/07/28  17:13:29
21339        Log: QNX shell needs more semicolons.
21340     Branch: metaconfig/U/perl
21341	   ! Extensions.U
21342____________________________________________________________________________
21343[  3813] By: jhi                                   on 1999/07/28  17:05:08
21344        Log: Integrate with Sarathy.
21345     Branch: cfgperl
21346	  !> lib/ExtUtils/MM_Unix.pm
21347____________________________________________________________________________
21348[  3812] By: jhi                                   on 1999/07/28  16:20:17
21349        Log: Fix a typo, un-shout, and reformat the installation output.
21350     Branch: cfgperl
21351	   ! lib/ExtUtils/Install.pm
21352____________________________________________________________________________
21353[  3811] By: gsar                                  on 1999/07/28  15:41:11
21354        Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
21355     Branch: perl
21356	   ! lib/ExtUtils/MM_Unix.pm
21357____________________________________________________________________________
21358[  3810] By: jhi                                   on 1999/07/28  13:55:57
21359        Log: Talk more about subsecond things in perlfunc.
21360             (Yes, redundant with perlfaq8.)
21361     Branch: cfgperl
21362	   ! pod/perlfunc.pod
21363____________________________________________________________________________
21364[  3809] By: jhi                                   on 1999/07/28  07:23:48
21365        Log: Integrate with Sarathy.
21366     Branch: cfgperl
21367	  !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
21368	  !> t/op/pwent.t
21369____________________________________________________________________________
21370[  3808] By: jhi                                   on 1999/07/28  07:23:03
21371        Log: Document toke.c.
21372             From: Nathan Torkington <gnat@frii.com>
21373             To: perl5-porters@perl.org
21374             Subject: Re: toke.c patch, work in progress
21375             Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
21376             Message-ID: <14238.36561.979473.667842@localhost.frii.com>
21377     Branch: cfgperl
21378	   ! toke.c
21379____________________________________________________________________________
21380[  3807] By: jhi                                   on 1999/07/28  07:10:56
21381        Log: perlre clarification.
21382
21383             From: Ian Phillipps <ian@dial.pipex.com>
21384             To: Perl 5 Porters <perl5-porters@perl.org>
21385             Subject: [PATCH 5.00557] Add definite article to perlre.pod
21386             Date: Tue, 27 Jul 1999 10:46:29 +0100
21387             Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
21388     Branch: cfgperl
21389	   ! pod/perlre.pod
21390____________________________________________________________________________
21391[  3806] By: gsar                                  on 1999/07/28  07:07:46
21392        Log: fix the perl -V breakage
21393
21394             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21395             To: Jarkko Hietaniemi <jhi@iki.fi>
21396             Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
21397             gsar@activestate.com
21398             Subject: Re: Follow up to: _58 on AIX 431
21399             Date: Tue, 27 Jul 1999 17:42:00 -0400
21400             Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
21401     Branch: perl
21402	   ! configpm
21403____________________________________________________________________________
21404[  3805] By: gsar                                  on 1999/07/28  07:03:34
21405        Log: avoid warning (from Doug MacEachern)
21406     Branch: perl
21407	   ! perl.h
21408____________________________________________________________________________
21409[  3804] By: gsar                                  on 1999/07/28  06:59:30
21410        Log: Pod::Html tweak
21411
21412             From: jan.dubois@ibm.net (Jan Dubois)
21413             To: perl5-porters@perl.org
21414             Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
21415             Date: Tue, 27 Jul 1999 22:14:12 +0200
21416             Message-ID: <37a50af0.46171380@smtp1.ibm.net>
21417     Branch: perl
21418	   ! lib/Pod/Html.pm
21419____________________________________________________________________________
21420[  3803] By: gsar                                  on 1999/07/28  06:56:38
21421        Log: freebsd hints update
21422
21423             From: Anton Berezin <tobez@plab.ku.dk>
21424             To: perl5-porters@perl.org
21425             Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
21426             Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
21427             Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
21428     Branch: perl
21429	   ! hints/freebsd.sh
21430____________________________________________________________________________
21431[  3802] By: gsar                                  on 1999/07/28  06:51:32
21432        Log: cosmetic testsuite patch
21433
21434             From: Graham Barr <gbarr@ti.com>
21435             To: Perl5 Porters <perl5-porters@perl.org>
21436             Subject: 5.005_58 build
21437             Date: Tue, 27 Jul 1999 08:09:25 -0500
21438             Message-ID: <19990727080925.F4683@dal.asp.ti.com>
21439     Branch: perl
21440	   ! t/op/grent.t t/op/pwent.t
21441____________________________________________________________________________
21442[  3801] By: jhi                                   on 1999/07/27  13:49:39
21443        Log: Minuscule cleanup of the integer overflow patch.
21444     Branch: cfgperl
21445	   ! util.c
21446____________________________________________________________________________
21447[  3800] By: jhi                                   on 1999/07/27  13:37:23
21448        Log: Test hex('x...').
21449     Branch: cfgperl
21450	   ! t/op/oct.t
21451____________________________________________________________________________
21452[  3799] By: jhi                                   on 1999/07/27  12:45:45
21453        Log: Integrate with Sarathy (5.005_58).
21454     Branch: cfgperl
21455	   - ext/B/byteperl.c
21456	  !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
21457	  !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
21458	  !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
21459	  !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
21460	  !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
21461	  !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
21462	  !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
21463	  !> win32/config_H.vc
21464____________________________________________________________________________
21465[  3798] By: jhi                                   on 1999/07/27  12:42:43
21466        Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
21467             they used to be just optional lexical warnings.
21468             Also, with warnings turned on, constants > 2**32-1
21469             trigger a non-portability warning.
21470     Branch: cfgperl
21471	   ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
21472	   ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
21473	   ! util.c
21474____________________________________________________________________________
21475[  3797] By: gsar                                  on 1999/07/27  10:48:27
21476        Log: here lies 5.005_58
21477     Branch: perl
21478	   - ext/B/byteperl.c
21479	   ! Changes MANIFEST Porting/makerel pod/perldelta.pod
21480	   ! pod/perlfaq9.pod pod/perlhist.pod
21481
21482----------------
21483Version 5.005_58
21484----------------
21485
21486____________________________________________________________________________
21487[  3796] By: gsar                                  on 1999/07/27  09:23:42
21488        Log: regenerate win32/config_H.?c
21489     Branch: perl
21490	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21491____________________________________________________________________________
21492[  3795] By: gsar                                  on 1999/07/27  09:02:31
21493        Log: From: Tye McQueen <tye@metronet.com>
21494             Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
21495             Message-Id: <199907270019.AA08223@metronet.com>
21496             Subject: Patch pl2bat.pl so batch file can fail
21497     Branch: perl
21498	   ! win32/bin/pl2bat.pl
21499____________________________________________________________________________
21500[  3794] By: gsar                                  on 1999/07/27  08:59:58
21501        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21502             Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
21503             Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
21504             Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
21505     Branch: perl
21506	   ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
21507	   ! lib/SelfLoader.pm
21508____________________________________________________________________________
21509[  3793] By: gsar                                  on 1999/07/27  08:19:16
21510        Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
21511             (from Andy Dougherty)
21512     Branch: perl
21513	   ! embed.h embed.pl
21514____________________________________________________________________________
21515[  3792] By: gsar                                  on 1999/07/27  08:04:19
21516        Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
21517             and Brad Appleton)
21518     Branch: perl
21519	   ! lib/Pod/Parser.pm
21520____________________________________________________________________________
21521[  3791] By: gsar                                  on 1999/07/27  07:50:54
21522        Log: cover case where CLK_TCK is a float, not integer (from
21523             alexander smishlajev <als@turnhere.com>)
21524     Branch: perl
21525	   ! ext/Devel/DProf/DProf.xs
21526____________________________________________________________________________
21527[  3790] By: gsar                                  on 1999/07/27  07:45:08
21528        Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
21529             to call Perl_malloc() as malloc() (from Ilya Zakharevich)
21530     Branch: perl
21531	   ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
21532	   ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
21533____________________________________________________________________________
21534[  3789] By: jhi                                   on 1999/07/27  07:44:55
21535        Log: Integrate with Sarathy.
21536     Branch: cfgperl
21537	  +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
21538	  !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
21539	  !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
21540	  !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
21541	  !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
21542	  !> proto.h t/comp/proto.t t/io/open.t
21543____________________________________________________________________________
21544[  3788] By: gsar                                  on 1999/07/27  07:29:59
21545        Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
21546             to Russ Allbery <rra@stanford.edu>); s/Simple// and
21547             s/pod2txt/pod2text/ etc.
21548     Branch: perl
21549	   + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
21550	   ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
21551____________________________________________________________________________
21552[  3787] By: gsar                                  on 1999/07/27  06:48:40
21553        Log: From: Andy Dougherty <doughera@lafayette.edu>
21554             Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
21555             Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
21556             Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
21557     Branch: perl
21558	   ! ext/SDBM_File/sdbm/sdbm.h
21559____________________________________________________________________________
21560[  3786] By: gsar                                  on 1999/07/27  06:30:09
21561        Log: applied suggested patch; added missing prototype changes to
21562             opcode.pl along with documentation typos (feature still needs
21563             to be described in perlopentut.pod and summarized in
21564             perldelta.pod)
21565             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21566             Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
21567             Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
21568             Subject: [PATCH 5.00557] 3-arg open
21569     Branch: perl
21570	   ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
21571	   ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
21572	   ! proto.h t/comp/proto.t t/io/open.t
21573____________________________________________________________________________
21574[  3785] By: gsar                                  on 1999/07/27  04:36:39
21575        Log: don't quit if =head* wasn't found (suggested by Roland Bauer
21576             <roland.bauer@fff.at>)
21577     Branch: perl
21578	   ! lib/Pod/Html.pm
21579____________________________________________________________________________
21580[  3784] By: gsar                                  on 1999/07/27  03:56:17
21581        Log: change#3762 wasn't needed
21582     Branch: perl
21583	   ! ext/B/B/CC.pm
21584____________________________________________________________________________
21585[  3783] By: jhi                                   on 1999/07/26  19:08:21
21586        Log: Integrate with Sarathy.
21587     Branch: cfgperl
21588	  !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
21589	  !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
21590	  !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
21591____________________________________________________________________________
21592[  3782] By: gsar                                  on 1999/07/26  18:16:50
21593        Log: update Changes, patchlevel &c.
21594     Branch: perl
21595	   ! Changes patchlevel.h win32/Makefile win32/config_H.bc
21596	   ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21597____________________________________________________________________________
21598[  3781] By: gsar                                  on 1999/07/26  17:54:47
21599        Log: a more correct fix for change#2744
21600             From: Stephen McCamant <smccam@uclink4.berkeley.edu>
21601             Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
21602             Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
21603             Subject: [PATCH _57] Re: toke.c questions
21604     Branch: perl
21605	   ! toke.c
21606____________________________________________________________________________
21607[  3780] By: gsar                                  on 1999/07/26  17:37:04
21608        Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
21609     Branch: perl
21610	   ! pod/perlfunc.pod
21611____________________________________________________________________________
21612[  3779] By: jhi                                   on 1999/07/26  16:37:23
21613        Log: Dusting off.
21614     Branch: cfgperl
21615	   ! README.threads
21616____________________________________________________________________________
21617[  3778] By: gsar                                  on 1999/07/26  13:28:46
21618        Log: avoid DIVZERO
21619     Branch: perl
21620	   ! utils/dprofpp.PL
21621____________________________________________________________________________
21622[  3777] By: gsar                                  on 1999/07/26  13:18:53
21623        Log: warnings identified by Borland compiler
21624     Branch: perl
21625	   ! makedef.pl pp_ctl.c
21626____________________________________________________________________________
21627[  3776] By: jhi                                   on 1999/07/26  13:07:36
21628        Log: Integrate with Sarathy.
21629     Branch: cfgperl
21630	  !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
21631____________________________________________________________________________
21632[  3775] By: gsar                                  on 1999/07/26  12:55:43
21633        Log: avoid infinite recursion when Thread.pm croaks during
21634             bootstrap
21635     Branch: perl
21636	   ! lib/Carp/Heavy.pm
21637____________________________________________________________________________
21638[  3774] By: gsar                                  on 1999/07/26  12:43:02
21639        Log: integrate cfgperl contents into mainline
21640     Branch: perl
21641	  +> lib/Carp/Heavy.pm
21642	  !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
21643	  !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
21644	  !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
21645	  !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
21646	  !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
21647____________________________________________________________________________
21648[  3773] By: jhi                                   on 1999/07/26  12:40:29
21649        Log: Use long doubles only if they are useful.
21650     Branch: cfgperl
21651	   ! ext/POSIX/POSIX.xs
21652____________________________________________________________________________
21653[  3772] By: gsar                                  on 1999/07/26  12:33:11
21654        Log: typo in change#3768
21655     Branch: perl
21656	   ! pp_hot.c
21657____________________________________________________________________________
21658[  3771] By: gsar                                  on 1999/07/26  12:08:27
21659        Log: alpha-stage support for user-hooks in @INC
21660             From: Ken Fox <kfox@ford.com>
21661             Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
21662             Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
21663             Subject: Re: loading remote modules
21664     Branch: perl
21665	   ! pp_ctl.c
21666____________________________________________________________________________
21667[  3770] By: jhi                                   on 1999/07/26  11:38:36
21668        Log: Back out #3735.  Needs more work.
21669     Branch: cfgperl
21670	   ! Makefile.SH cflags.SH configpm ext/util/make_ext
21671	   ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
21672	   ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
21673	   ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
21674	   ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
21675____________________________________________________________________________
21676[  3769] By: jhi                                   on 1999/07/26  11:24:45
21677        Log: Integrate with Sarathy.
21678     Branch: cfgperl
21679	  !> (integrate 35 files)
21680____________________________________________________________________________
21681[  3768] By: gsar                                  on 1999/07/26  11:03:07
21682        Log: optimize method name lookup
21683             From: Chip Salzenberg <chip@perlsupport.com>
21684             Date: Thu, 22 Jul 1999 13:43:36 -0400
21685             Message-ID: <19990722134336.Q391@perlsupport.com>
21686             Subject: [PATCH] OP_METHOD_NAMED
21687     Branch: perl
21688	   ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
21689	   ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
21690	   ! proto.h
21691____________________________________________________________________________
21692[  3767] By: gsar                                  on 1999/07/26  10:44:11
21693        Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
21694             foo()->()); rework grammar to remove conflicts
21695             From: Stephen McCamant <smccam@uclink4.berkeley.edu>
21696             Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
21697             Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
21698             Subject: [PATCH _57, long] Re: optional arrow asymmetry
21699     Branch: perl
21700	   ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
21701	   ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
21702	   ! vms/perly_c.vms vms/perly_h.vms
21703____________________________________________________________________________
21704[  3766] By: jhi                                   on 1999/07/26  10:18:56
21705        Log: Use $< instead of $*.c in *perlmain.o rules.
21706     Branch: cfgperl
21707	   ! Makefile.SH
21708____________________________________________________________________________
21709[  3765] By: gsar                                  on 1999/07/26  09:28:48
21710        Log: From: Ian Phillipps <ian@dial.pipex.com>
21711             Date: Fri, 23 Jul 1999 23:35:56 +0100
21712             Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
21713             Subject: (Version 2) Extending unpack to deal with counted strings
21714     Branch: perl
21715	   ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
21716____________________________________________________________________________
21717[  3764] By: jhi                                   on 1999/07/26  09:17:26
21718        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21719             To: perl5-porters@perl.org (Mailing list Perl5)
21720             Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
21721             Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
21722             Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
21723
21724             The patch was based on 5_57 so had to re-apply lib/Carp.pm
21725             parts of changes #3498, #3696, and #3702 for the new
21726             lib/Carp/Heavy.pm.
21727     Branch: cfgperl
21728	   + lib/Carp/Heavy.pm
21729	   ! MANIFEST lib/Carp.pm
21730____________________________________________________________________________
21731[  3763] By: gsar                                  on 1999/07/26  09:03:17
21732        Log: ~ isn't valid in VMS filenames
21733     Branch: perl
21734	   ! lib/Pod/Html.pm
21735____________________________________________________________________________
21736[  3762] By: gsar                                  on 1999/07/26  08:59:47
21737        Log: setstate stop-gap from Vishal Bhatia
21738     Branch: perl
21739	   ! ext/B/B/CC.pm
21740____________________________________________________________________________
21741[  3761] By: gsar                                  on 1999/07/26  08:06:39
21742        Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
21743             add B::OP::name() method that returns just the op_name;
21744             convert Deparse et all to use that instead of B::OP::ppaddr();
21745             add support for OP_SETSTATE in Deparse
21746     Branch: perl
21747	   ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
21748	   ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
21749	   ! ext/B/B/Xref.pm opcode.h opcode.pl
21750____________________________________________________________________________
21751[  3760] By: jhi                                   on 1999/07/26  07:14:43
21752        Log: Integrate with Sarathy.
21753     Branch: cfgperl
21754	  !> (integrate 43 files)
21755____________________________________________________________________________
21756[  3759] By: gsar                                  on 1999/07/26  05:12:24
21757        Log: add disclaimer about perl 4 libraries (modified version of
21758             patch suggested by Clinton Pierce <cpierce1@ford.com>)
21759     Branch: perl
21760	   ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
21761	   ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
21762	   ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
21763	   ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
21764	   ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
21765____________________________________________________________________________
21766[  3758] By: gsar                                  on 1999/07/26  04:48:35
21767        Log: make reset() behave with high-bit characters
21768             From: Ian Phillipps <ian@dial.pipex.com>
21769             Date: Thu, 22 Jul 1999 22:48:59 +0100
21770             Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
21771             Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
21772     Branch: perl
21773	   ! sv.c
21774____________________________________________________________________________
21775[  3757] By: gsar                                  on 1999/07/26  04:40:32
21776        Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
21777     Branch: perl
21778	   ! pod/perlport.pod
21779____________________________________________________________________________
21780[  3756] By: gsar                                  on 1999/07/26  04:20:37
21781        Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
21782     Branch: perl
21783	   ! utils/dprofpp.PL
21784____________________________________________________________________________
21785[  3755] By: gsar                                  on 1999/07/26  04:18:00
21786        Log: disable VPATH for now (breaks x2p build)
21787     Branch: perl
21788	   ! x2p/Makefile.SH
21789____________________________________________________________________________
21790[  3754] By: gsar                                  on 1999/07/26  03:15:33
21791        Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
21792             (%! has the necessary magic); misc typos
21793     Branch: perl
21794	   ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
21795	   ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
21796	   ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
21797	   ! utils/h2xs.PL
21798____________________________________________________________________________
21799[  3753] By: gsar                                  on 1999/07/26  02:38:28
21800        Log: integrate cfgperl contents into mainline
21801     Branch: perl
21802	  +> t/pragma/locale/latin1 t/pragma/locale/utf8
21803	  !> (integrate 53 files)
21804____________________________________________________________________________
21805[  3752] By: gsar                                  on 1999/07/26  02:11:31
21806        Log: ensure implicitly closed handles don't set $? or $!
21807     Branch: perl
21808	   ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
21809____________________________________________________________________________
21810[  3751] By: gsar                                  on 1999/07/26  01:28:34
21811        Log: change#3534 didn't preserve undef return values from caller()
21812     Branch: perl
21813	   ! Changes pp_ctl.c
21814____________________________________________________________________________
21815[  3750] By: jhi                                   on 1999/07/25  20:59:29
21816        Log: Back up a tiny bit from #3735.
21817             This may break builds outside the source directory
21818             but then again, they do not work that ell yet anyway.
21819     Branch: cfgperl
21820	   ! Makefile.SH
21821____________________________________________________________________________
21822[  3750] By: jhi                                   on 1999/07/25  20:59:29
21823        Log: Back up a tiny bit from #3735.
21824             This may break builds outside the source directory
21825             but then again, they do not work that ell yet anyway.
21826     Branch: cfgperl
21827	   ! Makefile.SH
21828____________________________________________________________________________
21829[  3749] By: jhi                                   on 1999/07/25  19:15:55
21830        Log: Integrate with Sarathy.
21831     Branch: cfgperl
21832	  !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
21833____________________________________________________________________________
21834[  3748] By: jhi                                   on 1999/07/25  19:06:59
21835        Log: Recode locale.t so that the change in #3730
21836             is not needed and locale.t works both without
21837             and with the utf8 pragma.
21838     Branch: cfgperl
21839	   + t/pragma/locale/latin1 t/pragma/locale/utf8
21840	   ! MANIFEST t/pragma/locale.t
21841____________________________________________________________________________
21842[  3747] By: jhi                                   on 1999/07/25  19:01:46
21843        Log: Like #3743.
21844     Branch: cfgperl
21845	   ! utils/perlbug.PL
21846____________________________________________________________________________
21847[  3746] By: gsar                                  on 1999/07/25  18:08:58
21848        Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
21849             append a HISTORY section to POD if option is used
21850     Branch: perl
21851	   ! utils/h2xs.PL
21852____________________________________________________________________________
21853[  3745] By: gsar                                  on 1999/07/25  17:40:03
21854        Log: warn rather than die when parse_version() can't cut it (from
21855             Michael G Schwern <schwern@pobox.com>)
21856     Branch: perl
21857	   ! lib/ExtUtils/MM_Unix.pm
21858____________________________________________________________________________
21859[  3744] By: gsar                                  on 1999/07/25  16:32:48
21860        Log: make map behave like grep wrt indirect object slot when
21861             there are parentheses; revert an experimental mod by Larry
21862             in change#2038 that failed to parse %{{qw(a b c)}} properly
21863             (this means C<map {use Foo; ...} ...> still needs a proper
21864             fix)
21865     Branch: perl
21866	   ! toke.c
21867____________________________________________________________________________
21868[  3743] By: jhi                                   on 1999/07/25  16:24:55
21869        Log: Fix a typo in #3725.
21870     Branch: cfgperl
21871	   ! utils/perlbug.PL
21872____________________________________________________________________________
21873[  3742] By: jhi                                   on 1999/07/25  16:14:39
21874        Log: Integrate with Sarathy.
21875     Branch: cfgperl
21876	  !> (integrate 26 files)
21877____________________________________________________________________________
21878[  3741] By: jhi                                   on 1999/07/25  16:02:28
21879        Log: Cut-and-pasto in #3737.
21880     Branch: cfgperl
21881	   ! perl.c
21882____________________________________________________________________________
21883[  3740] By: gsar                                  on 1999/07/25  15:59:34
21884        Log: add note about glibc bug
21885     Branch: perl
21886	   ! t/pragma/warn/pp_hot
21887____________________________________________________________________________
21888[  3739] By: gsar                                  on 1999/07/25  15:48:40
21889        Log: fix bug in change#3728 that might free COPs prematurely;
21890             null(op) now does more thorough scrubbing of the op, which
21891             fixes a few compile-time memory "leaks"
21892     Branch: perl
21893	   ! dump.c embed.h embed.pl op.c proto.h
21894____________________________________________________________________________
21895[  3738] By: jhi                                   on 1999/07/25  14:15:26
21896        Log: In accordance with #3737.
21897     Branch: metaconfig
21898	   ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
21899	   ! U/modified/Oldconfig.U
21900     Branch: metaconfig/U/perl
21901	   ! Extensions.U
21902____________________________________________________________________________
21903[  3737] By: jhi                                   on 1999/07/25  14:12:34
21904        Log: Use vendorprefixlib.
21905     Branch: cfgperl
21906	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21907	   ! config_h.SH perl.c
21908____________________________________________________________________________
21909[  3736] By: jhi                                   on 1999/07/25  13:10:03
21910        Log: Populate metaconfig branch.
21911     Branch: metaconfig
21912	   + (add 1468 files)
21913     Branch: metaconfig/U/perl
21914	   + (add 101 files)
21915____________________________________________________________________________
21916[  3735] By: jhi                                   on 1999/07/25  12:27:20
21917        Log: First steps of making builds outside the source
21918             directory possible.  These should get us as far
21919             as miniperl, then building DynaLoader falls into
21920             tiny twinkling pieces as MakeMaker knows nothing
21921             of VPATH mindset.
21922     Branch: cfgperl
21923	   ! Configure Makefile.SH cflags.SH config_h.SH configpm
21924	   ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
21925	   ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
21926	   ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
21927	   ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
21928____________________________________________________________________________
21929[  3734] By: jhi                                   on 1999/07/25  11:19:28
21930        Log: Poor Glossary--are we fixed yet?
21931     Branch: cfgperl
21932	   ! Porting/Glossary
21933____________________________________________________________________________
21934[  3733] By: jhi                                   on 1999/07/25  11:15:06
21935        Log: Change #3732 mistakenly clobbered Glossary.
21936     Branch: cfgperl
21937	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21938	   ! config_h.SH
21939____________________________________________________________________________
21940[  3732] By: jhi                                   on 1999/07/25  10:46:39
21941        Log: Andy's new installation scheme (note: a lot of this
21942             leaked in already with change #3731).  The vendor*
21943             stuff is not used anywhere (in *.SH, say), so it
21944             isn't in Configure, either.
21945     Branch: cfgperl
21946	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21947	   ! config_h.SH
21948____________________________________________________________________________
21949[  3731] By: jhi                                   on 1999/07/25  10:12:07
21950        Log: Circumcode a strange shell(?) bug in AIX found
21951             while trying to do -Duse64bits (which I couldn't do
21952             in the end because the CPU isn't 64-bit in that box,
21953             but at least now the probing doesn't crash.)
21954     Branch: cfgperl
21955	   ! Configure config_h.SH hints/aix.sh
21956____________________________________________________________________________
21957[  3730] By: gsar                                  on 1999/07/25  04:56:56
21958        Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
21959             a utf8 bug in one of the new RE optimizations
21960     Branch: perl
21961	   ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
21962	   ! t/pragma/locale.t
21963____________________________________________________________________________
21964[  3729] By: jhi                                   on 1999/07/23  19:56:27
21965        Log: From: Andy Dougherty <doughera@lafayette.edu>
21966             To: Perl Porters <perl5-porters@perl.org>
21967             Subject: [PATCH 5.005_57] INSTALL-1.58
21968             Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
21969             Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
21970
21971             plus
21972
21973             From: "Kurt D. Starsinic" <kstar@chapin.edu>
21974             To: Andy Dougherty <doughera@lafayette.edu>
21975             Cc: Perl Porters <perl5-porters@perl.org>
21976             Subject: Re: [PATCH 5.005_57] INSTALL-1.58
21977             Date: Fri, 23 Jul 1999 13:38:25 -0400
21978             Message-ID: <19990723133825.A12033@O2.chapin.edu>
21979     Branch: cfgperl
21980	   ! INSTALL
21981____________________________________________________________________________
21982[  3728] By: gsar                                  on 1999/07/23  17:24:42
21983        Log: applied suggested patch for tracking line numbers correctly in
21984             optimized blocks with a single statement; changed setcop to
21985             setstate and added code for -Dx dumps
21986             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21987             Date: Wed, 23 Jun 1999 17:27:42 +0100
21988             Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
21989             Subject: [PATCH 5.005_57] Line number error in optimised else()
21990     Branch: perl
21991	   ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
21992	   ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
21993	   ! pp_proto.h t/op/misc.t
21994____________________________________________________________________________
21995[  3727] By: gsar                                  on 1999/07/23  15:56:04
21996        Log: avoid useless use of target for pp_each(); also fixes bugs due to
21997             refcount held by the target
21998     Branch: perl
21999	   ! opcode.h opcode.pl pp.c t/op/each.t
22000____________________________________________________________________________
22001[  3726] By: jhi                                   on 1999/07/23  12:08:30
22002        Log: Change #3725 aftershock.
22003     Branch: cfgperl
22004	   ! INSTALL jpl/JNI/JNI.pm
22005____________________________________________________________________________
22006[  3725] By: jhi                                   on 1999/07/23  11:58:49
22007        Log: Introduce $Config{ldlibpthname} which contains
22008             the name of the environment variable holding the
22009             dynamic library search path, often LD_LIBRARY_PATH.
22010             Use this new feature all over.
22011             Also removed remnants of admonition "add LD_LIBRARY_PATH
22012             before running make" because Makefile.SH does this for you.
22013     Branch: cfgperl
22014	   ! Configure Makefile.SH config_h.SH
22015	   ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
22016	   ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
22017	   ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
22018	   ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
22019	   ! jpl/install-jpl utils/perlbug.PL
22020____________________________________________________________________________
22021[  3724] By: jhi                                   on 1999/07/23  08:03:36
22022        Log: From: Spider Boardman <spider@orb.nashua.nh.us>
22023             To: perl5-porters@perl.org
22024             Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $#
22025             Date: Thu, 22 Jul 1999 19:58:34 -0400
22026             Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
22027     Branch: cfgperl
22028	   ! av.c
22029____________________________________________________________________________
22030[  3723] By: gsar                                  on 1999/07/23  00:01:29
22031        Log: emit warning about function calls that were encountered too early
22032             to enforce their prototype
22033     Branch: perl
22034	   ! op.c op.h pod/perldiag.pod
22035____________________________________________________________________________
22036[  3722] By: jhi                                   on 1999/07/22  21:19:59
22037        Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
22038             To: perl5-porters@perl.org
22039             Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
22040             Subject: [PATCH] MakeMaker documentation
22041             Date: Wed, 21 Jul 1999 14:15:42 -0400
22042             Message-ID: <19990721141542.A1800@O2.chapin.edu>
22043     Branch: cfgperl
22044	   ! lib/ExtUtils/MakeMaker.pm
22045____________________________________________________________________________
22046[  3721] By: jhi                                   on 1999/07/22  21:05:19
22047        Log: From: pvhp@forte.com (Peter Prymmer)
22048             To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
22049             Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
22050             Date: Wed, 21 Jul 99 17:15:39 PDT
22051             Message-Id: <9907220015.AA11931@forte.com>
22052     Branch: cfgperl
22053	   ! hints/os390.sh
22054____________________________________________________________________________
22055[  3720] By: jhi                                   on 1999/07/22  20:51:17
22056        Log: AIX magic: ccdlflags needs to be different for
22057             Perl itself and for extra-core extensions
22058             (as used by ExtUtilss::embed::ldopts).
22059             Based on the problems described in
22060
22061             From: Mike W Ellwood <mwe@rl.ac.uk>
22062             To: perl5-porters@perl.org
22063             Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
22064             Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
22065             Reply-To: m.w.ellwood@rl.ac.uk
22066             Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
22067     Branch: cfgperl
22068	   ! Configure Makefile.SH config_h.SH hints/aix.sh
22069____________________________________________________________________________
22070[  3719] By: jhi                                   on 1999/07/22  08:23:53
22071        Log: Update history records.
22072     Branch: cfgperl
22073	   ! pod/perlhist.pod
22074____________________________________________________________________________
22075[  3718] By: jhi                                   on 1999/07/21  13:54:42
22076        Log: Todododobedobedo.
22077     Branch: cfgperl
22078	   ! Todo
22079____________________________________________________________________________
22080[  3717] By: jhi                                   on 1999/07/21  12:10:48
22081        Log: Even more Todo.
22082     Branch: cfgperl
22083	   ! Todo
22084____________________________________________________________________________
22085[  3716] By: jhi                                   on 1999/07/21  11:40:39
22086        Log: Use Errno more extensively so that error
22087             messages are more portable (another way
22088             would be to muck around with LC_MESSAGES).
22089             Problem reported in
22090
22091             From: oracle@pcr8.pcr.com
22092             To: perl5-porters@perl.org
22093             Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
22094             Date: Mon, 19 Jul 1999 18:39:13 -0400
22095             Message-Id: <9907192239.AA44990@pcr8.pcr.com>
22096     Branch: cfgperl
22097	   ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
22098	   ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
22099	   ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
22100____________________________________________________________________________
22101[  3715] By: jhi                                   on 1999/07/21  11:05:36
22102        Log: Slightly modified patch.
22103             From: Sean Sheedy <seans@ncube.com>
22104             To: perl5-porters@perl.org
22105             Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
22106             Date: Tue, 20 Jul 1999 09:52:06 -0700
22107             Message-Id: <3794A935.1C150E54@ncube.com>
22108     Branch: cfgperl
22109	   ! cflags.SH x2p/cflags.SH
22110____________________________________________________________________________
22111[  3714] By: jhi                                   on 1999/07/20  21:26:19
22112        Log: More Todo.
22113     Branch: cfgperl
22114	   ! Todo
22115____________________________________________________________________________
22116[  3713] By: jhi                                   on 1999/07/20  18:02:45
22117        Log: Integrate with Sarathy.
22118     Branch: cfgperl
22119	  +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
22120	  +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
22121	  +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
22122	  +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
22123	  +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
22124	  +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
22125	  +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
22126	  +> utils/dprofpp.PL
22127	  !> INSTALL MAINTAIN MANIFEST configure.com
22128	  !> ext/Devel/Peek/Makefile.PL installman installperl
22129	  !> pod/roffitall utils/Makefile vms/descrip_mms.template
22130	  !> win32/Makefile win32/makefile.mk win32/win32.h
22131____________________________________________________________________________
22132[  3712] By: gsar                                  on 1999/07/20  15:29:01
22133        Log: DProf tweak
22134     Branch: perl
22135	   ! ext/Devel/DProf/DProf.xs
22136____________________________________________________________________________
22137[  3711] By: gsar                                  on 1999/07/20  07:56:19
22138        Log: another DProf build tweak
22139     Branch: perl
22140	   ! utils/dprofpp.PL
22141____________________________________________________________________________
22142[  3710] By: gsar                                  on 1999/07/20  07:36:36
22143        Log: move DProf things around to where they are supposed to be
22144     Branch: perl
22145	   + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
22146	   + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
22147	   + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
22148	   + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
22149	   + t/lib/dprof/test6_t t/lib/dprof/test6_v
22150	  +> utils/dprofpp.PL
22151	   - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
22152	   - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
22153	   - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
22154	   - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
22155	   - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
22156	   - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
22157	   - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
22158	   - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
22159	   ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
22160	   ! installperl pod/roffitall utils/Makefile
22161	   ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
22162____________________________________________________________________________
22163[  3709] By: gsar                                  on 1999/07/20  06:13:16
22164        Log: DProf fixups for PERL_IMPLICIT_CONTEXT
22165     Branch: perl
22166	   ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
22167	   ! ext/Devel/Peek/Makefile.PL
22168____________________________________________________________________________
22169[  3708] By: gsar                                  on 1999/07/20  06:01:22
22170        Log: move DProf to Devel/DProf
22171     Branch: perl
22172	  +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
22173	  +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
22174	  +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
22175	  +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
22176	  +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
22177	  +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
22178	  +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
22179	  +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
22180	  +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
22181	  +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
22182	  +> ext/Devel/DProf/test.pl
22183	   - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
22184	   - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
22185	   - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
22186	   - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
22187	   - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
22188	   - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
22189	   - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
22190	   ! MAINTAIN MANIFEST configure.com win32/Makefile
22191	   ! win32/makefile.mk
22192____________________________________________________________________________
22193[  3707] By: gsar                                  on 1999/07/20  05:39:11
22194        Log: add Devel::DProf v19990108 from CPAN, as it was
22195     Branch: perl
22196	   + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
22197	   + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
22198	   + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
22199	   + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
22200	   + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
22201	   + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
22202	   + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
22203	   ! MANIFEST
22204____________________________________________________________________________
22205[  3706] By: gsar                                  on 1999/07/20  04:52:25
22206        Log: C<union any> needs no PERL_OBJECT-treatment
22207     Branch: perl
22208	   ! win32/win32.h
22209____________________________________________________________________________
22210[  3705] By: gsar                                  on 1999/07/20  04:11:54
22211        Log: fix problem in default build
22212     Branch: perl
22213	   ! win32/Makefile win32/makefile.mk
22214____________________________________________________________________________
22215[  3704] By: jhi                                   on 1999/07/19  07:06:36
22216        Log: Integrate with Sarathy.
22217     Branch: cfgperl
22218	  !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
22219	  !> win32/win32.c
22220____________________________________________________________________________
22221[  3703] By: gsar                                  on 1999/07/19  05:55:57
22222        Log: win32 nits
22223     Branch: perl
22224	   ! makedef.pl sv.h
22225____________________________________________________________________________
22226[  3702] By: gsar                                  on 1999/07/19  04:29:34
22227        Log: don't display tid from main thread (or testsuite breaks)
22228     Branch: perl
22229	   ! lib/Carp.pm util.c
22230____________________________________________________________________________
22231[  3701] By: gsar                                  on 1999/07/19  00:47:52
22232        Log: remove several doubled (and tripled!) entries
22233     Branch: perl
22234	   ! pod/perldiag.pod
22235____________________________________________________________________________
22236[  3700] By: gsar                                  on 1999/07/19  00:42:34
22237        Log: integrate cfgperl contents into mainline
22238     Branch: perl
22239	  +> makedef.pl
22240	   - perl_exp.SH win32/makedef.pl
22241	  !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
22242	  !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
22243	  !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
22244	  !> utf8.c util.c win32/Makefile win32/makefile.mk
22245____________________________________________________________________________
22246[  3699] By: gsar                                  on 1999/07/19  00:33:59
22247        Log: avoid bug in win32_str_os_error() (from Jan Dubois)
22248     Branch: perl
22249	   ! Changes win32/win32.c
22250____________________________________________________________________________
22251[  3698] By: jhi                                   on 1999/07/18  21:33:57
22252        Log: Integrate with Sarathy.
22253     Branch: cfgperl
22254	  +> t/op/chars.t
22255	  !> (integrate 57 files)
22256____________________________________________________________________________
22257[  3697] By: gsar                                  on 1999/07/18  05:22:36
22258        Log: From: pvhp@forte.com (Peter Prymmer)
22259             Date: Thu, 1 Jul 99 19:31:24 PDT
22260             Message-Id: <9907020231.AA16942@forte.com>
22261             Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
22262     Branch: perl
22263           + t/op/chars.t
22264           ! MANIFEST ebcdic.c t/op/ord.t
22265____________________________________________________________________________
22266[  3696] By: gsar                                  on 1999/07/18  05:11:02
22267        Log: display thread id in diagnostics (suggested by Dan Sugalski)
22268     Branch: perl
22269           ! lib/Carp.pm util.c
22270____________________________________________________________________________
22271[  3695] By: gsar                                  on 1999/07/18  04:57:47
22272        Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
22273     Branch: perl
22274           ! pod/perldiag.pod
22275____________________________________________________________________________
22276[  3694] By: gsar                                  on 1999/07/18  04:56:28
22277        Log: cache [NIUP]V conversions of defined READONLY values
22278             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22279             Date: Sun, 11 Jul 1999 04:39:44 -0400
22280             Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
22281             Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
22282     Branch: perl
22283           ! sv.c
22284____________________________________________________________________________
22285[  3693] By: gsar                                  on 1999/07/18  03:53:38
22286        Log: From: jan.dubois@ibm.net (Jan Dubois)
22287             Date: Sat, 17 Jul 1999 10:58:29 +0200
22288             Message-ID: <379144ad.13616689@smtp1.ibm.net>
22289             Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
22290     Branch: perl
22291           ! lib/ExtUtils/Manifest.pm
22292____________________________________________________________________________
22293[  3692] By: gsar                                  on 1999/07/18  03:51:03
22294        Log: remove spurious newSTATEOP() that causes goto to enter one too many
22295             contexts when jumping between if and elsif blocks
22296     Branch: perl
22297           ! perly.c perly.y pp_ctl.c t/op/goto.t
22298____________________________________________________________________________
22299[  3691] By: gsar                                  on 1999/07/18  01:49:59
22300        Log: detypo, update Changes
22301     Branch: perl
22302           ! Changes doio.c
22303____________________________________________________________________________
22304[  3690] By: gsar                                  on 1999/07/18  01:16:59
22305        Log: mention the -Minteger effect on modulus (from Nathan Torkington)
22306     Branch: perl
22307           ! lib/integer.pm
22308____________________________________________________________________________
22309[  3689] By: gsar                                  on 1999/07/18  00:47:17
22310        Log: ensure __END__ appears on a line by itself in wrapped
22311             scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
22312             mention caveat about successfull kill()
22313     Branch: perl
22314           ! pod/perlfunc.pod win32/bin/pl2bat.pl
22315____________________________________________________________________________
22316[  3688] By: gsar                                  on 1999/07/17  20:47:44
22317        Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
22318     Branch: perl
22319           ! ext/SDBM_File/sdbm/Makefile.PL
22320____________________________________________________________________________
22321[  3687] By: gsar                                  on 1999/07/17  20:43:27
22322        Log: make CC.pm use a distinct CCPP() macro rather than PP()
22323             (suggested by Vishal Bhatia <vishalb@my-deja.com>)
22324     Branch: perl
22325           ! cc_runtime.h ext/B/B/CC.pm
22326____________________________________________________________________________
22327[  3686] By: gsar                                  on 1999/07/17  20:39:08
22328        Log: tiny bug in vars.pm (from John Dlugosz)
22329     Branch: perl
22330           ! lib/vars.pm
22331____________________________________________________________________________
22332[  3685] By: gsar                                  on 1999/07/17  20:37:27
22333        Log: applied suggested patch, along with later tweak
22334             From: jan.dubois@ibm.net (Jan Dubois)
22335             Date: Wed, 14 Jul 1999 23:53:43 +0200
22336             Message-ID: <37a902e7.15977234@smtp1.ibm.net>
22337             Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
22338     Branch: perl
22339           ! lib/Pod/Html.pm
22340____________________________________________________________________________
22341[  3684] By: gsar                                  on 1999/07/17  20:24:32
22342        Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
22343     Branch: perl
22344           ! thrdvar.h
22345____________________________________________________________________________
22346[  3683] By: gsar                                  on 1999/07/17  20:21:01
22347        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22348             Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
22349             Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
22350             Subject: [PATCH 5.005_57] Segfaults if $^P
22351     Branch: perl
22352	   ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
22353           ! proto.h
22354____________________________________________________________________________
22355[  3682] By: gsar                                  on 1999/07/17  20:04:17
22356        Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
22357             and prefix/lib/perl5/man are ass_u_med only if those directories
22358             actually exist; else prefix/{lib,man} are used)
22359     Branch: perl
22360           ! lib/ExtUtils/MM_Unix.pm
22361____________________________________________________________________________
22362[  3681] By: gsar                                  on 1999/07/17  19:12:33
22363        Log: allow $foo{$x} and $bar[$i] for (\$) prototype
22364     Branch: perl
22365           ! op.c t/comp/proto.t
22366____________________________________________________________________________
22367[  3680] By: gsar                                  on 1999/07/17  18:23:55
22368        Log: fix vec() on magic values
22369             From: Ian Phillipps <ian@dial.pipex.com>
22370             Date: Mon, 12 Jul 1999 12:30:05 +0100
22371             Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
22372             Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
22373     Branch: perl
22374           ! doop.c t/op/tie.t
22375____________________________________________________________________________
22376[  3679] By: gsar                                  on 1999/07/17  18:10:44
22377        Log: make system() return -1 and set $! if exec of child failed
22378             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22379             Date: Fri, 9 Jul 1999 05:21:13 -0400
22380             Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
22381             Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
22382     Branch: perl
22383	   ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
22384           ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
22385____________________________________________________________________________
22386[  3678] By: gsar                                  on 1999/07/17  17:54:01
22387        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22388             Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
22389             Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
22390             Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
22391     Branch: perl
22392           ! util.c
22393____________________________________________________________________________
22394[  3677] By: gsar                                  on 1999/07/17  17:34:38
22395        Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
22396             converted Ken's documentation outline into pod
22397     Branch: perl
22398           ! x2p/find2perl.PL
22399____________________________________________________________________________
22400[  3676] By: gsar                                  on 1999/07/17  16:34:09
22401        Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
22402             Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
22403             Steve Lidie
22404     Branch: perl
22405	   ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
22406	   ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
22407	   ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
22408	   ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
22409	   ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
22410           ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
22411____________________________________________________________________________
22412[  3675] By: gsar                                  on 1999/07/17  00:16:53
22413        Log: backout redundant change#3628
22414     Branch: perl
22415           ! Changes hints/bsdos.sh
22416____________________________________________________________________________
22417[  3674] By: jhi                                   on 1999/07/15  14:26:03
22418        Log: Fix the bin/oct/hex constant overflow tests for
22419             long long platforms.
22420     Branch: cfgperl
22421           ! t/pragma/warn/util
22422____________________________________________________________________________
22423[  3673] By: jhi                                   on 1999/07/14  21:59:11
22424        Log: Fixed AIX dynamic loading and AIX shared Perl library.
22425             Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
22426             4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
22427             Hijacked win32/makedef.pl for more general purpose export
22428             list building, now it is used (as toplevel makedef.pl)
22429             for win32 and AIX (perl_exp.SH made unnecessary).
22430             Because the export lists are now correct in AIX, no more linker
22431             warnings about "Exported symbol not defined" should appear.
22432     Branch: cfgperl
22433           + makedef.pl
22434           - perl_exp.SH win32/makedef.pl
22435	   ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
22436	   ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
22437           ! win32/makefile.mk
22438____________________________________________________________________________
22439[  3672] By: gsar                                  on 1999/07/14  17:12:13
22440        Log: minor efficiency tweak
22441     Branch: perl
22442           ! pp_ctl.c
22443____________________________________________________________________________
22444[  3671] By: jhi                                   on 1999/07/14  16:22:39
22445        Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
22446             if its caller re_intuit_start() was entered with strend == strpos
22447             because end_shift ended up as -1.  The patch ain't necessarily
22448             correct but least the core dump is avoided.
22449     Branch: cfgperl
22450           ! regexec.c
22451____________________________________________________________________________
22452[  3670] By: jhi                                   on 1999/07/13  07:59:09
22453        Log: Integrate with Sarathy.
22454     Branch: cfgperl
22455	   - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
22456           - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
22457          !> (integrate 67 files)
22458____________________________________________________________________________
22459[  3669] By: gsar                                  on 1999/07/12  06:14:54
22460        Log: fixups for sundry warnings about function pointers
22461     Branch: perl
22462	   ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
22463	   ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
22464           ! win32/win32.c win32/win32.h
22465____________________________________________________________________________
22466[  3668] By: gsar                                  on 1999/07/12  04:11:58
22467        Log: tweaks for win32/borland
22468     Branch: perl
22469           ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
22470____________________________________________________________________________
22471[  3667] By: gsar                                  on 1999/07/12  01:55:15
22472        Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
22473             builds; passing the implicit context is unified among the three
22474             flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
22475             flavors (see the top of perl.h) for testing; all varargs functions
22476             foo() have a va_list-taking variant vfoo() for generating the
22477             context-free versions; the PERL_OBJECT build should now be
22478             hyper-compatible with CPAN extensions (C++ is totally out of
22479             the picture)
22480
22481             result has only been tested on Windows
22482
22483             TODO: write docs on the THX rationale and idiomatic usage of
22484             the Perl API
22485     Branch: perl
22486	   - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
22487           - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
22488	   ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
22489	   ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
22490	   ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
22491	   ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
22492	   ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
22493	   ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
22494	   ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
22495	   ! global.sym globals.c intrpvar.h iperlsys.h
22496	   ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
22497	   ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
22498	   ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
22499	   ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
22500	   ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
22501	   ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
22502	   ! win32/dl_win32.xs win32/include/dirent.h
22503	   ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
22504	   ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
22505           ! win32/win32iop.h win32/win32sck.c
22506____________________________________________________________________________
22507[  3666] By: jhi                                   on 1999/07/11  22:00:13
22508        Log: Integrate with Sarathy.
22509     Branch: cfgperl
22510          !> op.c t/op/lex_assign.t
22511____________________________________________________________________________
22512[  3665] By: jhi                                   on 1999/07/11  21:59:01
22513        Log: More manual sync.
22514     Branch: cfgperl
22515           ! pod/perldelta.pod
22516____________________________________________________________________________
22517[  3664] By: gsar                                  on 1999/07/11  19:11:07
22518        Log: change#3612 was buggy and failed to build Tk; applied Ilya's
22519             remedy and related tests via private mail
22520     Branch: perl
22521           ! op.c t/op/lex_assign.t
22522____________________________________________________________________________
22523[  3663] By: jhi                                   on 1999/07/11  15:04:37
22524        Log: Manual synchronization with Sarathy (some files
22525             had drifted apart for no apparent reason), plus
22526             I had a typo in dl_vms.xs Sarathy had fixed.
22527     Branch: cfgperl
22528           ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
22529____________________________________________________________________________
22530[  3662] By: jhi                                   on 1999/07/10  12:23:21
22531        Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
22532             to adapt to the underlying platform (the binary, 0b1..., test
22533             was broken in 64-bit platforms).  Also change "hex" in the
22534             warning messages to "hexadecimal" to match "binary" and "octal".
22535     Branch: cfgperl
22536           ! pod/perldiag.pod t/pragma/warn/util util.c
22537____________________________________________________________________________
22538[  3661] By: jhi                                   on 1999/07/08  21:54:55
22539        Log: Integrate with Sarathy.
22540     Branch: cfgperl
22541          +> perlapi.c perlapi.h
22542          !> (integrate 43 files)
22543____________________________________________________________________________
22544[  3660] By: gsar                                  on 1999/07/08  18:47:35
22545        Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
22546     Branch: perl
22547           + perlapi.c perlapi.h
22548	   ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
22549	   ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
22550	   ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
22551	   ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
22552	   ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
22553	   ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
22554           ! win32/win32.h
22555____________________________________________________________________________
22556[  3659] By: gsar                                  on 1999/07/08  18:41:45
22557        Log: sundry cleanups for clean build on windows
22558     Branch: perl
22559           ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
22560____________________________________________________________________________
22561[  3658] By: gsar                                  on 1999/07/08  01:24:25
22562        Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
22563             type mismatch problems
22564     Branch: perl
22565	   ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
22566           ! t/pragma/warn/op toke.c utf8.c util.c
22567____________________________________________________________________________
22568[  3657] By: jhi                                   on 1999/07/07  23:01:16
22569        Log: Integrate with Sarathy.  perldiag.pod required manual editing.
22570     Branch: cfgperl
22571           ! pod/perldiag.pod
22572	  !> Changes configure.com ext/B/B/Deparse.pm
22573	  !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
22574	  !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
22575	  !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
22576	  !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
22577	  !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
22578          !> t/pragma/overload.t thread.h vms/vms.c
22579____________________________________________________________________________
22580[  3656] By: gsar                                  on 1999/07/07  21:04:38
22581        Log: integrate cfgperl contents
22582     Branch: perl
22583	  +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
22584	  +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
22585          +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
22586           ! Changes
22587          !> (integrate 45 files)
22588____________________________________________________________________________
22589[  3655] By: gsar                                  on 1999/07/07  18:55:45
22590        Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
22591             <pvhp@forte.com>
22592     Branch: perl
22593           ! ext/ByteLoader/Makefile.PL t/op/filetest.t
22594____________________________________________________________________________
22595[  3654] By: gsar                                  on 1999/07/07  18:47:03
22596        Log: change#1889 mistakenly removed F_SETLK
22597     Branch: perl
22598           ! ext/Fcntl/Fcntl.xs
22599____________________________________________________________________________
22600[  3653] By: gsar                                  on 1999/07/07  18:42:42
22601        Log: B::Deparse update
22602             From: Stephen McCamant <smccam@uclink4.berkeley.edu>
22603             Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
22604             Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
22605             Subject: [PATCH _57, long] B::Deparse 0.58
22606     Branch: perl
22607           ! ext/B/B/Deparse.pm
22608____________________________________________________________________________
22609[  3652] By: gsar                                  on 1999/07/07  18:41:07
22610        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22611             Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
22612             Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
22613             Subject: Re: [ID 19990705.001] Overloading boolean conversion
22614     Branch: perl
22615           ! gv.c t/pragma/overload.t
22616____________________________________________________________________________
22617[  3651] By: gsar                                  on 1999/07/07  17:47:30
22618        Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
22619     Branch: perl
22620           ! perlsfio.h
22621____________________________________________________________________________
22622[  3650] By: gsar                                  on 1999/07/07  17:45:52
22623        Log: applied new parts of suggested patch
22624             From: Charles Bailey <BAILEY@newman.upenn.edu>
22625             Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
22626             Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
22627             Subject: [PATCH 5.005_57] Consolidated VMS patch
22628     Branch: perl
22629	   ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
22630	   ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
22631	   ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
22632	   ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
22633           ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
22634____________________________________________________________________________
22635[  3649] By: jhi                                   on 1999/07/07  13:38:02
22636        Log: Sync regcomp warn with reality.
22637     Branch: cfgperl
22638           ! t/pragma/warn/regcomp
22639____________________________________________________________________________
22640[  3648] By: jhi                                   on 1999/07/07  13:04:55
22641        Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
22642             resolved manually.
22643     Branch: cfgperl
22644	  +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
22645	  +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
22646          +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
22647           - README.lexwarn
22648          !> (integrate 79 files)
22649____________________________________________________________________________
22650[  3647] By: gsar                                  on 1999/07/07  10:32:03
22651        Log: From: jan.dubois@ibm.net (Jan Dubois)
22652             Date: Thu, 01 Jul 1999 11:17:53 +0200
22653             Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
22654             Subject: [PATCH 5.005_57] MakeMaker support for pod2html
22655     Branch: perl
22656	   ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
22657           ! lib/ExtUtils/MakeMaker.pm
22658____________________________________________________________________________
22659[  3646] By: gsar                                  on 1999/07/07  10:27:55
22660        Log: fix undocumented IO::Handle functions as suggested
22661             by cj10@cam.ac.uk
22662     Branch: perl
22663           ! ext/IO/lib/IO/Handle.pm
22664____________________________________________________________________________
22665[  3645] By: gsar                                  on 1999/07/07  10:18:55
22666        Log: prohibit thread join()ing itself (from Dan Sugalski)
22667     Branch: perl
22668           ! ext/Thread/Thread.xs
22669____________________________________________________________________________
22670[  3644] By: gsar                                  on 1999/07/07  10:14:26
22671        Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
22672             Date: Wed, 30 Jun 1999 14:02:42 -0700
22673             Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
22674             Subject:  [PATCH 5.005_57] Compiler and XSUBS
22675     Branch: perl
22676           ! ext/B/B/C.pm
22677____________________________________________________________________________
22678[  3643] By: gsar                                  on 1999/07/07  10:08:38
22679        Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
22680             (from Fran�ois D�sarm�nien <desar@club-internet.fr>)
22681     Branch: perl
22682           ! pod/perlsyn.pod
22683____________________________________________________________________________
22684[  3642] By: gsar                                  on 1999/07/07  10:03:24
22685        Log: From: Doug MacEachern <dougm@cp.net>
22686             Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
22687             Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
22688             Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
22689     Branch: perl
22690           ! ext/B/B.xs
22691____________________________________________________________________________
22692[  3641] By: gsar                                  on 1999/07/07  10:00:57
22693        Log: slightly modified version of suggested patch
22694             From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
22695             Date: Mon, 28 Jun 1999 14:23:59 -0400
22696             Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
22697             Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
22698     Branch: perl
22699           ! ext/POSIX/POSIX.xs
22700____________________________________________________________________________
22701[  3640] By: gsar                                  on 1999/07/07  09:45:43
22702        Log: lexical warnings update (warning.t fails one test
22703             due to leaked scalar, investigation pending)
22704             From: paul.marquess@bt.com
22705             Date: Sat, 26 Jun 1999 23:19:52 +0100
22706             Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
22707             Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
22708     Branch: perl
22709	   + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
22710	   + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
22711           + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
22712           - README.lexwarn
22713	   ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
22714	   ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
22715	   ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
22716	   ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
22717	   ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
22718	   ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
22719	   ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
22720	   ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
22721	   ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
22722	   ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
22723	   ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
22724	   ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
22725	   ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
22726           ! warning.h warning.pl win32/win32.c
22727____________________________________________________________________________
22728[  3639] By: gsar                                  on 1999/07/07  08:09:30
22729        Log: From: Brian Jepson <bjepson@home.com>
22730             Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
22731             Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
22732             Subject: Patch to JPL example program
22733     Branch: perl
22734           ! jpl/JPL_Rolo/JPL_Rolo.jpl
22735____________________________________________________________________________
22736[  3638] By: jhi                                   on 1999/07/07  08:07:58
22737        Log: Integrate with Sarathy.
22738     Branch: cfgperl
22739          !> (integrate 34 files)
22740____________________________________________________________________________
22741[  3637] By: gsar                                  on 1999/07/07  08:07:49
22742        Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
22743             Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
22744             Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
22745             Subject: [PATCH _57, long] Eliminate CONDOPs
22746     Branch: perl
22747	   ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
22748	   ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
22749	   ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
22750	   ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
22751           ! pod/perltoc.pod pp_ctl.c pp_hot.c
22752____________________________________________________________________________
22753[  3636] By: gsar                                  on 1999/07/07  07:50:51
22754        Log: adapted suggested patch for IO-1.20x
22755             From: ian@dial.pipex.com
22756             Date:  Fri, 25 Jun 1999 10:39:42 +0100
22757             Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
22758             Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
22759     Branch: perl
22760           ! ext/IO/lib/IO/Socket.pm
22761____________________________________________________________________________
22762[  3635] By: gsar                                  on 1999/07/07  07:26:05
22763        Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
22764     Branch: perl
22765           ! hints/powerux.sh
22766____________________________________________________________________________
22767[  3634] By: gsar                                  on 1999/07/07  07:20:02
22768        Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22769             Date: Wed, 23 Jun 1999 16:16:05 +0100
22770             Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
22771             Subject: [PATCH 5.005_57] memleak in optimizer
22772     Branch: perl
22773           ! embed.h embed.pl objXSUB.h op.c proto.h
22774____________________________________________________________________________
22775[  3633] By: gsar                                  on 1999/07/07  07:10:52
22776        Log: add do-not-edit caveats for files generated by opcode.pl
22777             (suggested by Hugo van der Sanden)
22778     Branch: perl
22779           ! opcode.h opcode.pl pp.sym pp_proto.h
22780____________________________________________________________________________
22781[  3632] By: gsar                                  on 1999/07/07  06:41:13
22782        Log: better diagnostics on read operations from write-only
22783             filehandles
22784     Branch: perl
22785	   ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
22786           ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
22787____________________________________________________________________________
22788[  3631] By: gsar                                  on 1999/07/07  02:03:34
22789        Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
22790             by David Muir Sharnoff <muir@idiom.com>)
22791     Branch: perl
22792           ! lib/Sys/Hostname.pm
22793____________________________________________________________________________
22794[  3630] By: gsar                                  on 1999/07/07  01:57:16
22795        Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
22796             Date: Sun, 20 Jun 1999 17:17:17 -0700
22797             Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
22798             Subject: [PATCH 5.005_57] Minor bug fix in pp_require
22799     Branch: perl
22800           ! ext/B/B/CC.pm
22801____________________________________________________________________________
22802[  3629] By: gsar                                  on 1999/07/07  01:46:03
22803        Log: installperl should write normal messages to STDOUT, not STDERR
22804     Branch: perl
22805           ! installperl
22806____________________________________________________________________________
22807[  3628] By: gsar                                  on 1999/07/07  01:41:25
22808        Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
22809     Branch: perl
22810           ! hints/bsdos.sh
22811____________________________________________________________________________
22812[  3627] By: gsar                                  on 1999/07/07  00:27:10
22813        Log: make diagnostic on C<my $^I> etc., more readable
22814     Branch: perl
22815           ! op.c
22816____________________________________________________________________________
22817[  3626] By: gsar                                  on 1999/07/06  23:47:27
22818        Log: From: Andy Dougherty <doughera@lafayette.edu>
22819             Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
22820             Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
22821             Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
22822     Branch: perl
22823           ! Makefile.SH utils/Makefile
22824____________________________________________________________________________
22825[  3625] By: jhi                                   on 1999/07/06  21:50:46
22826        Log: Some new files of #3624 missing from MANIFEST.
22827     Branch: cfgperl
22828           ! MANIFEST
22829____________________________________________________________________________
22830[  3624] By: jhi                                   on 1999/07/06  21:47:04
22831        Log: POSIX [[:character class:]] support for standard, locale,
22832             and utf8.  If both utf8 and locale are on, utf8 wins.
22833             I don't fully understand why so many tables changed in
22834             lib/unicode because of "make" -- maybe it was just overdue.
22835     Branch: cfgperl
22836	   + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
22837	   + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
22838           + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
22839	   ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
22840	   ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
22841	   ! lib/unicode/Block.pl lib/unicode/Category.pl
22842	   ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
22843	   ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
22844	   ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
22845	   ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
22846	   ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
22847	   ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
22848	   ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
22849	   ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
22850	   ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
22851	   ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
22852           ! t/pragma/warn/regcomp utf8.c
22853____________________________________________________________________________
22854[  3623] By: gsar                                  on 1999/07/06  20:52:48
22855        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22856             Date: Wed, 16 Jun 1999 14:57:22 -0400
22857             Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
22858             Subject: [PATCH 5.00557] Devel::Peek
22859     Branch: perl
22860           ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
22861____________________________________________________________________________
22862[  3622] By: gsar                                  on 1999/07/06  20:22:59
22863        Log: applied patch after demunging headers with appropriate paths
22864             From: "Vishal Bhatia" <vishalb@my-deja.com>
22865             Date: Sat, 12 Jun 1999 08:23:59 -0700
22866             Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
22867             Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
22868     Branch: perl
22869	   ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
22870           ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
22871____________________________________________________________________________
22872[  3621] By: gsar                                  on 1999/07/06  20:10:50
22873        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22874             Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
22875             Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
22876             Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
22877     Branch: perl
22878           ! doio.c
22879____________________________________________________________________________
22880[  3620] By: jhi                                   on 1999/07/06  19:16:47
22881        Log: Mention EPOC and SOCKS.
22882     Branch: cfgperl
22883           ! pod/perldelta.pod
22884____________________________________________________________________________
22885[  3619] By: gsar                                  on 1999/07/06  16:52:37
22886        Log: fix int vs STRLEN issue
22887     Branch: perl
22888           ! pp.c
22889____________________________________________________________________________
22890[  3618] By: jhi                                   on 1999/07/06  16:52:20
22891        Log: There ain't Perl_atonv().
22892     Branch: cfgperl
22893           ! ext/ByteLoader/bytecode.h
22894____________________________________________________________________________
22895[  3617] By: jhi                                   on 1999/07/06  15:55:22
22896        Log: Integrate with Sarathy.
22897     Branch: cfgperl
22898          !> Makefile.SH
22899____________________________________________________________________________
22900[  3616] By: jhi                                   on 1999/07/06  15:54:09
22901        Log: Tweak for #3613.
22902     Branch: cfgperl
22903           ! Configure config_h.SH
22904____________________________________________________________________________
22905[  3615] By: gsar                                  on 1999/07/06  11:00:21
22906        Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
22907             Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
22908             Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
22909             Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
22910     Branch: perl
22911           ! Makefile.SH
22912____________________________________________________________________________
22913[  3614] By: jhi                                   on 1999/07/06  10:44:48
22914        Log: Integrate with Sarathy.
22915     Branch: cfgperl
22916	  !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
22917          !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
22918____________________________________________________________________________
22919[  3613] By: jhi                                   on 1999/07/06  10:43:20
22920        Log: From: Nathan Kurz <nate@valleytel.net>
22921             Subject: [ID 19990612.001 compiling three deep modules within ext/]
22922             ply-To: nate@valleytel.net
22923             erl5-porters@perl.org
22924             Date: Sat, 12 Jun 1999 01:26:04 -0500
22925             Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
22926     Branch: cfgperl
22927           ! Configure config_h.SH
22928____________________________________________________________________________
22929[  3612] By: gsar                                  on 1999/07/06  10:17:52
22930        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22931             Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
22932             Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
22933             Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
22934     Branch: perl
22935           ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
22936____________________________________________________________________________
22937[  3611] By: gsar                                  on 1999/07/06  09:51:20
22938        Log: From: pvhp@forte.com (Peter Prymmer)
22939             Date: Fri, 11 Jun 99 17:07:19 PDT
22940             Message-Id: <9906120007.AA13802@forte.com>
22941             Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
22942     Branch: perl
22943           ! ext/IO/lib/IO/File.pm
22944____________________________________________________________________________
22945[  3610] By: gsar                                  on 1999/07/06  09:37:37
22946        Log: fix for C<$/ = 42> setting paragraph mode (applied with small
22947             tweak)
22948             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22949             Date: Wed, 09 Jun 1999 18:27:51 +0100
22950             Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
22951             Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
22952     Branch: perl
22953           ! perl.h t/base/rs.t
22954____________________________________________________________________________
22955[  3609] By: jhi                                   on 1999/07/06  09:28:48
22956        Log: Integrate with Sarathy.
22957     Branch: cfgperl
22958          !> (integrate 49 files)
22959____________________________________________________________________________
22960[  3608] By: gsar                                  on 1999/07/06  09:28:21
22961        Log: test tweak
22962     Branch: perl
22963           ! t/pragma/warn/op
22964____________________________________________________________________________
22965[  3607] By: jhi                                   on 1999/07/06  09:22:48
22966        Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
22967     Branch: cfgperl
22968           ! Configure config_h.SH
22969____________________________________________________________________________
22970[  3606] By: gsar                                  on 1999/07/06  09:05:02
22971        Log: applied slightly tweaked version of suggested patch for
22972             improved RE API
22973             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22974             Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
22975             Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
22976             Subject: [PATCH 5.005_57] REx engine rehash
22977     Branch: perl
22978	   ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
22979	   ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
22980	   ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
22981           ! util.c
22982____________________________________________________________________________
22983[  3605] By: gsar                                  on 1999/07/06  08:54:03
22984        Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
22985     Branch: perl
22986           ! sv.c
22987____________________________________________________________________________
22988[  3604] By: gsar                                  on 1999/07/06  07:08:30
22989        Log: From: paul.marquess@bt.com
22990             Date: Tue, 8 Jun 1999 22:37:58 +0100
22991             Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
22992             Subject: [PATCH 5.005_57] DB_File 1.67
22993     Branch: perl
22994	   ! ext/DB_File/Changes ext/DB_File/DB_File.pm
22995           ! ext/DB_File/DB_File.xs ext/DB_File/typemap
22996____________________________________________________________________________
22997[  3603] By: gsar                                  on 1999/07/06  07:04:50
22998        Log: From: paul.marquess@bt.com
22999             Date: Tue, 8 Jun 1999 22:34:01 +0100
23000             Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
23001             Subject: [PATCH 5.005_57] DBM Filters
23002     Branch: perl
23003	   ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
23004	   ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
23005	   ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
23006           ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
23007____________________________________________________________________________
23008[  3602] By: gsar                                  on 1999/07/06  07:00:01
23009        Log: slightly tweaked version of suggested patch
23010             From: Dan Sugalski <sugalskd@ous.edu>
23011             Date: Tue, 08 Jun 1999 14:09:38 -0700
23012             Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
23013             Subject: [PATCH 5.005_57]Use NV instead of double in the core
23014     Branch: perl
23015	   ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
23016	   ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
23017	   ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
23018           ! proto.h sv.c sv.h toke.c universal.c util.c
23019____________________________________________________________________________
23020[  3601] By: gsar                                  on 1999/07/06  06:52:57
23021        Log: integrate cfgperl contents into mainline
23022     Branch: perl
23023	  +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
23024          +> epoc/perl.mmp epoc/perl.pkg
23025          !> (integrate 30 files)
23026____________________________________________________________________________
23027[  3598] By: jhi                                   on 1999/07/05  20:02:55
23028        Log: Integrate with mainperl.
23029     Branch: cfgperl
23030          +> lib/CGI/Pretty.pm
23031	  !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
23032	  !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
23033	  !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
23034	  !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
23035          !> vms/vmsish.h
23036____________________________________________________________________________
23037[  3597] By: jhi                                   on 1999/07/05  19:59:48
23038        Log: Hack SOCKS support some more plus a patch from Andy Dougherty
23039             that addresses the notorious "Additional libraries" question.
23040     Branch: cfgperl
23041	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23042	   ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
23043           ! pp_sys.c
23044____________________________________________________________________________
23045[  3596] By: gsar                                  on 1999/07/05  18:30:51
23046        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23047             Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
23048             Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
23049             Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
23050     Branch: perl
23051           ! pp_sys.c t/lib/io_udp.t
23052____________________________________________________________________________
23053[  3595] By: gsar                                  on 1999/07/05  18:29:08
23054        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23055             Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
23056             Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
23057             Subject: [PATCH 5.00557] Setting $^E wipes out $!
23058     Branch: perl
23059           ! mg.c
23060____________________________________________________________________________
23061[  3594] By: gsar                                  on 1999/07/05  18:24:53
23062        Log: hand-apply whitespace mutiliated patch
23063             From: Dan Sugalski <sugalskd@osshe.edu>
23064             Date: Mon, 07 Jun 1999 14:46:42 -0700
23065             Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
23066             Subject: [PATCH 5.005_57]Updated VMS patch
23067     Branch: perl
23068	   ! thread.h vms/descrip_mms.template vms/subconfigure.com
23069           ! vms/vms.c vms/vmsish.h
23070____________________________________________________________________________
23071[  3593] By: gsar                                  on 1999/07/05  17:53:04
23072        Log: applied parts not duplicated by previous patches
23073             From: "Vishal Bhatia" <vishalb@my-deja.com>
23074             Date: Sat, 05 Jun 1999 08:42:17 -0700
23075             Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
23076             Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
23077     Branch: perl
23078	   ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
23079           ! ext/B/B/Stackobj.pm
23080____________________________________________________________________________
23081[  3592] By: jhi                                   on 1999/07/05  17:17:22
23082        Log: AIX threaded build, plus few more on the side.
23083     Branch: cfgperl
23084	   ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
23085	   ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
23086	   ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
23087           ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
23088____________________________________________________________________________
23089[  3591] By: gsar                                  on 1999/07/05  16:52:34
23090        Log: "\e" and "\a" didn't produce right escape under EBCDIC
23091             From: pvhp@forte.com (Peter Prymmer)
23092             Date: Fri, 4 Jun 99 12:00:27 PDT
23093             Message-Id: <9906041900.AA28387@forte.com>
23094             Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
23095     Branch: perl
23096           ! toke.c
23097____________________________________________________________________________
23098[  3590] By: gsar                                  on 1999/07/05  16:40:01
23099        Log: s/scalar ref constructor/single ref constructor/ (suggested
23100             by Stephen McCamant)
23101     Branch: perl
23102           ! opcode.h opcode.pl
23103____________________________________________________________________________
23104[  3589] By: gsar                                  on 1999/07/05  16:34:06
23105        Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
23106     Branch: perl
23107           ! ext/GDBM_File/GDBM_File.xs
23108____________________________________________________________________________
23109[  3588] By: gsar                                  on 1999/07/05  16:29:39
23110        Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
23111             is unchanged still)
23112     Branch: perl
23113           ! op.c
23114____________________________________________________________________________
23115[  3587] By: jhi                                   on 1999/07/05  10:31:43
23116        Log: Make perl_exp.SH smarter about what to include and what to exclude.
23117     Branch: cfgperl
23118           ! perl_exp.SH
23119____________________________________________________________________________
23120[  3586] By: jhi                                   on 1999/07/05  09:29:31
23121        Log: Remove unnecessary and extraneous my $i = 0.
23122     Branch: cfgperl
23123           ! bytecode.pl
23124____________________________________________________________________________
23125[  3585] By: jhi                                   on 1999/07/05  07:28:59
23126        Log: Integrate with mainperl.
23127     Branch: cfgperl
23128          !> (integrate 30 files)
23129____________________________________________________________________________
23130[  3584] By: gsar                                  on 1999/07/05  05:36:28
23131        Log: From: Vishal Bhatia <vishalb@hotmail.com>
23132             Date: Thu, 03 Jun 1999 00:57:48 PDT
23133             Message-ID: <19990603075749.86665.qmail@hotmail.com>
23134             Subject: Re: [PATCH 5.005_57] pp_sort sorted out
23135     Branch: perl
23136           ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
23137____________________________________________________________________________
23138[  3583] By: gsar                                  on 1999/07/05  05:31:19
23139        Log: suppress fancy display when in verbose mode (suggested by
23140             Paul Johnson <pjcj@transeda.com>)
23141     Branch: perl
23142           ! lib/Test/Harness.pm
23143____________________________________________________________________________
23144[  3582] By: gsar                                  on 1999/07/05  05:17:12
23145        Log: cygwin32 update
23146             From: "Fifer, Eric" <EFifer@sanwaint.com>
23147             Date:  Wed, 2 Jun 1999 15:16:05 +0100
23148             Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
23149             Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
23150     Branch: perl
23151	   ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
23152	   ! cygwin32/build-instructions.READFIRST
23153	   ! cygwin32/build-instructions.charles-wilson
23154	   ! cygwin32/build-instructions.sebastien-barre
23155	   ! cygwin32/build-instructions.steven-morlock
23156	   ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
23157	   ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
23158	   ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
23159           ! t/op/magic.t util.c
23160____________________________________________________________________________
23161[  3581] By: gsar                                  on 1999/07/05  02:46:18
23162        Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
23163     Branch: perl
23164           ! util.c
23165____________________________________________________________________________
23166[  3580] By: gsar                                  on 1999/07/05  02:38:03
23167        Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
23168             Date: Mon, 31 May 1999 18:18:13 -0600
23169             Message-ID: <19990601001813.AAA17834@csgsystems.com>
23170             Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
23171     Branch: perl
23172           ! t/TEST t/UTEST t/harness utils/perlcc.PL
23173____________________________________________________________________________
23174[  3579] By: gsar                                  on 1999/07/05  01:20:58
23175        Log: compatibility tweak for Class::Struct
23176     Branch: perl
23177           ! lib/Class/Struct.pm
23178____________________________________________________________________________
23179[  3578] By: jhi                                   on 1999/07/04  23:26:01
23180        Log: Miscellaneus AIX fixes + SOCKS support.
23181     Branch: cfgperl
23182	   ! Configure Makefile.SH Porting/Glossary Porting/config.sh
23183	   ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
23184           ! hints/aix.sh pp_sys.c
23185____________________________________________________________________________
23186[  3577] By: gsar                                  on 1999/07/04  23:07:39
23187        Log: test tweak
23188     Branch: perl
23189           ! t/io/openpid.t
23190____________________________________________________________________________
23191[  3576] By: jhi                                   on 1999/07/04  22:39:23
23192        Log: Integrate with mainperl.
23193     Branch: cfgperl
23194          +> t/io/openpid.t
23195           - win32/perlhost.h
23196          !> (integrate 51 files)
23197____________________________________________________________________________
23198[  3575] By: jhi                                   on 1999/07/04  22:26:48
23199        Log: Added 64-bit support for AIX 4.3 or better
23200             based on Martin H. Rusoff's observations.
23201     Branch: cfgperl
23202           ! Configure config_h.SH hints/aix.sh
23203____________________________________________________________________________
23204[  3574] By: jhi                                   on 1999/07/04  21:34:47
23205        Log: Do not throw away gccvers compilation errors.
23206             From: Andy Dougherty <doughera@lafayette.edu>
23207             To: Ron Seguin <rseguin@on.bell.ca>
23208             Cc: Perl Porters <perl5-porters@perl.org>
23209             Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
23210             Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
23211             Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
23212     Branch: cfgperl
23213           ! Configure config_h.SH
23214____________________________________________________________________________
23215[  3573] By: gsar                                  on 1999/07/04  21:10:32
23216        Log: adapted suggested tests for addition to testsuite
23217             From: RonaldWS@aol.com
23218             Date:  Sun, 30 May 1999 16:27:28 EDT
23219             Message-Id:  <25cd799f.2482f930@aol.com>
23220             Subject: [19990530.007] Open with pipe | does not return pid under win32
23221     Branch: perl
23222           + t/io/openpid.t
23223           ! MANIFEST win32/win32.c
23224____________________________________________________________________________
23225[  3572] By: gsar                                  on 1999/07/04  20:29:32
23226        Log: perl_run() should call my_exit(0) for normal completion
23227     Branch: perl
23228           ! perl.c
23229____________________________________________________________________________
23230[  3571] By: jhi                                   on 1999/07/04  20:10:44
23231        Log: Add test for change #3568 plus general cleanup.
23232     Branch: cfgperl
23233           ! t/pragma/locale.t
23234____________________________________________________________________________
23235[  3570] By: gsar                                  on 1999/07/04  20:03:21
23236        Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
23237             overloading
23238     Branch: perl
23239	   ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
23240           ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
23241____________________________________________________________________________
23242[  3569] By: gsar                                  on 1999/07/04  18:04:48
23243        Log: make AIX dynaloading work when libperl is shared (and thus under
23244             mod_perl etc.)
23245             From: Jens-Uwe Mager <jum@helios.de>
23246             Date:  Sat, 29 May 1999 17:09:52 +0200
23247             Message-Id:  <199905291509.RAA43978@ans.helios.de>
23248             Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
23249     Branch: perl
23250           ! ext/DynaLoader/dl_aix.xs
23251____________________________________________________________________________
23252[  3568] By: jhi                                   on 1999/07/04  14:54:23
23253        Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
23254             This resulted for example in the 'o' magic not being cleared by
23255             magic_setcollxfrm(), which resulted in strange cmp results.
23256             The bug was reported originally in the message
23257             Subject: Bug with locale
23258             From: Jan Starzynski <jan@planet.de>
23259             To: perlbug@perl.com
23260             Date: Fri, 09 Apr 1999 13:23:07 +0200
23261             Message-ID: <370DE31B.DAEE1332@planet.de>
23262     Branch: cfgperl
23263           ! pp.c
23264____________________________________________________________________________
23265[  3567] By: gsar                                  on 1999/07/04  02:38:34
23266        Log: remove misleading info on defined(&func), unclutter deprecation
23267             about defined(@array)
23268     Branch: perl
23269	   ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
23270           ! t/pragma/warn/op
23271____________________________________________________________________________
23272[  3566] By: gsar                                  on 1999/07/04  01:46:31
23273        Log: From: jan.dubois@ibm.net (Jan Dubois)
23274             Date: Wed, 26 May 1999 22:07:17 +0200
23275             Message-ID: <374c53ac.10322322@smtp1.ibm.net>
23276             Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
23277     Branch: perl
23278           ! Changes win32/win32.c win32/win32.h
23279____________________________________________________________________________
23280[  3565] By: gsar                                  on 1999/07/04  01:26:02
23281        Log: newer version of perlxstut from Jeff Okamoto (slightly edited
23282             for win32 issues)
23283     Branch: perl
23284           ! pod/perlxstut.pod
23285____________________________________________________________________________
23286[  3564] By: gsar                                  on 1999/07/02  03:09:04
23287        Log: avoid warnings
23288     Branch: perl
23289           ! ext/Thread/Thread/Specific.pm lib/fields.pm
23290____________________________________________________________________________
23291[  3563] By: gsar                                  on 1999/06/28  19:23:47
23292        Log: inc version (for CPAN.pm sanity)
23293     Branch: perl
23294           ! lib/Text/ParseWords.pm
23295____________________________________________________________________________
23296[  3562] By: gsar                                  on 1999/06/28  19:19:01
23297        Log: regen perltoc
23298     Branch: perl
23299           ! pod/perltoc.pod
23300____________________________________________________________________________
23301[  3561] By: gsar                                  on 1999/06/28  19:08:41
23302        Log: From: Damian Conway <damian@cs.monash.edu.au>
23303             Date: Wed, 26 May 1999 00:58:35 -0400
23304             Message-Id: <199905260458.AAA06411@defender.perl.org>
23305             Subject: [19990526.002] Misc. improvements to Class:Struct
23306     Branch: perl
23307           ! MANIFEST lib/Class/Struct.pm
23308____________________________________________________________________________
23309[  3560] By: gsar                                  on 1999/06/28  18:50:52
23310        Log: remove bogus PL_optype_size
23311     Branch: perl
23312           ! bytecode.pl ext/ByteLoader/byterun.h
23313____________________________________________________________________________
23314[  3559] By: gsar                                  on 1999/06/28  18:22:26
23315        Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
23316     Branch: perl
23317           + lib/CGI/Pretty.pm
23318	   ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
23319	   ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
23320           ! t/lib/cgi-html.t t/lib/cgi-request.t
23321____________________________________________________________________________
23322[  3558] By: jhi                                   on 1999/06/28  07:30:21
23323        Log: Change Olaf Lebbe's email address.
23324     Branch: cfgperl
23325           ! README.epoc
23326____________________________________________________________________________
23327[  3557] By: gsar                                  on 1999/06/28  00:07:33
23328        Log: make autogenerated files writable
23329     Branch: perl
23330           - win32/perlhost.h
23331	   ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
23332	   ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
23333	   ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
23334	   ! proto.h regnodes.h warning.h win32/config_H.bc
23335           ! win32/config_H.gc win32/config_H.vc
23336____________________________________________________________________________
23337[  3556] By: jhi                                   on 1999/06/27  19:22:53
23338        Log: Update MANIFEST to match #3555.
23339     Branch: cfgperl
23340           ! MANIFEST
23341____________________________________________________________________________
23342[  3555] By: jhi                                   on 1999/06/27  19:16:22
23343        Log: EPOC port to Psion5.
23344             From: Olaf Flebbe <O.Flebbe@science-computing.de>
23345             To: Jarkko Hietaniemi <jhi@iki.fi>
23346             Cc: perl5-porters@perl.org
23347             Subject: Re: Psion5
23348             Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
23349             Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
23350     Branch: cfgperl
23351	   + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
23352           + epoc/perl.mmp epoc/perl.pkg
23353	   ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
23354           ! perl.h sv.c util.c
23355____________________________________________________________________________
23356[  3554] By: jhi                                   on 1999/06/27  18:50:52
23357        Log: Integrate from mainperl.
23358     Branch: cfgperl
23359          !> (integrate 48 files)
23360____________________________________________________________________________
23361[  3553] By: gsar                                  on 1999/06/27  14:28:49
23362        Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
23363             gone from the public API); PERL_OBJECT builds again on
23364             windows
23365
23366             TODO: namespace-clean the typedefs in iperlsys.h and
23367             elsewhere; remove C++ remnants from public headers
23368     Branch: perl
23369	   ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
23370	   ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
23371	   ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
23372	   ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
23373	   ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
23374	   ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
23375	   ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
23376	   ! win32/GenCAPI.pl win32/Makefile win32/config.bc
23377	   ! win32/config.gc win32/config.vc win32/dl_win32.xs
23378	   ! win32/makedef.pl win32/makefile.mk win32/perllib.c
23379	   ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
23380           ! win32/win32sck.c
23381____________________________________________________________________________
23382[  3552] By: gsar                                  on 1999/06/27  13:49:31
23383        Log: integrate cfgperl changes into mainline
23384     Branch: perl
23385	  !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
23386	  !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
23387	  !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
23388          !> util.c
23389____________________________________________________________________________
23390[  3551] By: gsar                                  on 1999/06/27  13:31:11
23391        Log: fix indents
23392     Branch: perl
23393           ! op.c
23394____________________________________________________________________________
23395[  3550] By: gsar                                  on 1999/06/24  22:42:53
23396        Log: update Changes
23397     Branch: perl
23398           ! Changes
23399____________________________________________________________________________
23400[  3549] By: gsar                                  on 1999/06/24  22:41:17
23401        Log: avoid race condition in the CAPI extension bootstrap handler
23402     Branch: perl
23403           ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
23404____________________________________________________________________________
23405[  3548] By: gsar                                  on 1999/06/24  22:39:53
23406        Log: sanity check to cover the case when perl is installed into the
23407             X:\ (drive root)
23408     Branch: perl
23409           ! win32/win32.c
23410____________________________________________________________________________
23411[  3547] By: gsar                                  on 1999/06/22  19:30:32
23412        Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
23413     Branch: perl
23414           ! lib/Tie/RefHash.pm
23415____________________________________________________________________________
23416[  3544] By: jhi                                   on 1999/06/18  19:24:28
23417        Log: Tidy up #3542 and #3543.
23418     Branch: cfgperl
23419           ! t/pragma/locale.t util.c
23420____________________________________________________________________________
23421[  3543] By: jhi                                   on 1999/06/18  10:28:45
23422        Log: Spice up locale.t.
23423     Branch: cfgperl
23424           ! t/pragma/locale.t
23425____________________________________________________________________________
23426[  3542] By: jhi                                   on 1999/06/17  22:42:03
23427        Log: Fixed two long-standing locale bugs.
23428
23429             Both problems were related to numeric locale which
23430             controls the radix character aka the decimal separator.
23431             (1) printf (and sprintf) were resetting the numeric locale to C.
23432             (2) Using locale-numerically formatted floating point
23433             numbers (e.g. "1,23") together with -w caused warnings about
23434             "isn't numeric".  The operations were working fine, though,
23435             because atof() was using the local locale.
23436             Both problems reported by Stefan Vogtner.
23437
23438             Introduced a wrapper for atof() that attempts to convert
23439             the string both ways.  This helps Perl to understand
23440             numbers like this "4.56" even when using a local locale
23441             makes atof() understand only numbers like this "7,89".
23442
23443             Remaining related problems, both of which existed before
23444             this patch and continue to exist after this patch:
23445             (a) The behaviour of print() is _not_ as documented by perllocale.
23446             Instead of always using the C locale, print() does use the
23447             local locale, just like the *printf() do.  This may be fixable
23448             now that switching to-and-fro between locales has been made
23449             more consistent, but fixing print() would change existing
23450             behaviour.  perllocale is not changed by this patch.
23451             (b) If a number has been stringified (say, via "$number") under
23452             a local locale, the cached string value persists even under
23453             "no locale".  This may or may not be a problem: operations
23454             work fine because the original number is still there, but
23455             that the string form keeps its locale-ish outlook may be
23456             somewhat confusing.
23457     Branch: cfgperl
23458	   ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
23459	   ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
23460	   ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
23461           ! util.c
23462____________________________________________________________________________
23463[  3541] By: jhi                                   on 1999/06/17  20:00:16
23464        Log: Integrate from mainperl.
23465     Branch: cfgperl
23466          !> ext/Data/Dumper/Dumper.pm op.c
23467____________________________________________________________________________
23468[  3540] By: gsar                                  on 1999/06/16  16:49:55
23469        Log: dump C<0> as such, not C<'0'>
23470     Branch: perl
23471           ! ext/Data/Dumper/Dumper.pm
23472____________________________________________________________________________
23473[  3539] By: gsar                                  on 1999/06/13  04:04:40
23474        Log: fix coredumper in change#3498
23475     Branch: perl
23476           ! op.c
23477____________________________________________________________________________
23478[  3538] By: jhi                                   on 1999/06/12  22:01:26
23479        Log: Integrate from mainperl.
23480     Branch: cfgperl
23481          +> lib/caller.pm
23482          !> (integrate 36 files)
23483____________________________________________________________________________
23484[  3537] By: gsar                                  on 1999/06/12  06:43:03
23485        Log: EXTERN_C declarations for global arrays in various
23486             headers, so perl can be built even in C++ mode; win32
23487             build fixups; regen headers
23488     Branch: perl
23489	   ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
23490           ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
23491____________________________________________________________________________
23492[  3536] By: gsar                                  on 1999/06/12  06:38:21
23493        Log: caller.pm typos
23494     Branch: perl
23495           ! lib/caller.pm
23496____________________________________________________________________________
23497[  3535] By: gsar                                  on 1999/06/11  23:13:54
23498        Log: various little tweaks; most globals are now in intrpvar.h, ninterps
23499             is temporarily gone
23500     Branch: perl
23501	   ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
23502           ! pod/perldelta.pod proto.h win32/perllib.c
23503____________________________________________________________________________
23504[  3534] By: gsar                                  on 1999/06/11  20:41:51
23505        Log: implement C<use caller 'encoding'>
23506     Branch: perl
23507           + lib/caller.pm
23508           ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
23509____________________________________________________________________________
23510[  3533] By: gsar                                  on 1999/06/11  16:51:04
23511        Log: truncate() has a peculiar exemption from strict barewords, even
23512             though it has a non-filehandle prototype
23513     Branch: perl
23514           ! op.c t/io/fs.t
23515____________________________________________________________________________
23516[  3532] By: gsar                                  on 1999/06/11  09:09:16
23517        Log: GDBM tweak
23518     Branch: perl
23519           ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
23520____________________________________________________________________________
23521[  3531] By: gsar                                  on 1999/06/10  23:34:19
23522        Log: part of the platform changes for IMPLICIT_CONTEXT
23523     Branch: perl
23524	   ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
23525	   ! jpl/PerlInterpreter/PerlInterpreter.c
23526	   ! jpl/PerlInterpreter/PerlInterpreter.h
23527	   ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
23528           ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
23529____________________________________________________________________________
23530[  3530] By: jhi                                   on 1999/06/10  20:55:56
23531        Log: Integrate from mainperl.
23532     Branch: cfgperl
23533          !> ext/DB_File/DB_File.xs ext/DB_File/typemap
23534____________________________________________________________________________
23535[  3529] By: gsar                                  on 1999/06/10  20:40:01
23536        Log: DB_File tweaks for IMPLICIT CONTEXT
23537     Branch: perl
23538           ! ext/DB_File/DB_File.xs ext/DB_File/typemap
23539____________________________________________________________________________
23540[  3528] By: jhi                                   on 1999/06/10  10:18:15
23541        Log: Integrate from mainperl.
23542     Branch: cfgperl
23543          !> (integrate 105 files)
23544____________________________________________________________________________
23545[  3527] By: gsar                                  on 1999/06/10  09:30:35
23546        Log: most globals are now interpreter local; locale initialization
23547             was too early, defer it until interpreter is allocated and
23548             initialized; multiple interpreters should now be
23549             concurrency-safe (untested)
23550     Branch: perl
23551	   ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
23552           ! perlvars.h
23553____________________________________________________________________________
23554[  3526] By: gsar                                  on 1999/06/10  08:38:00
23555        Log: fix small nits
23556     Branch: perl
23557           ! cc_runtime.h ext/B/B/CC.pm run.c
23558____________________________________________________________________________
23559[  3525] By: gsar                                  on 1999/06/10  04:41:38
23560        Log: win32 build fixes
23561     Branch: perl
23562	   ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
23563	   ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
23564	   ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
23565	   ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
23566	   ! win32/Makefile win32/config_H.bc win32/config_H.gc
23567	   ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
23568	   ! win32/makedef.pl win32/makefile.mk win32/perllib.c
23569	   ! win32/win32.c win32/win32.h win32/win32sck.c
23570           ! win32/win32thread.c win32/win32thread.h
23571____________________________________________________________________________
23572[  3524] By: gsar                                  on 1999/06/09  18:03:01
23573        Log: more complete support for implicit thread/interpreter pointer,
23574             enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
23575             without that enabled):
23576             - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
23577             is a noop; tests pass on Solaris; should be faster now!
23578             - MULTIPLICITY has been tested with and without
23579             PERL_IMPLICIT_CONTEXT on Solaris
23580             - improved function database now merged with embed.pl
23581             - everything except the varargs functions have foo(a,b,c) macros
23582             to provide compatibility
23583             - varargs functions default to compatibility variants that
23584             get the context pointer using dTHX
23585             - there should be almost no source compatibility issues as a
23586             result of all this
23587             - dl_foo.xs changes other than dl_dlopen.xs untested
23588             - still needs documentation, fixups for win32 etc
23589             Next step: migrate most non-mutex variables from perlvars.h
23590             to intrpvar.h
23591     Branch: perl
23592           - proto.pl
23593	   ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
23594	   ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
23595	   ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
23596	   ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
23597	   ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
23598	   ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
23599	   ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
23600	   ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
23601	   ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
23602	   ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
23603	   ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
23604	   ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
23605	   ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
23606	   ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
23607	   ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
23608	   ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
23609	   ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
23610	   ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
23611	   ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
23612           ! util.c win32/Makefile win32/makefile.mk writemain.SH
23613____________________________________________________________________________
23614[  3523] By: gsar                                  on 1999/06/07  05:24:13
23615        Log: missed a file
23616     Branch: perl
23617           + proto.pl
23618           ! MANIFEST
23619____________________________________________________________________________
23620[  3522] By: gsar                                  on 1999/06/07  05:18:34
23621        Log: initial stub implementation of implicit thread/this
23622             pointer	argument; builds/tests on Solaris, win32
23623             hasn't been fixed up yet; proto.h, global.sym and
23624             static function decls are now generated from a common
23625             database in proto.pl; some inconsistently named
23626             perl_foo() things are now Perl_foo(), compatibility
23627             #defines provided; perl_foo() (lowercase 'p') reserved
23628             for functions that take an explicit context argument;
23629             next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
23630     Branch: perl
23631	   ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
23632	   ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
23633	   ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
23634	   ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
23635	   ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
23636	   ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
23637           ! universal.c utf8.c util.c
23638____________________________________________________________________________
23639[  3521] By: gsar                                  on 1999/06/04  23:00:22
23640        Log: clean up some stray "global" symbols
23641     Branch: perl
23642	   ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
23643           ! pp_proto.h proto.h
23644____________________________________________________________________________
23645[  3520] By: jhi                                   on 1999/06/02  21:33:28
23646        Log: Integrate from mainperl.
23647     Branch: cfgperl
23648          !> (integrate 94 files)
23649____________________________________________________________________________
23650[  3519] By: gsar                                  on 1999/06/02  07:16:10
23651        Log: avoid dereferencing null pointer from getpwent() et al
23652     Branch: perl
23653           ! pp_sys.c
23654____________________________________________________________________________
23655[  3518] By: gsar                                  on 1999/06/02  04:47:10
23656        Log: remove _() non-ansism
23657     Branch: perl
23658	   ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
23659	   ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
23660	   ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
23661	   ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
23662	   ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
23663	   ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
23664	   ! ext/re/re.xs handy.h hv.c iperlsys.h
23665	   ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
23666	   ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
23667	   ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
23668	   ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
23669	   ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
23670	   ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
23671	   ! vms/vmsish.h vms/writemain.pl vos/config.h
23672	   ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
23673	   ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
23674	   ! win32/perllib.c win32/runperl.c win32/win32.h
23675	   ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
23676           ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
23677____________________________________________________________________________
23678[  3517] By: gsar                                  on 1999/06/02  02:17:51
23679        Log: missed a few files
23680     Branch: perl
23681           ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
23682____________________________________________________________________________
23683[  3516] By: gsar                                  on 1999/06/02  01:37:33
23684        Log: integrate cfgperl contents into mainline
23685     Branch: perl
23686	  +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
23687          +> ext/ByteLoader/byterun.h
23688           - bytecode.h byterun.c byterun.h
23689           ! Changes
23690          !> (integrate 58 files)
23691____________________________________________________________________________
23692[  3515] By: gsar                                  on 1999/06/02  00:48:50
23693        Log: remove stray K&R-isms
23694     Branch: perl
23695	   ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
23696	   ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
23697	   ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
23698           ! toke.c util.c win32/win32.c x2p/hash.c
23699____________________________________________________________________________
23700[  3514] By: gsar                                  on 1999/06/01  15:55:55
23701        Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
23702             strict 'subs'
23703     Branch: perl
23704           ! op.c t/pragma/strict-subs
23705____________________________________________________________________________
23706[  3513] By: jhi                                   on 1999/06/01  07:17:05
23707        Log: Patch applying of #3499 had gone awry.
23708     Branch: cfgperl
23709           ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
23710____________________________________________________________________________
23711[  3512] By: gsar                                  on 1999/05/31  19:21:30
23712        Log: tighter -help output
23713     Branch: perl
23714           ! perl.c
23715____________________________________________________________________________
23716[  3511] By: gsar                                  on 1999/05/31  17:18:23
23717        Log: fix memory leak in C<eval 'return sub {...}'>
23718     Branch: perl
23719           ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
23720____________________________________________________________________________
23721[  3510] By: gsar                                  on 1999/05/31  14:11:46
23722        Log: tweak C++isms
23723     Branch: perl
23724           ! win32/dl_win32.xs win32/win32.c
23725____________________________________________________________________________
23726[  3509] By: jhi                                   on 1999/05/30  13:02:26
23727        Log: Cleanup of #3488.
23728     Branch: cfgperl
23729           ! Configure config_h.SH
23730____________________________________________________________________________
23731[  3508] By: jhi                                   on 1999/05/30  11:16:01
23732        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23733             To: Mailing list Perl5 <perl5-porters@perl.org>
23734             Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
23735             Date: Sat, 29 May 1999 20:18:13 -0400
23736             Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
23737     Branch: cfgperl
23738           ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
23739____________________________________________________________________________
23740[  3507] By: jhi                                   on 1999/05/29  20:05:40
23741        Log: From: Mark-Jason Dominus <mjd@plover.com>
23742             To: perl5-porters@perl.com
23743             Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
23744             Date: Sat, 29 May 1999 14:45:10 -0400
23745             Message-ID: <19990529184510.27557.qmail@plover.com>
23746     Branch: cfgperl
23747           ! op.h
23748____________________________________________________________________________
23749[  3506] By: gsar                                  on 1999/05/29  16:49:39
23750        Log: avoid gv_check() recursive pit
23751     Branch: perl
23752           ! gv.c
23753____________________________________________________________________________
23754[  3505] By: jhi                                   on 1999/05/29  11:38:16
23755        Log: From: jan.dubois@ibm.net (Jan Dubois)
23756             To: Gurusamy Sarathy <gsar@activestate.com>
23757             Cc: perl5-porters@perl.org
23758             Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
23759             Date: Sat, 29 May 1999 08:46:22 +0200
23760             Message-ID: <374f8007.2016008@smtp1.ibm.net>
23761     Branch: cfgperl
23762           ! t/op/grent.t t/op/pwent.t
23763____________________________________________________________________________
23764[  3504] By: jhi                                   on 1999/05/29  11:07:10
23765        Log: QNX needs <sys/select.h> to define fd_set.
23766
23767             From: Norton Allen <allen@huarp.harvard.edu>
23768             To: perl5-porters@perl.org
23769             Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
23770             Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
23771             Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
23772     Branch: cfgperl
23773           ! ext/IO/poll.c
23774____________________________________________________________________________
23775[  3503] By: jhi                                   on 1999/05/29  10:53:31
23776        Log: From: jan.dubois@ibm.net (Jan Dubois)
23777             To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
23778             Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
23779             Date: Fri, 28 May 1999 20:14:35 +0200
23780             Message-ID: <3751daa4.7188847@smtp1.ibm.net>
23781     Branch: cfgperl
23782           ! lib/Math/BigFloat.pm
23783____________________________________________________________________________
23784[  3502] By: jhi                                   on 1999/05/29  10:44:44
23785        Log: Make Configure support the change #3367,
23786             SysV shadow passwords.
23787     Branch: cfgperl
23788           ! Configure config_h.SH pp_sys.c
23789____________________________________________________________________________
23790[  3501] By: gsar                                  on 1999/05/28  21:22:23
23791        Log: add wide versions of win32 system calls (first step in
23792             globalization); delayload winsock for performance if compiling
23793             with VC 6.0
23794     Branch: perl
23795	   ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
23796           ! win32/win32.c win32/win32.h
23797____________________________________________________________________________
23798[  3500] By: jhi                                   on 1999/05/28  21:17:24
23799        Log: The new t/lib/io_linenum.t was using stricture
23800             before @INC was set up.
23801     Branch: cfgperl
23802           ! t/lib/io_linenum.t
23803____________________________________________________________________________
23804[  3499] By: jhi                                   on 1999/05/28  17:13:23
23805        Log: From: Tom Hughes <tom@compton.nu>
23806             To: perl5-porters@perl.org
23807             Subject: [PATCH 5.005_57] ByteLoader mark 2
23808             Date: Wed, 26 May 1999 23:59:49 +0100
23809             Message-ID: <bf337a0849.tom@compton.compton.nu>
23810
23811             plus resolve tiny conflict with #3479
23812             plus regen_headers.
23813     Branch: cfgperl
23814	   + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
23815           + ext/ByteLoader/byterun.h
23816           - bytecode.h byterun.c byterun.h
23817	   ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
23818	   ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
23819	   ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
23820	   ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
23821           ! perl.h perlvars.h proto.h util.c utils/Makefile
23822____________________________________________________________________________
23823[  3498] By: jhi                                   on 1999/05/28  16:53:04
23824        Log: From: Mark-Jason Dominus <mjd@plover.com>
23825             To: perl5-porters@perl.com
23826             Subject: PATCH (5.005_57): defined(@a) now deprecated
23827             Date: Thu, 27 May 1999 16:05:44 -0400
23828             Message-ID: <19990527200544.13330.qmail@plover.com>
23829     Branch: cfgperl
23830	   ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
23831           ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
23832____________________________________________________________________________
23833[  3497] By: jhi                                   on 1999/05/28  16:50:54
23834        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23835             To: perl5-porters@perl.org (Mailing list Perl5)
23836             Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
23837             Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
23838             Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
23839     Branch: cfgperl
23840	   ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
23841           ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
23842____________________________________________________________________________
23843[  3496] By: jhi                                   on 1999/05/28  16:48:39
23844        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23845             To: perl5-porters@perl.org (Mailing list Perl5)
23846             Subject: [PATCH 5.00557] Required OS/2-related patches
23847             Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
23848             Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
23849     Branch: cfgperl
23850	   ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
23851           ! t/op/stat.t util.c
23852____________________________________________________________________________
23853[  3495] By: jhi                                   on 1999/05/28  16:45:56
23854        Log: From: Paul Johnson <pjcj@transeda.com>
23855             To: perl5-porters <perl5-porters@perl.org>
23856             Subject: [PATCH 5.005_57] Provide more useful test okay percentage
23857             Date: Fri, 28 May 1999 15:13:54 +0100
23858             Message-ID: <19990528151354.B289@west-tip.transeda.com>
23859     Branch: cfgperl
23860           ! t/TEST
23861____________________________________________________________________________
23862[  3494] By: jhi                                   on 1999/05/28  16:44:34
23863        Log: From: Paul Johnson <pjcj@transeda.com>
23864             To: perl5-porters <perl5-porters@perl.org>
23865             Subject: [PATCH 5.005_57] Fixes related to working local $.
23866             Date: Fri, 28 May 1999 15:11:18 +0100
23867             Message-ID: <19990528151118.A289@west-tip.transeda.com>
23868     Branch: cfgperl
23869           ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
23870____________________________________________________________________________
23871[  3493] By: gsar                                  on 1999/05/28  16:37:26
23872        Log: change#3449 wasn't doing enough
23873     Branch: perl
23874           ! op.c t/comp/proto.t
23875____________________________________________________________________________
23876[  3492] By: jhi                                   on 1999/05/28  08:12:23
23877        Log: From: paul.marquess@bt.com
23878             To: doughera@lafayette.edu
23879             Cc: perl5-porters@perl.org
23880             Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
23881             Date: Thu, 27 May 1999 23:31:38 +0100
23882             Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
23883
23884             Had to be applied manually; some mailer had munged the patch slightly.
23885     Branch: cfgperl
23886           ! ext/NDBM_File/NDBM_File.xs
23887____________________________________________________________________________
23888[  3491] By: jhi                                   on 1999/05/28  07:51:17
23889        Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
23890             To: perl5-porters@perl.org
23891             Subject: [PATCH 5.005_57] fixing eval in the compiler
23892             Date: Thu, 27 May 1999 07:56:54 -0700
23893             Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
23894     Branch: cfgperl
23895           ! cc_runtime.h scope.h
23896____________________________________________________________________________
23897[  3490] By: jhi                                   on 1999/05/28  07:47:06
23898        Log: From: Andy Dougherty <doughera@lafayette.edu>
23899             To: perlbug@perl.com
23900             Cc: Jarkko Hietaniemi <jhi@iki.fi>
23901             Subject: [PATCH] Configure updates for ISC 4.1
23902             Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
23903             Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
23904     Branch: cfgperl
23905           ! Configure config_h.SH
23906____________________________________________________________________________
23907[  3489] By: jhi                                   on 1999/05/28  07:39:17
23908        Log: Integrate from mainperl.
23909     Branch: cfgperl
23910          !> malloc.c win32/makedef.pl win32/win32.c
23911____________________________________________________________________________
23912[  3488] By: jhi                                   on 1999/05/27  16:57:19
23913        Log: From: Andy Dougherty <doughera@lafayette.edu>
23914             To: Perl Porters <perl5-porters@perl.org>
23915             Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
23916             Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
23917             Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
23918     Branch: cfgperl
23919           ! Configure config_h.SH hints/sunos_4_1.sh util.c
23920____________________________________________________________________________
23921[  3487] By: gsar                                  on 1999/05/27  03:56:20
23922        Log: make win32_spawnvp() inherit standard handles even when they
23923             may be redirected
23924     Branch: perl
23925           ! win32/win32.c
23926____________________________________________________________________________
23927[  3486] By: jhi                                   on 1999/05/26  19:55:52
23928        Log: From: Andy Dougherty <doughera@lafayette.edu>
23929             To: perl5-porters@perl.org
23930             Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
23931             Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
23932             Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
23933     Branch: cfgperl
23934           ! util.c
23935____________________________________________________________________________
23936[  3485] By: chip                                  on 1999/05/26  17:19:11
23937        Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
23938     Branch: maint-5.004/perl
23939           ! Configure
23940____________________________________________________________________________
23941[  3484] By: gsar                                  on 1999/05/26  01:56:28
23942        Log: fix missing exported symbol
23943     Branch: perl
23944           ! malloc.c win32/makedef.pl
23945____________________________________________________________________________
23946[  3483] By: jhi                                   on 1999/05/25  23:08:07
23947        Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
23948
23949             From: "Todd C. Miller" <Todd.Miller@courtesan.com>
23950             To: perlbug@perl.com
23951             Subject: OpenBSD hints file update
23952             Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
23953             Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
23954     Branch: cfgperl
23955           ! hints/openbsd.sh
23956____________________________________________________________________________
23957[  3482] By: jhi                                   on 1999/05/25  23:01:25
23958        Log: From: Tom Hughes <tom@compton.nu>
23959             To: perl5-porters@perl.org
23960             Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
23961             Date: Tue, 25 May 1999 23:10:23 +0100
23962             Message-ID: <1ed7f10749.tom@compton.compton.nu>
23963     Branch: cfgperl
23964           ! Configure config_h.SH
23965____________________________________________________________________________
23966[  3481] By: jhi                                   on 1999/05/25  22:31:50
23967        Log: 3479, 3480, 3481 seems logical.
23968     Branch: cfgperl
23969          !> hints/aix.sh
23970____________________________________________________________________________
23971[  3480] By: jhi                                   on 1999/05/25  22:13:39
23972        Log: The change #3479 wasn't perfect.
23973     Branch: perl
23974           ! hints/aix.sh
23975____________________________________________________________________________
23976[  3479] By: jhi                                   on 1999/05/25  21:59:21
23977        Log: Cures for _57 in AIX 4.1.5.0.
23978             (1) The lddlflags lost its -lc by change #3660
23979             (and the politeness of change #3257).
23980             (2) optype_size must end up in perl.exp (as PL_optype_size).
23981             Added it to perlvars.h, fixed bytecode.pl,
23982             regen'ed the relevant headers.
23983     Branch: cfgperl
23984	   ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
23985           ! perlvars.h
23986     Branch: perl
23987           ! hints/aix.sh
23988____________________________________________________________________________
23989[  3478] By: jhi                                   on 1999/05/25  20:13:47
23990        Log: Integrate from mainperl.
23991     Branch: cfgperl
23992          +> pod/perltootc.pod
23993          !> (integrate 101 files)
23994____________________________________________________________________________
23995[  3477] By: gsar                                  on 1999/05/25  10:43:48
23996        Log: here be 5.005_57
23997     Branch: perl
23998           ! Changes MANIFEST Porting/makerel
23999          !> Changes5.005
24000
24001----------------
24002Version 5.005_57
24003----------------
24004
24005____________________________________________________________________________
24006[  3476] By: gsar                                  on 1999/05/25  09:23:43
24007        Log: up patchlevel &c
24008     Branch: perl
24009	   ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
24010	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24011           ! win32/makefile.mk
24012____________________________________________________________________________
24013[  3475] By: gsar                                  on 1999/05/25  09:14:51
24014        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24015             Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
24016             Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
24017             Subject: [PATCH 5.005_56] REx engine improvements
24018     Branch: perl
24019	   ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
24020	   ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
24021           ! thrdvar.h util.c
24022____________________________________________________________________________
24023[  3474] By: gsar                                  on 1999/05/25  08:39:56
24024        Log: test case for change#3470
24025     Branch: perl
24026           ! t/lib/bigintpm.t
24027____________________________________________________________________________
24028[  3473] By: gsar                                  on 1999/05/25  08:36:52
24029        Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
24030     Branch: perl
24031           ! Changes pod/perlport.pod
24032____________________________________________________________________________
24033[  3472] By: gsar                                  on 1999/05/25  08:28:57
24034        Log: assorted tweaks
24035     Branch: perl
24036	   ! doio.c iperlsys.h win32/config.bc win32/config.gc
24037	   ! win32/config.vc win32/config_H.bc win32/config_H.gc
24038           ! win32/config_H.vc win32/makedef.pl
24039____________________________________________________________________________
24040[  3471] By: gsar                                  on 1999/05/25  06:06:04
24041        Log: perlref update from Tom Christiansen
24042     Branch: perl
24043           ! pod/perlref.pod
24044____________________________________________________________________________
24045[  3470] By: gsar                                  on 1999/05/25  06:03:27
24046        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24047             Date: Mon, 24 May 1999 17:43:56 -0400
24048             Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
24049             Subject: [PATCH 5.005_*] hv.c calling negative malloc()
24050     Branch: perl
24051           ! hv.c
24052____________________________________________________________________________
24053[  3469] By: gsar                                  on 1999/05/25  05:59:22
24054        Log: avoid temporary files that have a constant name (from a suggestion
24055             by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
24056     Branch: perl
24057           ! lib/ExtUtils/MM_Unix.pm
24058____________________________________________________________________________
24059[  3468] By: gsar                                  on 1999/05/25  05:54:29
24060        Log: From: pvhp@forte.com (Peter Prymmer)
24061             Date: Mon, 24 May 99 11:20:25 PDT
24062             Message-Id: <9905241820.AA28071@forte.com>
24063             Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
24064     Branch: perl
24065           ! lib/Pod/Text.pm
24066____________________________________________________________________________
24067[  3467] By: gsar                                  on 1999/05/25  04:08:50
24068        Log: fix glob() bug that resulted in missing symlinks that don't point
24069             anywhere
24070     Branch: perl
24071           ! pp_hot.c
24072____________________________________________________________________________
24073[  3466] By: gsar                                  on 1999/05/25  03:00:00
24074        Log: avoid enumerating @INC contents in diagnostic if @INC was never
24075             searched
24076     Branch: perl
24077           ! pod/perldiag.pod pp_ctl.c
24078____________________________________________________________________________
24079[  3465] By: gsar                                  on 1999/05/25  02:24:08
24080        Log: add caveat about close(PIPE) carelessness
24081     Branch: perl
24082           ! pod/perlfunc.pod
24083____________________________________________________________________________
24084[  3464] By: gsar                                  on 1999/05/24  23:55:53
24085        Log: fix bogus line numbers for void context warnings
24086             (change#2548 was overeager)
24087     Branch: perl
24088           ! op.c
24089____________________________________________________________________________
24090[  3463] By: gsar                                  on 1999/05/24  23:31:58
24091        Log: change#3455 had a typo
24092     Branch: perl
24093           ! pp_ctl.c
24094____________________________________________________________________________
24095[  3462] By: gsar                                  on 1999/05/24  17:32:20
24096        Log: more pod updates from Tom Christiansen; regen perltoc
24097     Branch: perl
24098	   ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
24099           ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
24100____________________________________________________________________________
24101[  3461] By: gsar                                  on 1999/05/24  07:41:32
24102        Log: perlmod notes from Damian Conway (via Tom Christiansen)
24103     Branch: perl
24104           ! pod/perlmod.pod
24105____________________________________________________________________________
24106[  3460] By: gsar                                  on 1999/05/24  07:24:11
24107        Log: major pod update from Tom Christiansen
24108     Branch: perl
24109           + pod/perltootc.pod
24110	   ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
24111	   ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
24112	   ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
24113	   ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
24114	   ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
24115	   ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
24116	   ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
24117	   ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
24118	   ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
24119	   ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
24120           ! pod/perlxs.pod pod/pod2man.PL
24121____________________________________________________________________________
24122[  3459] By: gsar                                  on 1999/05/24  06:26:48
24123        Log: perlfaq update from Tom Christiansen
24124     Branch: perl
24125	   ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
24126	   ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24127	   ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
24128           ! pod/perlfaq9.pod
24129____________________________________________________________________________
24130[  3458] By: gsar                                  on 1999/05/24  05:55:11
24131        Log: updated to v1.50 from CPAN
24132     Branch: perl
24133           ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
24134____________________________________________________________________________
24135[  3457] By: gsar                                  on 1999/05/24  05:46:20
24136        Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24137             Date: Sun, 23 May 1999 16:35:07 +0100
24138             Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
24139             Subject: [PATCH 5.005_56] name PL_in_eval bits
24140     Branch: perl
24141           ! cop.h op.c perl.c pp_ctl.c toke.c util.c
24142____________________________________________________________________________
24143[  3456] By: gsar                                  on 1999/05/24  05:18:06
24144        Log: make -t mode the default on emacs/dumb terminals
24145     Branch: perl
24146           ! Changes utils/perldoc.PL
24147____________________________________________________________________________
24148[  3455] By: gsar                                  on 1999/05/24  05:05:19
24149        Log: return 0 rather than "" when scalar grep has nothing to iterate
24150             on (brings behavior in line with documentation)
24151     Branch: perl
24152           ! pp_ctl.c
24153____________________________________________________________________________
24154[  3454] By: gsar                                  on 1999/05/24  04:52:52
24155        Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
24156             Date: Thu, 20 May 1999 13:27:02 -1000
24157             Message-Id: <E10kcDN-0007TA-00@lapaki>
24158             Subject: Problem with MM_Unix in 5.005_03
24159     Branch: perl
24160           ! lib/ExtUtils/MM_Unix.pm
24161____________________________________________________________________________
24162[  3453] By: gsar                                  on 1999/05/24  04:39:49
24163        Log: avoid removing duplicates in user-generated warnings
24164             From: byron@omix.com (Byron Brummer)
24165             Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
24166             Message-Id: <199905201101.EAA91175@thrush.omix.com>
24167             Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
24168     Branch: perl
24169           ! lib/diagnostics.pm
24170____________________________________________________________________________
24171[  3452] By: gsar                                  on 1999/05/24  04:23:10
24172        Log: straighten some code to avoid NeXT compiler bugs (from
24173             Geoff Kuenning <geoff@cs.hmc.edu>)
24174     Branch: perl
24175           ! pp_ctl.c
24176____________________________________________________________________________
24177[  3451] By: gsar                                  on 1999/05/24  03:03:05
24178        Log: minor logic tweak for reserved word warning
24179     Branch: perl
24180           ! lib/Test/Harness.pm toke.c
24181____________________________________________________________________________
24182[  3450] By: gsar                                  on 1999/05/24  02:34:20
24183        Log: oops, some files missing in change#3449
24184     Branch: perl
24185           ! op.c op.h toke.c
24186____________________________________________________________________________
24187[  3449] By: gsar                                  on 1999/05/24  02:33:12
24188        Log: allow '*' prototype to autoquote even barewords that happen to be
24189             function names; parens or ampersand continue to force the other
24190             interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
24191             do the right thing, for example
24192     Branch: perl
24193           ! t/comp/proto.t
24194____________________________________________________________________________
24195[  3448] By: gsar                                  on 1999/05/24  01:51:24
24196        Log: remove vestiges of PL_last_proto
24197     Branch: perl
24198           ! embedvar.h intrpvar.h objXSUB.h
24199____________________________________________________________________________
24200[  3447] By: gsar                                  on 1999/05/24  01:49:20
24201        Log: redo change#2061 and parts of change#1169 with code in the
24202             parser; PL_last_proto hackery gone, strict 'subs' in now
24203             implemented in the optimizer where specifying the exceptional
24204             cases is much more robust; '*' (bareword) prototype now works
24205             reliably when used in second and subsequent arguments
24206     Branch: perl
24207           ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
24208____________________________________________________________________________
24209[  3446] By: gsar                                  on 1999/05/23  05:00:55
24210        Log: remove redundant part of change#1169 superceded by change#2061;
24211             avoid "future reserved word" warning on prototypical bearwords
24212     Branch: perl
24213           ! t/lib/fatal.t toke.c
24214____________________________________________________________________________
24215[  3445] By: gsar                                  on 1999/05/21  23:36:49
24216        Log: s/isspace/isSPACE/g and make sure the CRT version is always
24217             passed an unsigned char (fixes random occurrence of spaces in
24218             arguments containing high-bit chars passed to spawned children,
24219             on win32)
24220     Branch: perl
24221           ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
24222____________________________________________________________________________
24223[  3444] By: gsar                                  on 1999/05/21  23:08:55
24224        Log: integrate Configure changes from cfgperl
24225     Branch: perl
24226	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24227          !> config_h.SH
24228____________________________________________________________________________
24229[  3443] By: jhi                                   on 1999/05/21  22:00:56
24230        Log: Integrate from mainperl.
24231     Branch: cfgperl
24232	  !> Changes doop.c ext/SDBM_File/sdbm/dba.c
24233	  !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
24234	  !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
24235          !> win32/perlhost.h win32/win32.c x2p/walk.c
24236____________________________________________________________________________
24237[  3442] By: jhi                                   on 1999/05/21  21:59:46
24238        Log: fflush.
24239     Branch: cfgperl
24240	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24241           ! config_h.SH
24242____________________________________________________________________________
24243[  3441] By: gsar                                  on 1999/05/21  17:48:55
24244        Log: integrate cfgperl changes
24245     Branch: perl
24246	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24247          !> config_h.SH hints/sunos_4_1.sh installperl
24248____________________________________________________________________________
24249[  3440] By: gsar                                  on 1999/05/21  17:42:49
24250        Log: test tweak
24251     Branch: perl
24252           ! t/comp/proto.t
24253____________________________________________________________________________
24254[  3439] By: gsar                                  on 1999/05/21  17:31:26
24255        Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
24256             (Configure fflush(NULL) detection seems broken on Solaris, which
24257             is why I hit the problem)
24258     Branch: perl
24259           ! Changes perl.h
24260____________________________________________________________________________
24261[  3438] By: gsar                                  on 1999/05/20  16:41:01
24262        Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
24263     Branch: perl
24264           ! pod/perlport.pod
24265____________________________________________________________________________
24266[  3437] By: jhi                                   on 1999/05/20  07:14:39
24267        Log: Patches to fflushing in SunOS 4 from Andy Dougherty
24268             (via private email).
24269     Branch: cfgperl
24270	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24271           ! config_h.SH hints/sunos_4_1.sh
24272____________________________________________________________________________
24273[  3436] By: gsar                                  on 1999/05/20  05:18:26
24274        Log: various little nits
24275     Branch: perl
24276	   ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
24277	   ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
24278           ! win32/perlhost.h win32/win32.c x2p/walk.c
24279____________________________________________________________________________
24280[  3435] By: jhi                                   on 1999/05/18  16:25:49
24281        Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24282             To: perl5-porters@perl.org
24283             Subject: installperl
24284             Date: Fri, 14 May 1999 21:34:58 +0100
24285             Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
24286     Branch: cfgperl
24287           ! installperl
24288____________________________________________________________________________
24289[  3434] By: jhi                                   on 1999/05/17  21:25:54
24290        Log: Integrate from mainperl.
24291     Branch: cfgperl
24292          +> lib/ExtUtils/MM_Cygwin.pm
24293           - cygwin32/impure_ptr.c
24294	  !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
24295	  !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
24296	  !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
24297	  !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
24298          !> x2p/find2perl.PL
24299____________________________________________________________________________
24300[  3433] By: gsar                                  on 1999/05/17  09:49:01
24301        Log: integrate cfgperl changes into mainline
24302     Branch: perl
24303	  !> Configure INSTALL config_h.SH configure.com embed.h
24304	  !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
24305	  !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
24306          !> util.c
24307____________________________________________________________________________
24308[  3432] By: gsar                                  on 1999/05/17  09:06:45
24309        Log: emit more appropriate diagnostic for failed glob (variant
24310             of patch suggested by Graham Barr)
24311     Branch: perl
24312           ! gv.c pod/perldiag.pod pp.c pp_hot.c
24313____________________________________________________________________________
24314[  3431] By: gsar                                  on 1999/05/17  08:38:09
24315        Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
24316             Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
24317             Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
24318             Subject: find2perl does not grok the 'c' suffix to the -size argument
24319     Branch: perl
24320           ! x2p/find2perl.PL
24321____________________________________________________________________________
24322[  3430] By: gsar                                  on 1999/05/17  08:26:21
24323        Log: additional cleanups for cygwin32 port
24324             From: "Fifer, Eric" <EFifer@sanwaint.com>
24325             Date: Wed, 12 May 1999 20:25:54 +0100
24326             Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
24327             Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
24328     Branch: perl
24329           + lib/ExtUtils/MM_Cygwin.pm
24330           - cygwin32/impure_ptr.c
24331	   ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
24332	   ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
24333	   ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
24334           ! perl.h util.c
24335____________________________________________________________________________
24336[  3429] By: gsar                                  on 1999/05/17  08:01:04
24337        Log: From: Andy Dougherty <doughera@lafayette.edu>
24338             Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
24339             Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
24340             Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
24341     Branch: perl
24342           ! INSTALL
24343____________________________________________________________________________
24344[  3428] By: jhi                                   on 1999/05/17  07:03:26
24345        Log: Integrate from mainperl modulo the Socket.xs change.
24346     Branch: cfgperl
24347	  !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
24348          !> win32/win32.c win32/win32.h
24349____________________________________________________________________________
24350[  3427] By: jhi                                   on 1999/05/16  22:09:11
24351        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24352             To: perl5-porters@perl.org (Mailing list Perl5)
24353             Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
24354             Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
24355             Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
24356     Branch: cfgperl
24357           ! ext/Devel/Peek/Peek.xs
24358____________________________________________________________________________
24359[  3426] By: jhi                                   on 1999/05/16  22:07:11
24360        Log: From: Mark-Jason Dominus <mjd@plover.com>
24361             To: perl5-porters@perl.com
24362             Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
24363             Date: Sat, 15 May 1999 12:43:47 -0400
24364             Message-ID: <19990515164348.7313.qmail@plover.com>
24365     Branch: cfgperl
24366           ! pod/perldiag.pod
24367____________________________________________________________________________
24368[  3425] By: nick                                  on 1999/05/15  15:56:10
24369        Log: Mingw32 + w32api-0.1.5 tweaks
24370             - now more like other Win32 compilers
24371     Branch: perl
24372	   ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
24373           ! win32/win32.h
24374____________________________________________________________________________
24375[  3424] By: nick                                  on 1999/05/14  21:04:22
24376        Log: Experimental "slab" allocator for ops.
24377             To try it -DPL_OP_SLAB_ALLOC for op.c
24378             This is for proof of concept only, it leaks memory
24379             (ops are not free'd) so don't use in embedded apps.
24380             If this minimalist version does not show performance
24381             gain then whole idea is worthless.
24382             Nick see's approx 12% speed up vs perlmalloc running
24383             perl -Ilib -MCPAN -e ''
24384             Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
24385     Branch: perl
24386           ! op.c
24387____________________________________________________________________________
24388[  3423] By: gsar                                  on 1999/05/14  19:55:04
24389        Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
24390             found (brings sitelib intuition in line with privlib)
24391     Branch: perl
24392           ! win32/win32.c
24393____________________________________________________________________________
24394[  3422] By: jhi                                   on 1999/05/14  08:08:01
24395        Log: From: pvhp@forte.com (Peter Prymmer)
24396             To: perl5-porters@perl.org, vmsperl@perl.org
24397             Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
24398             Date: Thu, 13 May 99 15:29:57 PDT
24399             Message-Id: <9905132229.AA15854@forte.com>
24400     Branch: cfgperl
24401           ! configure.com
24402____________________________________________________________________________
24403[  3421] By: jhi                                   on 1999/05/14  07:34:20
24404        Log: Integrate from mainperl.
24405     Branch: cfgperl
24406          !> lib/ExtUtils/MM_Unix.pm win32/win32.c
24407____________________________________________________________________________
24408[  3420] By: jhi                                   on 1999/05/14  07:33:26
24409        Log: Still fflushing.
24410     Branch: cfgperl
24411           ! Configure config_h.SH util.c
24412____________________________________________________________________________
24413[  3419] By: gsar                                  on 1999/05/14  03:08:29
24414        Log: mortalize string allocations by win32_get_{priv,site}lib()
24415             (fixes small memory leak in interpreter)
24416     Branch: perl
24417           ! win32/win32.c
24418____________________________________________________________________________
24419[  3418] By: gsar                                  on 1999/05/14  03:06:50
24420        Log: make win32_longname() preserve kind of slashes in argument
24421     Branch: perl
24422           ! win32/win32.c
24423____________________________________________________________________________
24424[  3417] By: gsar                                  on 1999/05/14  03:04:44
24425        Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
24426     Branch: perl
24427           ! lib/ExtUtils/MM_Unix.pm
24428____________________________________________________________________________
24429[  3416] By: jhi                                   on 1999/05/13  21:18:06
24430        Log: Integrate from mainperl.
24431     Branch: cfgperl
24432          !> pp_ctl.c
24433____________________________________________________________________________
24434[  3415] By: jhi                                   on 1999/05/13  21:16:49
24435        Log: Fixes from Andy Dougherty (via private email).
24436     Branch: cfgperl
24437           ! Configure config_h.SH
24438____________________________________________________________________________
24439[  3414] By: nick                                  on 1999/05/13  20:04:26
24440        Log: valist vs va_list typo
24441     Branch: perl
24442           ! pp_ctl.c
24443____________________________________________________________________________
24444[  3413] By: jhi                                   on 1999/05/13  15:04:05
24445        Log: From: Andy Dougherty <doughera@lafayette.edu>
24446             To: perlbug@perl.com
24447             Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
24448             Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
24449             Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
24450     Branch: cfgperl
24451           ! INSTALL
24452____________________________________________________________________________
24453[  3412] By: jhi                                   on 1999/05/13  14:20:17
24454        Log: Integrate from mainperl.
24455     Branch: cfgperl
24456          !> pp_ctl.c
24457____________________________________________________________________________
24458[  3411] By: gsar                                  on 1999/05/13  14:16:56
24459        Log: docatch_body() declaration mismatch
24460     Branch: perl
24461           ! pp_ctl.c
24462____________________________________________________________________________
24463[  3410] By: jhi                                   on 1999/05/13  13:51:44
24464        Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
24465     Branch: cfgperl
24466           ! Configure config_h.SH perl.h
24467____________________________________________________________________________
24468[  3409] By: jhi                                   on 1999/05/13  13:31:53
24469        Log: Still fflushing strong.
24470     Branch: cfgperl
24471	   ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
24472           ! proto.h util.c
24473____________________________________________________________________________
24474[  3408] By: jhi                                   on 1999/05/12  14:30:23
24475        Log: Integrate from mainperl.
24476     Branch: cfgperl
24477          !> (integrate 30 files)
24478____________________________________________________________________________
24479[  3407] By: jhi                                   on 1999/05/12  12:28:31
24480        Log: Be tidier with fflush(NULL) testing.
24481     Branch: cfgperl
24482           ! Configure config_h.SH
24483____________________________________________________________________________
24484[  3406] By: gsar                                  on 1999/05/12  11:26:03
24485        Log: better range-checking on list slices, with test
24486             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24487             Date: Sun, 02 May 1999 17:02:53 +0100
24488             Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
24489             Subject: Re: List slice of undefs returns 0 items
24490     Branch: perl
24491           ! pp.c t/op/list.t
24492____________________________________________________________________________
24493[  3405] By: gsar                                  on 1999/05/12  11:22:27
24494        Log: change#3397 needs test tweak
24495     Branch: perl
24496           ! Changes t/pragma/warn/sv
24497____________________________________________________________________________
24498[  3404] By: gsar                                  on 1999/05/12  11:07:44
24499        Log: typo in change#3397
24500     Branch: perl
24501           ! doop.c
24502____________________________________________________________________________
24503[  3403] By: gsar                                  on 1999/05/12  10:49:01
24504        Log: From: Stephen Zander <gibreel@pobox.com>
24505             Date: 12 May 1999 01:22:31 -0700
24506             Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
24507             Subject: Re: Test::Harness runs tainted tests with wrong library path
24508     Branch: perl
24509           ! lib/Test/Harness.pm
24510____________________________________________________________________________
24511[  3402] By: gsar                                  on 1999/05/12  10:42:06
24512        Log: typo in change#3400
24513     Branch: perl
24514           ! ext/B/B/Deparse.pm
24515____________________________________________________________________________
24516[  3401] By: jhi                                   on 1999/05/12  10:40:42
24517        Log: A better, shinier, and possibly even correctly working
24518             reincarnation of #3398.
24519     Branch: cfgperl
24520           ! Configure config_h.SH
24521____________________________________________________________________________
24522[  3400] By: gsar                                  on 1999/05/12  10:40:11
24523        Log: deparse \&func() as \(&func()) for clarity
24524             From: Albert Dvornik <bert@genscan.com>
24525             Date: 11 May 1999 13:32:04 -0400
24526             Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
24527             Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
24528     Branch: perl
24529           ! ext/B/B/Deparse.pm
24530____________________________________________________________________________
24531[  3399] By: gsar                                  on 1999/05/12  10:36:02
24532        Log: more testsuite smarts (many of them courtesy Ilya)
24533     Branch: perl
24534	   ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
24535	   ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
24536	   ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
24537	   ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
24538	   ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
24539	   ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
24540           ! t/op/pwent.t
24541____________________________________________________________________________
24542[  3398] By: jhi                                   on 1999/05/12  09:33:08
24543        Log: Detect whether fflush(NULL) works as per change #3352.
24544     Branch: cfgperl
24545           ! Configure config_h.SH perl.h
24546____________________________________________________________________________
24547[  3397] By: gsar                                  on 1999/05/12  08:56:03
24548        Log: From: jan.dubois@ibm.net (Jan Dubois)
24549             Date: Wed, 12 May 1999 01:01:00 +0200
24550             Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
24551             Subject: [PATCH 5.005_03] chop/chomp modify readonly values
24552     Branch: perl
24553           ! doop.c
24554____________________________________________________________________________
24555[  3396] By: gsar                                  on 1999/05/12  08:23:27
24556        Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
24557             stat() behaves similarly
24558     Branch: perl
24559           ! win32/win32.c
24560____________________________________________________________________________
24561[  3395] By: jhi                                   on 1999/05/11  22:21:32
24562        Log: Redo parts of #3341 and #3358 that #3394 undid.
24563     Branch: cfgperl
24564           ! Configure config_h.SH
24565____________________________________________________________________________
24566[  3394] By: jhi                                   on 1999/05/11  22:03:48
24567        Log: Add I_NETINET_TCP to help change #3391.
24568     Branch: cfgperl
24569           ! Configure config_h.SH ext/Socket/Socket.xs
24570____________________________________________________________________________
24571[  3393] By: jhi                                   on 1999/05/11  21:44:59
24572        Log: Integrate from mainperl.
24573     Branch: cfgperl
24574          !> (integrate 55 files)
24575____________________________________________________________________________
24576[  3392] By: gsar                                  on 1999/05/11  20:56:43
24577        Log: update embedvar.h
24578     Branch: perl
24579           ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
24580____________________________________________________________________________
24581[  3391] By: gsar                                  on 1999/05/11  16:32:05
24582        Log: From: Joshua Pritikin <joshua.pritikin@db.com>
24583             Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
24584             Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
24585             Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
24586     Branch: perl
24587           ! ext/Socket/Socket.pm ext/Socket/Socket.xs
24588____________________________________________________________________________
24589[  3390] By: gsar                                  on 1999/05/11  15:27:40
24590        Log: display more frequent progress messages when STDOUT is a tty
24591     Branch: perl
24592           ! lib/Test/Harness.pm
24593____________________________________________________________________________
24594[  3389] By: gsar                                  on 1999/05/11  14:40:58
24595        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24596             Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
24597             Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
24598             Subject: [PATCH 5.005_53] Explanations by Test::Harness
24599     Branch: perl
24600           ! lib/Test/Harness.pm
24601____________________________________________________________________________
24602[  3388] By: gsar                                  on 1999/05/11  14:08:14
24603        Log: avoid creating spurious subroutine stubs on failed subroutine
24604             call and other places of sv_2cv() misuse; fixes problems with
24605             failed subroutine calls "hiding" later attempts to lookup methods
24606             in base classes
24607     Branch: perl
24608           ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
24609____________________________________________________________________________
24610[  3387] By: gsar                                  on 1999/05/11  09:34:13
24611        Log: various fixes for clean build and test on win32; configpm broken,
24612             needed to open myconfig.SH rather than myconfig; sundry adjustments
24613             to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
24614             work under win32; getenv_sv() changed to getenv_len() since SVs
24615             aren't visible in the lower echelons; remove bogus exports from
24616             config.sym; PERL_OBJECT-ness for C++ exception support; null out
24617             IoDIRP in filter_del() or sv_free() will attempt to close it
24618     Branch: perl
24619	   ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
24620	   ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
24621	   ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
24622	   ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
24623	   ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
24624	   ! win32/GenCAPI.pl win32/Makefile win32/config.bc
24625	   ! win32/config.gc win32/config.vc win32/makedef.pl
24626	   ! win32/makefile.mk win32/perlhost.h win32/runperl.c
24627           ! win32/win32.c win32/win32.h
24628____________________________________________________________________________
24629[  3386] By: gsar                                  on 1999/05/11  02:49:07
24630        Log: gutsupport for C++ exceptions
24631             From: Chip Salzenberg <chip@perlsupport.com>
24632             Date: Tue, 9 Mar 1999 11:51:57 -0500
24633             Message-ID: <19990309115157.E7911@perlsupport.com>
24634             Subject: [PATCH 5.005] Flexible Exceptions
24635     Branch: perl
24636	   ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
24637           ! scope.c scope.h thrdvar.h util.c
24638____________________________________________________________________________
24639[  3385] By: gsar                                  on 1999/05/10  19:33:36
24640        Log: "weak" references internals, still needs perlguts documentation
24641             (somewhat modified version of patch suggested by Tuomas J. Lukka
24642             <lukka@fas.harvard.edu>)
24643     Branch: perl
24644	   ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
24645           ! pod/perldiag.pod proto.h sv.c sv.h util.c
24646____________________________________________________________________________
24647[  3384] By: jhi                                   on 1999/05/10  18:21:43
24648        Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
24649             (due to QAR 56761) (the bug has been fixed in 4.0E or better)
24650     Branch: cfgperl
24651           ! INSTALL hints/dec_osf.sh
24652____________________________________________________________________________
24653[  3381] By: jhi                                   on 1999/05/10  14:39:28
24654        Log: Integrate from mainperl.
24655     Branch: cfgperl
24656	  +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
24657	  +> cygwin32/build-instructions.charles-wilson
24658	  +> cygwin32/build-instructions.sebastien-barre
24659	  +> cygwin32/build-instructions.steven-morlock
24660	  +> cygwin32/build-instructions.steven-morlock2
24661	  +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
24662	  +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
24663	  +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
24664          +> t/op/numconvert.t utils/perlbc.PL
24665	   - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
24666           - cygwin32/perlld
24667          !> (integrate 105 files)
24668____________________________________________________________________________
24669[  3380] By: gsar                                  on 1999/05/10  12:27:14
24670        Log: regen regnodes.h
24671     Branch: perl
24672           ! Changes regnodes.h
24673____________________________________________________________________________
24674[  3379] By: gsar                                  on 1999/05/10  12:17:26
24675        Log: From: jan.dubois@ibm.net (Jan Dubois)
24676             Date: Sat, 01 May 1999 22:55:36 +0200
24677             Message-ID: <373067e9.56194713@smtp1.ibm.net>
24678             Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
24679     Branch: perl
24680	   ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
24681           ! win32/config_H.vc
24682____________________________________________________________________________
24683[  3378] By: gsar                                  on 1999/05/10  12:07:13
24684        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24685             Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
24686             Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
24687             Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
24688     Branch: perl
24689           + t/op/numconvert.t
24690	   ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
24691           ! util.c
24692____________________________________________________________________________
24693[  3377] By: gsar                                  on 1999/05/10  11:39:48
24694        Log: pp_modulo comment tweak from Ilya
24695     Branch: perl
24696           ! pp.c
24697____________________________________________________________________________
24698[  3376] By: gsar                                  on 1999/05/10  11:30:40
24699        Log: From: Joshua Pritikin <joshua.pritikin@db.com>
24700             Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
24701             Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
24702             Subject: Test.pm update [PATCH _56]
24703     Branch: perl
24704           ! lib/Test.pm
24705____________________________________________________________________________
24706[  3375] By: gsar                                  on 1999/05/10  11:28:30
24707        Log: From: jan.dubois@ibm.net (Jan Dubois)
24708             Date: Fri, 07 May 1999 00:59:54 +0200
24709             Message-ID: <373318ae.19292461@smtp1.ibm.net>
24710             Subject: Re: Using existing memory for an SV's PV
24711     Branch: perl
24712           ! sv.c
24713____________________________________________________________________________
24714[  3374] By: gsar                                  on 1999/05/10  11:23:44
24715        Log: From: jan.dubois@ibm.net (Jan Dubois)
24716             Date: Fri, 07 May 1999 00:59:52 +0200
24717             Message-ID: <37321800.19118320@smtp1.ibm.net>
24718             Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
24719     Branch: perl
24720           ! perl.h
24721____________________________________________________________________________
24722[  3373] By: gsar                                  on 1999/05/10  11:22:10
24723        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24724             Date: Thu, 6 May 1999 18:17:28 -0400
24725             Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
24726             Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
24727     Branch: perl
24728	   ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
24729           ! util.c
24730____________________________________________________________________________
24731[  3372] By: gsar                                  on 1999/05/10  10:57:49
24732        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24733             Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
24734             Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
24735             Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
24736     Branch: perl
24737           ! regcomp.c regcomp.pl
24738____________________________________________________________________________
24739[  3371] By: gsar                                  on 1999/05/10  10:54:01
24740        Log: From: lane@duphy4.physics.drexel.edu
24741             Date: Tue, 04 May 1999 10:19:25 -0700
24742             Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
24743             Subject: [PATCH 5.005.56] pod->html VMS fixes
24744     Branch: perl
24745           ! installhtml lib/Pod/Html.pm
24746____________________________________________________________________________
24747[  3370] By: gsar                                  on 1999/05/10  10:45:52
24748        Log: testsuite nits
24749     Branch: perl
24750           ! t/lib/io_linenum.t t/op/filetest.t
24751____________________________________________________________________________
24752[  3369] By: gsar                                  on 1999/05/10  10:35:22
24753        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24754             Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
24755             Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
24756             Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
24757     Branch: perl
24758           ! os2/os2ish.h os2/os2thread.h
24759____________________________________________________________________________
24760[  3368] By: gsar                                  on 1999/05/10  10:00:11
24761        Log: From: Albert Dvornik <bert@genscan.com>
24762             Date: 03 May 1999 12:20:57 -0400
24763             Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
24764             Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
24765     Branch: perl
24766           ! dump.c
24767____________________________________________________________________________
24768[  3367] By: gsar                                  on 1999/05/10  09:55:51
24769        Log: shadow password support for Solaris (needs Configure help to
24770             determine HAS_GETSPENT)
24771             From: "Patrick O'Brien" <pdo@cs.umd.edu>
24772             Date: Sat, 01 May 1999 19:41:17 -0400
24773             Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
24774             Subject: getpwent() under solaris
24775     Branch: perl
24776           ! pp_sys.c
24777____________________________________________________________________________
24778[  3366] By: gsar                                  on 1999/05/10  09:45:58
24779        Log: From: jan.dubois@ibm.net (Jan Dubois)
24780             Date: Sat, 01 May 1999 23:45:47 +0200
24781             Message-ID: <373373fb.59284266@smtp1.ibm.net>
24782             Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
24783     Branch: perl
24784	   ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
24785           ! pod/perldelta.pod
24786____________________________________________________________________________
24787[  3365] By: gsar                                  on 1999/05/10  09:34:22
24788        Log: test suite and fix input_line_number()
24789             From: Paul Johnson <pjcj@transeda.com>
24790             Date: Thu, 29 Apr 1999 06:28:14 +0100
24791             Message-ID: <19990429062814.A17906@west-tip.transeda.com>
24792             Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
24793     Branch: perl
24794           + t/lib/io_linenum.t
24795           ! MANIFEST ext/IO/lib/IO/Handle.pm
24796____________________________________________________________________________
24797[  3364] By: gsar                                  on 1999/05/10  09:20:56
24798        Log: fix overeager [:foo:] parsing
24799             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24800             Date: Fri, 30 Apr 1999 09:26:18 +0100
24801             Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
24802             Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005
24803     Branch: perl
24804           ! regcomp.c t/op/re_tests
24805____________________________________________________________________________
24806[  3363] By: gsar                                  on 1999/05/10  09:09:21
24807        Log: documentation for Win32 builtins (somewhat modified)
24808             From: jan.dubois@ibm.net (Jan Dubois)
24809             Date: Tue, 30 Mar 1999 08:05:03 +0200
24810             Message-ID: <37006783.1926460@smtp1.ibm.net>
24811             Subject: Re: Issues with build 509
24812     Branch: perl
24813           + pod/Win32.pod
24814           ! MANIFEST
24815____________________________________________________________________________
24816[  3362] By: gsar                                  on 1999/05/10  08:22:07
24817        Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
24818     Branch: perl
24819           ! lib/File/Copy.pm win32/win32.c
24820____________________________________________________________________________
24821[  3361] By: gsar                                  on 1999/05/10  08:11:29
24822        Log: escape ampersands in <pre> sections
24823     Branch: perl
24824           ! Changes lib/Pod/Html.pm
24825____________________________________________________________________________
24826[  3360] By: gsar                                  on 1999/05/10  08:04:14
24827        Log: AIX hints enhancements (threads build, SOCKS support)
24828             From: "David R. Favor" <dfavor@austin.ibm.com>
24829             Date: Wed, 28 Apr 1999 08:45:28 -0500
24830             Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
24831             Subject: Working build for AIX + gcc + threading
24832     Branch: perl
24833           ! hints/aix.sh
24834____________________________________________________________________________
24835[  3359] By: gsar                                  on 1999/05/10  07:49:26
24836        Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
24837             Date: Tue, 27 Apr 1999 23:47:24 PDT
24838             Message-ID: <19990428064724.95244.qmail@hotmail.com>
24839             Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
24840             --
24841             Date: Thu, 29 Apr 1999 18:21:06 -0700
24842             Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
24843             Subject: [PATCH 5.005_56] double constants ( C.pm)
24844             --
24845             Date: Mon, 03 May 1999 20:21:31 PDT
24846             Message-ID: <19990504032131.81113.qmail@hotmail.com>
24847             Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
24848             --
24849             Date: Thu, 06 May 1999 17:57:09 -0700
24850             Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
24851             Subject: Stash.pm
24852     Branch: perl
24853	   ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
24854           ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
24855____________________________________________________________________________
24856[  3358] By: gsar                                  on 1999/05/10  04:39:15
24857        Log: cygwin32 update (untested adaptation of patch against 5.005_03)
24858             From: alexander smishlajev <als@turnhere.com>
24859             Date: Sun, 25 Apr 1999 14:58:29 +0300
24860             Message-ID: <37230365.5F68B460@turnhere.com>
24861             Subject: [PATCH]5.005_03 (CORE) cygwin32 port
24862     Branch: perl
24863	   + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
24864	   + cygwin32/build-instructions.charles-wilson
24865	   + cygwin32/build-instructions.sebastien-barre
24866	   + cygwin32/build-instructions.steven-morlock
24867	   + cygwin32/build-instructions.steven-morlock2
24868           + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
24869	   - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
24870           - cygwin32/perlld
24871	   ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
24872	   ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
24873	   ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
24874	   ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
24875	   ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
24876           ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
24877____________________________________________________________________________
24878[  3357] By: gsar                                  on 1999/05/10  04:07:07
24879        Log: applied suggested patch, modulo already applied parts
24880             From: Charles Bailey <BAILEY@newman.upenn.edu>
24881             Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
24882             Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
24883             Subject: [Patch 5.005_56] VMS consolidated patch #2
24884     Branch: perl
24885	   ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
24886	   ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
24887	   ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
24888           ! vms/subconfigure.com vms/test.com vms/vms.c
24889____________________________________________________________________________
24890[  3356] By: gsar                                  on 1999/05/10  03:48:08
24891        Log: applied suggested patch, with win32 and PERL_OBJECT additions
24892             From: Tom Hughes <tom@compton.nu>
24893             Date: Sat, 24 Apr 1999 18:11:59 +0100
24894             Message-ID: <609bdff748.tom@compton.compton.nu>
24895             Subject: ByteLoader patch
24896     Branch: perl
24897	   + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
24898           + ext/ByteLoader/Makefile.PL utils/perlbc.PL
24899	   ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
24900	   ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
24901	   ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
24902           ! utils/Makefile win32/Makefile win32/makefile.mk
24903____________________________________________________________________________
24904[  3355] By: gsar                                  on 1999/05/10  03:22:49
24905        Log: document 'test' attribute (from Andreas Koenig)
24906     Branch: perl
24907           ! lib/ExtUtils/MakeMaker.pm
24908____________________________________________________________________________
24909[  3354] By: gsar                                  on 1999/05/10  03:12:37
24910        Log: From: pmarquess@bfsec.bt.co.uk
24911             Date: Thu, 22 Apr 1999 23:12:08 +0100
24912             Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
24913             Subject: PATCH for small bug in scan_bin
24914     Branch: perl
24915           ! util.c
24916____________________________________________________________________________
24917[  3353] By: gsar                                  on 1999/05/10  02:39:33
24918        Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
24919             provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
24920     Branch: perl
24921	   ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
24922           ! win32/win32iop.h
24923____________________________________________________________________________
24924[  3352] By: gsar                                  on 1999/05/09  22:47:39
24925        Log: flush all open output buffers before fork(), exec(), system, qx//
24926             and pipe open() operations, simplifying buffering headaches faced
24927             by users; uses fflush(NULL), which may need Configure test
24928     Branch: perl
24929	   ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
24930           ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
24931____________________________________________________________________________
24932[  3351] By: gsar                                  on 1999/05/09  21:11:51
24933        Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
24934             Leroy <jll@skynet.be>)
24935     Branch: perl
24936           ! utils/perlcc.PL
24937____________________________________________________________________________
24938[  3350] By: gsar                                  on 1999/05/09  20:39:11
24939        Log: normalize $^X to full pathname on win32
24940     Branch: perl
24941           ! win32/runperl.c
24942____________________________________________________________________________
24943[  3349] By: gsar                                  on 1999/05/09  20:23:07
24944        Log: allow readline($globref), <$globref> already works
24945     Branch: perl
24946           ! pp_hot.c
24947____________________________________________________________________________
24948[  3348] By: gsar                                  on 1999/05/09  20:00:09
24949        Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
24950             <lemburg@online-club.de>)
24951     Branch: perl
24952           ! utils/perldoc.PL
24953____________________________________________________________________________
24954[  3347] By: gsar                                  on 1999/05/09  18:47:21
24955        Log: additions to Thread.pm docs from Tuomas J. Lukka
24956             <lukka@fas.harvard.edu>
24957     Branch: perl
24958           ! ext/Thread/Thread.pm
24959____________________________________________________________________________
24960[  3346] By: gsar                                  on 1999/05/09  18:38:00
24961        Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
24962             Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
24963             Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
24964             Subject: [PATCH _56] Re: pdt: Perl Development Tools?
24965     Branch: perl
24966           ! ext/B/B/Xref.pm
24967____________________________________________________________________________
24968[  3345] By: gsar                                  on 1999/05/09  18:22:43
24969        Log: work around mangled archname on win32 while finding privlib/sitelib;
24970             normalize lib paths to forward slashes internally
24971     Branch: perl
24972           ! win32/win32.c
24973____________________________________________________________________________
24974[  3344] By: gsar                                  on 1999/05/09  03:20:06
24975        Log: fix typo in dbm filters that caused odbm.t to fail
24976     Branch: perl
24977           ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
24978____________________________________________________________________________
24979[  3343] By: gsar                                  on 1999/05/09  02:02:59
24980        Log: tweak test totals
24981     Branch: perl
24982           ! Changes t/lib/tie-stdhandle.t
24983____________________________________________________________________________
24984[  3342] By: gsar                                  on 1999/05/09  01:42:06
24985        Log: import list propagation busted (pointed out by Ton Hospel
24986             <thospel@mail.dma.be>)
24987     Branch: perl
24988           ! lib/autouse.pm
24989____________________________________________________________________________
24990[  3341] By: gsar                                  on 1999/05/09  00:54:18
24991        Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
24992             (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
24993     Branch: perl
24994           ! Configure Makefile.SH
24995____________________________________________________________________________
24996[  3340] By: gsar                                  on 1999/05/09  00:40:41
24997        Log: generate manpages for newly added utils
24998     Branch: perl
24999           ! installman
25000____________________________________________________________________________
25001[  3339] By: gsar                                  on 1999/05/09  00:33:50
25002        Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25003             Date: Sun, 02 May 1999 17:59:24 +0100
25004             Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
25005             Subject: [PATCH] Re: ptr to realloced memory in yylex
25006     Branch: perl
25007           ! toke.c
25008____________________________________________________________________________
25009[  3338] By: jhi                                   on 1999/05/08  22:40:29
25010        Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
25011     Branch: cfgperl
25012           ! INSTALL
25013____________________________________________________________________________
25014[  3337] By: jhi                                   on 1999/05/08  22:22:26
25015        Log: Integrate from mainperl.
25016     Branch: cfgperl
25017          +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
25018          !> (integrate 54 files)
25019____________________________________________________________________________
25020[  3336] By: gsar                                  on 1999/05/08  21:48:22
25021        Log: make perldoc -f grok nested =items
25022     Branch: perl
25023           ! utils/perldoc.PL
25024____________________________________________________________________________
25025[  3335] By: gsar                                  on 1999/05/08  19:48:11
25026        Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
25027     Branch: perl
25028           ! op.c t/lib/fields.t
25029____________________________________________________________________________
25030[  3334] By: gsar                                  on 1999/05/08  19:09:41
25031        Log: update test totals
25032     Branch: perl
25033           ! t/lib/bigintpm.t
25034____________________________________________________________________________
25035[  3333] By: gsar                                  on 1999/05/08  16:56:02
25036        Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
25037     Branch: perl
25038           ! pod/perlfunc.pod
25039____________________________________________________________________________
25040[  3332] By: gsar                                  on 1999/05/08  16:46:44
25041        Log: applied suggested patch, added tests
25042             From: William Mann <wmann@avici.com>
25043             Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
25044             Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
25045             Subject: BigInt.pm extensions for logical operations
25046     Branch: perl
25047           ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
25048____________________________________________________________________________
25049[  3331] By: gsar                                  on 1999/05/08  16:09:33
25050        Log: avoid temporary files named 'tmp'
25051     Branch: perl
25052           ! Makefile.SH pp.c
25053____________________________________________________________________________
25054[  3330] By: nick                                  on 1999/05/08  14:16:30
25055        Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
25056             Provide Tie::StdHandle
25057             Basic update of docs.
25058     Branch: perl
25059           + t/lib/tie-stdhandle.t
25060           ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
25061____________________________________________________________________________
25062[  3329] By: nick                                  on 1999/05/08  12:03:45
25063        Log: Tweaks to open(my $fh,...) stuff
25064     Branch: perl
25065           ! op.c pp.c pp_sys.c t/io/open.t
25066____________________________________________________________________________
25067[  3328] By: nick                                  on 1999/05/08  11:18:42
25068        Log: Bring SDBM_File.xs into line with new typemap
25069     Branch: perl
25070           ! ext/SDBM_File/SDBM_File.xs
25071____________________________________________________________________________
25072[  3327] By: gsar                                  on 1999/05/08  00:07:11
25073        Log: add test case for AUTOLOAD reentrancy fix in change#3279
25074     Branch: perl
25075           ! t/lib/autoloader.t
25076____________________________________________________________________________
25077[  3326] By: nick                                  on 1999/05/07  21:24:50
25078        Log: Implement open( my $fh, ...) and similar.
25079             Set flag in op.c for "constructor ops"
25080             In pp_rv2gv, if flag is set and arg is PADSV and uninit
25081             vivify as reference to a detached GV.
25082             (Name of GV is the pad name.)
25083             This scheme should "just work" for pipe/socket etc. too.
25084
25085             #if 0 out the open(FH,undef) for now.
25086             Change t/io/open.t to test open(my $fh,...)
25087     Branch: perl
25088           ! op.c pp.c pp_sys.c t/io/open.t
25089____________________________________________________________________________
25090[  3325] By: nick                                  on 1999/05/07  21:18:42
25091        Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
25092     Branch: perl
25093           ! util.c
25094____________________________________________________________________________
25095[  3324] By: gsar                                  on 1999/05/07  20:28:31
25096        Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
25097             intervening code has to allocate SVs)
25098     Branch: perl
25099           ! util.c
25100____________________________________________________________________________
25101[  3323] By: gsar                                  on 1999/05/07  19:45:08
25102        Log: allow line numbers to show in diagnostics during global destruction
25103     Branch: perl
25104           ! util.c
25105____________________________________________________________________________
25106[  3322] By: gsar                                  on 1999/05/07  09:38:11
25107        Log: From: Dan Sugalski <sugalskd@ous.edu>
25108             Date: Fri, 09 Apr 1999 16:16:39 -0700
25109             Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
25110             Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
25111     Branch: perl
25112           ! lib/ExtUtils/MM_VMS.pm
25113____________________________________________________________________________
25114[  3321] By: gsar                                  on 1999/05/07  09:08:23
25115        Log: From: kwzh@gnu.org (Karl Heuer)
25116             Date: Wed, 7 Apr 1999 23:58:58 -0400
25117             Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
25118             Subject: [perl-5.005.02] detect lack of /dev/tty
25119     Branch: perl
25120           ! Makefile.SH
25121____________________________________________________________________________
25122[  3320] By: gsar                                  on 1999/05/07  08:52:14
25123        Log: allow distinct prefix for versioned executables
25124             From: Roderick Schertler <roderick@argon.org>
25125             Date: Wed, 07 Apr 1999 15:34:56 -0400
25126             Message-ID: <3003.923513696@eeyore.ibcinc.com>
25127             Subject: perl55.00503 -> perl5.00503 patch for installperl
25128     Branch: perl
25129           ! INSTALL installperl
25130____________________________________________________________________________
25131[  3319] By: gsar                                  on 1999/05/07  08:07:02
25132        Log: From: Dan Sugalski <sugalskd@osshe.edu>
25133             Date: Mon, 05 Apr 1999 15:38:42 -0700
25134             Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
25135             Subject: Re: chomp fails with $/ in fixed-length record mode
25136             --
25137             From: Roderick Schertler <roderick@argon.org>
25138             Date: Tue, 06 Apr 1999 21:11:37 -0400
25139             Message-ID: <2795.923447497@eeyore.ibcinc.com>
25140             Subject: Re: chomp fails with $/ in fixed-length record mode
25141     Branch: perl
25142           ! doop.c pod/perlfunc.pod t/op/chop.t
25143____________________________________________________________________________
25144[  3318] By: gsar                                  on 1999/05/07  07:56:35
25145        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25146             Date: Tue, 6 Apr 1999 01:40:36 -0400
25147             Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
25148             Subject: [PATCH 5.005_*] Make % use fmod()
25149     Branch: perl
25150           ! pp.c t/op/arith.t
25151____________________________________________________________________________
25152[  3317] By: gsar                                  on 1999/05/07  04:18:11
25153        Log: DBM Filters (via private mail)
25154             From: pmarquess@bfsec.bt.co.uk
25155             Date: Sun, 18 Apr 1999 21:05:52 +0100
25156             Message-Id: <199904182009.NAA19152@activestate.com>
25157             Subject: DBM Filters
25158     Branch: perl
25159           + pod/perldbmfilter.pod
25160	   ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
25161	   ! ext/DB_File/DB_File.xs ext/DB_File/typemap
25162	   ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
25163	   ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
25164	   ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
25165	   ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
25166	   ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
25167	   ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
25168	   ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
25169	   ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
25170	   ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
25171           ! t/lib/sdbm.t
25172____________________________________________________________________________
25173[  3316] By: gsar                                  on 1999/05/07  03:28:53
25174        Log: avoid negative return value from Win32::GetTickCount()
25175             From: jan.dubois@ibm.net (Jan Dubois)
25176             Date: Sat, 03 Apr 1999 19:04:18 +0200
25177             Message-ID: <37084742.22824479@smtp1.ibm.net>
25178             Subject: Re: Win32::GetTickCount
25179     Branch: perl
25180           ! win32/win32.c
25181____________________________________________________________________________
25182[  3314] By: gsar                                  on 1999/05/06  08:01:23
25183        Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
25184             Date: Tue, 30 Mar 1999 23:40:34 PST
25185             Message-ID: <19990331074034.6117.qmail@hotmail.com>
25186             Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
25187             --
25188             Date: Wed, 07 Apr 1999 00:28:23 -0800
25189             Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
25190             Subject: [PATCH 5.005_56] function prototypes(B.pm)
25191             --
25192             Date: Thu, 22 Apr 1999 23:40:52 -0700
25193             Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
25194             Subject: [PATCH 5.005_56 ] discarding worthless padsvs
25195             --
25196             Date: Tue, 27 Apr 1999 01:14:49 PDT
25197             Message-ID: <19990427081449.28615.qmail@hotmail.com>
25198             Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
25199     Branch: perl
25200	   ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
25201           ! t/op/ref.t
25202____________________________________________________________________________
25203[  3313] By: jhi                                   on 1999/05/06  07:59:52
25204        Log: Integrate from mainperl.
25205     Branch: cfgperl
25206          !> (integrate 33 files)
25207____________________________________________________________________________
25208[  3312] By: gsar                                  on 1999/05/06  07:11:50
25209        Log: add Ethiopic section to unicode master database (from Ken
25210             Whistler <kenw@sybase.com>)
25211     Branch: perl
25212           ! lib/unicode/UnicodeData-Latest.txt
25213____________________________________________________________________________
25214[  3311] By: gsar                                  on 1999/05/06  05:37:55
25215        Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
25216             Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
25217             Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
25218             Subject: Largefiles for Solaris
25219     Branch: perl
25220           ! hints/solaris_2.sh
25221____________________________________________________________________________
25222[  3310] By: gsar                                  on 1999/05/06  05:14:35
25223        Log: emit more accurate diagnostic for syntax errors involving <>
25224             within eval""
25225     Branch: perl
25226           ! toke.c utils/perldoc.PL
25227____________________________________________________________________________
25228[  3309] By: gsar                                  on 1999/05/06  04:36:31
25229        Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
25230     Branch: perl
25231           ! t/lib/open3.t
25232____________________________________________________________________________
25233[  3308] By: gsar                                  on 1999/05/06  03:19:16
25234        Log: applied first part of suggested patch (bug described cannot be
25235             reproduced any longer, so the second inconclusive part has not
25236             been applied)
25237             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25238             Date: Sun, 28 Mar 1999 04:51:34 +0100
25239             Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
25240             Subject: [PATCH 5.005_56] Re: A core dump
25241     Branch: perl
25242           ! toke.c
25243____________________________________________________________________________
25244[  3307] By: gsar                                  on 1999/05/06  01:56:06
25245        Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
25246             change#3180)
25247     Branch: perl
25248           ! op.c
25249____________________________________________________________________________
25250[  3306] By: gsar                                  on 1999/05/05  17:17:34
25251        Log: applied non-conflicting parts of suggested patch
25252             From: Charles Bailey <BAILEY@newman.upenn.edu>
25253             Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
25254             Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
25255             Subject: [Patch 5.005_56] Revised VMS patch
25256     Branch: perl
25257	   ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
25258           ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
25259____________________________________________________________________________
25260[  3305] By: gsar                                  on 1999/05/05  16:20:19
25261        Log: make perldoc use backslashed pathnames within system() on win32
25262     Branch: perl
25263           ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
25264____________________________________________________________________________
25265[  3304] By: gsar                                  on 1999/05/05  07:29:43
25266        Log: upgrade Pod::Parser to v1.081 from CPAN
25267     Branch: perl
25268	   ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
25269	   ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
25270           ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
25271____________________________________________________________________________
25272[  3303] By: gsar                                  on 1999/05/05  07:02:07
25273        Log: From: Andy Dougherty <doughera@lafayette.edu>
25274             Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
25275             Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
25276             Subject: [PATCH 5.005_03-MT3] INSTALL patches
25277     Branch: perl
25278           ! INSTALL
25279____________________________________________________________________________
25280[  3302] By: gsar                                  on 1999/05/05  06:55:21
25281        Log: load base packages based on nonexistent $VERSION
25282             From: andreas.koenig@anima.de (Andreas J. Koenig)
25283             Date: 19 Mar 1999 06:00:28 +0100
25284             Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
25285             Subject: Re: base.pm flaw
25286     Branch: perl
25287           ! lib/base.pm lib/locale.pm
25288____________________________________________________________________________
25289[  3301] By: gsar                                  on 1999/05/04  05:41:08
25290        Log: pod2man outputs switched date and revision label (fix suggested by
25291             EthanSasiela@mede.com)
25292     Branch: perl
25293           ! pod/pod2man.PL
25294____________________________________________________________________________
25295[  3300] By: gsar                                  on 1999/05/03  18:48:25
25296        Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
25297             (makes opendir(D,"c:") work reliably)
25298     Branch: perl
25299           ! win32/win32.c
25300____________________________________________________________________________
25301[  3299] By: gsar                                  on 1999/05/02  19:39:55
25302        Log: add test case for change#3298
25303     Branch: perl
25304           ! sv.c t/op/readdir.t
25305____________________________________________________________________________
25306[  3298] By: gsar                                  on 1999/05/02  19:24:41
25307        Log: close directory handles properly when localized
25308     Branch: perl
25309           ! sv.c
25310____________________________________________________________________________
25311[  3297] By: jhi                                   on 1999/04/30  11:42:14
25312        Log: Integrate from mainperl.
25313     Branch: cfgperl
25314	  !> Changes config_h.SH configure.com lib/AutoLoader.pm
25315	  !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
25316	  !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
25317	  !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
25318          !> vms/subconfigure.com win32/win32.c
25319____________________________________________________________________________
25320[  3293] By: chip                                  on 1999/04/29  18:50:49
25321        Log: Fix shebang lines.
25322     Branch: maint-5.004/perl
25323	   ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
25324	   ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
25325	   ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
25326	   ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
25327           ! x2p/find2perl.PL x2p/s2p.PL
25328____________________________________________________________________________
25329[  3284] By: gsar                                  on 1999/04/27  00:48:42
25330        Log: integrate change#3279 from maint-5.004
25331     Branch: perl
25332           ! lib/AutoLoader.pm
25333____________________________________________________________________________
25334[  3279] By: chip                                  on 1999/04/26  23:09:26
25335        Log: Make &AutoLoad::AUTOLOAD reentrant.
25336     Branch: maint-5.004/perl
25337           ! lib/AutoLoader.pm
25338____________________________________________________________________________
25339[  3276] By: chip                                  on 1999/04/26  22:34:36
25340        Log: Make porting scripts executable.
25341     Branch: maint-5.004/perl
25342	   ! Changes Porting/genlog Porting/makerel Porting/p4desc
25343           ! Porting/patchls
25344____________________________________________________________________________
25345[  3274] By: gsar                                  on 1999/04/26  17:30:31
25346        Log: allow embedded null characters in diagnostics
25347     Branch: perl
25348           ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
25349____________________________________________________________________________
25350[  3273] By: gsar                                  on 1999/04/26  08:27:22
25351        Log: hand-applied conflicting parts of suggested patch
25352             From: Charles Bailey <BAILEY@newman.upenn.edu>
25353             Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
25354             Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
25355             Subject: [PATCH 5.005_56] VMS configuration/build
25356     Branch: perl
25357	   ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
25358           ! vms/munchconfig.c vms/subconfigure.com
25359____________________________________________________________________________
25360[  3272] By: gsar                                  on 1999/04/26  08:25:41
25361        Log: update Changes; tweak minor regressions
25362     Branch: perl
25363           ! Changes lib/AutoSplit.pm lib/File/Path.pm
25364____________________________________________________________________________
25365[  3271] By: gsar                                  on 1999/04/26  07:52:51
25366        Log: integrate change#3229 from maint-5.004
25367     Branch: perl
25368           ! pp_ctl.c util.c
25369____________________________________________________________________________
25370[  3270] By: gsar                                  on 1999/04/25  22:58:27
25371        Log: fix buggy reference count on refs to SVs with autoviv magic
25372             (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
25373             accessing free()d memory)
25374     Branch: perl
25375           ! pp.c t/op/ref.t
25376____________________________________________________________________________
25377[  3269] By: gsar                                  on 1999/04/24  17:07:55
25378        Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
25379             on win32)
25380     Branch: perl
25381           ! win32/win32.c
25382____________________________________________________________________________
25383[  3268] By: gsar                                  on 1999/04/24  16:38:25
25384        Log: kill dup hunk
25385     Branch: perl
25386           ! config_h.SH
25387____________________________________________________________________________
25388[  3267] By: gsar                                  on 1999/04/24  16:35:57
25389        Log: integrate cfgperl changes into mainline
25390     Branch: perl
25391          +> myconfig.SH
25392           - myconfig
25393           ! pod/perlre.pod
25394          !> (integrate 38 files)
25395____________________________________________________________________________
25396[  3266] By: jhi                                   on 1999/04/23  18:42:44
25397        Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
25398             To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
25399             Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
25400             Cc: Lionel Cons <lionel.cons@cern.ch>,
25401             Ilya Zakharevich <ilya@math.ohio-state.edu>,
25402             David Hayes <david@bdel.com>
25403             Subject: [PATCH] h2ph
25404             Date: Fri, 23 Apr 1999 12:37:23 -0400
25405             Message-ID: <19990423123723.A49550@O2.chapin.edu>
25406     Branch: cfgperl
25407           ! utils/h2ph.PL
25408____________________________________________________________________________
25409[  3265] By: jhi                                   on 1999/04/21  18:17:12
25410        Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
25411             To: perlbug@perl.org
25412             Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
25413             Date: Wed, 21 Apr 1999 08:17:54 -0700
25414             Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
25415     Branch: cfgperl
25416           ! vms/descrip_mms.template
25417____________________________________________________________________________
25418[  3264] By: jhi                                   on 1999/04/20  08:50:54
25419        Log: From: Andy Dougherty <doughera@lafayette.edu>
25420             To: The Perl Porters Mailing List <perl5-porters@perl.org>
25421             Subject: [PATCH 5.005_56] Re: 5.006 Todo
25422             Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
25423             Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
25424     Branch: cfgperl
25425           ! Porting/pumpkin.pod
25426____________________________________________________________________________
25427[  3263] By: jhi                                   on 1999/04/20  08:05:01
25428        Log: From: Chip Salzenberg <chip@perlsupport.com>
25429             To: Perl 5 Porters <perl5-porters@perl.org>
25430             Subject: [PATCH 5.005_56] Configure: $sig_count
25431             Date: Sun, 18 Apr 1999 17:54:36 -0400
25432             Message-ID: <19990418175436.A27496@perlsupport.com>
25433     Branch: cfgperl
25434	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25435           ! config_h.SH
25436____________________________________________________________________________
25437[  3262] By: jhi                                   on 1999/04/19  18:23:50
25438        Log: Subject: PATCH wrong faq reference in perlbook.pod
25439             From: Robin Barker <rmb1@cise.npl.co.uk>
25440             To: perlbug@perl.com
25441             Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
25442             Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
25443     Branch: cfgperl
25444           ! pod/perlbook.pod
25445____________________________________________________________________________
25446[  3261] By: jhi                                   on 1999/04/15  13:59:04
25447        Log: From: Andy Dougherty <doughera@lafayette.edu>
25448             To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
25449             Cc: Perl Porters <perl5-porters@perl.org>
25450             Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
25451             Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
25452             Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
25453     Branch: cfgperl
25454           ! hints/solaris_2.sh
25455____________________________________________________________________________
25456[  3260] By: jhi                                   on 1999/04/15  13:56:53
25457        Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
25458             To: pumpkings@jhereg.perl.com
25459             Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
25460             Date: Thu, 15 Apr 1999 07:13:41 -0600
25461             Message-Id: <199904151313.HAA07682@jhereg.perl.com>
25462     Branch: cfgperl
25463           ! pod/perldata.pod
25464____________________________________________________________________________
25465[  3259] By: jhi                                   on 1999/04/13  23:12:52
25466        Log: LDLIBPTH also on 'clean' targets.
25467     Branch: cfgperl
25468           ! Makefile.SH
25469____________________________________________________________________________
25470[  3258] By: jhi                                   on 1999/04/13  21:38:46
25471        Log: Add information about the two DEC C compiler optimizer bugs
25472             (what patch levels of the compilers fix them).
25473     Branch: cfgperl
25474           ! pp.c t/op/repeat.t
25475____________________________________________________________________________
25476[  3257] By: jhi                                   on 1999/04/13  14:25:08
25477        Log: Be polite about ccdlflags and lddflags, too.
25478             Avoid Perl's malloc only when threaded.
25479     Branch: cfgperl
25480           ! hints/aix.sh
25481____________________________________________________________________________
25482[  3256] By: jhi                                   on 1999/04/13  10:21:33
25483        Log: Croak if no known ways to semctl() (don't assume union semun).
25484     Branch: cfgperl
25485           ! doio.c perl.h
25486____________________________________________________________________________
25487[  3255] By: jhi                                   on 1999/04/13  09:10:26
25488        Log: From: Dan Sugalski <sugalskd@osshe.edu>
25489             To: perl5-porters@perl.org, vmsperl@perl.org
25490             Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
25491             Date: Mon, 12 Apr 1999 13:36:48 -0700
25492             Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
25493     Branch: cfgperl
25494           ! lib/ExtUtils/MM_VMS.pm
25495____________________________________________________________________________
25496[  3254] By: jhi                                   on 1999/04/13  06:56:26
25497        Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
25498             To: perlbug@perl.com
25499             Subject: Update for OpenBSD hints
25500             Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
25501             Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
25502     Branch: cfgperl
25503           ! hints/openbsd.sh
25504____________________________________________________________________________
25505[  3229] By: chip                                  on 1999/04/13  04:04:14
25506        Log: Preserve errno from importunities of sfio.
25507     Branch: maint-5.004/perl
25508           ! pp_ctl.c util.c
25509____________________________________________________________________________
25510[  3226] By: jhi                                   on 1999/04/11  12:52:26
25511        Log: If both ways to call semctl are broken,	skip the tests.
25512     Branch: cfgperl
25513           ! t/lib/ipc_sysv.t
25514____________________________________________________________________________
25515[  3225] By: jhi                                   on 1999/04/10  22:27:28
25516        Log: From: Andy Dougherty <doughera@lafayette.edu>
25517             To: dsembr01@ox.slug.louisville.edu
25518             Cc: perlbug@perl.com
25519             Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
25520             Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
25521             Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
25522     Branch: cfgperl
25523           ! ext/POSIX/POSIX.xs
25524____________________________________________________________________________
25525[  3224] By: jhi                                   on 1999/04/09  18:50:32
25526        Log: From: Andy Dougherty <doughera@lafayette.edu>
25527             To: Perl Porters <perl5-porters@perl.org>
25528             Subject: [PATCH 5.005_56] Re: prefix= in hints
25529             Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
25530             Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
25531
25532             (Overrides change #3204 from Kurt)
25533     Branch: cfgperl
25534           ! hints/linux.sh
25535____________________________________________________________________________
25536[  3223] By: jhi                                   on 1999/04/09  18:37:55
25537        Log: Understand Apollo's //node notation.
25538
25539             From: Johann Klasek <jk@auto.tuwien.ac.at>
25540             To: jhi@iki.fi
25541             Subject: Re: DomainPerl
25542             Date: Fri, 9 Apr 1999 18:21:37 +0200
25543             Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
25544     Branch: cfgperl
25545           ! lib/Cwd.pm
25546____________________________________________________________________________
25547[  3220] By: jhi                                   on 1999/04/04  16:33:49
25548        Log: Integrate from mainperl.
25549     Branch: cfgperl
25550          !> (integrate 39 files)
25551____________________________________________________________________________
25552[  3219] By: gsar                                  on 1999/04/04  02:48:17
25553        Log: tweak previous change
25554     Branch: maint-5.005/perl
25555           ! win32/win32.c
25556____________________________________________________________________________
25557[  3218] By: gsar                                  on 1999/04/04  02:44:47
25558        Log: be careful about extending the stack for the Win32:: builtins
25559     Branch: maint-5.005/perl
25560           ! win32/win32.c
25561____________________________________________________________________________
25562[  3217] By: gsar                                  on 1999/04/04  01:59:26
25563        Log: correct places that said newSVpv() when they meant newSVpvn()
25564     Branch: perl
25565	   ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
25566	   ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
25567	   ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
25568	   ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
25569	   ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
25570	   ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
25571           ! win32/win32.c
25572____________________________________________________________________________
25573[  3216] By: gsar                                  on 1999/04/03  23:58:27
25574        Log: avoid duplicate code
25575     Branch: perl
25576           ! sv.c
25577____________________________________________________________________________
25578[  3215] By: gsar                                  on 1999/04/03  23:14:34
25579        Log: grow PL_tmps_stack more efficiently; make it more amenable to
25580             STRESS_REALLOC testing
25581     Branch: perl
25582	   ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
25583           ! sv.c
25584____________________________________________________________________________
25585[  3214] By: gsar                                  on 1999/04/03  21:01:09
25586        Log: scrounge and save three extra branches in pp_entersub()
25587     Branch: perl
25588           ! cv.h pp_ctl.c pp_hot.c
25589____________________________________________________________________________
25590[  3213] By: gsar                                  on 1999/04/03  17:43:23
25591        Log: remove duplicate code and an extra branch in sv_setsv() and
25592             other hot code by making SvTHINKFIRST() think about FAKE SVs
25593     Branch: perl
25594	   ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
25595           ! proto.h scope.c sv.c sv.h
25596____________________________________________________________________________
25597[  3212] By: jhi                                   on 1999/04/03  16:20:09
25598        Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
25599
25600             From: John Bley <jbb6@acpub.duke.edu>
25601             To: perlbug@perl.org
25602             Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
25603             Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
25604             Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
25605     Branch: cfgperl
25606           ! doio.c pp_sys.c
25607____________________________________________________________________________
25608[  3211] By: jhi                                   on 1999/04/03  13:27:26
25609        Log: Change #3210 was rather unportable.  This is better.
25610     Branch: cfgperl
25611           ! Configure config_h.SH
25612____________________________________________________________________________
25613[  3210] By: jhi                                   on 1999/04/03  13:16:20
25614        Log: Avoid Digital UNIX' ksh.
25615
25616             From: Jarkko Hietaniemi <jhi@iki.fi>
25617             To: Henrik Tougaard <ht000@siberut.foa.dk>
25618             Cc: perlbug@perl.com, ht000@foa.dk
25619             Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
25620             Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET)
25621             Message-ID: <13999.10289.319422.239987@alpha.hut.fi>
25622     Branch: cfgperl
25623           ! Configure config_h.SH
25624____________________________________________________________________________
25625[  3209] By: jhi                                   on 1999/04/03  12:49:04
25626        Log: Integrate from mainperl.
25627     Branch: cfgperl
25628          !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
25629____________________________________________________________________________
25630[  3208] By: jhi                                   on 1999/04/03  12:27:24
25631        Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
25632
25633             From: Lionel Cons <lionel.cons@cern.ch>
25634             To: jhi@iki.fi
25635             Cc: perlbug@perl.com, kstar@isinet.com,
25636             Philippe Defert <philippe.defert@cern.ch>
25637             Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
25638             Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
25639             Message-Id: <199904011205.OAA11380@mercury.cern.ch>
25640     Branch: cfgperl
25641           ! hints/irix_6.sh
25642____________________________________________________________________________
25643[  3207] By: jhi                                   on 1999/04/03  12:20:21
25644        Log: Be polite about usemymalloc.
25645     Branch: cfgperl
25646           ! hints/aix.sh
25647____________________________________________________________________________
25648[  3206] By: gsar                                  on 1999/04/02  23:31:59
25649        Log: a typo in change#3205
25650     Branch: perl
25651           ! t/lib/bigfloatpm.t
25652____________________________________________________________________________
25653[  3205] By: gsar                                  on 1999/04/02  23:20:31
25654        Log: make testsuite reflect change#3157  (Math::BigFloat->new now
25655             returns NaNs faithfully)
25656     Branch: perl
25657           ! t/lib/bigfloatpm.t
25658____________________________________________________________________________
25659[  3204] By: jhi                                   on 1999/04/02  22:03:23
25660        Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
25661
25662             From: "Kurt D. Starsinic" <kstar@chapin.edu>
25663             To: perl5-porters@perl.org
25664             Subject: linux hints nit
25665             Date: Fri, 2 Apr 1999 16:49:47 -0500
25666             Message-ID: <19990402164947.E80926@O2.chapin.edu>
25667     Branch: cfgperl
25668           ! hints/linux.sh
25669____________________________________________________________________________
25670[  3203] By: jhi                                   on 1999/04/02  22:00:56
25671        Log: Display exact glibc version in Linux.
25672
25673             From: Andy Dougherty <doughera@lafayette.edu>
25674             To: Perl Porters <perl5-porters@perl.org>
25675             Subject: Displaying glibc version on Linux
25676             Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
25677             Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
25678     Branch: cfgperl
25679           ! hints/linux.sh
25680____________________________________________________________________________
25681[  3202] By: gsar                                  on 1999/04/02  21:23:18
25682        Log: various little goofs
25683     Branch: perl
25684           ! Changes Makefile.SH README installperl
25685____________________________________________________________________________
25686[  3201] By: jhi                                   on 1999/04/02  13:13:39
25687        Log: Configure regen.
25688
25689             Add llseek + offset_t probing.
25690             Change CONFIG to CONFIGDOTSH.
25691             'unset foo' is unportable, use foo=''.
25692     Branch: cfgperl
25693	   ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
25694	   ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
25695           ! perl_exp.SH writemain.SH
25696____________________________________________________________________________
25697[  3200] By: jhi                                   on 1999/04/02  12:06:22
25698        Log: Introduce myconfig.SH.
25699
25700             From: Andy Dougherty <doughera@lafayette.edu>
25701             To: Jarkko Hietaniemi <jhi@iki.fi>
25702             Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
25703             Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
25704             Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
25705             Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
25706     Branch: cfgperl
25707           + myconfig.SH
25708           - myconfig
25709           ! MANIFEST
25710____________________________________________________________________________
25711[  3195] By: jhi                                   on 1999/03/28  16:42:54
25712        Log: Update perlhist on 5_03.
25713     Branch: maint-5.005/perl
25714           ! pod/perlhist.pod
25715____________________________________________________________________________
25716[  3194] By: jhi                                   on 1999/03/28  12:30:01
25717        Log: Integrate from mainperl.
25718     Branch: cfgperl
25719          +> t/op/grep.t
25720	   ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
25721           ! t/lib/bigintpm.t
25722	  !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
25723          !> t/lib/thread.t
25724____________________________________________________________________________
25725[  3189] By: gsar                                  on 1999/03/28  08:22:00
25726        Log: various pod niggles
25727     Branch: maint-5.005/perl
25728	   ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
25729           ! pod/perlfunc.pod pod/perlhist.pod
25730____________________________________________________________________________
25731[  3187] By: gsar                                  on 1999/03/28  07:31:16
25732        Log: regularize CAPI declarations (CAPI extensions now build under
25733             the Borland compiler)
25734     Branch: maint-5.005/perl
25735           ! win32/GenCAPI.pl
25736____________________________________________________________________________
25737[  3186] By: gsar                                  on 1999/03/28  07:26:33
25738        Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
25739             -DPERL_CAPI
25740     Branch: maint-5.005/perl
25741           ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
25742____________________________________________________________________________
25743[  3183] By: gsar                                  on 1999/03/28  06:00:46
25744        Log: update p4 utility to ignore non-text files
25745     Branch: perl
25746           ! Porting/p4desc
25747____________________________________________________________________________
25748[  3181] By: gsar                                  on 1999/03/28  03:37:23
25749        Log: integrate change#3179 from maint-5.005
25750     Branch: perl
25751          !> ext/Thread/Thread.xs t/lib/thread.t
25752____________________________________________________________________________
25753[  3180] By: gsar                                  on 1999/03/28  02:28:20
25754        Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
25755             (sometimes caused bizarreness in the BLOCK)
25756     Branch: perl
25757           + t/op/grep.t
25758           ! MANIFEST op.c
25759____________________________________________________________________________
25760[  3179] By: gsar                                  on 1999/03/28  02:14:04
25761        Log: fix thread segfault when passing large number of arguments to child
25762             a la C<Thread->new($foo, 1..1000)>
25763     Branch: maint-5.005/perl
25764           ! ext/Thread/Thread.xs t/lib/thread.t
25765____________________________________________________________________________
25766[  3178] By: gbarr                                 on 1999/03/28  01:39:23
25767        Log: fix $Config{'usethreads'} typo in perlthrtut
25768
25769             From: Ian Maloney <szhmf9@wsblob.ubs.com>
25770             Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
25771             Message-Id: <199903251540.QAA02439@wsblob.>
25772             Subject: perlthrtut documentation error
25773     Branch: maint-5.005/perl
25774           ! pod/perlthrtut.pod
25775____________________________________________________________________________
25776[  3173] By: gbarr                                 on 1999/03/27  18:19:47
25777        Log: Update Test.pm to VERSION 1.122 from CPAN
25778     Branch: maint-5.005/perl
25779           ! lib/Test.pm
25780____________________________________________________________________________
25781[  3171] By: jhi                                   on 1999/03/26  22:38:28
25782        Log: Integrate from mainperl.
25783     Branch: cfgperl
25784          !> (integrate 37 files)
25785____________________________________________________________________________
25786[  3170] By: gsar                                  on 1999/03/26  01:30:25
25787        Log: specify type of bracket in "Unmatched bracket" diagnostic;
25788             prefer 'brace' or 'curly bracket' over 'curly brace'
25789     Branch: perl
25790	   ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
25791           ! t/op/misc.t t/op/re_tests toke.c
25792____________________________________________________________________________
25793[  3169] By: gsar                                  on 1999/03/26  00:50:51
25794        Log: better description of "Integer overflow" diagnostic
25795     Branch: perl
25796           ! pod/perldiag.pod
25797____________________________________________________________________________
25798[  3168] By: gsar                                  on 1999/03/25  11:02:46
25799        Log: applied needful parts of suggested patch
25800             From: "Vishal Bhatia" <vishalb@my-dejanews.com>
25801             Date: Tue, 23 Mar 1999 16:21:43 -0800
25802             Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
25803             Subject: [PATCH 5.005_56] pp_formline correction
25804     Branch: perl
25805           ! ext/B/B/Bblock.pm ext/B/B/CC.pm
25806____________________________________________________________________________
25807[  3167] By: gsar                                  on 1999/03/25  10:39:02
25808        Log: clarify what a "comment" means (due to Mark-Jason Dominus
25809             <mjd@plover.com>)
25810     Branch: perl
25811           ! pod/perlsyn.pod
25812____________________________________________________________________________
25813[  3166] By: gsar                                  on 1999/03/25  10:33:18
25814        Log: describe current behavior on local($foo{nothere}) (suggested by
25815             Lionel Cons <lionel.cons@cern.ch>)
25816     Branch: perl
25817           ! pod/perlsub.pod
25818____________________________________________________________________________
25819[  3165] By: gsar                                  on 1999/03/25  06:21:05
25820        Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
25821             <vishalb@hotmail.com>)
25822     Branch: perl
25823           ! ext/B/B/C.pm
25824____________________________________________________________________________
25825[  3164] By: gsar                                  on 1999/03/25  06:17:27
25826        Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
25827             Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
25828             Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
25829             Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
25830     Branch: perl
25831           ! ext/B/B.xs op.h opcode.pl
25832____________________________________________________________________________
25833[  3163] By: gsar                                  on 1999/03/25  06:15:49
25834        Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
25835             Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
25836             Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
25837             Subject: [PATCH _56] B::Deparse 0.57
25838             --
25839             Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
25840             Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
25841             Subject: Re: [PATCH _56] B::Deparse 0.57
25842     Branch: perl
25843           ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
25844____________________________________________________________________________
25845[  3162] By: gsar                                  on 1999/03/25  06:11:46
25846        Log: fix a few places that said 'int', but meant 'STRLEN'
25847     Branch: perl
25848           ! pod/perlguts.pod proto.h sv.c
25849____________________________________________________________________________
25850[  3161] By: gsar                                  on 1999/03/25  06:01:18
25851        Log: From: Russ Allbery <rra@stanford.edu>
25852             Date: 22 Mar 1999 04:26:26 -0800
25853             Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
25854             Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
25855     Branch: perl
25856	   ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
25857	   ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
25858	   ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
25859           ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
25860____________________________________________________________________________
25861[  3160] By: gsar                                  on 1999/03/25  02:26:31
25862        Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
25863     Branch: perl
25864           ! opcode.h opcode.pl
25865____________________________________________________________________________
25866[  3159] By: gsar                                  on 1999/03/25  02:18:17
25867        Log: add statement-modifier loops to :base_loop class
25868     Branch: perl
25869           ! ext/Opcode/Opcode.pm
25870____________________________________________________________________________
25871[  3158] By: gsar                                  on 1999/03/25  00:36:57
25872        Log: integrate changes#3105,3130,3154 from maint-5.005
25873     Branch: perl
25874          !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
25875____________________________________________________________________________
25876[  3157] By: gsar                                  on 1999/03/25  00:24:17
25877        Log: remove bogus panic()
25878     Branch: perl
25879           ! Changes lib/Math/BigFloat.pm
25880____________________________________________________________________________
25881[  3156] By: jhi                                   on 1999/03/24  22:43:43
25882        Log: Integrate from mainperl.
25883     Branch: cfgperl
25884          +> (branch 38 files)
25885          !> (integrate 68 files)
25886____________________________________________________________________________
25887[  3155] By: jhi                                   on 1999/03/24  22:12:17
25888        Log: Configure regenerated because of changes #3130/#3154 and #3147.
25889     Branch: cfgperl
25890           ! Configure config_h.SH
25891____________________________________________________________________________
25892[  3154] By: jhi                                   on 1999/03/24  21:40:51
25893        Log: Reword the shared library search path (LD_LIBRARY_PATH) info
25894             based on suggestions from Andy Dougherty.
25895     Branch: maint-5.005/perl
25896           ! INSTALL
25897____________________________________________________________________________
25898[  3153] By: gsar                                  on 1999/03/24  10:38:05
25899        Log: applied suggested patch, modulo superceded parts
25900             From: Charles Bailey <BAILEY@newman.upenn.edu>
25901             Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
25902             Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
25903             Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
25904     Branch: perl
25905	   ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
25906	   ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
25907	   ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
25908           ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
25909____________________________________________________________________________
25910[  3152] By: gsar                                  on 1999/03/24  10:30:51
25911        Log: applied suggested patch, modulo superceded parts
25912             From: Charles Bailey <BAILEY@newman.upenn.edu>
25913             Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
25914             Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
25915             Subject: [PATCH 5.005_56] Miscellaneous small fixes
25916     Branch: perl
25917	   ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
25918           ! lib/File/Basename.pm
25919____________________________________________________________________________
25920[  3151] By: gsar                                  on 1999/03/24  10:15:00
25921        Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
25922     Branch: perl
25923           ! pod/perlop.pod
25924____________________________________________________________________________
25925[  3150] By: gsar                                  on 1999/03/24  10:09:13
25926        Log: missing integration in previous change
25927     Branch: perl
25928          !> README.apollo
25929____________________________________________________________________________
25930[  3149] By: gsar                                  on 1999/03/24  10:06:44
25931        Log: integrate changes#3116,3119 from maint-5.005
25932     Branch: perl
25933           + README.apollo
25934          +> apollo/netinet/in.h
25935          !> MANIFEST hints/apollo.sh t/lib/io_udp.t
25936____________________________________________________________________________
25937[  3148] By: gsar                                  on 1999/03/24  10:01:56
25938        Log: integrate changes#3091-3094 from maint-5.005
25939     Branch: perl
25940	  !> README.hurd vms/subconfigure.com vos/config.h
25941          !> vos/config_h.SH_orig
25942____________________________________________________________________________
25943[  3147] By: gsar                                  on 1999/03/24  09:31:49
25944        Log: warn about newfangled vfork() caveats
25945     Branch: perl
25946           ! Configure
25947____________________________________________________________________________
25948[  3146] By: jhi                                   on 1999/03/24  09:20:14
25949        Log: Bring in changes #2808 and #2812 (from mainline perl)
25950             that enhance the perlbug checklist.
25951     Branch: maint-5.005/perl
25952           ! utils/perlbug.PL
25953____________________________________________________________________________
25954[  3145] By: gsar                                  on 1999/03/24  08:37:02
25955        Log: integrate change#3115 from maint-5.005
25956     Branch: perl
25957	  !> ext/DB_File/Changes ext/DB_File/DB_File.pm
25958          !> ext/DB_File/DB_File.xs ext/DB_File/typemap
25959____________________________________________________________________________
25960[  3144] By: gsar                                  on 1999/03/24  08:33:59
25961        Log: add note about map in scalar context
25962     Branch: perl
25963           ! pod/perlfunc.pod
25964____________________________________________________________________________
25965[  3143] By: gsar                                  on 1999/03/24  08:25:59
25966        Log: doc tweak
25967     Branch: perl
25968           ! lib/Time/Local.pm
25969____________________________________________________________________________
25970[  3142] By: gsar                                  on 1999/03/24  08:20:37
25971        Log: applied suggested patch, modulo bogus hunk
25972             From: "Vishal Bhatia" <vishalb@hotmail.com>
25973             Date: Thu, 11 Mar 1999 07:40:27 PST
25974             Message-ID: <19990311154027.25891.qmail@hotmail.com>
25975             Subject: [PATCH 5.005_56] Minor fixes in perlcc
25976     Branch: perl
25977           ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
25978____________________________________________________________________________
25979[  3141] By: gsar                                  on 1999/03/24  08:06:12
25980        Log: integrate change#3104 from maint-5.005
25981     Branch: perl
25982          !> README.os390 t/lib/posix.t
25983____________________________________________________________________________
25984[  3140] By: gsar                                  on 1999/03/24  06:34:56
25985        Log: fix failure of C<&locked_sub;> under -Dusethreads
25986     Branch: perl
25987           ! pp_hot.c t/lib/thread.t
25988____________________________________________________________________________
25989[  3139] By: gsar                                  on 1999/03/24  05:52:00
25990        Log: debugger tweak (wasn't printing a newline after recalled commands)
25991     Branch: perl
25992           ! lib/perl5db.pl
25993____________________________________________________________________________
25994[  3138] By: gsar                                  on 1999/03/24  05:33:28
25995        Log: document OO exceptions (based on a suggestion by Andreas Koenig
25996             <andreas.koenig@anima.de>)
25997     Branch: perl
25998           ! pod/perlfunc.pod
25999____________________________________________________________________________
26000[  3137] By: gsar                                  on 1999/03/24  02:50:20
26001        Log: better "Illegal %s digit ignored" warnings
26002     Branch: perl
26003	   ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
26004           ! toke.c util.c
26005____________________________________________________________________________
26006[  3136] By: gsar                                  on 1999/03/24  02:26:38
26007        Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
26008     Branch: perl
26009           + t/pragma/utf8.t
26010           ! regcomp.c
26011____________________________________________________________________________
26012[  3135] By: gsar                                  on 1999/03/24  01:29:09
26013        Log: flip release & version in win32_uname()
26014     Branch: perl
26015           ! win32/win32.c
26016____________________________________________________________________________
26017[  3134] By: gsar                                  on 1999/03/24  01:08:33
26018        Log: support POSIX::uname() via win32_uname()
26019     Branch: perl
26020	   ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
26021	   ! win32/config.gc win32/config.vc win32/config_H.bc
26022	   ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
26023           ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
26024____________________________________________________________________________
26025[  3133] By: gsar                                  on 1999/03/23  22:20:10
26026        Log: From: jan.dubois@ibm.net (Jan Dubois)
26027             Date: Sat, 06 Mar 1999 21:42:56 +0100
26028             Message-ID: <36e49281.50337171@smtp1.ibm.net>
26029             Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
26030     Branch: perl
26031           ! pod/perldelta.pod
26032____________________________________________________________________________
26033[  3132] By: gsar                                  on 1999/03/23  22:17:45
26034        Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
26035             Date: Sat, 06 Mar 1999 17:50:49 +0100
26036             Message-ID: <36e25209.33833760@smtp1.ibm.net>
26037             Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
26038             --
26039             Date: Sat, 06 Mar 1999 18:15:00 +0100
26040             Message-ID: <36e36222.37954195@smtp1.ibm.net>
26041             Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
26042     Branch: perl
26043           + t/lib/filefunc.t
26044	   ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
26045           ! pod/perldelta.pod pod/perlmodlib.pod
26046____________________________________________________________________________
26047[  3131] By: gsar                                  on 1999/03/23  22:07:59
26048        Log: integrate cfgperl changes into mainline
26049     Branch: perl
26050          +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
26051	  !> Configure Makefile.SH config_h.SH configure.gnu handy.h
26052	  !> installperl malloc.c perl.c perl.h pod/perl.pod
26053          !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
26054____________________________________________________________________________
26055[  3130] By: jhi                                   on 1999/03/23  22:02:23
26056        Log: Don't use config.msg to remind about the
26057             LD_LIBRARY_PATH because Makefile.SH takes
26058             care of that.
26059
26060             Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
26061             This used to be the default but in some MT or another it
26062             was dropped because of some transient error or another.
26063     Branch: maint-5.005/perl
26064           ! Configure hints/dec_osf.sh
26065____________________________________________________________________________
26066[  3129] By: gsar                                  on 1999/03/23  21:38:03
26067        Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
26068             to size	and better maintainability)
26069     Branch: perl
26070	   + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
26071	   + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
26072	   + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
26073	   + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
26074	   + t/pod/headings.t t/pod/headings.xr t/pod/include.t
26075	   + t/pod/include.xr t/pod/included.t t/pod/included.xr
26076	   + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
26077	   + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
26078	   + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
26079	   + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
26080           + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
26081	   ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
26082           ! win32/Makefile win32/makefile.mk win32/pod.mak
26083____________________________________________________________________________
26084[  3128] By: jhi                                   on 1999/03/23  10:14:54
26085        Log: Integrate from mainperl.
26086     Branch: cfgperl
26087          !> (integrate 46 files)
26088____________________________________________________________________________
26089[  3127] By: gsar                                  on 1999/03/23  06:57:30
26090        Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
26091             Date: Thu, 4 Mar 1999 10:54:01 -0800
26092             Message-Id: <9903041854.AA46868@frc0000>
26093             Subject: patch for useless Math::BigInt warnings
26094     Branch: perl
26095           ! lib/Math/BigInt.pm
26096____________________________________________________________________________
26097[  3126] By: gsar                                  on 1999/03/23  05:54:37
26098        Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
26099             From: "Kurt D. Starsinic" <kstar@chapin.edu>
26100             Date: Fri, 19 Feb 1999 15:47:59 -0500
26101             Message-ID: <19990219154759.A32350@O2.chapin.edu>
26102             Subject: [PATCH] OSF/1 hints
26103     Branch: perl
26104           ! hints/dec_osf.sh
26105____________________________________________________________________________
26106[  3125] By: gsar                                  on 1999/03/23  00:56:38
26107        Log: avoid typeglob persistence in pp_readline()
26108     Branch: perl
26109           ! sv.c t/op/gv.t
26110____________________________________________________________________________
26111[  3124] By: gsar                                  on 1999/03/22  21:12:23
26112        Log: update copyright years
26113     Branch: perl
26114	   ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
26115	   ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
26116	   ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
26117	   ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
26118           ! sv.c sv.h toke.c utf8.c utf8.h util.c
26119____________________________________________________________________________
26120[  3123] By: gsar                                  on 1999/03/22  07:07:06
26121        Log: implement win32_spawnvp() internally, making it return true PIDs
26122             for asynchronous spawns; fix win32_kill() to always deal with
26123             PIDs
26124     Branch: perl
26125           ! win32/win32.c win32/win32.h
26126____________________________________________________________________________
26127[  3122] By: jhi                                   on 1999/03/19  21:12:14
26128        Log: Describe the new Benchmark feature in more detail.
26129     Branch: cfgperl
26130           ! pod/perldelta.pod
26131     Branch: maint-5.005/perl
26132           ! pod/perldelta.pod
26133____________________________________________________________________________
26134[  3121] By: jhi                                   on 1999/03/19  08:16:12
26135        Log: AVAILABILITY tuning.
26136     Branch: cfgperl
26137           ! pod/perl.pod
26138     Branch: maint-5.005/perl
26139           ! pod/perl.pod
26140____________________________________________________________________________
26141[  3120] By: jhi                                   on 1999/03/17  14:52:17
26142        Log: Rhapsody change assumed too much.
26143     Branch: cfgperl
26144           ! t/op/stat.t
26145____________________________________________________________________________
26146[  3119] By: jhi                                   on 1999/03/17  14:33:43
26147        Log: More Apollo fixes.
26148     Branch: maint-5.005/perl
26149           ! README.apollo hints/apollo.sh t/lib/io_udp.t
26150____________________________________________________________________________
26151[  3118] By: jhi                                   on 1999/03/16  17:23:39
26152        Log: Nada.
26153     Branch: maint-5.005/perl
26154           ! README.apollo
26155____________________________________________________________________________
26156[  3117] By: jhi                                   on 1999/03/16  17:18:49
26157        Log: Apollo DomainOS AVAILABILITY.
26158     Branch: cfgperl
26159           ! pod/perl.pod
26160     Branch: maint-5.005/perl
26161           ! pod/perl.pod
26162____________________________________________________________________________
26163[  3116] By: jhi                                   on 1999/03/16  17:14:00
26164        Log: Apollo DomainOS patch
26165             From: Johann Klasek <jk@auto.tuwien.ac.at>
26166             Subject: Re: DomainPerl
26167             Date: Tue, 16 Mar 1999 17:46:32 +0100
26168             Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
26169     Branch: maint-5.005/perl
26170           + README.apollo apollo/netinet/in.h
26171           ! MANIFEST hints/apollo.sh
26172____________________________________________________________________________
26173[  3115] By: jhi                                   on 1999/03/16  14:23:54
26174        Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
26175             To: Gurusamy Sarathy <gsar@activestate.com>,
26176             Graham Barr <gbarr@pobox.com>
26177             Cc: Perl5 Porters <perl5-porters@perl.org>,
26178             "Paul.Marquess" <Paul.Marquess@btinternet.com>
26179             Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
26180             Date: Sun, 14 Mar 1999 14:43:57 -0000
26181             Message-Id: <199903141841.NAA17040@defender.perl.org>
26182     Branch: maint-5.005/perl
26183	   ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26184           ! ext/DB_File/DB_File.xs ext/DB_File/typemap
26185____________________________________________________________________________
26186[  3114] By: jhi                                   on 1999/03/16  12:42:20
26187        Log: Mention Rhapsody in 5.005_5X perldelta,
26188             and in Rhapsody and Netware in 5.005_0X and 5.005_5X
26189             *planned* AVAILABILITY.
26190     Branch: cfgperl
26191           ! pod/perl.pod pod/perldelta.pod
26192     Branch: maint-5.005/perl
26193           ! pod/perl.pod
26194____________________________________________________________________________
26195[  3113] By: jhi                                   on 1999/03/16  10:38:53
26196        Log: perldelta niggling.
26197     Branch: cfgperl
26198           ! pod/perldelta.pod
26199     Branch: maint-5.005/perl
26200           ! pod/perldelta.pod
26201____________________________________________________________________________
26202[  3112] By: jhi                                   on 1999/03/16  10:35:21
26203        Log: Integrate from mainperl.
26204     Branch: cfgperl
26205	  !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
26206          !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
26207____________________________________________________________________________
26208[  3111] By: jhi                                   on 1999/03/16  10:28:10
26209        Log: AVAILABILITY update: still mention PowerUX,
26210             Novell Netware now has sources available.
26211     Branch: cfgperl
26212           ! pod/perl.pod
26213     Branch: maint-5.005/perl
26214           ! pod/perl.pod
26215____________________________________________________________________________
26216[  3110] By: gsar                                  on 1999/03/16  04:34:23
26217        Log: sundry pod niggles
26218     Branch: perl
26219	   ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
26220           ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
26221____________________________________________________________________________
26222[  3109] By: jhi                                   on 1999/03/15  17:00:11
26223        Log: Integrate from mainperl.
26224     Branch: cfgperl
26225	  +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
26226	  +> lib/unicode/Is/Syllable.pl
26227	  +> lib/unicode/MakeEthiopicSyllables.PL
26228          +> lib/unicode/README.Ethiopic
26229	  !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
26230	  !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
26231	  !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
26232	  !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
26233	  !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
26234	  !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
26235	  !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
26236          !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
26237____________________________________________________________________________
26238[  3108] By: jhi                                   on 1999/03/15  16:58:12
26239        Log: First pass of integrating the Rhapsody port,
26240
26241             From: Wilfredo Sanchez <wsanchez@apple.com>
26242             Subject: Keeping the world in sync.
26243             Reply-To: wsanchez@apple.com
26244             To: perlbug@perl.com
26245             Date: Fri, 13 Nov 1998 17:11:30 -0800
26246             Message-Id: <199811140111.RAA41784@scv4.apple.com>
26247     Branch: cfgperl
26248           + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
26249	   ! Configure Makefile.SH config_h.SH configure.gnu handy.h
26250	   ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
26251           ! x2p/util.c
26252____________________________________________________________________________
26253[  3107] By: gsar                                  on 1999/03/15  03:22:10
26254        Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
26255             From: Daniel Yacob <dmulholl@cs.indiana.edu>
26256             Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
26257             Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
26258             Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
26259     Branch: perl
26260	   + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
26261	   + lib/unicode/Is/Syllable.pl
26262	   + lib/unicode/MakeEthiopicSyllables.PL
26263           + lib/unicode/README.Ethiopic
26264	   ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
26265	   ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
26266	   ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
26267	   ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
26268	   ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
26269	   ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
26270	   ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
26271           ! lib/unicode/Name.pl lib/unicode/Number.pl
26272____________________________________________________________________________
26273[  3106] By: gsar                                  on 1999/03/12  20:35:36
26274        Log: change#3067 failed package.t due to needless creation of $a and $b;
26275             fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
26276     Branch: perl
26277           ! op.c
26278____________________________________________________________________________
26279[  3105] By: jhi                                   on 1999/03/12  15:54:57
26280        Log: Recognize the NetBSD packages collection.
26281     Branch: maint-5.005/perl
26282           ! hints/netbsd.sh
26283____________________________________________________________________________
26284[  3104] By: jhi                                   on 1999/03/12  09:07:04
26285        Log: From: pvhp@forte.com (Peter Prymmer)
26286             To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
26287             Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
26288             Date: Thu, 11 Mar 99 14:24:54 PST
26289             Message-Id: <9903112224.AA24346@forte.com>
26290     Branch: maint-5.005/perl
26291           ! README.os390 t/lib/posix.t
26292____________________________________________________________________________
26293[  3103] By: jhi                                   on 1999/03/10  11:07:46
26294        Log: Integrate from mainperl.
26295     Branch: cfgperl
26296	  !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
26297	  !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
26298          !> t/pragma/warn/1global toke.c win32/makedef.pl
26299____________________________________________________________________________
26300[  3102] By: jhi                                   on 1999/03/10  11:01:20
26301        Log: From: pvhp@forte.com (Peter Prymmer)
26302             To: perl5-porters@perl.org
26303             Subject: [5.005_03-MT6]Patch: time passes
26304             Date: Tue, 9 Mar 99 18:42:17 PST
26305             Message-Id: <9903100242.AA29057@forte.com>
26306     Branch: maint-5.005/perl
26307           ! perl.c
26308____________________________________________________________________________
26309[  3101] By: jhi                                   on 1999/03/10  10:30:15
26310        Log: From: Mark-Jason Dominus <mjd@plover.com>
26311             To: perl5-porters@perl.com
26312             Subject: Minor fix to perlfunc.pod
26313             Date: Mon, 08 Mar 1999 20:05:53 -0500
26314             Message-ID: <19990309010553.13757.qmail@plover.com>
26315     Branch: maint-5.005/perl
26316           ! pod/perlfunc.pod
26317____________________________________________________________________________
26318[  3100] By: gsar                                  on 1999/03/09  23:04:44
26319        Log: change#3060 had the wrong quotes
26320     Branch: perl
26321           ! pod/pod2man.PL
26322____________________________________________________________________________
26323[  3099] By: jhi                                   on 1999/03/09  12:52:21
26324        Log: d_uname was broken (probably since _53), reported by
26325
26326             From: Alan Burlison <Alan.Burlison@uk.sun.com>
26327             To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
26328             cpan-testers@perl.org
26329             Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
26330             Date: Mon, 08 Mar 1999 13:22:31 +0000
26331             Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
26332
26333             and
26334
26335             From: lvirden@cas.org (Larry W. Virden)
26336             To: perlbug@perl.com
26337             Subject: configure not correctly identifying uname posix compatibility
26338             Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
26339             Message-Id: <199903081136.GAA23682@cas.org>
26340     Branch: cfgperl
26341           ! Configure config_h.SH
26342____________________________________________________________________________
26343[  3098] By: gsar                                  on 1999/03/09  03:16:07
26344        Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
26345     Branch: perl
26346           ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
26347____________________________________________________________________________
26348[  3097] By: gsar                                  on 1999/03/09  02:50:43
26349        Log: use yyerror() instead of croak() so that compile-time failures in
26350             my(LIST) don't confuse globals with lexicals
26351     Branch: perl
26352           ! op.c toke.c
26353____________________________________________________________________________
26354[  3096] By: gsar                                  on 1999/03/09  02:47:36
26355        Log: adjust testsuite for change#3067
26356     Branch: perl
26357           ! t/pragma/warn/1global
26358____________________________________________________________________________
26359[  3095] By: gsar                                  on 1999/03/08  21:04:48
26360        Log: remove bogus symbols from global.sym
26361     Branch: perl
26362	   ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
26363           ! perl.h win32/makedef.pl
26364____________________________________________________________________________
26365[  3094] By: jhi                                   on 1999/03/06  16:16:15
26366        Log: From: Mark Kettenis <kettenis@wins.uva.nl>
26367             To: jhi@iki.fi
26368             Subject: Oops
26369             Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
26370             Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
26371     Branch: maint-5.005/perl
26372           ! README.hurd
26373____________________________________________________________________________
26374[  3093] By: jhi                                   on 1999/03/06  15:59:46
26375        Log: From: Mark Kettenis <kettenis@wins.uva.nl>
26376             To: jhi@iki.fi
26377             Subject: New Hurd README
26378             Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
26379             Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
26380     Branch: maint-5.005/perl
26381           ! README.hurd
26382____________________________________________________________________________
26383[  3092] By: jhi                                   on 1999/03/06  12:52:06
26384        Log: From: Paul_Green@stratus.com
26385             To: perl5-porters@perl.org
26386             Cc: jhi@iki.fi, Paul_Green@stratus.com
26387             Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
26388             Date: Fri, 5 Mar 1999 18:08:49 -0500
26389             Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
26390     Branch: maint-5.005/perl
26391           ! vos/config.h vos/config_h.SH_orig
26392____________________________________________________________________________
26393[  3091] By: jhi                                   on 1999/03/06  12:42:21
26394        Log: From: Dan Sugalski <sugalskd@osshe.edu>
26395             To: perl5-porters@perl.org, vmsperl@perl.org
26396             Subject: [PATCH 5.005_03-MT6]VMS build patch
26397             Date: Fri, 05 Mar 1999 12:36:19 -0800
26398             Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
26399     Branch: maint-5.005/perl
26400           ! vms/subconfigure.com
26401____________________________________________________________________________
26402[  3090] By: gsar                                  on 1999/03/06  04:40:03
26403        Log: integrate change#3089 from mainline
26404
26405             tolerate CRs after options
26406     Branch: maint-5.005/perl
26407          !> perl.c
26408____________________________________________________________________________
26409[  3089] By: gsar                                  on 1999/03/06  04:30:40
26410        Log: tolerate CRs after options
26411     Branch: perl
26412           ! perl.c
26413____________________________________________________________________________
26414[  3088] By: jhi                                   on 1999/03/05  12:49:01
26415        Log: Integrate from mainperl.
26416     Branch: cfgperl
26417          +> README.hurd
26418          !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
26419____________________________________________________________________________
26420[  3087] By: gsar                                  on 1999/03/05  06:41:16
26421        Log: adjust timeouts to accomodate slow/busy systems
26422     Branch: perl
26423           ! t/lib/io_sock.t
26424____________________________________________________________________________
26425[  3083] By: gsar                                  on 1999/03/05  01:32:47
26426        Log: integrate change#3081 from maint-5.005
26427     Branch: perl
26428          !> ext/Errno/Errno_pm.PL
26429____________________________________________________________________________
26430[  3082] By: gsar                                  on 1999/03/05  01:31:06
26431        Log: integrate change#2904 from maint-5.005
26432     Branch: perl
26433          +> README.hurd
26434          !> MANIFEST
26435____________________________________________________________________________
26436[  3081] By: gsar                                  on 1999/03/05  00:14:33
26437        Log: protect against doubled backslashes
26438     Branch: maint-5.005/perl
26439           ! ext/Errno/Errno_pm.PL
26440____________________________________________________________________________
26441[  3077] By: jhi                                   on 1999/03/04  08:10:13
26442        Log: Integrate from mainperl.
26443     Branch: cfgperl
26444          +> ext/B/B/Stash.pm
26445	  !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
26446	  !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
26447	  !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
26448          !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
26449____________________________________________________________________________
26450[  3076] By: jhi                                   on 1999/03/04  08:07:59
26451        Log: Regen config_h.SH once more because of *size,
26452             noticed by
26453
26454             From: Hans Mulder <hansm@icgned.icgroup.nl>
26455             To: Jarkko Hietaniemi <jhi@iki.fi>
26456             Cc: perl5-porters@perl.org
26457             Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
26458             Date: Thu,  4 Mar 99 00:10:45 +0100
26459             Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
26460     Branch: cfgperl
26461           ! Configure config_h.SH
26462____________________________________________________________________________
26463[  3068] By: gsar                                  on 1999/03/04  05:48:03
26464        Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
26465             Date: Thu,  4 Mar 99 00:10:45 +0100
26466             Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
26467             Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
26468     Branch: perl
26469           ! config_h.SH
26470____________________________________________________________________________
26471[  3067] By: gsar                                  on 1999/03/04  05:44:32
26472        Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
26473             From: Graham Barr <gbarr@ti.com>
26474             Date: Wed, 3 Mar 1999 17:23:56 -0600
26475             Message-ID: <19990303172356.F7442@dal.asp.ti.com>
26476             Subject: Re: 'use strict' doesn't work for one-letter variables
26477     Branch: perl
26478           ! gv.c op.c
26479____________________________________________________________________________
26480[  3066] By: gsar                                  on 1999/03/04  05:20:50
26481        Log: updates to compiler modules
26482             From: "Vishal Bhatia" <vishalb@hotmail.com>
26483             Date: Tue, 02 Mar 1999 23:27:25 PST
26484             Message-ID: <19990303072725.779.qmail@hotmail.com>
26485             Subject: PATCH 5.005_56 + Test procedure
26486     Branch: perl
26487           + ext/B/B/Stash.pm
26488	   ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
26489           ! lib/Test/Harness.pm utils/perlcc.PL
26490____________________________________________________________________________
26491[  3065] By: gsar                                  on 1999/03/04  05:03:30
26492        Log: more s/s_/s!/ etc.
26493     Branch: perl
26494           ! pod/perldelta.pod pod/perlfunc.pod
26495____________________________________________________________________________
26496[  3064] By: gsar                                  on 1999/03/04  04:50:45
26497        Log: integrate cfgperl contents into mainline
26498     Branch: perl
26499	  !> Configure README.vms bytecode.h config_h.SH configure.com
26500	  !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
26501	  !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
26502          !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
26503____________________________________________________________________________
26504[  3063] By: gsar                                  on 1999/03/04  04:44:13
26505        Log: HP-UX has yet another spelling for /NaNQ?/
26506     Branch: perl
26507           ! t/lib/bigfloatpm.t
26508____________________________________________________________________________
26509[  3062] By: gsar                                  on 1999/03/04  04:36:08
26510        Log: error-check for accept() test
26511     Branch: perl
26512           ! t/lib/io_sock.t
26513____________________________________________________________________________
26514[  3061] By: gsar                                  on 1999/03/04  03:40:25
26515        Log: allow custom comparison function in File::Compare::compare_text()
26516             From: jan.dubois@ibm.net (Jan Dubois)
26517             Date: Fri, 26 Feb 1999 21:56:09 +0100
26518             Message-ID: <36db0838.8805651@smtp1.ibm.net>
26519             Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
26520     Branch: perl
26521           ! lib/File/Compare.pm
26522____________________________________________________________________________
26523[  3060] By: gsar                                  on 1999/03/04  03:37:38
26524        Log: better version of change#3038
26525             From: abigail@fnx.com
26526             Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
26527             Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
26528             Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
26529     Branch: perl
26530           ! pod/pod2man.PL
26531____________________________________________________________________________
26532[  3058] By: jhi                                   on 1999/03/03  22:30:40
26533        Log: Configure regen to
26534             (1) match maint-5.005 patches #3056 and #3057
26535             (2) better version of PHOSTNAME of #3050
26536             (3) the crosscompile/multiarch config_h.SH trouble solved for now
26537     Branch: cfgperl
26538           ! Configure config_h.SH
26539____________________________________________________________________________
26540[  3054] By: jhi                                   on 1999/03/03  09:57:59
26541        Log: Change #3053 missed perldelta.
26542     Branch: cfgperl
26543           ! pod/perldelta.pod
26544____________________________________________________________________________
26545[  3053] By: jhi                                   on 1999/03/03  08:29:43
26546        Log: Use '!' to mark native integer packings instead of '_'.
26547     Branch: cfgperl
26548           ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
26549____________________________________________________________________________
26550[  3052] By: jhi                                   on 1999/03/02  23:12:36
26551        Log: The HP-UX threads patch (change #3028) is needed also here.
26552     Branch: cfgperl
26553           ! hints/hpux.sh thread.h
26554____________________________________________________________________________
26555[  3051] By: jhi                                   on 1999/03/02  08:24:52
26556        Log: From: Dan Sugalski <sugalskd@osshe.edu>
26557             To: perl5-porters@perl.org, vmsperl@perl.org
26558             Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
26559             Date: Mon, 01 Mar 1999 16:10:57 -0800
26560             Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
26561     Branch: cfgperl
26562           ! README.vms
26563     Branch: maint-5.005/perl
26564           ! README.vms
26565____________________________________________________________________________
26566[  3050] By: jhi                                   on 1999/03/02  08:22:29
26567        Log: From: Dan Sugalski <sugalskd@osshe.edu>
26568             To: perl5-porters@perl.org, vmsperl@perl.org
26569             Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
26570             Date: Mon, 01 Mar 1999 16:06:29 -0800
26571             Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
26572
26573             From: Dan Sugalski <sugalskd@osshe.edu>
26574             To: perl5-porters@perl.org, vmsperl@perl.org
26575             Subject: [PATCH 5.005_56]vmsish.pm patch
26576             Date: Mon, 01 Mar 1999 20:19:04 -0800
26577             Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
26578
26579             plus Configure regen containing a "solution" to the
26580             crosscompile/multiarch problem.
26581     Branch: cfgperl
26582	   ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
26583           ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
26584____________________________________________________________________________
26585[  3049] By: jhi                                   on 1999/03/02  07:34:21
26586        Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
26587             To: perl5-porters@perl.org
26588             Subject: [PATCH] Eliminate (valid) warning in byterun.c
26589             Date: Mon, 01 Mar 1999 17:27:59 -0500
26590             Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
26591     Branch: cfgperl
26592           ! bytecode.h
26593     Branch: maint-5.005/perl
26594           ! bytecode.h
26595____________________________________________________________________________
26596[  3048] By: gsar                                  on 1999/03/02  06:41:21
26597        Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
26598     Branch: perl
26599           ! MANIFEST README.hpux
26600____________________________________________________________________________
26601[  3047] By: jhi                                   on 1999/03/01  06:34:43
26602        Log: Integrate from mainperl.
26603     Branch: cfgperl
26604          +> README.hpux lib/File/Spec/Functions.pm
26605          !> (integrate 28 files)
26606____________________________________________________________________________
26607[  3046] By: gsar                                  on 1999/03/01  05:34:28
26608        Log: this is 5.005_56
26609     Branch: perl
26610           ! Changes
26611
26612----------------
26613Version 5.005_56
26614----------------
26615
26616____________________________________________________________________________
26617[  3045] By: gsar                                  on 1999/03/01  03:32:30
26618        Log: destroy PL_svref_mutex in perl_destruct()
26619     Branch: perl
26620           ! perl.c
26621____________________________________________________________________________
26622[  3044] By: gsar                                  on 1999/03/01  00:38:50
26623        Log: up patchlevel &c.
26624     Branch: perl
26625	   ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
26626	   ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26627           ! win32/makefile.mk
26628____________________________________________________________________________
26629[  3043] By: gsar                                  on 1999/03/01  00:14:15
26630        Log: integrate cfgperl contents into mainline
26631     Branch: perl
26632           ! pod/perldelta.pod
26633          !> Configure config_h.SH
26634____________________________________________________________________________
26635[  3042] By: gsar                                  on 1999/02/28  23:55:08
26636        Log: slightly edited version of suggested patch
26637             From: jan.dubois@ibm.net (Jan Dubois)
26638             Date: Mon, 01 Mar 1999 00:32:05 +0100
26639             Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
26640             Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
26641     Branch: perl
26642           + lib/File/Spec/Functions.pm
26643           ! MANIFEST lib/File/Spec.pm
26644____________________________________________________________________________
26645[  3041] By: gsar                                  on 1999/02/28  22:47:19
26646        Log: fix subtle bug in eval'' testsuite
26647     Branch: perl
26648           ! t/op/eval.t
26649____________________________________________________________________________
26650[  3040] By: gsar                                  on 1999/02/28  22:46:24
26651        Log: avoid literal control characters in change#3039
26652     Branch: perl
26653           ! t/base/lex.t
26654____________________________________________________________________________
26655[  3039] By: gsar                                  on 1999/02/28  21:47:18
26656        Log: todo item: permit extended control variables a la ${^Foo} (patch
26657             courtesy Mark-Jason Dominus <mjd@plover.com>)
26658     Branch: perl
26659	   ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
26660           ! t/base/lex.t toke.c
26661____________________________________________________________________________
26662[  3038] By: gsar                                  on 1999/02/28  21:21:05
26663        Log: From: abigail@fnx.com
26664             Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
26665             Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
26666             Subject: Recognize -> and => inside [A-Z]<> sequences.
26667     Branch: perl
26668           ! pod/pod2man.PL
26669____________________________________________________________________________
26670[  3037] By: gsar                                  on 1999/02/28  21:12:22
26671        Log: fix longstanding bug: searches for lexicals originating within eval''
26672             weren't stopping at the subroutine boundary correctly
26673     Branch: perl
26674           ! op.c proto.h t/op/eval.t
26675____________________________________________________________________________
26676[  3036] By: gsar                                  on 1999/02/28  20:02:29
26677        Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
26678             as stacked list values
26679             From: jan.dubois@ibm.net (Jan Dubois)
26680             Date: Sat, 27 Feb 1999 18:24:17 +0100
26681             Message-ID: <36e22849.36531259@smtp1.ibm.net>
26682             Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup
26683     Branch: perl
26684           ! win32/win32.c
26685____________________________________________________________________________
26686[  3035] By: gsar                                  on 1999/02/28  19:48:54
26687        Log: remove superfluous stack_sp decl
26688     Branch: perl
26689           ! jpl/JNI/JNI.xs
26690____________________________________________________________________________
26691[  3034] By: gsar                                  on 1999/02/28  19:34:58
26692        Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
26693     Branch: perl
26694           ! lib/Getopt/Std.pm
26695____________________________________________________________________________
26696[  3033] By: gsar                                  on 1999/02/28  19:23:41
26697        Log: add File::Compare::compare_text()
26698             From: jan.dubois@ibm.net (Jan Dubois)
26699             Date: Fri, 26 Feb 1999 00:20:41 +0100
26700             Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
26701             Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
26702     Branch: perl
26703           ! lib/File/Compare.pm pod/perltodo.pod
26704____________________________________________________________________________
26705[  3032] By: gsar                                  on 1999/02/28  19:01:33
26706        Log: add README.hpux
26707     Branch: perl
26708           + README.hpux
26709           ! MAINTAIN MANIFEST
26710____________________________________________________________________________
26711[  3031] By: gsar                                  on 1999/02/28  18:49:08
26712        Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
26713             James Cromie <jcromie@fossil.uswc.uswest.com>
26714     Branch: perl
26715           ! lib/Pod/Html.pm
26716____________________________________________________________________________
26717[  3030] By: gsar                                  on 1999/02/28  18:35:09
26718        Log: From: jan.dubois@ibm.net (Jan Dubois)
26719             Date: Wed, 24 Feb 1999 22:34:56 +0100
26720             Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
26721             Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
26722     Branch: perl
26723           ! lib/Test/Harness.pm
26724____________________________________________________________________________
26725[  3029] By: gsar                                  on 1999/02/28  18:28:18
26726        Log: add note about env pollution
26727     Branch: perl
26728           ! INSTALL pod/perltodo.pod
26729____________________________________________________________________________
26730[  3028] By: jhi                                   on 1999/02/26  14:40:00
26731        Log: HP-UX 11 threads.
26732
26733             From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
26734             To: perl5-porters@perl.org
26735             Cc: jhi@cc.hut.fi
26736             Subject: Maint 5 and _54 with threading on HP-UX 11.00
26737             Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
26738             Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
26739
26740             NOTE from jhi: the hpux hints could still be more robust by
26741             disabling gdbm when necessary.
26742
26743             Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
26744             linking -lgdbm -lpthread creates an executable that instantly
26745             core dumps on a pthreads internal panic:
26746
26747             ./gdpt
26748
26749             Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
26750             Return Pointer is 0xc082bf33
26751             17639 quit (core dumped)  ./gdpt
26752
26753             You don't have to *use* either gdbm or pthreads in the executable,
26754             just linking them together is enough.  Workaround is to recompile
26755             the GDBM under HP-UX 11, that makes the problem go away.
26756     Branch: maint-5.005/perl
26757           ! hints/hpux.sh thread.h
26758____________________________________________________________________________
26759[  3025] By: jhi                                   on 1999/02/25  20:41:07
26760        Log: Temporary workaround for the config_h.SH versus
26761             crosscompile and multiarch plus introduce 'rt'
26762             to $libswanted: in UNIX98 sched_yield() lives there.
26763     Branch: cfgperl
26764           ! Configure config_h.SH
26765____________________________________________________________________________
26766[  3024] By: jhi                                   on 1999/02/24  12:54:59
26767        Log: Integrate from mainperl.
26768     Branch: cfgperl
26769          +> t/lib/fatal.t
26770          !> (integrate 44 files)
26771____________________________________________________________________________
26772[  3023] By: gsar                                  on 1999/02/24  07:02:12
26773        Log: integrate cfgperl contents
26774     Branch: perl
26775          !> (integrate 30 files)
26776____________________________________________________________________________
26777[  3022] By: gsar                                  on 1999/02/24  05:59:47
26778        Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
26779             Date: 23 Feb 1999 17:53:22 -0700
26780             Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
26781             Subject: [PATCH: _55] perldoc -q broken
26782     Branch: perl
26783           ! utils/perldoc.PL
26784____________________________________________________________________________
26785[  3021] By: gsar                                  on 1999/02/24  05:51:53
26786        Log: ansify perlio.c, fix PerlIO-ish typos
26787     Branch: perl
26788	   ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
26789           ! iperlsys.h perlio.c
26790____________________________________________________________________________
26791[  3020] By: gsar                                  on 1999/02/24  05:28:06
26792        Log: adjust a Perl_malloc() flag for NeXT
26793             From: Hans Mulder <hansm@icgned.icgroup.nl>
26794             Date: Tue, 23 Feb 99 00:26:25 +0100
26795             Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
26796             Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
26797     Branch: perl
26798           ! perl.h
26799____________________________________________________________________________
26800[  3019] By: gsar                                  on 1999/02/24  05:19:42
26801        Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
26802     Branch: perl
26803           ! pod/perltodo.pod
26804____________________________________________________________________________
26805[  3018] By: gsar                                  on 1999/02/24  04:15:18
26806        Log: From: Joshua Pritikin <joshua.pritikin@db.com>
26807             Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
26808             Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
26809             Subject: improved error message [PATCH _55] [RESEND]
26810     Branch: perl
26811           ! sv.c
26812____________________________________________________________________________
26813[  3017] By: gsar                                  on 1999/02/24  03:50:34
26814        Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
26815             Date: Sun, 21 Feb 1999 20:02:18 -0700
26816             Message-Id: <199902220302.UAA09981@jhereg.perl.com>
26817             Subject: perlfunc updates (against 55)
26818     Branch: perl
26819           ! pod/perlfunc.pod
26820____________________________________________________________________________
26821[  3016] By: gsar                                  on 1999/02/24  03:17:05
26822        Log: testsuite adjustments
26823             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26824             Date: Sat, 20 Feb 1999 15:24:57 +0000
26825             Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
26826             Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
26827     Branch: perl
26828           ! t/lib/io_sock.t t/op/lex_assign.t
26829____________________________________________________________________________
26830[  3015] By: gsar                                  on 1999/02/24  02:54:47
26831        Log: avoid modifying readonly values from qw()
26832     Branch: perl
26833           ! lib/ExtUtils/MM_Unix.pm
26834____________________________________________________________________________
26835[  3014] By: gsar                                  on 1999/02/24  02:49:04
26836        Log: more "correct" utbuf for utime()
26837     Branch: perl
26838           ! doio.c
26839____________________________________________________________________________
26840[  3013] By: jhi                                   on 1999/02/22  19:27:44
26841        Log: Fix MacPerl version, change PowerUX to PowerMAX.
26842
26843             From: Chris Nandor <pudge@pobox.com>
26844             To: jhi@iki.fi
26845             Cc: perl5-porters@perl.org
26846             Subject: Re: perl current availability as documented by perl.pod
26847             Date: Sun, 21 Feb 1999 11:06:03 -0500
26848             Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
26849
26850             From: Tom Horsley <Tom.Horsley@mail.ccur.com>
26851             To: jhi@iki.fi
26852             Cc: perl5-porters@perl.org
26853             Subject: Re: perl current availability as documented by perl.pod
26854             Date: Mon, 22 Feb 1999 13:08:30 GMT
26855             Message-Id: <199902221308.NAA19971@cleo.ccur.com>
26856     Branch: cfgperl
26857           ! pod/perl.pod
26858     Branch: maint-5.005/perl
26859           ! pod/perl.pod
26860____________________________________________________________________________
26861[  3012] By: jhi                                   on 1999/02/22  10:26:11
26862        Log: Snapshot the cross-compilation/multiarchitecture stuff
26863             (currently broken in next)
26864     Branch: cfgperl
26865           ! Configure config_h.SH pp.c
26866____________________________________________________________________________
26867[  3011] By: jhi                                   on 1999/02/22  10:24:51
26868        Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
26869             To: gsar@activestate.com (Gurusamy Sarathy)
26870             Cc: perl5-porters@perl.org (Perl5 Porters)
26871             Subject: [PATCH 5.005_55] DB_File 1.64 patch
26872             Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
26873             Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
26874     Branch: cfgperl
26875	   ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26876           ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
26877____________________________________________________________________________
26878[  3009] By: jhi                                   on 1999/02/22  09:14:26
26879        Log: Scratch #3008 and introduce $crosscompile and $multiarch
26880             also in non-Configure lands.
26881     Branch: cfgperl
26882	   ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
26883	   ! hints/next_4.sh vms/subconfigure.com win32/config.bc
26884	   ! win32/config.gc win32/config.vc win32/config_H.bc
26885           ! win32/config_H.gc win32/config_H.vc
26886____________________________________________________________________________
26887[  3008] By: jhi                                   on 1999/02/22  08:58:04
26888        Log: Add -DMULTIARCH (see change #3006).
26889     Branch: cfgperl
26890           ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
26891____________________________________________________________________________
26892[  3007] By: jhi                                   on 1999/02/22  08:54:06
26893        Log: Undo the references to local{lib,arch} introduced by #3006.
26894     Branch: cfgperl
26895           ! Configure config_h.SH
26896____________________________________________________________________________
26897[  3006] By: jhi                                   on 1999/02/22  08:43:50
26898        Log: From: hansm@icgned.icgroup.nl
26899             To: perlbug@perl.com
26900             Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
26901             Date: Sun, 21 Feb 1999 22:58:55 +0100
26902             Reply-To: hansmu@xs4all.nl
26903             Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
26904
26905             plus other Configure changes: prepare for cross-compilation/
26906             multiarchitecture builds.
26907     Branch: cfgperl
26908           ! Configure config_h.SH
26909____________________________________________________________________________
26910[  3005] By: jhi                                   on 1999/02/22  08:35:30
26911        Log: Configure/Perl knew how to look for use Mach cthreads
26912             but Configure didn't let them to be used ($osname 'next').
26913     Branch: cfgperl
26914           ! Configure config_h.SH
26915     Branch: maint-5.005/perl
26916           ! Configure
26917____________________________________________________________________________
26918[  3004] By: jhi                                   on 1999/02/21  15:46:02
26919        Log: Update Acorn AVAILABILITY.
26920     Branch: cfgperl
26921           ! pod/perl.pod
26922     Branch: maint-5.005/perl
26923           ! pod/perl.pod
26924____________________________________________________________________________
26925[  3003] By: jhi                                   on 1999/02/21  14:50:42
26926        Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
26927             To: perl5-porters@perl.org (Perl 5 Porters)
26928             Subject: PATCH: perlref.pod - symbolic ref example
26929             Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
26930             Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
26931     Branch: cfgperl
26932           ! pod/perlref.pod
26933     Branch: maint-5.005/perl
26934           ! pod/perlref.pod
26935____________________________________________________________________________
26936[  3002] By: jhi                                   on 1999/02/21  14:35:22
26937        Log: Sync cfgperl with maint-5.005 change #3000.
26938     Branch: cfgperl
26939           ! pod/perlfunc.pod t/op/pack.t
26940____________________________________________________________________________
26941[  2999] By: gsar                                  on 1999/02/20  22:48:30
26942        Log: From:    John Bley <jbb6@acpub.duke.edu>
26943             Date:    Sat, 20 Feb 1999 16:02:34 EST
26944             Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
26945             Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
26946     Branch: perl
26947           ! regcomp.c
26948____________________________________________________________________________
26949[  2998] By: jhi                                   on 1999/02/20  14:13:06
26950        Log: Enhanced the endianness description.
26951     Branch: cfgperl
26952           ! pod/perlfunc.pod
26953____________________________________________________________________________
26954[  2996] By: jhi                                   on 1999/02/20  13:55:41
26955        Log: Glossary now mostly fixed.
26956     Branch: cfgperl
26957	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26958           ! config_h.SH
26959____________________________________________________________________________
26960[  2994] By: jhi                                   on 1999/02/20  11:58:33
26961        Log: Perldeltify GNU/Hurd.
26962     Branch: cfgperl
26963           ! pod/perldelta.pod
26964____________________________________________________________________________
26965[  2993] By: gsar                                  on 1999/02/20  00:59:10
26966        Log: fix typo in Perl_sbrk()
26967             From: hansm@icgned.icgroup.nl
26968             Date: Fri, 19 Feb 1999 23:19:31 +0100
26969             Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
26970             Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
26971     Branch: perl
26972           ! malloc.c
26973____________________________________________________________________________
26974[  2992] By: gsar                                  on 1999/02/20  00:51:08
26975        Log: integrate change#2980 from maint-5.005
26976     Branch: perl
26977          !> utils/h2xs.PL
26978____________________________________________________________________________
26979[  2991] By: gsar                                  on 1999/02/20  00:34:01
26980        Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26981             Date: Thu, 18 Feb 1999 18:51:38 +0000
26982             Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
26983             Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55
26984     Branch: perl
26985           ! pp_hot.c t/op/pat.t
26986____________________________________________________________________________
26987[  2990] By: gsar                                  on 1999/02/20  00:30:48
26988        Log: From: jan.dubois@ibm.net (Jan Dubois)
26989             Date: Thu, 18 Feb 1999 19:14:07 +0100
26990             Message-ID: <36d15809.40853323@smtp1.ibm.net>
26991             Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
26992     Branch: perl
26993           ! win32/win32.c
26994____________________________________________________________________________
26995[  2989] By: gsar                                  on 1999/02/20  00:27:01
26996        Log: do poll() emulation unless HAS_POLL && I_POLL
26997     Branch: perl
26998           ! ext/IO/poll.h
26999____________________________________________________________________________
27000[  2988] By: gsar                                  on 1999/02/19  23:52:12
27001        Log: tweak RE for NaNQ? recognition
27002     Branch: perl
27003           ! t/lib/bigfloatpm.t
27004____________________________________________________________________________
27005[  2987] By: gsar                                  on 1999/02/19  23:29:59
27006        Log: mention C<use utf8> and C<use warning> in perldelta
27007     Branch: perl
27008           ! pod/perldelta.pod
27009____________________________________________________________________________
27010[  2985] By: jhi                                   on 1999/02/19  20:43:19
27011        Log: pack/unpack better in (network-)short-non-16-bits and
27012             (network-)long-non-32-bits systems such as Cray C90.
27013     Branch: cfgperl
27014           ! perl.h pp.c t/op/pack.t
27015____________________________________________________________________________
27016[  2984] By: jhi                                   on 1999/02/19  20:38:54
27017        Log: Regen Configure.
27018     Branch: cfgperl
27019	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27020           ! perl.c
27021____________________________________________________________________________
27022[  2982] By: jhi                                   on 1999/02/19  19:51:49
27023        Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
27024             not probed for and
27025
27026             From: "Kurt D. Starsinic" <kstar@chapin.edu>
27027             To: Chaim Frenkel <chaimf@pobox.com>,
27028             Russ Allbery <rra@stanford.edu>,
27029             Jarkko Hietaniemi <jhi@iki.fi>,
27030             Gurusamy Sarathy <gsar@activestate.com>,
27031             Graham Barr <gbarr@pobox.com>
27032             Cc: bdensch@ameritech.net, perlbug@perl.com
27033             Subject: [PATCH] Re: Solaris 7 for Intel
27034             Message-ID: <19990219124404.A30182@O2.chapin.edu>
27035
27036             Glossary is still missing some terms because
27037             mkglossary is misbehaving (change #2981 updated
27038             Glossary manually)
27039     Branch: cfgperl
27040	   ! Configure Makefile.SH Porting/Glossary Porting/config.sh
27041           ! Porting/config_H
27042____________________________________________________________________________
27043[  2980] By: gbarr                                 on 1999/02/19  16:06:53
27044        Log: Make result of h2xs work when user adds C<use strict>
27045     Branch: maint-5.005/perl
27046           ! utils/h2xs.PL
27047____________________________________________________________________________
27048[  2979] By: gsar                                  on 1999/02/19  05:24:29
27049        Log: doc for change#2978
27050     Branch: perl
27051           ! pod/perlsub.pod
27052____________________________________________________________________________
27053[  2978] By: gsar                                  on 1999/02/19  05:08:29
27054        Log: bring '*' prototype closer to how it behaves internally
27055     Branch: perl
27056           + t/lib/fatal.t
27057           ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
27058____________________________________________________________________________
27059[  2977] By: gsar                                  on 1999/02/19  02:50:31
27060        Log: stem leakage of perly.h #defines #ifndef PERL_CORE
27061     Branch: perl
27062           ! perly.h
27063____________________________________________________________________________
27064[  2975] By: gsar                                  on 1999/02/18  21:41:57
27065        Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
27066             of lexical searches in BEGIN|INIT|END)
27067     Branch: perl
27068	   ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
27069           ! vms/perly_c.vms
27070____________________________________________________________________________
27071[  2974] By: gsar                                  on 1999/02/18  21:03:06
27072        Log: missing PERL_POLLUTE_MALLOC
27073     Branch: perl
27074           ! ext/SDBM_File/sdbm/sdbm.h
27075____________________________________________________________________________
27076[  2973] By: gsar                                  on 1999/02/18  17:10:49
27077        Log: From:    Andy Dougherty <doughera@lafayette.edu>
27078             Date:    Wed, 17 Feb 1999 17:22:50 EST
27079             Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
27080             Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
27081     Branch: perl
27082           ! lib/dotsh.pl
27083____________________________________________________________________________
27084[  2972] By: gsar                                  on 1999/02/18  17:04:12
27085        Log: s/#defined/#define/
27086     Branch: perl
27087           ! ext/Data/Dumper/Dumper.xs
27088____________________________________________________________________________
27089[  2970] By: gsar                                  on 1999/02/18  03:26:43
27090        Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
27091     Branch: perl
27092	   ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
27093           ! ext/GDBM_File/typemap
27094____________________________________________________________________________
27095[  2969] By: gsar                                  on 1999/02/17  23:30:47
27096        Log: correct slurp mode doc
27097     Branch: perl
27098           ! pod/perlfunc.pod pod/perlop.pod
27099____________________________________________________________________________
27100[  2968] By: jhi                                   on 1999/02/17  23:15:49
27101        Log: Ultrix hints update.
27102
27103             From: Spider Boardman <spider@zk3.dec.com>
27104             To: perlbug@perl.com
27105             Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
27106             Date: Tue, 16 Feb 1999 23:04:28 -0500
27107             Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
27108     Branch: cfgperl
27109           ! hints/ultrix_4.sh
27110____________________________________________________________________________
27111[  2966] By: jhi                                   on 1999/02/17  23:09:21
27112        Log: Change #2965 wiped out some Sarathy's _55 changes.
27113             Now unwiped.
27114     Branch: cfgperl
27115           ! Configure pp.c t/op/pack.t
27116____________________________________________________________________________
27117[  2965] By: jhi                                   on 1999/02/17  23:00:04
27118        Log: Configure tweaks.
27119
27120             Fix the Unixware/SCO uname scan:
27121
27122             From: Tom Hughes <thh@cyberscience.com>
27123             To: perlbug@perl.com
27124             Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
27125             Date: 17 Feb 1999 15:34:15 +0000
27126             Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
27127
27128             AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
27129
27130             From: Joe Buehler <jhpb@hekimian.com>
27131             To: perl5-porters@perl.org
27132             Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
27133             Date: 12 Feb 1999 11:25:21 -0500
27134             Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
27135
27136             Make the pthreads joinable constant scan to output to fd 4, not 2.
27137     Branch: cfgperl
27138           ! Configure
27139____________________________________________________________________________
27140[  2964] By: gsar                                  on 1999/02/17  21:30:07
27141        Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
27142             Date: Wed, 17 Feb 1999 06:53:13 -0700
27143             Message-Id: <199902171353.GAA15682@jhereg.perl.com>
27144             Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
27145     Branch: perl
27146           ! lib/Pod/Functions.pm
27147____________________________________________________________________________
27148[  2963] By: gsar                                  on 1999/02/17  21:18:21
27149        Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
27150             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27151             Date: Wed, 17 Feb 1999 10:06:01 +0000
27152             Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
27153             Subject: Re: [5.005_53] panic: pad_free curpad
27154     Branch: perl
27155           ! regcomp.c regexec.c t/op/misc.t
27156____________________________________________________________________________
27157[  2962] By: gsar                                  on 1999/02/16  21:26:28
27158        Log: NaNQ? tweak
27159     Branch: perl
27160           ! t/lib/bigfloatpm.t
27161____________________________________________________________________________
27162[  2961] By: jhi                                   on 1999/02/16  19:26:38
27163        Log: Integrate from mainperl.
27164     Branch: cfgperl
27165          !> (integrate 37 files)
27166____________________________________________________________________________
27167[  2960] By: gsar                                  on 1999/02/16  18:04:29
27168        Log: undo change#2465 (qw[] is a real list now)
27169     Branch: perl
27170           ! pod/perlop.pod
27171____________________________________________________________________________
27172[  2959] By: gsar                                  on 1999/02/16  07:09:33
27173        Log: this was 5.005_55
27174     Branch: perl
27175           ! Changes
27176
27177----------------
27178Version 5.005_55
27179----------------
27180
27181____________________________________________________________________________
27182[  2958] By: gsar                                  on 1999/02/16  06:18:27
27183        Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
27184             elide dups and non-dependents from Changes
27185     Branch: perl
27186           ! Changes pod/perlhist.pod
27187	  !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
27188	  !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
27189          !> pod/perlport.pod pp.c t/op/pack.t
27190____________________________________________________________________________
27191[  2957] By: gsar                                  on 1999/02/16  04:09:47
27192        Log: propagate PERL_VERSION everywhere, add to pod
27193     Branch: perl
27194	   ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
27195	   ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
27196	   ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
27197	   ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
27198	   ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
27199	   ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
27200	   ! vms/myconfig.com vms/subconfigure.com win32/config.bc
27201	   ! win32/config.gc win32/config.vc win32/config_sh.PL
27202           ! win32/win32.c x2p/a2py.c
27203____________________________________________________________________________
27204[  2955] By: jhi                                   on 1999/02/15  16:15:03
27205        Log: The pack tests now better in C90 (after the packnative patches).
27206     Branch: cfgperl
27207           ! t/op/pack.t
27208____________________________________________________________________________
27209[  2954] By: gsar                                  on 1999/02/15  14:11:50
27210        Log: tweak Configure to follow new PERL_VERSION etc.
27211     Branch: perl
27212           ! Configure patchlevel.h pod/perlhist.pod
27213____________________________________________________________________________
27214[  2953] By: jhi                                   on 1999/02/15  14:02:21
27215        Log: Integrate from mainperl.
27216     Branch: cfgperl
27217          !> MANIFEST Porting/makerel
27218____________________________________________________________________________
27219[  2952] By: jhi                                   on 1999/02/15  13:50:07
27220        Log: Enhance the packnative patch: use the packnative code
27221             only if required.  Also added hefty testing (hopefully
27222             I didn't assume too much...).  Tested on alpha, ix86, sparc.
27223     Branch: cfgperl
27224           ! pod/perlfunc.pod pp.c t/op/pack.t
27225____________________________________________________________________________
27226[  2951] By: jhi                                   on 1999/02/15  13:46:56
27227        Log: AVAILABILITY from 5.005_03-tobe, will of course
27228             require updating when 5.006 comes out.
27229     Branch: cfgperl
27230           ! pod/perl.pod
27231____________________________________________________________________________
27232[  2949] By: gsar                                  on 1999/02/15  13:28:51
27233        Log: will this be it for 5.005_55?
27234     Branch: perl
27235           ! MANIFEST Porting/makerel
27236____________________________________________________________________________
27237[  2948] By: jhi                                   on 1999/02/15  13:23:52
27238        Log: Integrate from mainperl.
27239     Branch: cfgperl
27240	  !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
27241	  !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
27242	  !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
27243	  !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
27244	  !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
27245	  !> win32/config.gc win32/config.vc win32/config_H.bc
27246          !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
27247____________________________________________________________________________
27248[  2947] By: jhi                                   on 1999/02/15  13:20:41
27249        Log: perlport.pod 1.39 from Chris.
27250     Branch: cfgperl
27251           ! pod/perlport.pod
27252____________________________________________________________________________
27253[  2946] By: jhi                                   on 1999/02/15  13:09:58
27254        Log: Import Ultrix update, change #2864,
27255
27256             From: Spider Boardman <spider@zk3.dec.com>
27257             To: perlbug@perl.com
27258             Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
27259             Date: Wed, 10 Feb 1999 23:33:31 -0500
27260             Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
27261     Branch: cfgperl
27262           ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
27263____________________________________________________________________________
27264[  2945] By: jhi                                   on 1999/02/15  13:04:50
27265        Log: OpenBSD sparc SHMLBA.
27266     Branch: cfgperl
27267           ! ext/IPC/SysV/SysV.xs
27268____________________________________________________________________________
27269[  2944] By: gsar                                  on 1999/02/15  12:09:52
27270        Log: update win32/config* stuff, Changes
27271     Branch: perl
27272	   ! Changes win32/Makefile win32/config.bc win32/config.gc
27273	   ! win32/config.vc win32/config_H.bc win32/config_H.gc
27274           ! win32/config_H.vc win32/makefile.mk
27275____________________________________________________________________________
27276[  2943] By: gsar                                  on 1999/02/15  11:54:08
27277        Log: #include patchlevel.h by default, provide
27278             PERL_{REVISION,VERSION,SUBVERSION}
27279     Branch: perl
27280           ! patchlevel.h perl.h
27281____________________________________________________________________________
27282[  2942] By: gsar                                  on 1999/02/15  10:26:59
27283        Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
27284             misc fixes
27285     Branch: perl
27286           ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
27287____________________________________________________________________________
27288[  2941] By: gsar                                  on 1999/02/15  10:24:37
27289        Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
27290             Message-ID: <19990207002851.B9185@toldyouso.com>
27291             Message-ID: <19990207212152.A9765@toldyouso.com>
27292             Message-ID: <19990207212041.A9622@toldyouso.com>
27293             Message-ID: <19990207213127.A10244@toldyouso.com>
27294             Message-ID: <19990207212559.A9950@toldyouso.com>
27295             Message-ID: <19990207212842.A9994@toldyouso.com>
27296             Message-ID: <19990207212500.A9860@toldyouso.com>
27297             Message-ID: <19990207213013.A10105@toldyouso.com>
27298     Branch: perl
27299	   ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
27300	   ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
27301           ! pod/perlmodlib.pod pod/perltoc.pod
27302____________________________________________________________________________
27303[  2940] By: gsar                                  on 1999/02/15  10:07:08
27304        Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
27305             of suggested patch)
27306             From: "Vishal Bhatia" <vishalb@my-dejanews.com>
27307             Date: Mon, 08 Feb 1999 01:14:41 -0000
27308             Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
27309             Subject: [PATCH 5.005_54] some pending C.pm stuff
27310     Branch: perl
27311           ! ext/B/B/C.pm
27312____________________________________________________________________________
27313[  2939] By: jhi                                   on 1999/02/15  08:40:18
27314        Log: Integrate from mainperl.
27315     Branch: cfgperl
27316          +> t/lib/bigfloat.t t/lib/bigfloatpm.t
27317           - lib/File/PathConvert.pm
27318          !> (integrate 81 files)
27319____________________________________________________________________________
27320[  2938] By: gsar                                  on 1999/02/15  06:56:39
27321        Log: change#2839 was bogus, redo
27322     Branch: perl
27323          !> t/lib/h2ph.pht
27324____________________________________________________________________________
27325[  2937] By: gsar                                  on 1999/02/15  06:38:15
27326        Log: support Win32::GetFullPathName() and Win32::SetLastError()
27327             From: jan.dubois@ibm.net (Jan Dubois)
27328             Date: Tue, 09 Feb 1999 22:27:31 +0100
27329             Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
27330             Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
27331     Branch: perl
27332           ! win32/win32.c
27333____________________________________________________________________________
27334[  2936] By: gsar                                  on 1999/02/15  06:26:39
27335        Log: support native integers, pack("L_",...) etc. (via private mail)
27336             From: Jarkko Hietaniemi <jhi@iki.fi>
27337             Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
27338             Message-Id: <199902092204.AAA29065@alpha.hut.fi>
27339             Subject: the "packnative" patch
27340     Branch: perl
27341	   ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
27342           ! t/lib/ipc_sysv.t t/op/pack.t
27343____________________________________________________________________________
27344[  2935] By: gsar                                  on 1999/02/15  06:04:02
27345        Log: From: Michael G Schwern <schwern@pobox.com>
27346             Date: Tue, 9 Feb 1999 04:13:12 -0500
27347             Message-ID: <19990209041312.A15788@toldyouso.com>
27348             Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
27349     Branch: perl
27350           ! utils/h2xs.PL
27351____________________________________________________________________________
27352[  2934] By: gsar                                  on 1999/02/15  05:30:13
27353        Log: fix bugs in the handling of negative numbers, among other things
27354             From: Steven Knight <knight@theopera.baldmt.citilink.com>
27355             Date: Mon, 8 Feb 1999 01:16:24 -0600
27356             Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
27357             Subject: Math::BigFloat and Math::BigInt
27358     Branch: perl
27359           + t/lib/bigfloat.t t/lib/bigfloatpm.t
27360	   ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
27361           ! t/lib/bigintpm.t
27362____________________________________________________________________________
27363[  2933] By: gsar                                  on 1999/02/15  04:57:52
27364        Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
27365             Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
27366             Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
27367             Subject: s2p incorrectly handles hold space commands
27368     Branch: perl
27369           ! x2p/s2p.PL
27370____________________________________________________________________________
27371[  2932] By: gsar                                  on 1999/02/15  04:45:55
27372        Log: clarify what a "line" is
27373     Branch: perl
27374           ! pod/perlfunc.pod pod/perlvar.pod
27375____________________________________________________________________________
27376[  2931] By: gsar                                  on 1999/02/15  04:23:29
27377        Log: backout change#2811 and add newer version based on File::Spec
27378             From: Barrie Slaymaker <rbs@telerama.com>
27379             Date: Thu, 11 Feb 1999 16:29:24 -0500
27380             Message-ID: <36C34BB4.A62090E0@telerama.com>
27381             Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
27382     Branch: perl
27383           - lib/File/PathConvert.pm
27384           ! MANIFEST installhtml lib/Pod/Html.pm
27385____________________________________________________________________________
27386[  2930] By: gsar                                  on 1999/02/15  04:16:25
27387        Log: From: Barrie Slaymaker <rbs@telerama.com>
27388             Date: Thu, 11 Feb 1999 19:39:48 -0500
27389             Message-ID: <36C37854.707D139@telerama.com>
27390             Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
27391     Branch: perl
27392           ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
27393____________________________________________________________________________
27394[  2929] By: gsar                                  on 1999/02/15  04:06:50
27395        Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
27396             Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
27397             Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
27398             Subject: [PATCH]5.005_54 (DOC) fix many typos
27399             --
27400             Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
27401             Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
27402             Subject: [PATCH]5.005_54 (DOC) typos
27403     Branch: perl
27404	   ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
27405	   ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
27406	   ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
27407	   ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
27408	   ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
27409	   ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
27410	   ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
27411           ! pod/perlvar.pod pod/perlxs.pod
27412____________________________________________________________________________
27413[  2928] By: gsar                                  on 1999/02/15  03:39:53
27414        Log: allow the Carp routines to pass through exception objects
27415     Branch: perl
27416           ! lib/Carp.pm
27417____________________________________________________________________________
27418[  2927] By: gsar                                  on 1999/02/15  03:22:57
27419        Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
27420     Branch: perl
27421           ! pod/perlfaq8.pod
27422____________________________________________________________________________
27423[  2926] By: gsar                                  on 1999/02/15  03:19:39
27424        Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
27425             have done that, but didn't)
27426     Branch: perl
27427          !> utils/h2ph.PL
27428____________________________________________________________________________
27429[  2925] By: gsar                                  on 1999/02/15  03:17:01
27430        Log: integrate cfgperl changes into mainline
27431     Branch: perl
27432           ! Changes
27433	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27434	  !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
27435	  !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
27436          !> vms/subconfigure.com
27437____________________________________________________________________________
27438[  2924] By: gsar                                  on 1999/02/15  03:07:08
27439        Log: add const qualifier to most char* prototypes, handle ripple effect
27440     Branch: perl
27441	   ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
27442           ! universal.c util.c
27443____________________________________________________________________________
27444[  2923] By: gsar                                  on 1999/02/15  01:04:30
27445        Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27446             Date: Thu, 04 Feb 1999 02:37:31 +0000
27447             Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
27448             Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop
27449     Branch: perl
27450           ! pp_ctl.c t/op/range.t
27451____________________________________________________________________________
27452[  2922] By: gsar                                  on 1999/02/15  00:24:34
27453        Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27454             Date: Sun, 31 Jan 1999 01:50:06 +0000
27455             Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
27456             Subject: [PATCH 5.005_03t4] regexp flags bug
27457     Branch: perl
27458           ! regcomp.c t/op/re_tests
27459____________________________________________________________________________
27460[  2921] By: gsar                                  on 1999/02/15  00:13:02
27461        Log: use New() et al., rather than safemalloc() et al.
27462             From: jan.dubois@ibm.net (Jan Dubois)
27463             Date: Fri, 29 Jan 1999 23:27:22 +0100
27464             Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
27465             Subject: [PATCH _03-MT5] POSIX.xs memory API
27466     Branch: perl
27467           ! ext/POSIX/POSIX.xs
27468____________________________________________________________________________
27469[  2920] By: gsar                                  on 1999/02/15  00:05:33
27470        Log: tweak READ() docs to mention $buffer must be altered by reference
27471     Branch: perl
27472           ! pod/perltie.pod
27473____________________________________________________________________________
27474[  2919] By: gsar                                  on 1999/02/14  23:50:39
27475        Log: applied suggested patch, with several language/readability tweaks
27476             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27477             Date: Fri, 29 Jan 1999 00:25:02 -0500
27478             Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
27479             Subject: Re: [PATCH 5.005_*] Better parsing docs
27480     Branch: perl
27481           ! pod/perlop.pod
27482____________________________________________________________________________
27483[  2918] By: gsar                                  on 1999/02/14  23:20:42
27484        Log: several bug fixes; now croak()s when date exceeds integer limits (instead
27485             of silently returning bogus values)
27486             From: Peter Chines <pchines@nhgri.nih.gov>
27487             Date: Wed, 27 Jan 1999 16:11:31 -0500
27488             Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
27489             Subject: Time::Local
27490     Branch: perl
27491           ! lib/Time/Local.pm pod/perldelta.pod
27492____________________________________________________________________________
27493[  2917] By: gsar                                  on 1999/02/14  11:21:43
27494        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27495             Date: Thu, 28 Jan 1999 10:02:20 -0500
27496             Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
27497             Subject: Re: [PATCH 5.005_53] Better perldoc
27498     Branch: perl
27499           ! utils/perldoc.PL
27500____________________________________________________________________________
27501[  2916] By: gsar                                  on 1999/02/14  10:59:38
27502        Log: back out change#2751, apply updated version
27503             From: jan.dubois@ibm.net (Jan Dubois)
27504             Date: Sat, 06 Feb 1999 01:06:29 +0100
27505             Message-ID: <36bc844c.18763049@smtp1.ibm.net>
27506             Subject: [PATCH] Cleanup of File::Spec module
27507     Branch: perl
27508	   ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
27509	   ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
27510           ! lib/File/Spec/Win32.pm
27511____________________________________________________________________________
27512[  2915] By: gsar                                  on 1999/02/14  10:48:01
27513        Log: tweak select() test
27514     Branch: perl
27515           ! pod/perlipc.pod t/op/fh.t
27516____________________________________________________________________________
27517[  2914] By: gsar                                  on 1999/02/14  10:25:55
27518        Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
27519     Branch: perl
27520           ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
27521____________________________________________________________________________
27522[  2913] By: gsar                                  on 1999/02/14  10:03:51
27523        Log: From: Kenneth Albanowski <kjahds@kjahds.com>
27524             Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
27525             Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
27526             Subject: Re: SvOPV() or SvPV_nolen() or ...
27527     Branch: perl
27528           ! pod/perlguts.pod
27529____________________________________________________________________________
27530[  2912] By: gsar                                  on 1999/02/14  09:57:29
27531        Log: provide SvPV_nolen(sv) to avoid use of PL_na
27532             From: jan.dubois@ibm.net (Jan Dubois)
27533             Date: Sun, 24 Jan 1999 02:45:32 +0100
27534             Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
27535             Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
27536     Branch: perl
27537	   ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
27538           ! sv.h
27539____________________________________________________________________________
27540[  2911] By: gsar                                  on 1999/02/14  06:51:05
27541        Log: elide stray effluvium
27542     Branch: perl
27543           ! pod/perldelta.pod
27544____________________________________________________________________________
27545[  2910] By: gsar                                  on 1999/02/14  05:51:56
27546        Log: slurping an empty file should return '' rather than undef, with
27547             commensurate effects on ARGV processing
27548     Branch: perl
27549	   ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
27550           ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
27551____________________________________________________________________________
27552[  2909] By: gsar                                  on 1999/02/14  00:02:11
27553        Log: perly_c.diff typo
27554     Branch: perl
27555           ! perly.c perly_c.diff vms/perly_c.vms
27556____________________________________________________________________________
27557[  2908] By: gsar                                  on 1999/02/13  18:20:13
27558        Log: From: jan.dubois@ibm.net (Jan Dubois)
27559             Date: Sat, 13 Feb 1999 13:25:53 +0100
27560             Message-Id: <36c9629c.13334874@smtp1.ibm.net>
27561             Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
27562     Branch: perl
27563           ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
27564____________________________________________________________________________
27565[  2907] By: jhi                                   on 1999/02/13  15:07:26
27566        Log: Integrate from mainperl.
27567     Branch: cfgperl
27568          +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
27569          !> (integrate 150 files)
27570____________________________________________________________________________
27571[  2903] By: gsar                                  on 1999/02/12  13:25:59
27572        Log: From: jan.dubois@ibm.net (Jan Dubois)
27573             Date: Sun, 24 Jan 1999 01:12:00 +0100
27574             Message-ID: <36b66479.62756298@smtp1.ibm.net>
27575             Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
27576     Branch: perl
27577	   ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
27578           ! proto.h sv.c sv.h
27579____________________________________________________________________________
27580[  2902] By: gsar                                  on 1999/02/12  12:55:11
27581        Log: script to generate ctags from etags
27582             From: Colin Kuskie <ckuskie@cadence.com>
27583             Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
27584             Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
27585             Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
27586     Branch: perl
27587           + emacs/e2ctags.pl
27588           ! Makefile.SH pod/perlfaq3.pod
27589____________________________________________________________________________
27590[  2901] By: gsar                                  on 1999/02/12  12:40:17
27591        Log: allow boolean assign ops to be lvalues
27592             From: Stephen McCamant <smccam@uclink4.berkeley.edu>
27593             Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
27594             Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
27595             --
27596             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27597             Date: Mon, 18 Jan 1999 10:04:00 +0000
27598             Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
27599             Subject: Re: [inconsistency 5.005_54] ||= not an lvalue
27600     Branch: perl
27601           + t/op/lop.t
27602           ! MANIFEST op.c
27603____________________________________________________________________________
27604[  2899] By: jhi                                   on 1999/02/12  12:03:48
27605        Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
27606     Branch: cfgperl
27607	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27608           ! config_h.SH hints/openbsd.sh
27609____________________________________________________________________________
27610[  2898] By: gsar                                  on 1999/02/12  11:49:25
27611        Log: support win32_putenv()
27612     Branch: perl
27613	   ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
27614           ! win32/win32.c win32/win32iop.h
27615____________________________________________________________________________
27616[  2894] By: gsar                                  on 1999/02/12  11:09:27
27617        Log: add missing hunk in change#2657
27618     Branch: perl
27619           ! ext/B/B/CC.pm
27620____________________________________________________________________________
27621[  2893] By: gsar                                  on 1999/02/12  11:00:13
27622        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27623             Date: Tue, 19 Jan 1999 20:13:15 -0500
27624             Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
27625             Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
27626     Branch: perl
27627	   ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
27628           ! t/pragma/subs.t t/pragma/warning.t
27629____________________________________________________________________________
27630[  2892] By: gsar                                  on 1999/02/12  10:44:38
27631        Log: update change#2670 to later version
27632             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27633             Date: Sun, 31 Jan 1999 16:16:14 +0000
27634             Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
27635             Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
27636     Branch: perl
27637           ! t/op/subst.t toke.c
27638____________________________________________________________________________
27639[  2891] By: gsar                                  on 1999/02/12  10:31:17
27640        Log: make testsuite somewhat location independent
27641     Branch: perl
27642           ! (edit 117 files)
27643____________________________________________________________________________
27644[  2890] By: gsar                                  on 1999/02/12  10:00:30
27645        Log: add $AutoLoader::VERSION
27646     Branch: perl
27647           ! lib/AutoLoader.pm
27648____________________________________________________________________________
27649[  2889] By: gsar                                  on 1999/02/12  09:55:48
27650        Log: tweak PERL_STRICT_CR notes
27651     Branch: perl
27652           ! pod/perl5005delta.pod
27653____________________________________________________________________________
27654[  2888] By: gsar                                  on 1999/02/12  09:41:45
27655        Log: add note about test-notty target
27656     Branch: perl
27657           ! README.win32
27658____________________________________________________________________________
27659[  2887] By: gsar                                  on 1999/02/12  09:37:37
27660        Log: add perltodo.pod
27661     Branch: perl
27662           + pod/perltodo.pod
27663	   ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
27664           ! win32/pod.mak
27665____________________________________________________________________________
27666[  2886] By: jhi                                   on 1999/02/12  08:52:14
27667        Log: Integrate from mainperl.
27668     Branch: cfgperl
27669          +> t/op/fh.t
27670          !> (integrate 30 files)
27671____________________________________________________________________________
27672[  2885] By: gsar                                  on 1999/02/12  08:42:10
27673        Log: note how to find REG_INFTY limit
27674     Branch: perl
27675           ! pod/perlre.pod
27676____________________________________________________________________________
27677[  2884] By: jhi                                   on 1999/02/12  08:36:14
27678        Log: OpenBSD pthreads awareness, thanks to
27679             David Leonard <david.leonard@csee.uq.edu.au>
27680     Branch: maint-5.005/perl
27681           ! Configure hints/openbsd.sh
27682____________________________________________________________________________
27683[  2882] By: gsar                                  on 1999/02/12  08:05:20
27684        Log: IO is maintained by p5p (per Graham Barr's wishes)
27685     Branch: perl
27686	   ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
27687	   ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
27688	   ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
27689           ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
27690____________________________________________________________________________
27691[  2881] By: gsar                                  on 1999/02/12  07:57:13
27692        Log: fh.t typo
27693     Branch: perl
27694           ! t/op/fh.t
27695____________________________________________________________________________
27696[  2880] By: gsar                                  on 1999/02/12  07:38:16
27697        Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
27698     Branch: perl
27699           ! perl.c pod/perlrun.pod
27700____________________________________________________________________________
27701[  2879] By: gsar                                  on 1999/02/12  05:39:29
27702        Log: fix ops that are not filehandle constructors to not create GV if it
27703             doesn't already exist (avoids leaks); extend semantics of defined()
27704             so that defined(*{$foo}) works (experimental)
27705     Branch: perl
27706           + t/op/fh.t
27707	   ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
27708           ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
27709____________________________________________________________________________
27710[  2877] By: jhi                                   on 1999/02/11  20:44:00
27711        Log: From: Chris Nandor <pudge@pobox.com>
27712             To: perl5-porters@perl.org
27713             Subject: [PATCH] perlport.pod 1.39
27714             Date: Thu, 11 Feb 1999 12:28:35 -0500
27715             Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
27716     Branch: cfgperl
27717           ! pod/perlport.pod
27718____________________________________________________________________________
27719[  2870] By: gsar                                  on 1999/02/11  11:17:08
27720        Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
27721     Branch: perl
27722           ! ext/IO/lib/IO/Pipe.pm
27723____________________________________________________________________________
27724[  2869] By: gsar                                  on 1999/02/11  11:00:56
27725        Log: update win32/pod.mak
27726     Branch: perl
27727           ! win32/pod.mak
27728____________________________________________________________________________
27729[  2868] By: gsar                                  on 1999/02/11  10:42:44
27730        Log: From: Benjamin Low <b.d.low@unsw.edu.au>
27731             Date: Fri, 08 Jan 1999 14:36:53 +1100
27732             Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
27733             Subject: Re: [Fwd: IO::Socket::connect and blocking]
27734     Branch: perl
27735           ! ext/IO/lib/IO/Socket.pm
27736____________________________________________________________________________
27737[  2867] By: gsar                                  on 1999/02/11  09:43:03
27738        Log: av_extend() doc tweak from Jan Dubois
27739     Branch: perl
27740           ! pod/perlguts.pod
27741____________________________________________________________________________
27742[  2866] By: gsar                                  on 1999/02/11  09:27:17
27743        Log: display full pathname of unreadable files
27744     Branch: perl
27745           ! utils/perldoc.PL
27746____________________________________________________________________________
27747[  2865] By: gsar                                  on 1999/02/11  09:02:31
27748        Log: missing patch in change#2522
27749     Branch: perl
27750           ! lib/Pod/Text.pm
27751____________________________________________________________________________
27752[  2864] By: jhi                                   on 1999/02/11  08:45:00
27753        Log: From: Spider Boardman <spider@zk3.dec.com>
27754             To: perlbug@perl.com
27755             Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
27756             Date: Wed, 10 Feb 1999 23:33:31 -0500
27757             Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
27758     Branch: maint-5.005/perl
27759           ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
27760____________________________________________________________________________
27761[  2862] By: gsar                                  on 1999/02/11  08:14:34
27762        Log: integrate changes#2738,2740 from maint-5.005
27763     Branch: perl
27764          !> lib/ExtUtils/MakeMaker.pm
27765____________________________________________________________________________
27766[  2861] By: jhi                                   on 1999/02/11  08:04:25
27767        Log: Integrate from mainperl.
27768     Branch: cfgperl
27769	  !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
27770          !> t/op/range.t win32/config.gc
27771____________________________________________________________________________
27772[  2860] By: gsar                                  on 1999/02/11  07:30:08
27773        Log: binmode() support for cygwin32 (suggested by Steven Morlock
27774             <newspost@morlock.net>)
27775     Branch: perl
27776           ! perl.h
27777____________________________________________________________________________
27778[  2859] By: gsar                                  on 1999/02/11  07:14:21
27779        Log: update Changes
27780     Branch: perl
27781           ! Changes
27782          !> pod/perl5005delta.pod
27783____________________________________________________________________________
27784[  2856] By: gsar                                  on 1999/02/11  07:07:39
27785        Log: integrate perldelta changes from maint-5.005
27786     Branch: perl
27787          !> pod/perl5005delta.pod
27788____________________________________________________________________________
27789[  2855] By: gsar                                  on 1999/02/11  06:31:50
27790        Log: applied suggested patch; added tests
27791             From: Adam Krolnik <adamk@gypsy.cyrix.com>
27792             Date: Sat, 12 Dec 98 15:30:18 -0600
27793             Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
27794             Subject: Range operation doesn't handle IV_MAX
27795     Branch: perl
27796           ! pp_ctl.c t/op/range.t
27797____________________________________________________________________________
27798[  2854] By: gsar                                  on 1999/02/11  05:00:55
27799        Log: compatibility fix: magic non-propagation in foreach implicit localization
27800     Branch: perl
27801           ! pp_ctl.c t/op/local.t win32/config.gc
27802____________________________________________________________________________
27803[  2852] By: gsar                                  on 1999/02/10  23:17:49
27804        Log: fair warning about -Dusethreads
27805     Branch: maint-5.005/perl
27806           ! Configure INSTALL README.threads
27807____________________________________________________________________________
27808[  2847] By: jhi                                   on 1999/02/09  19:13:28
27809        Log: Integrate from mainperl.
27810     Branch: cfgperl
27811	  !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
27812          !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
27813____________________________________________________________________________
27814[  2846] By: gsar                                  on 1999/02/09  13:53:28
27815        Log: a modified version of suggested patch for pack template 'Z'; added docs
27816             From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
27817             Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
27818             Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
27819             Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
27820     Branch: perl
27821           ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
27822____________________________________________________________________________
27823[  2845] By: gsar                                  on 1999/02/09  00:03:26
27824        Log: clarify docs for change#2835
27825     Branch: perl
27826           ! pod/perldelta.pod pod/perlop.pod
27827____________________________________________________________________________
27828[  2844] By: gsar                                  on 1999/02/08  23:40:57
27829        Log: addendum to change#2823
27830             From: Stephen McCamant <smccam@uclink4.berkeley.edu>
27831             Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
27832             Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
27833             Subject: [PATCH] Docs and tests for method-call syntax
27834     Branch: perl
27835           ! pod/perlobj.pod t/op/method.t
27836____________________________________________________________________________
27837[  2843] By: jhi                                   on 1999/02/08  21:06:28
27838        Log: Ultrix mmap tidbit.
27839     Branch: cfgperl
27840           ! hints/ultrix_4.sh
27841____________________________________________________________________________
27842[  2842] By: jhi                                   on 1999/02/08  20:22:55
27843        Log: Integrate from mainperl.
27844     Branch: cfgperl
27845          +> t/op/subst_wamp.t
27846          !> (integrate 35 files)
27847____________________________________________________________________________
27848[  2841] By: jhi                                   on 1999/02/08  18:23:26
27849        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27850             To: Mailing list Perl5 <perl5-porters@perl.org>
27851             Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
27852             Date: Sun, 7 Feb 1999 17:25:22 -0500
27853             Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
27854     Branch: cfgperl
27855           + t/op/subst_amp.t
27856           ! MANIFEST regcomp.c t/op/subst.t
27857____________________________________________________________________________
27858[  2840] By: jhi                                   on 1999/02/08  18:16:54
27859        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27860             To: Mailing list Perl5 <perl5-porters@perl.org>
27861             Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
27862             Date: Sun, 7 Feb 1999 17:00:10 -0500
27863             Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
27864     Branch: cfgperl
27865           ! pp_hot.c t/op/pat.t
27866____________________________________________________________________________
27867[  2839] By: jhi                                   on 1999/02/08  17:25:30
27868        Log: A require was missing.
27869     Branch: cfgperl
27870           ! t/lib/h2ph.pht
27871____________________________________________________________________________
27872[  2838] By: jhi                                   on 1999/02/08  16:38:41
27873        Log: Bring in the change #2809 (the Configure part has been
27874             modified rather a lot since the #2809, though.)
27875     Branch: cfgperl
27876           ! Configure utils/h2ph.PL
27877____________________________________________________________________________
27878[  2835] By: gsar                                  on 1999/02/08  14:40:23
27879        Log: make qw() into a true list at compile time (slightly modified
27880             variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
27881     Branch: perl
27882           ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
27883____________________________________________________________________________
27884[  2834] By: gsar                                  on 1999/02/08  13:23:16
27885        Log: make safesysmalloc() etc., always available; safemalloc() et al are
27886             now macros that point to the right malloc; fix various places in
27887             sources that need to always use safesysmalloc() et al
27888     Branch: perl
27889	   ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
27890           ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
27891____________________________________________________________________________
27892[  2833] By: gsar                                  on 1999/02/08  10:56:16
27893        Log: remove spurious #endif in last change
27894     Branch: perl
27895           ! perl.h
27896____________________________________________________________________________
27897[  2832] By: gsar                                  on 1999/02/08  10:34:55
27898        Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
27899             them ask for insanity (untested)
27900     Branch: perl
27901	   ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
27902	   ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
27903           ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
27904____________________________________________________________________________
27905[  2831] By: jhi                                   on 1999/02/08  08:33:33
27906        Log: Update vms/subconfigure.com along the lines of change #2829.
27907     Branch: cfgperl
27908           ! vms/subconfigure.com
27909____________________________________________________________________________
27910[  2830] By: gsar                                  on 1999/02/08  00:19:46
27911        Log: integrate cfgperl changes into mainline
27912     Branch: perl
27913	  +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
27914          +> lib/File/PathConvert.pm pod/perlthrtut.pod
27915           ! Changes
27916          !> (integrate 93 files)
27917____________________________________________________________________________
27918[  2829] By: jhi                                   on 1999/02/07  23:49:46
27919        Log: Configure update.
27920
27921             Probe for mmap() et alia.
27922             The *cc*symbols patch (just Configure, no h2ph).
27923     Branch: cfgperl
27924	   ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27925           ! config_h.SH perl.h
27926____________________________________________________________________________
27927[  2828] By: gsar                                  on 1999/02/07  23:38:47
27928        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27929             Date: Sun, 7 Feb 1999 17:25:22 -0500
27930             Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
27931             Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
27932     Branch: perl
27933           + t/op/subst_amp.t t/op/subst_wamp.t
27934           ! MANIFEST regcomp.c t/op/subst.t
27935____________________________________________________________________________
27936[  2827] By: gsar                                  on 1999/02/07  23:27:32
27937        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27938             Date: Sun, 7 Feb 1999 17:00:10 -0500
27939             Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
27940             Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
27941     Branch: perl
27942           ! pp_hot.c t/op/pat.t
27943____________________________________________________________________________
27944[  2826] By: gsar                                  on 1999/02/07  23:26:04
27945        Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
27946             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27947             Date: Sun, 7 Feb 1999 15:07:27 -0500
27948             Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
27949             Subject: Re: fixing memory leaks in REx compilation
27950     Branch: perl
27951	   ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
27952           ! regexec.c
27953____________________________________________________________________________
27954[  2825] By: jhi                                   on 1999/02/07  18:05:13
27955        Log: Integrate from mainperl.
27956     Branch: cfgperl
27957          +> lib/DB.pm t/comp/bproto.t
27958	  !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
27959	  !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
27960	  !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
27961          !> toke.c vms/perly_c.vms
27962____________________________________________________________________________
27963[  2824] By: gsar                                  on 1999/02/07  14:21:48
27964        Log: tweak doc on bitwise ops
27965     Branch: perl
27966           ! pod/perlop.pod
27967____________________________________________________________________________
27968[  2823] By: gsar                                  on 1999/02/07  13:38:31
27969        Log: applied suggested patch; regen perly* and vms/perly*
27970             From: Stephen McCamant <smccam@uclink4.berkeley.edu>
27971             Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
27972             Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
27973             Subject: [PATCH] Re: Suggestion for perlobj man page
27974     Branch: perl
27975           ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
27976____________________________________________________________________________
27977[  2822] By: gsar                                  on 1999/02/07  12:39:09
27978        Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
27979             disabled, fails tests)
27980     Branch: perl
27981           ! regcomp.h
27982____________________________________________________________________________
27983[  2821] By: gsar                                  on 1999/02/07  11:09:39
27984        Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
27985             <Alexander.Barilo@aexp.com>)
27986     Branch: perl
27987           ! lib/Pod/Html.pm
27988____________________________________________________________________________
27989[  2820] By: gsar                                  on 1999/02/07  10:20:35
27990        Log: add draft debugging API implementation
27991     Branch: perl
27992           + lib/DB.pm
27993           ! MANIFEST
27994____________________________________________________________________________
27995[  2819] By: gsar                                  on 1999/02/07  09:58:45
27996        Log: avoid garbage in db->dirbuf
27997             From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
27998             Date: Sat, 05 Dec 1998 14:14:54 +0900
27999             Message-Id: <199812050514.OAA23268@toshiba.co.jp>
28000             Subject: SDBM bug
28001     Branch: perl
28002           ! ext/SDBM_File/sdbm/sdbm.c
28003____________________________________________________________________________
28004[  2818] By: gsar                                  on 1999/02/07  09:32:24
28005        Log: missing entry
28006     Branch: perl
28007           ! MANIFEST
28008____________________________________________________________________________
28009[  2817] By: gsar                                  on 1999/02/07  09:30:47
28010        Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
28011     Branch: perl
28012           + t/comp/bproto.t
28013           ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
28014____________________________________________________________________________
28015[  2816] By: gsar                                  on 1999/02/06  00:14:29
28016        Log: minor bug in dumping blessed subrefs
28017     Branch: perl
28018           ! ext/Data/Dumper/Dumper.pm
28019____________________________________________________________________________
28020[  2812] By: jhi                                   on 1999/02/03  22:02:24
28021        Log: Enhance change #2808.
28022
28023             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28024             To: perl5-porters@perl.org
28025             Subject: Re: [PATCH 5.00*]: perlbug checklist
28026             Date: Wed, 3 Feb 1999 19:02:27 +0000
28027             Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
28028     Branch: cfgperl
28029           ! utils/perlbug.PL
28030____________________________________________________________________________
28031[  2811] By: jhi                                   on 1999/02/03  21:53:23
28032        Log: From: Barrie Slaymaker <rbs@telerama.com>
28033             To: perl5-porters@perl.org
28034             CC: pod-people@perl.org
28035             Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
28036             Date: Wed, 03 Feb 1999 10:34:18 -0500
28037             Message-ID: <36B86C7A.E99EFFF1@telerama.com>
28038
28039             Add File::PathConvert.pm.
28040             Fix Pod::Html and installhtml to understand relative urls.
28041     Branch: cfgperl
28042           + lib/File/PathConvert.pm
28043           ! MANIFEST installhtml lib/Pod/Html.pm
28044____________________________________________________________________________
28045[  2810] By: jhi                                   on 1999/02/03  20:25:10
28046        Log: From: Francois Desarmenien <desar@club-internet.fr>
28047             To: Mailing list Perl5 <perl5-porters@perl.org>
28048             Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
28049             Date: Wed, 03 Feb 1999 13:13:24 +0000
28050             Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
28051
28052             (note: this patch completely overrides Tom Wolfe's patch,
28053             change #2604)
28054     Branch: cfgperl
28055           + ext/GDBM_File/hints/sco.pl
28056           ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
28057____________________________________________________________________________
28058[  2809] By: jhi                                   on 1999/02/03  19:54:16
28059        Log: h2ph fixes + Configure patch to support them.
28060
28061             From: "Kurt D. Starsinic" <kstar@chapin.edu>
28062             To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
28063             Gurusamy Sarathy <gsar@engin.umich.edu>
28064             Cc: perl5-porters@perl.org
28065             Subject: [PATCH 5.00503_MT5] h2ph.PL
28066             Date: Tue, 2 Feb 1999 19:48:06 -0500
28067             Message-ID: <19990202194806.E10647@O2.chapin.edu>
28068     Branch: maint-5.005/perl
28069           ! Configure utils/h2ph.PL
28070____________________________________________________________________________
28071[  2808] By: jhi                                   on 1999/02/03  16:59:55
28072        Log: Enhance the perlbug checklist.
28073     Branch: cfgperl
28074           ! utils/perlbug.PL
28075____________________________________________________________________________
28076[  2807] By: jhi                                   on 1999/02/03  14:01:37
28077        Log: Document the standard strftime %formats.
28078
28079             From: Dominic Dunlop <domo@vo.lu>
28080             To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
28081             Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
28082             Date: Tue, 2 Feb 1999 15:55:29 +0100
28083             Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
28084     Branch: cfgperl
28085           ! ext/POSIX/POSIX.pod
28086____________________________________________________________________________
28087[  2806] By: jhi                                   on 1999/02/03  13:58:00
28088        Log: Integrate from mainperl.
28089     Branch: cfgperl
28090          !> perl.h
28091____________________________________________________________________________
28092[  2805] By: gsar                                  on 1999/02/03  03:32:31
28093        Log: PL_uuemap[] init needs help for sizeof()
28094     Branch: perl
28095           ! perl.h
28096____________________________________________________________________________
28097[  2804] By: jhi                                   on 1999/02/02  20:44:30
28098        Log: These should've been already in #2803.
28099     Branch: cfgperl
28100           ! Configure config_h.SH vms/subconfigure.com
28101____________________________________________________________________________
28102[  2803] By: jhi                                   on 1999/02/02  20:38:45
28103        Log: telldir prototype issue, from mists of time...
28104     Branch: cfgperl
28105           ! hints/netbsd.sh pp_sys.c
28106____________________________________________________________________________
28107[  2801] By: jhi                                   on 1999/02/02  17:40:14
28108        Log: From: John Bley <jbb6@acpub.duke.edu>
28109             To: perlbug@perl.org
28110             Subject: [PATCH]5.005_54 (DOC) fix minor typos
28111             Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
28112             Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
28113     Branch: cfgperl
28114           ! pod/perlre.pod
28115____________________________________________________________________________
28116[  2800] By: jhi                                   on 1999/02/02  17:26:49
28117        Log: Update todo with POSIX 1003.1 1996 Edition reminder.
28118     Branch: cfgperl
28119           ! Todo-5.005
28120____________________________________________________________________________
28121[  2799] By: jhi                                   on 1999/02/02  17:18:51
28122        Log: Update FindBin from maint-5.005.
28123     Branch: cfgperl
28124           ! lib/FindBin.pm
28125____________________________________________________________________________
28126[  2798] By: jhi                                   on 1999/02/02  17:16:07
28127        Log: Fix typecasts in #2797
28128
28129             From: "G. Del Merritt" <del@intranetics.com>
28130             Date: Fri, 29 Jan 1999 11:47:25 -0700
28131             Message-Id: <199901291847.LAA04828@jhereg.perl.com>
28132             Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
28133     Branch: cfgperl
28134           ! ext/POSIX/POSIX.xs
28135____________________________________________________________________________
28136[  2797] By: jhi                                   on 1999/02/02  17:14:37
28137        Log: From: Ted Law <tedlaw@cibcwg.com>
28138             Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
28139             Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
28140             Subject: POSIX::strftime buffer overflow problem
28141     Branch: cfgperl
28142           ! ext/POSIX/POSIX.xs
28143____________________________________________________________________________
28144[  2796] By: jhi                                   on 1999/02/02  17:13:23
28145        Log: Do not use File::Slurp.
28146     Branch: cfgperl
28147           ! t/lib/textfill.t
28148____________________________________________________________________________
28149[  2795] By: jhi                                   on 1999/02/02  17:11:48
28150        Log: perlhist update from maint-5.005.
28151     Branch: cfgperl
28152           ! pod/perlhist.pod
28153____________________________________________________________________________
28154[  2794] By: jhi                                   on 1999/02/02  17:10:33
28155        Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
28156     Branch: cfgperl
28157           ! ext/POSIX/POSIX.pm
28158____________________________________________________________________________
28159[  2793] By: jhi                                   on 1999/02/02  17:08:39
28160        Log: Missed the html test from change #2787.
28161     Branch: cfgperl
28162           ! t/lib/cgi-html.t
28163____________________________________________________________________________
28164[  2792] By: jhi                                   on 1999/02/02  17:01:24
28165        Log: Update Getopt::Long to 2.19.
28166     Branch: cfgperl
28167           ! lib/Getopt/Long.pm
28168____________________________________________________________________________
28169[  2791] By: jhi                                   on 1999/02/02  16:59:13
28170        Log: overload syntax is no longer experimental
28171     Branch: cfgperl
28172           ! lib/overload.pm
28173____________________________________________________________________________
28174[  2789] By: jhi                                   on 1999/02/02  16:47:50
28175        Log: Still doc fixes.
28176     Branch: cfgperl
28177           ! lib/diagnostics.pm
28178____________________________________________________________________________
28179[  2788] By: jhi                                   on 1999/02/02  16:47:07
28180        Log: Doc fixes.
28181     Branch: cfgperl
28182           ! lib/CGI.pm lib/diagnostics.pm
28183____________________________________________________________________________
28184[  2787] By: jhi                                   on 1999/02/02  16:38:55
28185        Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
28186             where applicable).
28187     Branch: cfgperl
28188	   ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
28189	   ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
28190	   ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
28191	   ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
28192	   ! eg/cgi/frameset.cgi eg/cgi/index.html
28193	   ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
28194	   ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
28195	   ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
28196	   ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
28197	   ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
28198           ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
28199____________________________________________________________________________
28200[  2786] By: jhi                                   on 1999/02/02  16:17:52
28201        Log: Update CPAN to 1.47.
28202     Branch: cfgperl
28203           ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
28204____________________________________________________________________________
28205[  2785] By: jhi                                   on 1999/02/02  16:09:03
28206        Log: From: Mark-Jason Dominus <mjd@plover.com>
28207             Date: Sat, 16 Jan 1999 17:22:06 -0500
28208             Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
28209             Message-ID: <19990116222206.3674.qmail@plover.com>
28210     Branch: cfgperl
28211           ! pod/perlsub.pod
28212____________________________________________________________________________
28213[  2784] By: jhi                                   on 1999/02/02  16:01:31
28214        Log: Fix incorrect "used only once" warnings
28215
28216             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28217             Date: Fri, 8 Jan 1999 04:37:10 -0500
28218             Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
28219             Subject: Re: change#965 flakiness
28220     Branch: cfgperl
28221           ! gv.c
28222____________________________________________________________________________
28223[  2783] By: jhi                                   on 1999/02/02  15:50:38
28224        Log: perldelta updates.
28225     Branch: cfgperl
28226           ! pod/perldelta.pod
28227____________________________________________________________________________
28228[  2782] By: jhi                                   on 1999/02/02  14:28:26
28229        Log: Mirror change #2781.
28230     Branch: cfgperl
28231           ! hints/linux.sh
28232____________________________________________________________________________
28233[  2781] By: jhi                                   on 1999/02/02  14:27:01
28234        Log: Update the MkLinux note.
28235     Branch: maint-5.005/perl
28236           ! hints/linux.sh
28237____________________________________________________________________________
28238[  2780] By: jhi                                   on 1999/02/02  14:10:59
28239        Log: Update todo.
28240     Branch: cfgperl
28241           ! Todo-5.005
28242____________________________________________________________________________
28243[  2779] By: jhi                                   on 1999/02/02  14:00:25
28244        Log: Integrate from mainperl.
28245     Branch: cfgperl
28246           ! t/lib/textfill.t t/lib/textwrap.t
28247          !> (integrate 32 files)
28248____________________________________________________________________________
28249[  2778] By: jhi                                   on 1999/02/02  13:56:23
28250        Log: VMS update, applicable parts of
28251
28252             From: Dan Sugalski <sugalskd@osshe.edu>
28253             To: perl5-porters@perl.org
28254             Subject: [PATCH 5.005_03MT3]VMS configure tweak
28255             Date: Wed, 20 Jan 1999 12:05:18 -0800
28256             Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
28257
28258             From: Dan Sugalski <sugalskd@osshe.edu>
28259             To: perlbug@perl.com, vmsperl@perl.org
28260             Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
28261             Date: Tue, 26 Jan 1999 14:40:38 -0800
28262             Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
28263
28264             From: Dan Sugalski <sugalskd@osshe.edu>
28265             To: perl5-porters@perl.org, vmsperl@perl.org
28266             Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
28267             Date: Tue, 26 Jan 1999 14:55:29 -0800
28268             Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
28269     Branch: cfgperl
28270           ! vms/ext/Stdio/test.pl vms/subconfigure.com
28271____________________________________________________________________________
28272[  2777] By: jhi                                   on 1999/02/02  13:43:24
28273        Log: Synch usethreads parts from maint-5.005.
28274     Branch: cfgperl
28275	   ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
28276	   ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
28277	   ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
28278           ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
28279____________________________________________________________________________
28280[  2776] By: jhi                                   on 1999/02/02  13:17:16
28281        Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
28282     Branch: cfgperl
28283           ! Makefile.SH hints/freebsd.sh
28284____________________________________________________________________________
28285[  2774] By: jhi                                   on 1999/02/02  13:10:39
28286        Log: Add perlthrtut, update pod/* machinery.
28287             (a pod/Makefile.SH is sorely needed)
28288     Branch: cfgperl
28289           + pod/perlthrtut.pod
28290           ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
28291____________________________________________________________________________
28292[  2773] By: jhi                                   on 1999/02/02  12:54:24
28293        Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28294             To: perl5-porters@perl.org
28295             Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
28296             Date: Tue, 26 Jan 1999 22:25:07 +0000
28297             Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
28298     Branch: cfgperl
28299           ! pod/perlguts.pod
28300____________________________________________________________________________
28301[  2771] By: jhi                                   on 1999/02/02  12:47:34
28302        Log: Use perlbug instead of personal email address.
28303     Branch: cfgperl
28304           ! Configure
28305____________________________________________________________________________
28306[  2770] By: jhi                                   on 1999/02/02  12:42:06
28307        Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
28308
28309             From: "G. Del Merritt" <del@intranetics.com>
28310             To: perlbug@perl.com
28311             Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
28312             Date: Tue, 26 Jan 1999 12:09:09 -0700
28313             Message-Id: <199901261909.MAA25525@jhereg.perl.com>
28314     Branch: cfgperl
28315           ! iperlsys.h
28316____________________________________________________________________________
28317[  2769] By: jhi                                   on 1999/02/02  12:37:57
28318        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28319             To: Mailing list Perl5 <perl5-porters@perl.org>
28320             Subject: [PATCH 5.005_*] OS/2 threads
28321             Date: Tue, 26 Jan 1999 13:39:46 -0500
28322             Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
28323     Branch: cfgperl
28324           ! os2/os2ish.h
28325____________________________________________________________________________
28326[  2768] By: jhi                                   on 1999/02/02  12:36:16
28327        Log: Apply change #2711 from maint-5.005:
28328
28329             make ok", "make okfile", and "make nok" were broken
28330             with -Duseshrplib, because of a shared typo.
28331
28332             From: Spider Boardman <spider@web.zk3.dec.com>
28333             To: perlbug@perl.com
28334             Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
28335             Date: Wed, 27 Jan 1999 12:27:15 -0500
28336             Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
28337     Branch: cfgperl
28338           ! Makefile.SH
28339____________________________________________________________________________
28340[  2766] By: jhi                                   on 1999/02/02  12:27:08
28341        Log: Make Configure use "int main()" instead of bare "main()".
28342             Like maint-5.005 change #2703 but now via metaconfig.
28343     Branch: cfgperl
28344           ! Configure
28345____________________________________________________________________________
28346[  2765] By: jhi                                   on 1999/02/02  11:59:30
28347        Log: Undo part of change #2562.
28348     Branch: cfgperl
28349           ! Configure
28350____________________________________________________________________________
28351[  2764] By: jhi                                   on 1999/02/02  11:52:39
28352        Log: NetBSD synch with maint-5.005.
28353     Branch: cfgperl
28354           ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
28355____________________________________________________________________________
28356[  2763] By: jhi                                   on 1999/02/02  11:44:07
28357        Log: $Config{installusrbinperl}
28358             (maint-5.005 changes #2614 and #2709)
28359     Branch: cfgperl
28360           ! Configure installperl
28361____________________________________________________________________________
28362[  2762] By: jhi                                   on 1999/02/02  11:29:13
28363        Log: Errno update from maint-5.005 (changes #2583, #2710).
28364     Branch: cfgperl
28365           ! Configure ext/Errno/Errno_pm.PL
28366____________________________________________________________________________
28367[  2759] By: jhi                                   on 1999/02/02  10:53:20
28368        Log: Update Trig.pm from maint-5.005.
28369     Branch: cfgperl
28370           ! lib/Math/Trig.pm
28371____________________________________________________________________________
28372[  2757] By: jhi                                   on 1999/02/02  10:41:26
28373        Log: MPE/iX update (mirror maint-5.005 change #2715)
28374     Branch: cfgperl
28375           ! hints/mpeix.sh mpeix/relink
28376____________________________________________________________________________
28377[  2756] By: jhi                                   on 1999/02/02  10:38:08
28378        Log: BeOS update (Mirror maint-5.005 change #2727).
28379     Branch: cfgperl
28380           + ext/DynaLoader/dl_beos.xs
28381	   ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
28382           ! lib/ExtUtils/MM_Unix.pm
28383____________________________________________________________________________
28384[  2754] By: gsar                                  on 1999/02/02  08:52:13
28385        Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
28386     Branch: perl
28387           ! Porting/pumpkin.pod Todo Todo-5.005
28388____________________________________________________________________________
28389[  2753] By: gsar                                  on 1999/02/02  08:46:21
28390        Log: Todo tweaks
28391     Branch: perl
28392           ! Todo Todo-5.005
28393____________________________________________________________________________
28394[  2752] By: jhi                                   on 1999/02/01  22:15:12
28395        Log: Add perlthrtut.pod.
28396
28397             From: Dan Sugalski <sugalskd@osshe.edu>
28398             To: perl5-porters@perl.org
28399             Subject: perlthrtut.pod
28400             Date: Mon, 01 Feb 1999 10:57:11 -0800
28401             Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
28402     Branch: maint-5.005/perl
28403           + pod/perlthrtut.pod
28404	   ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
28405           ! pod/roffitall
28406____________________________________________________________________________
28407[  2751] By: gsar                                  on 1999/02/01  07:28:05
28408        Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
28409     Branch: perl
28410	   ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
28411           ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28412____________________________________________________________________________
28413[  2750] By: gsar                                  on 1999/02/01  07:09:20
28414        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28415             Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
28416             Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
28417             Subject: [PATCH 5.005_53] Debugging REx with lookbehind
28418     Branch: perl
28419           ! regexec.c
28420____________________________________________________________________________
28421[  2749] By: gsar                                  on 1999/02/01  07:07:59
28422        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28423             Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
28424             Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
28425             Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
28426     Branch: perl
28427           ! regexec.c
28428____________________________________________________________________________
28429[  2748] By: gsar                                  on 1999/02/01  06:47:06
28430        Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
28431             Date: Thu, 3 Dec 1998 15:10:17 -0500
28432             Message-Id: <199812032010.PAA09692@jik.shore.net>
28433             Subject: sample checksum code in "perlfunc" man page is wrong
28434     Branch: perl
28435           ! pod/perlfunc.pod
28436____________________________________________________________________________
28437[  2747] By: gsar                                  on 1999/02/01  06:35:13
28438        Log: typos in Pod/Text.pm
28439             From: "Greg Chapman" <glc@well.com>
28440             Date: Tue, 1 Dec 1998 10:50:18 -0800
28441             Message-Id: <199812011849.KAA08816@smtp.well.com>
28442             Subject: Glitch in Pod::Text
28443     Branch: perl
28444           ! lib/Pod/Text.pm
28445____________________________________________________________________________
28446[  2746] By: gsar                                  on 1999/02/01  06:27:35
28447        Log: various win32-ish changes merged from maint-5.005
28448     Branch: perl
28449	   ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
28450	   ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
28451	   ! win32/Makefile win32/config.bc win32/config.vc
28452	   ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
28453           ! win32/win32.c
28454____________________________________________________________________________
28455[  2745] By: gsar                                  on 1999/02/01  04:51:54
28456        Log: integrate cfgperl changes into mainline
28457     Branch: perl
28458          !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
28459____________________________________________________________________________
28460[  2744] By: gsar                                  on 1999/02/01  04:31:09
28461        Log: improved diagnostic on syntax errors at EOL
28462     Branch: perl
28463           ! toke.c
28464____________________________________________________________________________
28465[  2743] By: gsar                                  on 1999/02/01  03:59:13
28466        Log: don't attempt connect() to bogus IP addresses
28467             From:    Graham Barr <gbarr@pobox.com>
28468             Date:    Sun, 31 Jan 1999 21:50:45 CST
28469             Message-Id: <19990131215045.A633@pobox.com>
28470     Branch: perl
28471           ! t/lib/io_multihomed.t
28472____________________________________________________________________________
28473[  2742] By: gsar                                  on 1999/02/01  03:08:58
28474        Log: update Changes
28475     Branch: perl
28476           ! Changes pod/perldelta.pod
28477____________________________________________________________________________
28478[  2740] By: gsar                                  on 1999/02/01  02:43:07
28479        Log: CAPI inheritance tweak and doc
28480     Branch: maint-5.005/perl
28481           ! lib/ExtUtils/MakeMaker.pm
28482____________________________________________________________________________
28483[  2739] By: jhi                                   on 1999/01/31  18:31:54
28484        Log: Undo changes #2730 and #2731 and replace them
28485             with an extensively tested patch from
28486             Anton Berezin <tobez@plab.ku.dk> (via private email).
28487     Branch: maint-5.005/perl
28488           ! Makefile.SH hints/freebsd.sh
28489____________________________________________________________________________
28490[  2738] By: gsar                                  on 1999/01/31  05:04:32
28491        Log: fix bogus CAPI inheritance from change#2541
28492     Branch: maint-5.005/perl
28493           ! lib/ExtUtils/MakeMaker.pm
28494____________________________________________________________________________
28495[  2731] By: jhi                                   on 1999/01/29  14:33:12
28496        Log: FreeBSD version numbers can be like "2.2.8-release".
28497     Branch: maint-5.005/perl
28498           ! hints/freebsd.sh
28499____________________________________________________________________________
28500[  2730] By: jhi                                   on 1999/01/29  12:40:38
28501        Log: FreeBSD hints iteration (hopefully convergent).
28502             usethreads: require at least FreeBSD 2.2.8.
28503             signal type: mirror change #2429 in cfgperl.
28504     Branch: maint-5.005/perl
28505           ! hints/freebsd.sh
28506____________________________________________________________________________
28507[  2727] By: gbarr                                 on 1999/01/29  04:09:57
28508        Log: From: Tom Spindler <dogcow@isi.net>
28509             Date: Thu, 28 Jan 1999 17:15:11 -0800
28510             Message-ID: <19990128171510.A11778@isi.net>
28511             Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
28512     Branch: maint-5.005/perl
28513           + ext/DynaLoader/dl_beos.xs
28514	   ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
28515           ! lib/ExtUtils/MM_Unix.pm
28516____________________________________________________________________________
28517[  2726] By: gbarr                                 on 1999/01/29  03:30:51
28518        Log: Remove use of File::Slurp in t/lib/textfill.t
28519     Branch: maint-5.005/perl
28520           ! t/lib/textfill.t
28521____________________________________________________________________________
28522[  2725] By: gbarr                                 on 1999/01/29  03:11:41
28523        Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
28524             Date: Wed, 27 Jan 1999 23:14:33 -0800
28525             Message-Id: <199901280714.XAA10176@activestate.com>
28526             Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
28527     Branch: maint-5.005/perl
28528           ! win32/Makefile win32/makefile.mk
28529____________________________________________________________________________
28530[  2720] By: gsar                                  on 1999/01/27  21:54:42
28531        Log: missing space while munging CCFLAGS for PERL_CAPI
28532     Branch: perl
28533           ! lib/ExtUtils/MM_Unix.pm
28534____________________________________________________________________________
28535[  2718] By: jhi                                   on 1999/01/27  19:46:04
28536        Log: io/fs.t fails test #18 (sense of tests appears to have been
28537             changed incompletely; this patch just skips the test attached,
28538             a la test #17 preceding it).
28539
28540             From: "G. Del Merritt" <del@intranetics.com>
28541             To: perlbug@perl.com
28542             Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
28543             Date: Tue, 26 Jan 1999 12:09:09 -0700
28544             Message-Id: <199901261909.MAA25525@jhereg.perl.com>
28545     Branch: maint-5.005/perl
28546           ! t/io/fs.t
28547____________________________________________________________________________
28548[  2717] By: jhi                                   on 1999/01/27  19:44:46
28549        Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
28550
28551             From: "G. Del Merritt" <del@intranetics.com>
28552             To: perlbug@perl.com
28553             Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
28554             Date: Tue, 26 Jan 1999 12:09:09 -0700
28555             Message-Id: <199901261909.MAA25525@jhereg.perl.com>
28556     Branch: maint-5.005/perl
28557           ! iperlsys.h
28558____________________________________________________________________________
28559[  2715] By: jhi                                   on 1999/01/27  19:34:28
28560        Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
28561             To: perl5-porters@perl.org
28562             Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
28563             Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
28564             Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
28565     Branch: maint-5.005/perl
28566           ! hints/mpeix.sh mpeix/relink
28567____________________________________________________________________________
28568[  2710] By: jhi                                   on 1999/01/27  19:22:23
28569        Log: Errno fixes:
28570
28571             From: Spider Boardman <spider@web.zk3.dec.com>
28572             To: perlbug@perl.com
28573             Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
28574             Date: Wed, 27 Jan 1999 12:27:15 -0500
28575             Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
28576
28577             From: Spider Boardman <spider@web.zk3.dec.com>
28578             To: perlbug@perl.com
28579             Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
28580             Date: Wed, 27 Jan 1999 13:31:16 -0500
28581             Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
28582     Branch: maint-5.005/perl
28583           ! Configure ext/Errno/Errno_pm.PL
28584____________________________________________________________________________
28585[  2709] By: jhi                                   on 1999/01/27  19:17:35
28586        Log: Fix Configure installusrbinperl:
28587
28588             From: Spider Boardman <spider@web.zk3.dec.com>
28589             To: jhi@iki.fi
28590             cc: perl5-porters@perl.org
28591             Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
28592             Date: Wed, 27 Jan 1999 13:03:35 -0500
28593             Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
28594     Branch: maint-5.005/perl
28595           ! Configure
28596____________________________________________________________________________
28597[  2707] By: gbarr                                 on 1999/01/26  02:06:17
28598        Log: Add redef IO::Handle::* for setv?buf()
28599     Branch: maint-5.005/perl
28600           ! ext/POSIX/POSIX.pm
28601____________________________________________________________________________
28602[  2705] By: jhi                                   on 1999/01/24  15:14:30
28603        Log: Mention year-1900 and month 0..11.
28604     Branch: cfgperl
28605           ! lib/Time/Local.pm
28606____________________________________________________________________________
28607[  2704] By: jhi                                   on 1999/01/24  15:13:36
28608        Log: Document Configure -Uinstallusrbinperl.
28609     Branch: cfgperl
28610           ! INSTALL pod/perldelta.pod
28611____________________________________________________________________________
28612[  2698] By: jhi                                   on 1999/01/24  12:46:00
28613        Log: Use only xlc_r for usethreads.
28614     Branch: cfgperl
28615           ! hints/aix.sh
28616____________________________________________________________________________
28617[  2695] By: gsar                                  on 1999/01/24  07:09:05
28618        Log: integrate cfgperl changes into mainline
28619     Branch: perl
28620          +> lib/Exporter/Heavy.pm
28621          !> (integrate 65 files)
28622____________________________________________________________________________
28623[  2694] By: gsar                                  on 1999/01/24  01:28:49
28624        Log: better notes on 'make' on win32
28625     Branch: perl
28626           ! README.win32
28627____________________________________________________________________________
28628[  2683] By: jhi                                   on 1999/01/22  15:41:00
28629        Log: More de-cut-and-pastos.
28630     Branch: cfgperl
28631           ! hints/irix_6.sh hints/os2.sh
28632____________________________________________________________________________
28633[  2682] By: jhi                                   on 1999/01/22  15:30:51
28634        Log: usethreads.cbu cut-and-pasto.
28635     Branch: cfgperl
28636           ! hints/solaris_2.sh
28637____________________________________________________________________________
28638[  2681] By: jhi                                   on 1999/01/22  14:54:55
28639        Log: Better (I hope) LANGUAGE documentation.
28640     Branch: cfgperl
28641           ! pod/perllocale.pod
28642____________________________________________________________________________
28643[  2680] By: jhi                                   on 1999/01/22  09:20:29
28644        Log: From: Dan Sugalski <sugalskd@osshe.edu>
28645             To: perl5-porters@perl.org
28646             Subject: [PATCH 5.005_03MT3]VMS configure tweak
28647             Date: Wed, 20 Jan 1999 12:05:18 -0800
28648             Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
28649     Branch: cfgperl
28650           ! vms/subconfigure.com
28651____________________________________________________________________________
28652[  2679] By: jhi                                   on 1999/01/22  09:13:18
28653        Log: nosuid getmntent() branch.
28654     Branch: cfgperl
28655           ! perl.c perl.h
28656____________________________________________________________________________
28657[  2678] By: jhi                                   on 1999/01/22  08:54:19
28658        Log: nosuid patch continued: *BSD needs <sys/param.h>.
28659     Branch: cfgperl
28660           ! Configure config_h.SH
28661____________________________________________________________________________
28662[  2676] By: gbarr                                 on 1999/01/22  01:54:02
28663        Log: Fixup FindBin to use File::Spec
28664
28665             Message-Id: <19990120185157.D24479@west-tip.transeda.com>
28666             Date: Wed, 20 Jan 1999 18:51:57 +0000
28667             From: Paul Johnson <pjcj@transeda.com>
28668             Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
28669     Branch: maint-5.005/perl
28670           ! lib/FindBin.pm
28671____________________________________________________________________________
28672[  2671] By: gbarr                                 on 1999/01/22  00:40:13
28673        Log: Fix win32 for Borland compiler and spaces in paths
28674
28675             From: Gurusamy Sarathy <gsar@activestate.com>
28676             Date: Mon, 18 Jan 1999 20:33:17 -0800
28677             Message-Id: <199901190433.UAA03656@activestate.com>
28678             Subject: [PATCH] 5.005_03-trial3 win32 issues
28679     Branch: maint-5.005/perl
28680	   ! README.win32 win32/Makefile win32/config_sh.PL
28681           ! win32/makefile.mk win32/runperl.c
28682____________________________________________________________________________
28683[  2670] By: jhi                                   on 1999/01/21  16:12:38
28684        Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28685             To: perl5-porters@perl.org
28686             Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
28687             Date: Thu, 21 Jan 1999 12:08:01 +0000
28688             Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
28689     Branch: cfgperl
28690           ! pod/perldiag.pod t/op/subst.t toke.c
28691____________________________________________________________________________
28692[  2669] By: jhi                                   on 1999/01/21  16:11:46
28693        Log: To: perl5-porters@perl.org
28694             Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
28695             From: Anton Berezin <tobez@plab.ku.dk>
28696             Date: 21 Jan 1999 17:07:28 +0100
28697             Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
28698     Branch: cfgperl
28699           ! hints/freebsd.sh
28700____________________________________________________________________________
28701[  2668] By: jhi                                   on 1999/01/21  15:38:34
28702        Log: Add Daniel Grisinger <dgris@dimensional.com>.
28703     Branch: cfgperl
28704           ! AUTHORS MAINTAIN
28705____________________________________________________________________________
28706[  2667] By: jhi                                   on 1999/01/21  15:32:28
28707        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28708             To: Mailing list Perl5 <perl5-porters@perl.org>
28709             Subject: [PATCH 5.005_53] Lean Exporter.pm
28710             Date: Thu, 21 Jan 1999 03:25:23 -0500
28711             Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
28712     Branch: cfgperl
28713           + lib/Exporter/Heavy.pm
28714           ! MANIFEST lib/Exporter.pm
28715____________________________________________________________________________
28716[  2666] By: jhi                                   on 1999/01/21  15:24:10
28717        Log: From: "W. Phillip Moore" <wpm@ms.com>
28718             To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
28719             Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
28720             Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
28721             Message-ID: <13988.46383.298992.97303@zappa>
28722     Branch: cfgperl
28723           ! lib/File/Path.pm
28724____________________________________________________________________________
28725[  2665] By: jhi                                   on 1999/01/21  15:20:48
28726        Log: CPAN update (CPAN-1.44_54) from Andreas and
28727             jumbo doc patch from Abigail.
28728
28729             From: abigail@fnx.com
28730             To: perl5-porters@perl.org (Perl Porters)
28731             Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
28732             Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
28733             Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
28734
28735             From: abigail@fnx.com
28736             To: perl5-porters@perl.org (Perl Porters)
28737             Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
28738             Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
28739             Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
28740
28741             From: abigail@fnx.com
28742             To: perl5-porters@perl.org (Perl Porters)
28743             Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
28744             Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
28745             Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
28746
28747             From: abigail@fnx.com
28748             To: perl5-porters@perl.org (Perl Porters)
28749             Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
28750             Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
28751             Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
28752
28753             From: abigail@fnx.com
28754             To: perl5-porters@perl.org (Perl Porters)
28755             Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
28756             Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
28757             Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
28758
28759             From: abigail@fnx.com
28760             To: perl5-porters@perl.org (Perl Porters)
28761             Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
28762             Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
28763             Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
28764
28765             From: abigail@fnx.com
28766             To: perl5-porters@perl.org (Perl Porters)
28767             Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
28768             Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
28769             Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
28770
28771             From: abigail@fnx.com
28772             To: perl5-porters@perl.org (Perl Porters)
28773             Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
28774             Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
28775             Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
28776
28777             From: abigail@fnx.com
28778             To: perl5-porters@perl.org (Perl Porters)
28779             Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
28780             Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
28781             Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
28782
28783             From: abigail@fnx.com
28784             To: perl5-porters@perl.org (Perl Porters)
28785             Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
28786             Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
28787             Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
28788
28789             From: abigail@fnx.com
28790             To: perl5-porters@perl.org (Perl Porters)
28791             Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
28792             Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
28793             Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
28794
28795             From: abigail@fnx.com
28796             To: perl5-porters@perl.org (Perl Porters)
28797             Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
28798             Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
28799             Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
28800
28801             From: abigail@fnx.com
28802             To: perl5-porters@perl.org (Perl Porters)
28803             Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
28804             Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
28805             Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
28806     Branch: cfgperl
28807	   ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
28808	   ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
28809	   ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
28810           ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
28811____________________________________________________________________________
28812[  2664] By: jhi                                   on 1999/01/21  14:47:43
28813        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28814             To: Mailing list Perl5 <perl5-porters@perl.org>
28815             Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
28816             Date: Thu, 21 Jan 1999 03:58:29 -0500
28817             Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
28818     Branch: cfgperl
28819           ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
28820____________________________________________________________________________
28821[  2663] By: jhi                                   on 1999/01/21  14:43:58
28822        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28823             To: Mailing list Perl5 <perl5-porters@perl.org>
28824             Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
28825             Date: Thu, 21 Jan 1999 02:46:34 -0500
28826             Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
28827     Branch: cfgperl
28828           ! ext/Errno/Errno_pm.PL
28829____________________________________________________________________________
28830[  2662] By: jhi                                   on 1999/01/21  14:42:42
28831        Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
28832             To: Francois Desarmenien <desar@club-internet.fr>
28833             Cc: Gurusamy Sarathy <gsar@activestate.com>,
28834             Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
28835             Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
28836             Date: 21 Jan 1999 00:17:35 -0700
28837             Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
28838     Branch: cfgperl
28839           ! Porting/patching.pod
28840____________________________________________________________________________
28841[  2661] By: jhi                                   on 1999/01/21  14:41:13
28842        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28843             To: Mailing list Perl5 <perl5-porters@perl.org>
28844             Subject: [PATCH 5.00*] makedepend
28845             Date: Thu, 21 Jan 1999 02:08:27 -0500
28846             Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
28847     Branch: cfgperl
28848           ! makedepend.SH
28849____________________________________________________________________________
28850[  2660] By: jhi                                   on 1999/01/21  14:36:45
28851        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28852             To: Mailing list Perl5 <perl5-porters@perl.org>
28853             Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
28854             Date: Tue, 19 Jan 1999 20:06:45 -0500
28855             Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
28856     Branch: cfgperl
28857           ! os2/Changes os2/os2.c
28858____________________________________________________________________________
28859[  2657] By: jhi                                   on 1999/01/21  11:40:35
28860        Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
28861             To: perl5-porters@perl.org
28862             Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
28863             Date: Mon, 18 Jan 1999 01:32:31 PST
28864             Message-ID: <19990118093231.18443.qmail@hotmail.com>
28865     Branch: cfgperl
28866           ! ext/B/B/CC.pm
28867____________________________________________________________________________
28868[  2656] By: jhi                                   on 1999/01/21  11:35:34
28869        Log: From: Achim Bohnet <ach@mpe.mpg.de>
28870             Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED)
28871             Date: Wed, 20 Jan 1999 20:25:53 +0100
28872             Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
28873     Branch: cfgperl
28874           ! pp.c
28875____________________________________________________________________________
28876[  2655] By: jhi                                   on 1999/01/21  10:46:01
28877        Log: Handle NIS (and NetInfo) more robustly.
28878     Branch: cfgperl
28879           ! t/op/grent.t t/op/pwent.t
28880____________________________________________________________________________
28881[  2654] By: jhi                                   on 1999/01/21  10:17:20
28882        Log: Two-argument eaccess() of SCO.
28883     Branch: cfgperl
28884           ! pp_sys.c
28885____________________________________________________________________________
28886[  2653] By: jhi                                   on 1999/01/21  08:53:14
28887        Log: -DNO_NOSUID_CHECK for those platforms which have no way
28888             of checking for nosuid but still want suidperl.
28889     Branch: cfgperl
28890           ! perl.c
28891____________________________________________________________________________
28892[  2652] By: jhi                                   on 1999/01/21  08:22:50
28893        Log: The LANGUAGE mirrors LC_ALL usage.
28894     Branch: cfgperl
28895           ! Configure config_h.SH
28896____________________________________________________________________________
28897[  2651] By: jhi                                   on 1999/01/20  22:01:21
28898        Log: I_MNTENT was missing.
28899     Branch: cfgperl
28900           ! Configure config_h.SH
28901____________________________________________________________________________
28902[  2650] By: jhi                                   on 1999/01/19  13:42:03
28903        Log: NetBSD update, based on patches from the NetBSD packages system.
28904     Branch: cfgperl
28905           ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
28906____________________________________________________________________________
28907[  2649] By: jhi                                   on 1999/01/19  12:44:02
28908        Log: Jumbo Configure update.
28909             * -Uinstallusrbinperl: disable /usr/bin/perl installation
28910             by installperl
28911             * usethreads.cbu
28912             * use64bits.cbu
28913             * "nosuid"
28914     Branch: cfgperl
28915	   ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
28916	   ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
28917	   ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
28918	   ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
28919	   ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
28920           ! pod/perldiag.pod
28921____________________________________________________________________________
28922[  2648] By: jhi                                   on 1999/01/19  09:16:44
28923        Log: Mention /usr/share/locale.
28924     Branch: cfgperl
28925           ! pod/perllocale.pod
28926____________________________________________________________________________
28927[  2647] By: jhi                                   on 1999/01/19  09:11:11
28928        Log: SHMLBA strikes back in NetBSD/sparc.
28929
28930             From: Dave Nelson <David.Nelson@bellcow.com>
28931             To: jhi@iki.fi
28932             Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
28933             Date: Mon, 18 Jan 1999 22:07:56 -0600
28934             Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
28935     Branch: cfgperl
28936           ! ext/IPC/SysV/SysV.xs
28937____________________________________________________________________________
28938[  2646] By: jhi                                   on 1999/01/19  08:58:17
28939        Log: Show LANGUAGE env var when needed. (Augment change #2645).
28940     Branch: cfgperl
28941           ! util.c utils/perlbug.PL
28942____________________________________________________________________________
28943[  2645] By: jhi                                   on 1999/01/19  08:52:15
28944        Log: Document the GNU LANGUAGE env var.
28945     Branch: cfgperl
28946           ! pod/perllocale.pod
28947____________________________________________________________________________
28948[  2644] By: jhi                                   on 1999/01/19  08:42:25
28949        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28950             To: Mailing list Perl5 <perl5-porters@perl.org>
28951             Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
28952             Date: Mon, 18 Jan 1999 20:57:02 -0500
28953             Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
28954     Branch: cfgperl
28955           ! pp_hot.c t/op/pat.t
28956____________________________________________________________________________
28957[  2643] By: jhi                                   on 1999/01/18  11:23:41
28958        Log: Add various cruft to "clean" target. (Time for t/Makefile?)
28959     Branch: cfgperl
28960           ! Makefile.SH
28961____________________________________________________________________________
28962[  2642] By: jhi                                   on 1999/01/18  11:03:38
28963        Log: GNU libc locale system has LANGUAGE env var that partly
28964             overrides even LC_ALL.
28965     Branch: cfgperl
28966           ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
28967____________________________________________________________________________
28968[  2641] By: jhi                                   on 1999/01/18  10:55:04
28969        Log: Integrate from mainperl.
28970     Branch: cfgperl
28971          +> ext/B/defsubs.h.PL
28972           ! t/op/groups.t
28973          !> (integrate 38 files)
28974____________________________________________________________________________
28975[  2640] By: gsar                                  on 1999/01/18  10:06:29
28976        Log: a few random cleanups
28977     Branch: perl
28978           ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
28979____________________________________________________________________________
28980[  2639] By: gsar                                  on 1999/01/18  05:56:21
28981        Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
28982             Date:    Sun, 17 Jan 1999 16:41:10 PST
28983             Message-Id: <19990118004111.29667.qmail@hotmail.com>
28984             Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
28985     Branch: perl
28986           ! ext/B/B/C.pm
28987____________________________________________________________________________
28988[  2638] By: gsar                                  on 1999/01/18  05:41:21
28989        Log: From:    jan.dubois@ibm.net (Jan Dubois)
28990             Date:    Mon, 18 Jan 1999 00:37:41 +0100
28991             Message-Id: <36a271cd.2105507@smtp1.ibm.net>
28992             Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
28993     Branch: perl
28994           ! dump.c
28995____________________________________________________________________________
28996[  2633] By: gsar                                  on 1999/01/17  13:39:59
28997        Log: bogus assert()
28998     Branch: perl
28999           ! pp.c t/op/groups.t
29000____________________________________________________________________________
29001[  2632] By: gsar                                  on 1999/01/17  13:22:04
29002        Log: various tweaks for clean build and test on win32
29003     Branch: perl
29004	   ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
29005           ! op.c t/pragma/warn/doio
29006____________________________________________________________________________
29007[  2631] By: gsar                                  on 1999/01/17  12:28:06
29008        Log: undo change#2336, and add clarification about subversive
29009             CPAN distributions from Andreas Koenig
29010     Branch: perl
29011           ! Porting/pumpkin.pod lib/CPAN.pm
29012____________________________________________________________________________
29013[  2630] By: gsar                                  on 1999/01/17  12:04:06
29014        Log: fix silent taint failures under -U
29015     Branch: perl
29016           ! doio.c
29017____________________________________________________________________________
29018[  2629] By: gsar                                  on 1999/01/17  12:00:23
29019        Log: sanity check piped opens (tweaked version of patch suggested
29020             by Mark-Jason Dominus)
29021     Branch: perl
29022	   ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
29023           ! t/op/taint.t t/pragma/warn/doio
29024____________________________________________________________________________
29025[  2628] By: gsar                                  on 1999/01/17  11:26:21
29026        Log: regen headers
29027     Branch: perl
29028           ! embed.h embedvar.h objXSUB.h
29029____________________________________________________________________________
29030[  2627] By: gsar                                  on 1999/01/17  11:23:37
29031        Log: PERL_OBJECTness for change#2595
29032     Branch: perl
29033           ! embed.pl op.c pod/perlport.pod proto.h
29034____________________________________________________________________________
29035[  2626] By: gsar                                  on 1999/01/17  09:47:07
29036        Log: PERL_OBJECT tweaks for change#2426
29037     Branch: perl
29038           ! embed.pl proto.h regcomp.c
29039____________________________________________________________________________
29040[  2625] By: gsar                                  on 1999/01/17  09:37:58
29041        Log: documentation in change#2596 is not quite right; fix it
29042     Branch: perl
29043           ! lib/Math/BigFloat.pm pod/perlguts.pod
29044____________________________________________________________________________
29045[  2624] By: gsar                                  on 1999/01/17  09:28:34
29046        Log: undo change#2571; C<use File::Spec> instead
29047     Branch: perl
29048           ! lib/FindBin.pm
29049____________________________________________________________________________
29050[  2623] By: gsar                                  on 1999/01/17  09:20:42
29051        Log: change#2572 is not applicable; undo, retaining scan_bin addition
29052             to global.sym
29053     Branch: perl
29054           ! global.sym perl.c proto.h
29055____________________________________________________________________________
29056[  2622] By: gsar                                  on 1999/01/17  09:17:42
29057        Log: change#2576 is based on a wrong premise; undo it
29058     Branch: perl
29059           ! pp_ctl.c
29060____________________________________________________________________________
29061[  2621] By: gsar                                  on 1999/01/17  09:12:42
29062        Log: fix change#2602 to not used hard coded constants
29063     Branch: perl
29064           ! ext/B/B/C.pm ext/B/defsubs.h.PL
29065____________________________________________________________________________
29066[  2620] By: gsar                                  on 1999/01/17  09:02:07
29067        Log: integrate cfgperl changes into mainline, fix conflicts
29068     Branch: perl
29069	  +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
29070	  +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
29071	  +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
29072	  +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
29073          +> pod/perlopentut.pod
29074          !> (integrate 162 files)
29075____________________________________________________________________________
29076[  2619] By: gsar                                  on 1999/01/17  08:42:04
29077        Log: a few doc typos
29078     Branch: perl
29079           ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
29080____________________________________________________________________________
29081[  2616] By: gbarr                                 on 1999/01/16  18:59:55
29082        Log: Win32 changes from Jan
29083
29084             From: jan.dubois@ibm.net (Jan Dubois)
29085             Date: Fri, 15 Jan 1999 23:38:35 +0100
29086             Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
29087             Subject: [PATCH 5.005_03m2] Win32 Makefile patches
29088
29089             From: jan.dubois@ibm.net (Jan Dubois)
29090             Date: Sat, 16 Jan 1999 13:02:45 +0100
29091             Message-ID: <36a07da6.10722337@smtp1.ibm.net>
29092             Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
29093     Branch: maint-5.005/perl
29094           ! README.win32 win32/Makefile win32/makefile.mk
29095____________________________________________________________________________
29096[  2615] By: gbarr                                 on 1999/01/16  18:48:48
29097        Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
29098
29099             From: Gurusamy Sarathy <gsar@engin.umich.edu>
29100             Date: Thu, 07 Jan 1999 00:12:00 -0500
29101             Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
29102             Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
29103
29104             From: Gurusamy Sarathy <gsar@engin.umich.edu>
29105             Date: Thu, 14 Jan 1999 19:21:46 -0500
29106             Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
29107             Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
29108     Branch: maint-5.005/perl
29109	   ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
29110	   ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
29111	   ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
29112           ! win32/makedef.pl win32/runperl.c win32/win32.c
29113____________________________________________________________________________
29114[  2614] By: gbarr                                 on 1999/01/16  16:48:38
29115        Log: From: Jarkko Hietaniemi <jhi@iki.fi>
29116             Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
29117             Message-Id: <199901151528.RAA08785@alpha.hut.fi>
29118             Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
29119
29120             From: Jarkko Hietaniemi <jhi@iki.fi>
29121             Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
29122             Message-Id: <199901151644.SAA08184@alpha.hut.fi>
29123             Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
29124
29125             From: Jarkko Hietaniemi <jhi@iki.fi>
29126             Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
29127             Message-Id: <199901151652.SAA11259@alpha.hut.fi>
29128             Subject: the promised "installusrbinperl + NetBSD" fix
29129     Branch: maint-5.005/perl
29130	   ! Configure Makefile.SH hints/netbsd.sh installperl
29131           ! makedepend.SH unixish.h
29132____________________________________________________________________________
29133[  2611] By: jhi                                   on 1999/01/14  12:16:14
29134        Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
29135             To: pumpkings@jhereg.perl.com
29136             Subject: perlopentut.pod
29137             Date: Sat, 09 Jan 1999 08:13:18 -0700
29138             Message-Id: <199901091513.IAA17512@jhereg.perl.com>
29139     Branch: cfgperl
29140           + pod/perlopentut.pod
29141           ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
29142____________________________________________________________________________
29143[  2607] By: gbarr                                 on 1999/01/14  02:53:40
29144        Log: Added Carp::cluck to perldelta.pod
29145     Branch: maint-5.005/perl
29146           ! pod/perldelta.pod
29147____________________________________________________________________________
29148[  2605] By: jhi                                   on 1999/01/13  18:26:19
29149        Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
29150             To: "'cpan@perl.org'" <cpan@perl.org>
29151             Subject: "Bug" fix for File::Find.pm
29152             Date:   Thu, 31 Dec 1998 13:01:50 -0500
29153             Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
29154     Branch: cfgperl
29155           ! lib/File/Find.pm
29156____________________________________________________________________________
29157[  2604] By: jhi                                   on 1999/01/13  18:08:45
29158        Log: From: Peter Wolfe <wolfe@teloseng.com>
29159             Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
29160             To: perlbug@perl.com
29161             Date: 11 Jan 1999 23:00:05 +0200
29162             Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
29163     Branch: cfgperl
29164           ! hints/sco.sh
29165____________________________________________________________________________
29166[  2603] By: jhi                                   on 1999/01/13  18:06:56
29167        Log: From: hans@icgroup.nl (Hans Mulder)
29168             Subject: [Patch for 5.005_54] re::debugcolors dumps core
29169             To: perlbug@perl.com
29170             Cc: hansmu@xs4all.nl
29171             Date: 11 Jan 1999 22:22:45 +0200
29172             Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
29173     Branch: cfgperl
29174           ! ext/re/re.pm regcomp.c
29175____________________________________________________________________________
29176[  2602] By: jhi                                   on 1999/01/13  18:05:43
29177        Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
29178             Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
29179             Date: 11 Jan 1999 08:02:41 +0200
29180             Lines: 134
29181             Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
29182     Branch: cfgperl
29183           ! ext/B/B.xs ext/B/B/C.pm
29184____________________________________________________________________________
29185[  2601] By: jhi                                   on 1999/01/13  18:01:53
29186        Log: From: James FitzGibbon <james@ican.net>
29187             Subject: Trivial patch for HP-UX 11 and shared libperl
29188             To: perl5-porters@perl.org
29189             Date: 8 Jan 1999 19:13:23 +0200
29190             Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
29191     Branch: cfgperl
29192           ! Makefile.SH
29193____________________________________________________________________________
29194[  2600] By: jhi                                   on 1999/01/13  17:59:45
29195        Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
29196             Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
29197             To: perl5-porters@perl.org
29198             Date: 8 Jan 1999 12:43:36 +0200
29199             Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
29200     Branch: cfgperl
29201           ! ext/B/B/CC.pm
29202____________________________________________________________________________
29203[  2599] By: jhi                                   on 1999/01/13  17:50:11
29204        Log: From: Robin Barker <rmb1@cise.npl.co.uk>
29205             Subject: PATCH to installperl
29206             To: perl5-porters@perl.org
29207             Date: 4 Jan 1999 16:15:18 +0200
29208             Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
29209     Branch: cfgperl
29210           ! installperl
29211____________________________________________________________________________
29212[  2598] By: jhi                                   on 1999/01/13  17:34:51
29213        Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
29214             To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
29215             Cc: perl5-porters@perl.org
29216             Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
29217             Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
29218             Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
29219     Branch: cfgperl
29220	   ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29221           ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
29222____________________________________________________________________________
29223[  2597] By: jhi                                   on 1999/01/13  17:30:33
29224        Log: From: David Dyck <dcd@tc.fluke.com>
29225             To: Perl Porters <perl5-porters@perl.org>,
29226             Gurusamy Sarathy <gsar@engin.umich.edu>
29227             Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
29228             Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
29229             Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
29230     Branch: cfgperl
29231           ! pod/perldsc.pod
29232____________________________________________________________________________
29233[  2596] By: jhi                                   on 1999/01/13  17:26:44
29234        Log: From: Joshua Pritikin <joshua.pritikin@db.com>
29235             To: perl5-porters@perl.org
29236             Subject: [PATCH] modglobal w/ spelling fixes
29237             Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
29238             Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
29239     Branch: cfgperl
29240           ! pod/perlguts.pod
29241____________________________________________________________________________
29242[  2595] By: jhi                                   on 1999/01/13  17:24:59
29243        Log: From: Hans Mulder <hansm@icgroup.nl>
29244             Optimize common sort routines.  Thread started by the message
29245
29246             From: Hans Mulder <hansm@icgroup.nl>
29247             Sender: owner-perl5-porters@perl.org
29248             To: perl5-porters@perl.org
29249             Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
29250             Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
29251
29252             and the patch from the message
29253
29254             From: Hans Mulder <hans@icgroup.nl>
29255             To: jhi@iki.fi
29256             Cc: perl5-porters@perl.org
29257             Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
29258             $b }
29259             Date: Wed, 13 Jan 1999 17:39:35 +0100
29260             Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
29261     Branch: cfgperl
29262           ! Todo op.c op.h pp_ctl.c t/op/sort.t
29263____________________________________________________________________________
29264[  2594] By: jhi                                   on 1999/01/13  16:50:17
29265        Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
29266             (the diffs were based on 5.004_02).  Tested by Guido
29267             and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
29268     Branch: cfgperl
29269	   + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
29270	   + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
29271           + mint/sys/time.h mint/time.h
29272	   ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
29273           ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
29274____________________________________________________________________________
29275[  2593] By: jhi                                   on 1999/01/09  16:54:26
29276        Log: Detypo.
29277     Branch: cfgperl
29278           ! hints/dec_osf.sh
29279____________________________________________________________________________
29280[  2592] By: jhi                                   on 1999/01/09  16:17:13
29281        Log: Move usethreads and use64bits logic from hints to Configure.
29282     Branch: cfgperl
29283	   ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
29284	   ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
29285	   ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
29286           ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
29287____________________________________________________________________________
29288[  2591] By: jhi                                   on 1999/01/09  14:45:24
29289        Log: Missing dTHRs added.
29290     Branch: cfgperl
29291           ! regcomp.c toke.c
29292____________________________________________________________________________
29293[  2590] By: jhi                                   on 1999/01/08  15:27:17
29294        Log: Finalize change #2589 and add better AIX nm scanning from:
29295
29296             Message-Id: <m0zyNW0-00017VC@gentoo.com>
29297             From: bll@gentoo.com (Brad Lanam)
29298             Subject: Re: mailhelp returned a non-zero status
29299             In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
29300             To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
29301     Branch: cfgperl
29302           ! Configure hints/freebsd.sh hints/linux.sh
29303____________________________________________________________________________
29304[  2589] By: jhi                                   on 1999/01/08  15:14:54
29305        Log: Undo change #2581.
29306     Branch: cfgperl
29307           ! Configure hints/freebsd.sh hints/linux.sh
29308____________________________________________________________________________
29309[  2588] By: jhi                                   on 1999/01/08  11:51:52
29310        Log: FAQ jumbo patch from tchrist.
29311
29312             Message-Id: <199901080605.XAA20229@jhereg.perl.com>
29313             From: Tom Christiansen <tchrist@jhereg.perl.com>
29314             To: pumpkings@jhereg.perl.com
29315             Subject: newest version of perlfaq.pod
29316             Date: Thu, 7 Jan 1999 23:05:02 -0700
29317
29318             Message-Id: <199901080605.XAA20231@jhereg.perl.com>
29319             From: Tom Christiansen <tchrist@jhereg.perl.com>
29320             To: pumpkings@jhereg.perl.com
29321             Subject: newest version of perlfaq1.pod
29322             Date: Thu, 7 Jan 1999 23:05:02 -0700
29323
29324             Message-Id: <199901080605.XAA20233@jhereg.perl.com>
29325             From: Tom Christiansen <tchrist@jhereg.perl.com>
29326             To: pumpkings@jhereg.perl.com
29327             Subject: newest version of perlfaq2.pod
29328             Date: Thu, 7 Jan 1999 23:05:02 -0700
29329
29330             Message-Id: <199901080605.XAA20235@jhereg.perl.com>
29331             From: Tom Christiansen <tchrist@jhereg.perl.com>
29332             To: pumpkings@jhereg.perl.com
29333             Subject: newest version of perlfaq3.pod
29334             Date: Thu, 7 Jan 1999 23:05:02 -0700
29335
29336             Message-Id: <199901080605.XAA20237@jhereg.perl.com>
29337             From: Tom Christiansen <tchrist@jhereg.perl.com>
29338             To: pumpkings@jhereg.perl.com
29339             Subject: newest version of perlfaq4.pod
29340             Date: Thu, 7 Jan 1999 23:05:02 -0700
29341
29342             Message-Id: <199901080605.XAA20239@jhereg.perl.com>
29343             From: Tom Christiansen <tchrist@jhereg.perl.com>
29344             To: pumpkings@jhereg.perl.com
29345             Subject: newest version of perlfaq5.pod
29346             Date: Thu, 7 Jan 1999 23:05:02 -0700
29347
29348             Message-Id: <199901080605.XAA20241@jhereg.perl.com>
29349             From: Tom Christiansen <tchrist@jhereg.perl.com>
29350             To: pumpkings@jhereg.perl.com
29351             Subject: newest version of perlfaq6.pod
29352             Date: Thu, 7 Jan 1999 23:05:02 -0700
29353
29354             Message-Id: <199901080605.XAA20243@jhereg.perl.com>
29355             From: Tom Christiansen <tchrist@jhereg.perl.com>
29356             To: pumpkings@jhereg.perl.com
29357             Subject: newest version of perlfaq7.pod
29358             Date: Thu, 7 Jan 1999 23:05:03 -0700
29359
29360             Message-Id: <199901080605.XAA20245@jhereg.perl.com>
29361             From: Tom Christiansen <tchrist@jhereg.perl.com>
29362             To: pumpkings@jhereg.perl.com
29363             Subject: newest version of perlfaq8.pod
29364             Date: Thu, 7 Jan 1999 23:05:03 -0700
29365
29366             Message-Id: <199901080605.XAA20257@jhereg.perl.com>
29367             From: Tom Christiansen <tchrist@jhereg.perl.com>
29368             To: pumpkings@jhereg.perl.com
29369             Subject: newest version of perlfaq9.pod
29370             Date: Thu, 7 Jan 1999 23:05:03 -0700
29371     Branch: cfgperl
29372	   ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
29373	   ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
29374	   ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
29375           ! pod/perlfaq9.pod
29376____________________________________________________________________________
29377[  2587] By: jhi                                   on 1999/01/08  11:17:43
29378        Log: More doc fixes from Abigail.
29379     Branch: cfgperl
29380	   ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
29381           ! lib/User/pwent.pm
29382____________________________________________________________________________
29383[  2585] By: jhi                                   on 1999/01/08  08:31:02
29384        Log: Change #2584 from maint-5.005:
29385
29386             implemented Ilya's suggested fix, and added a testcase
29387
29388             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29389             Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
29390             Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
29391             Subject: Re: Text::ParseWords: regex fix
29392     Branch: cfgperl
29393           ! lib/Text/ParseWords.pm t/lib/parsewords.t
29394____________________________________________________________________________
29395[  2583] By: gbarr                                 on 1999/01/08  04:50:03
29396        Log: From: Jarkko Hietaniemi <jhi@iki.fi>
29397             Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
29398             Message-Id: <199901071047.MAA24100@alpha.hut.fi>
29399             Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
29400     Branch: maint-5.005/perl
29401           ! ext/Errno/Errno_pm.PL
29402____________________________________________________________________________
29403[  2581] By: jhi                                   on 1999/01/07  16:38:03
29404        Log: Configure update:
29405             - usethreads, use64bits, and usemultiplicity
29406             are no more interactively asked by Configure
29407             - "int main()" (vs bare "main()") enforced in test programs
29408     Branch: cfgperl
29409           ! Configure hints/freebsd.sh hints/linux.sh
29410____________________________________________________________________________
29411[  2580] By: jhi                                   on 1999/01/07  11:19:12
29412        Log: From: Dan Sugalski <sugalskd@osshe.edu>
29413             Date: Wed, 06 Jan 1999 13:47:34 -0800
29414             Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
29415             Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
29416     Branch: cfgperl
29417           ! vms/vms.c
29418____________________________________________________________________________
29419[  2579] By: jhi                                   on 1999/01/07  09:08:36
29420        Log: Another set of doc patches from Abigail
29421
29422             From: abigail@fnx.com
29423             Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
29424             Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
29425             Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
29426
29427             From: abigail@fnx.com
29428             Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
29429             Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
29430             Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
29431
29432             From: abigail@fnx.com
29433             Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
29434             Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
29435             Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
29436
29437             From: abigail@fnx.com
29438             Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
29439             Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
29440             Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
29441
29442             From: abigail@fnx.com
29443             Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
29444             Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
29445             Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
29446
29447             From: abigail@fnx.com
29448             Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
29449             Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
29450             Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
29451
29452             From: abigail@fnx.com
29453             Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
29454             Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
29455             Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
29456
29457             From: abigail@fnx.com
29458             Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
29459             Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
29460             Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
29461
29462             From: abigail@fnx.com
29463             Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
29464             Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
29465             Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
29466
29467             From: abigail@fnx.com
29468             Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
29469             Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
29470             Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
29471
29472             From: abigail@fnx.com
29473             Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
29474             Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
29475             Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
29476
29477             From: abigail@fnx.com
29478             Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
29479             Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
29480             Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
29481
29482             From: abigail@fnx.com
29483             Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
29484             Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
29485             Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
29486
29487             From: abigail@fnx.com
29488             Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
29489             Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
29490             Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
29491     Branch: cfgperl
29492	   ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
29493	   ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
29494	   ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
29495	   ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
29496           ! lib/Tie/Array.pm lib/Tie/Hash.pm
29497____________________________________________________________________________
29498[  2576] By: jhi                                   on 1999/01/06  17:05:20
29499        Log: Change #2582 fallout: the amagic_cmp* are no more file static.
29500     Branch: cfgperl
29501           ! pp_ctl.c
29502____________________________________________________________________________
29503[  2575] By: jhi                                   on 1999/01/06  13:18:56
29504        Log: Enhance the great_circle_distance() documentation.
29505     Branch: cfgperl
29506           ! lib/Math/Trig.pm
29507____________________________________________________________________________
29508[  2574] By: jhi                                   on 1999/01/06  12:58:03
29509        Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
29510             To: perlbug@perl.com
29511             Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
29512             Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
29513             Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
29514     Branch: cfgperl
29515           ! t/op/sysio.t
29516____________________________________________________________________________
29517[  2573] By: jhi                                   on 1999/01/06  12:40:19
29518        Log: From: "W. Phillip Moore" <wpm@ms.com>
29519             To: perlbug@perl.org
29520             Subject: [PATCH] POSIX getpgrp is not -w clean
29521             Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
29522             Message-ID: <13970.20107.190314.549471@zappa>
29523     Branch: cfgperl
29524           ! ext/POSIX/POSIX.pm
29525____________________________________________________________________________
29526[  2572] By: jhi                                   on 1999/01/06  12:25:24
29527        Log: Based on
29528             From: jan.dubois@ibm.net (Jan Dubois)
29529             To: perl5-porters@perl.org
29530             Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
29531             Date: Wed, 06 Jan 1999 01:24:09 +0100
29532             Message-ID: <3696aa85.18259325@smtp1.ibm.net>
29533             except that
29534             - objXSUB.h was already okay
29535             - embed.h patching is futile, global.sym patched instead
29536             - objpp.h does not exist
29537             - proto.h addition applied manually
29538             - win32/GenCAPI.pl was already okay
29539             - win32/makedef.pl was already okay
29540     Branch: cfgperl
29541           ! global.sym perl.c proto.h
29542____________________________________________________________________________
29543[  2571] By: jhi                                   on 1999/01/06  11:25:48
29544        Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
29545             To: perlbug@perl.com
29546             Subject: FindBin.pm on Win32 systems
29547             Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
29548             Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
29549     Branch: cfgperl
29550           ! lib/FindBin.pm
29551____________________________________________________________________________
29552[  2570] By: jhi                                   on 1999/01/06  11:21:48
29553        Log: From: Dan Sugalski <sugalskd@osshe.edu>
29554             To: perl5-porters@perl.org, vmsperl@perl.org
29555             Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
29556             Date: Tue, 05 Jan 1999 16:47:31 -0800
29557             Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
29558
29559             (the ext/IO/lib/IO/Socket.pm was not really changed here;
29560             it was a leftover from #2569)
29561     Branch: cfgperl
29562           ! ext/IO/lib/IO/Socket.pm taint.c
29563____________________________________________________________________________
29564[  2569] By: jhi                                   on 1999/01/06  11:18:22
29565        Log: Jumbo doc patch from Abigail (almost identical to
29566             the 5.005-maint change #2562 except for the
29567             ext/IO/lib/IO/Socket.pm patch which was not
29568             applicable because the IO version of 5.005-devel
29569             is somewhat different (why?))
29570
29571             From: abigail@fnx.com
29572             Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
29573             Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
29574             Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
29575
29576             From: abigail@fnx.com
29577             Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
29578             Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
29579             Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
29580
29581             From: abigail@fnx.com
29582             Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
29583             Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
29584             Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
29585
29586             From: abigail@fnx.com
29587             Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
29588             Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
29589             Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
29590
29591             From: abigail@fnx.com
29592             Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
29593             Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
29594             Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
29595
29596             From: abigail@fnx.com
29597             Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
29598             Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
29599             Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
29600
29601             From: abigail@fnx.com
29602             Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
29603             Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
29604             Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
29605
29606             From: abigail@fnx.com
29607             Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
29608             Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
29609             Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
29610
29611             From: abigail@fnx.com
29612             Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
29613             Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
29614             Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
29615
29616             From: abigail@fnx.com
29617             Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
29618             Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
29619             Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
29620     Branch: cfgperl
29621	   ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
29622	   ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
29623	   ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
29624	   ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
29625           ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
29626____________________________________________________________________________
29627[  2568] By: gbarr                                 on 1999/01/06  03:13:15
29628        Log: From: jan.dubois@ibm.net (Jan Dubois)
29629             Date: Wed, 06 Jan 1999 01:24:09 +0100
29630             Message-ID: <3696aa85.18259325@smtp1.ibm.net>
29631             Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
29632     Branch: maint-5.005/perl
29633	   ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
29634           ! win32/GenCAPI.pl win32/makedef.pl
29635____________________________________________________________________________
29636[  2566] By: gbarr                                 on 1999/01/06  02:29:05
29637        Log: From: "W. Phillip Moore" <wpm@ms.com>
29638             Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
29639             Message-ID: <13970.20107.190314.549471@zappa>
29640             Subject: [PATCH] POSIX getpgrp is not -w clean
29641     Branch: maint-5.005/perl
29642           ! ext/POSIX/POSIX.pm
29643____________________________________________________________________________
29644[  2565] By: gbarr                                 on 1999/01/06  02:19:00
29645        Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
29646             Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
29647             Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
29648             Subject: FindBin.pm on Win32 systems
29649     Branch: maint-5.005/perl
29650           ! lib/FindBin.pm
29651____________________________________________________________________________
29652[  2561] By: jhi                                   on 1999/01/05  10:49:10
29653        Log: Reword the setlocale() 1-arg case better.
29654     Branch: cfgperl
29655           ! ext/POSIX/POSIX.pod
29656____________________________________________________________________________
29657[  2559] By: gbarr                                 on 1999/01/02  15:37:35
29658        Log: From: Blair Zajac <bzajac@geostaff.com>
29659             Date: Wed, 23 Dec 1998 17:13:32 -0800
29660             Message-ID: <3681953C.8B6A90AA@geostaff.com>
29661             Subject: Tie::SubstrHash patch
29662     Branch: maint-5.005/perl
29663           ! lib/Tie/SubstrHash.pm
29664____________________________________________________________________________
29665[  2554] By: jhi                                   on 1999/01/02  14:55:06
29666        Log: Object destruction order testing.
29667     Branch: cfgperl
29668           ! t/op/misc.t
29669____________________________________________________________________________
29670[  2553] By: jhi                                   on 1999/01/02  14:49:40
29671        Log: perldelta the Dumpvalue.pm of change #2513.
29672     Branch: cfgperl
29673           ! lib/Dumpvalue.pm pod/perldelta.pod
29674____________________________________________________________________________
29675[  2552] By: nick                                  on 1999/01/02  14:45:38
29676        Log: Tone down Makefile.PL so it works on Win32
29677     Branch: perl
29678           ! ext/B/Makefile.PL
29679____________________________________________________________________________
29680[  2551] By: nick                                  on 1999/01/02  14:06:30
29681        Log: Export constant subs from B.xs for op.h, cop.h and a few others.
29682             Use them in various B::* rather than have local defs.
29683     Branch: perl
29684           + ext/B/defsubs.h.PL
29685	   ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
29686	   ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
29687           ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
29688____________________________________________________________________________
29689[  2550] By: nick                                  on 1999/01/02  10:04:02
29690        Log: Integrate ext/B changes from //depot/cfgperl
29691     Branch: perl
29692          !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
29693____________________________________________________________________________
29694[  2549] By: jhi                                   on 1999/01/01  13:54:16
29695        Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
29696             To: perlbug@perl.com
29697             Subject: op/groups.t fails test 1 on HP-UX 10.20
29698             Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
29699             Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
29700     Branch: cfgperl
29701           ! t/op/groups.t
29702____________________________________________________________________________
29703[  2548] By: jhi                                   on 1999/01/01  13:53:31
29704        Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
29705             To: perl5-porters@perl.org
29706             cc: hv@crypt0.demon.co.uk
29707             Subject: [bug 5.004_54] duplicate error message
29708             Date: Thu, 31 Dec 1998 04:05:25 +0000
29709             Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
29710
29711             Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
29712             From: Stephen McCamant <smccam@uclink4.berkeley.edu>
29713             To: hv@crypt0.demon.co.uk
29714             Cc: perl5-porters@perl.org
29715             Subject: [PATCH _54] Re: duplicate error message
29716             Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
29717
29718             Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
29719             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
29720             To: Stephen McCamant <smccam@uclink4.berkeley.edu>
29721             cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
29722             Subject: [TEST PATCH _54] Re: duplicate error message
29723             Date: Fri, 01 Jan 1999 07:32:14 +0000
29724     Branch: cfgperl
29725           ! op.c t/pragma/warn/op
29726____________________________________________________________________________
29727[  2547] By: jhi                                   on 1998/12/31  14:15:04
29728        Log: From: Chris Nandor <pudge@pobox.com>
29729             To: jhi@iki.fi
29730             Cc: perl5-porters@perl.org
29731             Subject: Re: [PATCH] perlport.pod 1.38
29732             Date: Thu, 31 Dec 1998 09:06:48 -0500
29733             Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
29734     Branch: cfgperl
29735           ! pod/perlport.pod
29736____________________________________________________________________________
29737[  2546] By: jhi                                   on 1998/12/31  11:18:17
29738        Log: From: Wilson P. Snyder II
29739             To: perl5-porters@perl.org
29740             Subject: [PATCH v5.5.53] REV2: Binary number support
29741             Date: 1998/11/30
29742             Message-ID: <199811301543.KAA15689@vulcan.maker.com>
29743     Branch: cfgperl
29744	   ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
29745	   ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
29746           ! toke.c util.c
29747____________________________________________________________________________
29748[  2545] By: jhi                                   on 1998/12/31  09:27:40
29749        Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
29750             To: perlbug@perl.com
29751             Subject: "perl -T -P" dumps core on OpenBSD and Linux
29752             Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
29753             Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
29754     Branch: cfgperl
29755           ! taint.c
29756____________________________________________________________________________
29757[  2544] By: jhi                                   on 1998/12/31  09:21:45
29758        Log: From: Tim Bunce <Tim.Bunce@ig.co.uk>
29759             To: perlbug@perl.com
29760             Subject: bug in pod2man search for perl binary [5.005_5x]
29761             Date: Sat, 12 Dec 1998 23:08:51 +0000
29762             Message-ID: <19981212230851.A20578@ig.co.uk>
29763     Branch: cfgperl
29764           ! pod/pod2man.PL
29765____________________________________________________________________________
29766[  2541] By: gbarr                                 on 1998/12/30  14:37:14
29767        Log: From: jan.dubois@ibm.net (Jan Dubois)
29768             Date: Wed, 23 Dec 1998 21:26:38 +0100
29769             Message-ID: <36895086.8849224@smtp1.ibm.net>
29770             Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
29771     Branch: maint-5.005/perl
29772           ! lib/ExtUtils/MakeMaker.pm
29773____________________________________________________________________________
29774[  2540] By: jhi                                   on 1998/12/30  08:42:04
29775        Log: Evermore AUTHORS and MAINTAIN.
29776     Branch: cfgperl
29777           ! AUTHORS MAINTAIN
29778____________________________________________________________________________
29779[  2539] By: jhi                                   on 1998/12/29  15:10:34
29780        Log: More AUTHORS and MAINTAIN.
29781     Branch: cfgperl
29782           ! AUTHORS MAINTAIN
29783____________________________________________________________________________
29784[  2537] By: jhi                                   on 1998/12/29  14:34:47
29785        Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
29786             Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
29787             Message-ID: <13942.32480.700000.640927@utensil>
29788             Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
29789             (mirror change#2531 in the 5.005-maint)
29790     Branch: cfgperl
29791           ! lib/AutoSplit.pm
29792____________________________________________________________________________
29793[  2531] By: gbarr                                 on 1998/12/29  14:12:25
29794        Log: change in_pod pattern to /^=\w/ from /^=/
29795             From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
29796             Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
29797             Message-ID: <13942.32480.700000.640927@utensil>
29798             Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
29799     Branch: maint-5.005/perl
29800           ! lib/AutoSplit.pm
29801____________________________________________________________________________
29802[  2525] By: jhi                                   on 1998/12/29  13:06:26
29803        Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
29804             To: perl5-porters@perl.org
29805             Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
29806             Date: 16 Dec 1998 03:17:03 +0200
29807             Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
29808     Branch: cfgperl
29809           ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
29810____________________________________________________________________________
29811[  2524] By: jhi                                   on 1998/12/29  13:00:06
29812        Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
29813             To: perl5-porters@perl.org
29814             Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
29815             Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
29816             Date: 10 Dec 1998 08:30:02 +0200
29817             Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
29818
29819             (Nick's part was applied earlier, in change #2460)
29820     Branch: cfgperl
29821           ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
29822____________________________________________________________________________
29823[  2523] By: jhi                                   on 1998/12/29  12:41:31
29824        Log: From: "vishal bhatia" <vishalb@hotmail.com>
29825             To: nick@ni-s.u-net.com
29826             Cc: perl5-porters@perl.org
29827             Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
29828             Date: 9 Dec 1998 06:50:30 +0200
29829             Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
29830     Branch: cfgperl
29831           ! ext/B/B/CC.pm
29832____________________________________________________________________________
29833[  2522] By: jhi                                   on 1998/12/29  12:15:18
29834        Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
29835             To: perl5-porters@perl.org (Perl 5 Porters)
29836             Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
29837             Date: 25 Dec 1998 23:02:28 +0200
29838             Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
29839     Branch: cfgperl
29840           ! lib/Pod/Text.pm
29841____________________________________________________________________________
29842[  2521] By: jhi                                   on 1998/12/29  12:07:54
29843        Log: Undo #2519 (breaks universal.c).
29844     Branch: cfgperl
29845           ! XSUB.h
29846____________________________________________________________________________
29847[  2519] By: jhi                                   on 1998/12/29  11:41:10
29848        Log: From: Joshua Pritikin <joshua.pritikin@db.com>
29849             To: perl5-porters@perl.org
29850             Cc: perl-xs@perl.org
29851             Subject: XSUB.h refinement [PATCH]
29852             Date: 18 Dec 1998 03:58:44 +0200
29853             Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
29854     Branch: cfgperl
29855           ! XSUB.h
29856____________________________________________________________________________
29857[  2518] By: jhi                                   on 1998/12/29  11:36:19
29858        Log: From: abigail@fnx.com
29859             To: perl5-porters@perl.org (Perl Porters)
29860             Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
29861             Date: 28 Dec 1998 21:39:15 +0200
29862             Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
29863     Branch: cfgperl
29864           ! lib/fields.pm
29865____________________________________________________________________________
29866[  2517] By: jhi                                   on 1998/12/29  11:35:03
29867        Log: Document change #2516.
29868     Branch: cfgperl
29869           ! pod/perldelta.pod
29870____________________________________________________________________________
29871[  2516] By: jhi                                   on 1998/12/29  11:32:26
29872        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29873             To: perl5-porters@perl.org (Mailing list Perl5)
29874             Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
29875             Date: 9 Dec 1998 10:39:31 +0200
29876             Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
29877     Branch: cfgperl
29878           ! pod/perldiag.pod regcomp.c toke.c
29879____________________________________________________________________________
29880[  2515] By: jhi                                   on 1998/12/29  11:27:11
29881        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29882             To: perl5-porters@perl.org (Mailing list Perl5)
29883             Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
29884             Date: 8 Dec 1998 09:02:04 +0200
29885             Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
29886
29887             \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
29888     Branch: cfgperl
29889           ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
29890____________________________________________________________________________
29891[  2514] By: jhi                                   on 1998/12/29  11:21:31
29892        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29893             To: perl5-porters@perl.org (Mailing list Perl5)
29894             Subject: [PATCH 5.005_53] Regexp tests and UTF8
29895             Date: 8 Dec 1998 07:02:01 +0200
29896             Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
29897     Branch: cfgperl
29898           ! regcomp.c
29899____________________________________________________________________________
29900[  2513] By: jhi                                   on 1998/12/29  11:18:34
29901        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29902             Subject: [PATCH 5.005_*] Dumpvar.pm
29903             To: perl5-porters@perl.org (Mailing list Perl5)
29904             Date: 7 Dec 1998 10:17:35 +0200
29905             Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
29906     Branch: cfgperl
29907           + lib/Dumpvalue.pm
29908           ! MANIFEST
29909____________________________________________________________________________
29910[  2511] By: gbarr                                 on 1998/12/28  14:55:28
29911        Log: From: jan.dubois@ibm.net (Jan Dubois)
29912             Date: Tue, 01 Dec 1998 00:07:33 +0100
29913             Message-ID: <366921b5.14512598@smtp1.ibm.net>
29914             Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
29915
29916             From: jan.dubois@ibm.net (Jan Dubois)
29917             Date: Wed, 02 Dec 1998 00:24:54 +0100
29918             Message-ID: <366a77bb.19498126@smtp1.ibm.net>
29919             Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
29920     Branch: maint-5.005/perl
29921	   ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
29922	   ! win32/config.bc win32/config.gc win32/config.vc
29923           ! win32/config_sh.PL win32/makedef.pl
29924____________________________________________________________________________
29925[  2509] By: jhi                                   on 1998/12/28  13:00:31
29926    Log: Kickstart AUTHORS and MAINTAIN.
29927 Branch: cfgperl
29928       + AUTHORS MAINTAIN
29929       ! MANIFEST
29930____________________________________________________________________________
29931[  2508] By: jhi                                   on 1998/12/28  08:04:00
29932    Log: From: Nathan Torkington <gnat@frii.com>
29933	 To: perlbug@perl.com
29934	 Subject: [PATCH] perlxstut.pod fix
29935	 Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
29936	 Message-ID: <13956.15285.933914.320849@localhost.frii.com>
29937 Branch: cfgperl
29938       ! pod/perlxstut.pod
29939____________________________________________________________________________
29940[  2507] By: jhi                                   on 1998/12/28  07:59:00
29941    Log: From: abigail@fnx.com
29942	 To: perlbug@perl.com
29943	 Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
29944	 Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
29945	 Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
29946	 (slightly modified, a part of the patch was rejected)
29947	 (strange, I thought I had already submitted this one
29948	 but Perforce disagrees with me...)
29949 Branch: cfgperl
29950       ! pod/perlop.pod
29951____________________________________________________________________________
29952[  2506] By: jhi                                   on 1998/12/28  07:56:59
29953    Log: From: Artur <artur@vogon-solutions.com>
29954	 To: perlbug@perl.com
29955	 Subject: PATCH: perlmodlib.pod
29956	 Date: Fri, 25 Dec 1998 00:48:39 +0000
29957	 Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
29958 Branch: cfgperl
29959       ! pod/perlmodlib.pod pod/perlop.pod
29960____________________________________________________________________________
29961[  2505] By: jhi                                   on 1998/12/28  07:46:06
29962    Log: From: abigail@fnx.com
29963	 To: perl5-porters@perl.org (Perl Porters)
29964	 Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
29965	 Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
29966	 Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
29967 Branch: cfgperl
29968       ! pod/pod2html.PL
29969____________________________________________________________________________
29970[  2504] By: jhi                                   on 1998/12/28  07:44:35
29971    Log: From: Jim Avera <avera@fjst.com>
29972	 To: perlbug@perl.com
29973	 Subject: perlbug bug - shows dates reversed
29974	 Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
29975	 Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
29976 Branch: cfgperl
29977       ! utils/perlbug.PL
29978____________________________________________________________________________
29979[  2503] By: jhi                                   on 1998/12/28  07:41:39
29980    Log: From: jan.dubois@ibm.net (Jan Dubois)
29981	 To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
29982	 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
29983	 Date: Wed, 23 Dec 1998 21:26:38 +0100
29984	 Message-ID: <36895086.8849224@smtp1.ibm.net>
29985 Branch: cfgperl
29986       ! lib/ExtUtils/MakeMaker.pm
29987____________________________________________________________________________
29988[  2502] By: jhi                                   on 1998/12/28  07:39:20
29989    Log: From: Blair Zajac <bzajac@geostaff.com>
29990	 To: perl5-porters@perl.org
29991	 Subject: Tie::SubstrHash patch
29992	 Date: Wed, 23 Dec 1998 17:13:32 -0800
29993	 Message-ID: <3681953C.8B6A90AA@geostaff.com>
29994 Branch: cfgperl
29995       ! lib/Tie/SubstrHash.pm
29996____________________________________________________________________________
29997[  2501] By: jhi                                   on 1998/12/28  07:37:16
29998    Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
29999	 To: perlbug@perl.com
30000	 Subject: perlfaq9 minor error
30001	 Date: Wed, 23 Dec 1998 14:54:19 -0800
30002	 Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
30003 Branch: cfgperl
30004       ! pod/perlfaq9.pod
30005____________________________________________________________________________
30006[  2500] By: jhi                                   on 1998/12/23  10:38:18
30007    Log: More porting notes about filesystems, AmigaOS, and MiNT.
30008 Branch: cfgperl
30009       ! pod/perlport.pod
30010____________________________________________________________________________
30011[  2499] By: jhi                                   on 1998/12/22  09:26:49
30012    Log: Add few MSG_ and uio constants.
30013 Branch: cfgperl
30014       ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
30015____________________________________________________________________________
30016[  2498] By: jhi                                   on 1998/12/22  08:39:30
30017    Log: Slight recoding of util.c:repeatcpy() to circumnavigate
30018	 a Digital C compiler optimizer bug that broke the 'x'
30019	 operator under certain circumstances.  See t/op/repeat.t
30020	 test #20 for graphic details.  Reported in
30021
30022	 From: Gisle Aas <gisle@aas.no>
30023	 To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
30024	 Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
30025	 Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
30026	 Date: 18 Dec 1998 14:27:40 +0100
30027	 Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
30028
30029	 and discussed further in the thread
30030
30031	 From: Jarkko Hietaniemi <jhi@iki.fi>
30032	 To: Gisle Aas <gisle@aas.no>
30033	 Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
30034	 cpan-testers@perl.org, perl5-porters@perl.org
30035	 Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
30036	 Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
30037	 Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
30038 Branch: cfgperl
30039       ! t/op/repeat.t util.c
30040____________________________________________________________________________
30041[  2497] By: jhi                                   on 1998/12/21  14:18:57
30042    Log: Change #2483 update.
30043 Branch: cfgperl
30044       ! t/op/tr.t
30045____________________________________________________________________________
30046[  2496] By: jhi                                   on 1998/12/21  14:07:41
30047    Log: Update on change #2493.
30048 Branch: cfgperl
30049       ! t/pragma/warn/op
30050____________________________________________________________________________
30051[  2495] By: jhi                                   on 1998/12/21  13:52:00
30052    Log: Change #2487 aftershock.
30053 Branch: cfgperl
30054       ! warning.pl
30055____________________________________________________________________________
30056[  2494] By: jhi                                   on 1998/12/21  12:35:00
30057    Log: From: Chris Nandor <pudge@pobox.com>
30058	 To: perl5-porters@perl.org
30059	 Subject: [PATCH] perlport.pod v1.37
30060	 Date: Sat, 19 Dec 1998 12:54:34 -0500
30061	 Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
30062 Branch: cfgperl
30063       ! pod/perlport.pod
30064____________________________________________________________________________
30065[  2493] By: jhi                                   on 1998/12/21  12:22:44
30066    Log: From: Mark-Jason Dominus <mjd@plover.com>
30067	 To: perl5-porters@perl.com
30068	 Subject: PATCH (5.005_02): Dejargonizing
30069	 Date: Sun, 20 Dec 1998 14:35:20 -0500
30070	 Message-ID: <19981220193520.11230.qmail@plover.com>
30071
30072	 From: Mark-Jason Dominus <mjd@plover.com>
30073	 To: perl5-porters@perl.com
30074	 Subject: PATCH (5.005_02): Spelling correction in warning message
30075	 Date: Sun, 20 Dec 1998 13:51:30 -0500
30076	 Message-ID: <19981220185130.11067.qmail@plover.com>
30077 Branch: cfgperl
30078       ! doio.c op.c
30079____________________________________________________________________________
30080[  2492] By: jhi                                   on 1998/12/21  09:00:05
30081    Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
30082	 To: perl5-porters@perl.org
30083	 Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
30084	 Date: Sun, 20 Dec 1998 19:03:25 PST
30085	 Message-ID: <19981221030326.27660.qmail@hotmail.com>
30086
30087	 (slightly reformatted)
30088 Branch: cfgperl
30089       ! ext/B/B/CC.pm
30090____________________________________________________________________________
30091[  2491] By: nick                                  on 1998/12/20  14:21:29
30092    Log: Save _all_ GV's which have SV, AV or HV set.
30093 Branch: perl
30094       ! ext/B/B/C.pm
30095____________________________________________________________________________
30096[  2490] By: jhi                                   on 1998/12/18  15:13:19
30097    Log: Add idea about generalising cpp symbol probing of Errno.
30098 Branch: cfgperl
30099       ! Todo
30100____________________________________________________________________________
30101[  2489] By: jhi                                   on 1998/12/18  14:47:57
30102    Log: Address some of the issues of:
30103
30104	 From: Tom Christiansen <tchrist@jhereg.perl.com>
30105	 To: perl-porters-active@jhereg.perl.com
30106	 Subject: Undocumentation Issues for 5.005
30107	 Date: Thu, 17 Dec 1998 14:46:24 -0700
30108	 Message-Id: <199812172146.OAA05316@jhereg.perl.com>
30109 Branch: cfgperl
30110       ! pod/perl5005delta.pod
30111____________________________________________________________________________
30112[  2488] By: jhi                                   on 1998/12/18  11:26:32
30113    Log: From: root <root@dubravka.in-berlin.de>
30114	 To: perlbug@perl.com
30115	 Cc: k@dubravka.in-berlin.de
30116	 Subject: Please add no_modify to PERL_POLLUTE
30117	 Date: Fri, 18 Dec 1998 10:45:52 +0100
30118	 Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
30119
30120	 (Really from Andreas K�nig)
30121 Branch: cfgperl
30122       ! embed.pl
30123____________________________________________________________________________
30124[  2487] By: jhi                                   on 1998/12/17  14:05:52
30125    Log: Some (by far not all) issues of the below message addressed.
30126
30127	 From: Tom Christiansen <tchrist@jhereg.perl.com>
30128	 To: The Perl Porters Mailing List <perl5-porters@perl.org>
30129	 Subject: important UNDOC issues for 5.005_54
30130	 Date: Wed, 16 Dec 1998 21:14:53 -0700
30131	 Message-Id: <199812170414.VAA25860@jhereg.perl.com>
30132 Branch: cfgperl
30133       ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
30134____________________________________________________________________________
30135[  2486] By: jhi                                   on 1998/12/17  12:47:15
30136    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30137	 To: domo@computer.org
30138	 Cc: jhi@iki.fi, perl5-porters@perl.org
30139	 Subject: Re: stuff related to malloc.c
30140	 Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
30141	 Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
30142 Branch: cfgperl
30143       ! malloc.c
30144____________________________________________________________________________
30145[  2485] By: jhi                                   on 1998/12/17  12:17:19
30146    Log: More porting notes.
30147 Branch: cfgperl
30148       ! Porting/pumpkin.pod
30149____________________________________________________________________________
30150[  2484] By: jhi                                   on 1998/12/15  08:38:05
30151    Log: Undo #2386 and #2205.
30152 Branch: cfgperl
30153       ! pod/perlfunc.pod
30154____________________________________________________________________________
30155[  2483] By: jhi                                   on 1998/12/14  17:58:35
30156    Log: lib was missing from @INC.
30157 Branch: cfgperl
30158       ! t/op/tr.t
30159____________________________________________________________________________
30160[  2482] By: jhi                                   on 1998/12/14  17:52:42
30161    Log: Was missing use Text::Wrap.
30162 Branch: cfgperl
30163       ! t/lib/textfill.t
30164____________________________________________________________________________
30165[  2481] By: jhi                                   on 1998/12/14  16:00:22
30166    Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
30167
30168	 From: Jonathan Roy <roy@idle.com>
30169	 To: perl5-porters@perl.org
30170	 Subject: nlist.h add to Configure checks?
30171	 Date: Sun, 13 Dec 1998 22:22:49 -0500
30172	 Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
30173 Branch: cfgperl
30174       + ext/DynaLoader/hints/linux.pl
30175       ! MANIFEST
30176____________________________________________________________________________
30177[  2480] By: jhi                                   on 1998/12/14  15:02:44
30178    Log: Give up completely using nm in AIX.
30179
30180	 From: "Kurt D. Starsinic" <kstar@chapin.edu>
30181	 To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
30182	 Cc: perl5-porters@perl.org
30183	 Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
30184	 Date: Thu, 10 Dec 1998 00:51:46 -0500
30185	 Message-ID: <19981210005146.B29986@O2.chapin.edu>
30186 Branch: cfgperl
30187       ! hints/aix.sh
30188____________________________________________________________________________
30189[  2479] By: jhi                                   on 1998/12/14  14:39:52
30190    Log: AIX' error messages are different.
30191
30192	 From: "Kurt D. Starsinic" <kstar@chapin.edu>
30193	 To: Gurusamy Sarathy <gsar@engin.umich.edu>
30194	 Cc: perl5-porters@perl.org
30195	 Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
30196	 Date: Thu, 10 Dec 1998 00:42:36 -0500
30197	 Message-ID: <19981210004236.A29986@O2.chapin.edu>
30198
30199	 From: Michael Engel <engel@nms1.cc.huji.ac.il>
30200	 To: perlbug@perl.com
30201	 Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
30202	 Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
30203	 Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
30204 Branch: cfgperl
30205       ! t/pragma/warn/doio
30206____________________________________________________________________________
30207[  2475] By: jhi                                   on 1998/12/13  12:35:55
30208    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30209	 To: jhi@iki.fi
30210	 Cc: Carl_Adler@idx.com, perl5-porters@perl.org
30211	 Subject: Re: stuff related to malloc.c
30212	 Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
30213	 Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
30214 Branch: cfgperl
30215       ! malloc.c
30216____________________________________________________________________________
30217[  2474] By: jhi                                   on 1998/12/13  12:32:42
30218    Log: Some notes about porting issues.
30219 Branch: cfgperl
30220       ! Porting/pumpkin.pod
30221____________________________________________________________________________
30222[  2473] By: jhi                                   on 1998/12/13  12:03:58
30223    Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
30224	 To: Perl 5 Porters <perl5-porters@perl.org>
30225	 Subject: [patch 5.005_02] dos-djgpp update
30226	 Date: Sun, 13 Dec 1998 00:08:44 +0100
30227	 Message-ID: <19981213000844.C264@beeblebrox>
30228 Branch: cfgperl
30229       ! djgpp/config.over
30230____________________________________________________________________________
30231[  2472] By: gbarr                                 on 1998/12/12  17:12:28
30232    Log: undo changes to Exporter.pm from #2312
30233 Branch: maint-5.005/perl
30234       ! lib/Exporter.pm
30235____________________________________________________________________________
30236[  2465] By: jhi                                   on 1998/12/12  12:31:21
30237    Log: Document that qw() taints.
30238
30239	 From: Christian Burger <burger@terra.mpikg-teltow.mpg.de>
30240	 To: perlbug@perl.com
30241	 Subject: taint problems
30242	 Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET)
30243	 Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
30244 Branch: cfgperl
30245       ! pod/perlop.pod
30246____________________________________________________________________________
30247[  2464] By: jhi                                   on 1998/12/11  14:09:51
30248    Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
30249	 To: dist-users@foretune.co.jp
30250	 Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
30251	 Date: Mon, 07 Dec 1998 20:13:04 -0400
30252	 Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
30253 Branch: cfgperl
30254       ! Configure
30255____________________________________________________________________________
30256[  2463] By: jhi                                   on 1998/12/11  13:29:54
30257    Log: MAXPATHLEN.
30258 Branch: cfgperl
30259       ! perl.h
30260____________________________________________________________________________
30261[  2462] By: jhi                                   on 1998/12/11  08:37:58
30262    Log: From: Mark Kettenis <kettenis@phys.uva.nl>
30263	 To: perl5-porters@perl.org
30264	 Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
30265	 Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
30266	 Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
30267 Branch: cfgperl
30268       + hints/gnu.sh
30269____________________________________________________________________________
30270[  2461] By: nick                                  on 1998/12/10  21:00:50
30271    Log: Date: Wed, 09 Dec 1998 22:16:50 PST
30272	 From: Vishal Bhatia <vishalb@hotmail.com>
30273	 1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk>
30274	 2. Fixes the bug  regarding return value of c-functions generated out
30275	 of perl subs. ( Just includes the patch I sent earlier)
30276	 3. Incorporates the other changes that need to be done to get CC.pm
30277	 use ISA search for packages and methods on the same lines as C.pm
30278
30279	 Vishal would appreciate comments about B::Stackobj changes from
30280	 someone knowing that module well.
30281 Branch: perl
30282       ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
30283____________________________________________________________________________
30284[  2460] By: jhi                                   on 1998/12/08  08:11:27
30285    Log: Integrate from mainperl.
30286 Branch: cfgperl
30287      !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
30288      !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
30289      !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
30290      !> toke.c util.c
30291____________________________________________________________________________
30292[  2459] By: jhi                                   on 1998/12/07  07:50:11
30293    Log: From: hansm@icgroup.nl
30294	 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
30295	 Reply-To: hansmu@xs4all.nl
30296	 To: perlbug@perl.com
30297	 Date: Sun, 6 Dec 98 22:19:54 +0100
30298	 Message-Id: <9812062116.AA26445@icgned.icgroup.nl>
30299 Branch: cfgperl
30300       ! util.c
30301____________________________________________________________________________
30302[  2458] By: gsar                                  on 1998/12/07  06:00:55
30303    Log: fix dup lexical
30304 Branch: perl
30305       ! ext/B/B/Deparse.pm t/lib/io_unix.t
30306____________________________________________________________________________
30307[  2457] By: gsar                                  on 1998/12/06  14:38:59
30308    Log: mention limit on line numbers reported by diagnostics
30309 Branch: perl
30310       ! pod/perl.pod toke.c
30311____________________________________________________________________________
30312[  2456] By: gsar                                  on 1998/12/06  13:49:02
30313    Log: branch perldelta.pod
30314 Branch: maint-5.005/perl
30315      +> pod/perldelta.pod
30316____________________________________________________________________________
30317[  2455] By: gsar                                  on 1998/12/06  13:47:21
30318    Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
30319 Branch: maint-5.005/perl
30320       - pod/perldelta.pod
30321____________________________________________________________________________
30322[  2454] By: gsar                                  on 1998/12/06  13:35:31
30323    Log: fix outdated/incorrect info about arbitrary limits
30324 Branch: perl
30325       ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
30326       ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
30327____________________________________________________________________________
30328[  2453] By: nick                                  on 1998/12/05  16:14:42
30329    Log: Avoid hard-coding op numbers
30330	 Update CC.pm to save %INC, and to co-exist with new C.pm
30331 Branch: perl
30332       ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
30333____________________________________________________________________________
30334[  2452] By: nick                                  on 1998/12/05  10:44:28
30335    Log: B.xs had its own code to calculate hash() which differed from
30336	 PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
30337	 which meant that run-time require was re-done.
30338	 Removed some debug from C.pm
30339 Branch: perl
30340       ! ext/B/B.xs ext/B/B/C.pm
30341____________________________________________________________________________
30342[  2451] By: nick                                  on 1998/12/04  21:58:49
30343    Log: Snapshot of re-worked B::C which compiles Tk apps at least as
30344	 well as _54, but with pre-scan for classes and save the ISA scheme.
30345 Branch: perl
30346       ! ext/B/B/C.pm
30347____________________________________________________________________________
30348[  2450] By: nick                                  on 1998/12/04  17:58:44
30349    Log: Vishal Bhatia's patch as a basis.
30350 Branch: perl
30351       ! ext/B/B/C.pm ext/B/B/CC.pm
30352____________________________________________________________________________
30353[  2449] By: jhi                                   on 1998/12/04  16:39:21
30354    Log: Integrate from mainperl.
30355 Branch: cfgperl
30356      !> t/op/goto.t t/op/tr.t
30357____________________________________________________________________________
30358[  2448] By: gsar                                  on 1998/12/04  06:06:49
30359    Log: tweak test for UTEST
30360 Branch: perl
30361       ! t/op/tr.t
30362____________________________________________________________________________
30363[  2444] By: jhi                                   on 1998/12/03  14:37:22
30364    Log: s/\bthe the\b/the/g *.pod
30365 Branch: cfgperl
30366       ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
30367____________________________________________________________________________
30368[  2443] By: jhi                                   on 1998/12/03  13:39:53
30369    Log: Change#2441 aftermath.
30370 Branch: cfgperl
30371       ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30372       ! config_h.SH thread.h vms/subconfigure.com
30373____________________________________________________________________________
30374[  2441] By: jhi                                   on 1998/12/03  08:15:13
30375    Log: From: Dan Sugalski <sugalskd@osshe.edu>
30376	 To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
30377	 Subject: [PATCH 5.005_54]Initial VMS patches
30378	 Date: 3 Dec 1998 01:05:55 +0200
30379	 Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
30380
30381	 The patch to config_h.SH requires more study because
30382	 metaconfig needs to agree.
30383 Branch: cfgperl
30384       ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
30385       ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
30386       ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
30387____________________________________________________________________________
30388[  2440] By: gsar                                  on 1998/12/03  01:32:16
30389    Log: add failed check-in of goto.t from change#1867
30390 Branch: perl
30391       ! t/op/goto.t
30392____________________________________________________________________________
30393[  2437] By: jhi                                   on 1998/12/02  18:03:51
30394    Log: Fix most of the bad L<> links of
30395
30396	 From: Tom Christiansen <tchrist@jhereg.perl.com>
30397	 Subject: bad L<> links
30398	 Reply-to: tchrist@perl.com
30399	 To: perlbug@jhereg.perl.com
30400	 Date: Tue, 11 Aug 1998 10:58:07 -0500
30401	 Message-Id: <199808111658.KAA00484@jhereg.perl.com>
30402
30403	 The ones not fixed may require darker Pod::HTML magic,
30404	 for example the perlguts.html#tags should work fine, IMHO.
30405 Branch: cfgperl
30406       ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
30407       ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
30408       ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
30409       ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
30410       ! pod/perlvar.pod
30411____________________________________________________________________________
30412[  2436] By: jhi                                   on 1998/12/02  16:35:04
30413    Log: One paste too many in #2345.
30414 Branch: cfgperl
30415       ! lib/Pod/Html.pm
30416____________________________________________________________________________
30417[  2435] By: jhi                                   on 1998/12/02  16:32:33
30418    Log: Pod::Html and Pod::Text were not locale-savvy:
30419	 for example in =head1 all non-ASCII-\w-runs were
30420	 turned into underscores in NAME tags.  This could
30421	 result in several NAME tags becoming identical.
30422	 Reported by:
30423
30424	 From: Fyodor Krasnov <fyodor@aha.ru>
30425	 Subject: pod2html vs Russian Characters
30426	 To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com
30427	 Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK)
30428	 Message-Id: <199811241600.TAA05149@stat.aha.ru>
30429 Branch: cfgperl
30430       ! lib/Pod/Html.pm lib/Pod/Text.pm
30431____________________________________________________________________________
30432[  2434] By: jhi                                   on 1998/12/02  10:29:00
30433    Log: The real Mc5_54 integration.
30434 Branch: cfgperl
30435      !> Changes MANIFEST pod/perlhist.pod pp_hot.c
30436____________________________________________________________________________
30437[  2433] By: jhi                                   on 1998/12/02  08:52:13
30438    Log: From: Andy Dougherty <doughera@lafayette.edu>
30439	 To: Perl Porters <perl5-porters@perl.org>
30440	 Subject: [PATCH 5.005_xx] Missing redirection of simple test program
30441	 Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
30442	 Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
30443 Branch: cfgperl
30444       ! Configure
30445____________________________________________________________________________
30446[  2432] By: jhi                                   on 1998/12/02  08:49:47
30447    Log: From: Andy Dougherty <doughera@lafayette.edu>
30448	 To: Perl Porters <perl5-porters@perl.org>
30449	 Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
30450	 Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
30451	 Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
30452 Branch: cfgperl
30453       ! Configure
30454____________________________________________________________________________
30455[  2431] By: jhi                                   on 1998/12/01  16:11:50
30456    Log: From: achampio@lehman.com (Alan Champion)
30457	 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
30458	 To: perlbug@perl.com
30459	 Date: 1 Dec 1998 17:36:33 +0200
30460	 Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
30461
30462	 Skip NIS includes.
30463 Branch: cfgperl
30464       ! t/op/pwent.t
30465____________________________________________________________________________
30466[  2430] By: gsar                                  on 1998/12/01  12:12:50
30467    Log: 5.005_54, as released
30468 Branch: perl
30469       ! Changes MANIFEST pod/perlhist.pod pp_hot.c
30470____________________________________________________________________________
30471[  2429] By: jhi                                   on 1998/12/01  11:28:39
30472    Log: From: Anton Berezin <tobez@plab.ku.dk>
30473	 To: perl5-porters@perl.org
30474	 Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
30475	 Date: 30 Nov 1998 19:46:24 +0100
30476	 Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
30477 Branch: cfgperl
30478       ! hints/freebsd.sh
30479____________________________________________________________________________
30480[  2428] By: jhi                                   on 1998/12/01  11:08:16
30481    Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
30482 Branch: cfgperl
30483      +> (branch 30 files)
30484      !> (integrate 71 files)
30485____________________________________________________________________________
30486[  2427] By: jhi                                   on 1998/12/01  10:51:37
30487    Log: Default to accepting a hinted $randfunc even when $csym
30488	 does not find it.  (the previous defaylt behaviour was not
30489	 to accept).
30490 Branch: cfgperl
30491       ! Configure
30492____________________________________________________________________________
30493[  2426] By: jhi                                   on 1998/12/01  10:13:03
30494    Log: Separated the [:foo:] parsing to its own function.
30495	 Passes all tests.
30496 Branch: cfgperl
30497       ! regcomp.c
30498____________________________________________________________________________
30499[  2425] By: jhi                                   on 1998/12/01  08:22:49
30500    Log: Typo in comments.
30501 Branch: cfgperl
30502       ! regexec.c
30503____________________________________________________________________________
30504[  2424] By: jhi                                   on 1998/12/01  08:21:38
30505    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30506	 Subject: [PATCH 5.005_*] Debugger 'v' command
30507	 To: perl5-porters@perl.org (Mailing list Perl5)
30508	 Date: 1 Dec 1998 07:55:11 +0200
30509	 Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
30510 Branch: cfgperl
30511       ! lib/perl5db.pl
30512____________________________________________________________________________
30513[  2423] By: jhi                                   on 1998/12/01  08:19:08
30514    Log: From: pvhp@forte.com (Peter Prymmer)
30515	 Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
30516	 To: perl5-porters@perl.org
30517	 Date: 1 Dec 1998 07:27:11 +0200
30518	 Message-ID: <MLIST_9812010508.AA07791@forte.com>
30519 Branch: cfgperl
30520       ! hints/os390.sh
30521____________________________________________________________________________
30522[  2417] By: jhi                                   on 1998/11/30  08:14:00
30523    Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
30524 Branch: cfgperl
30525       ! ext/Socket/Socket.xs
30526____________________________________________________________________________
30527[  2416] By: jhi                                   on 1998/11/30  08:00:15
30528    Log: Undo #2395, seems more like a problem in netbsd-current.
30529 Branch: cfgperl
30530       ! util.c
30531
30532----------------
30533Version 5.005_54
30534----------------
30535
30536____________________________________________________________________________
30537[  2414] By: gsar                                  on 1998/11/30  02:23:55
30538    Log: more JPL tweaks
30539 Branch: perl
30540       - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
30541       ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
30542____________________________________________________________________________
30543[  2413] By: gsar                                  on 1998/11/30  01:35:56
30544    Log: stub bin/jpl that just runs JPL::Compile::files()
30545 Branch: perl
30546       + jpl/bin/jpl
30547____________________________________________________________________________
30548[  2412] By: gsar                                  on 1998/11/30  01:32:14
30549    Log: delete symlink
30550 Branch: perl
30551       - jpl/bin/jpl
30552____________________________________________________________________________
30553[  2410] By: gsar                                  on 1998/11/30  01:30:44
30554    Log: branch jpl from perlext to perl
30555 Branch: perl
30556      +> (branch 30 files)
30557____________________________________________________________________________
30558[  2407] By: gsar                                  on 1998/11/30  01:24:53
30559    Log: JPL tweaks to build with 5.005
30560 Branch: perlext
30561       ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
30562       ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
30563____________________________________________________________________________
30564[  2406] By: gsar                                  on 1998/11/30  00:55:54
30565    Log: integrate changes#2273,2274,2288,2291 from maint-5.004
30566 Branch: perl
30567       ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
30568____________________________________________________________________________
30569[  2405] By: gsar                                  on 1998/11/30  00:28:55
30570    Log: patchlevel up to 54
30571 Branch: perl
30572       ! patchlevel.h win32/Makefile win32/config_H.bc
30573       ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
30574____________________________________________________________________________
30575[  2403] By: gsar                                  on 1998/11/29  23:35:50
30576    Log: integrate cfgperl changes into mainline
30577 Branch: perl
30578      !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30579      !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
30580____________________________________________________________________________
30581[  2402] By: gsar                                  on 1998/11/29  23:08:42
30582    Log: sync Text::Wrap version number
30583 Branch: perl
30584       ! lib/Text/Wrap.pm
30585____________________________________________________________________________
30586[  2401] By: gsar                                  on 1998/11/29  22:56:21
30587    Log: textfill.t tweak
30588 Branch: perl
30589       ! t/lib/textfill.t
30590____________________________________________________________________________
30591[  2400] By: gsar                                  on 1998/11/29  22:50:41
30592    Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
30593	 <muir@idiom.com>
30594 Branch: perl
30595       + t/lib/textfill.t
30596       ! MANIFEST lib/Text/Wrap.pm
30597____________________________________________________________________________
30598[  2399] By: gsar                                  on 1998/11/29  22:28:05
30599    Log: updated to Text::Wrap 98.112801 from CPAN; one published change
30600	 has happened without the authors knowledge or consent; the subversive
30601	 version (which is in 5.00502) breaks one of the tests in the
30602	 authors testsuite; attempts are being made to find a fix that
30603	 avoids breaking code already running with the 5.005_02 version
30604	 From:    David Muir Sharnoff <muir@idiom.com>
30605	 Date:    Sat, 28 Nov 1998 04:34:17 PST
30606	 Message-Id: <199811281234.EAA03082@idiom.com>
30607	 Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
30608 Branch: perl
30609       ! lib/Text/Wrap.pm t/lib/textwrap.t
30610____________________________________________________________________________
30611[  2397] By: nick                                  on 1998/11/29  20:13:58
30612    Log: Update docs and English.pm for $^C
30613 Branch: perl
30614       ! lib/English.pm pod/perlvar.pod
30615____________________________________________________________________________
30616[  2396] By: jhi                                   on 1998/11/29  20:13:03
30617    Log: Mirror #2384.
30618 Branch: cfgperl
30619       ! t/op/pwent.t
30620____________________________________________________________________________
30621[  2395] By: jhi                                   on 1998/11/29  19:59:12
30622    Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
30623 Branch: cfgperl
30624       ! util.c
30625____________________________________________________________________________
30626[  2394] By: gsar                                  on 1998/11/29  19:49:08
30627    Log: updated perlreftut.pod
30628 Branch: perl
30629       ! pod/perlreftut.pod
30630____________________________________________________________________________
30631[  2393] By: gsar                                  on 1998/11/29  19:31:56
30632    Log: misc tweaks
30633 Branch: perl
30634       ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
30635____________________________________________________________________________
30636[  2392] By: gsar                                  on 1998/11/29  19:31:18
30637    Log: notes about -DPERL_POLLUTE
30638 Branch: perl
30639       ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
30640____________________________________________________________________________
30641[  2391] By: gsar                                  on 1998/11/29  19:13:52
30642    Log: explain various win32 build caveats more clearly
30643 Branch: perl
30644       ! README.win32 win32/Makefile win32/makefile.mk
30645____________________________________________________________________________
30646[  2390] By: gsar                                  on 1998/11/29  16:51:59
30647    Log: remove I_POLL detection (Configure will do that now)
30648 Branch: perl
30649       ! ext/IO/Makefile.PL
30650____________________________________________________________________________
30651[  2389] By: jhi                                   on 1998/11/29  16:39:16
30652    Log: Add I_POLL for IO 1.20.
30653 Branch: cfgperl
30654       ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30655       ! config_h.SH
30656____________________________________________________________________________
30657[  2388] By: gsar                                  on 1998/11/29  16:23:30
30658    Log: add p4desc (augments 'p4 describe' output with diffs for new files)
30659 Branch: perl
30660       + Porting/p4desc
30661       ! MANIFEST
30662____________________________________________________________________________
30663[  2387] By: gsar                                  on 1998/11/29  16:08:03
30664    Log: another threads reliability fix: serialize writes to thr->threadsv
30665	 avoid most uses of PL_na (which is much more inefficient than a
30666	 simple local); update docs to suit; PL_na now being thr->Tna may
30667	 be a minor compatibility issue for extensions--will require dTHR
30668	 outside of XSUBs (those get automatic dTHR)
30669 Branch: perl
30670       ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
30671       ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
30672       ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
30673       ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
30674       ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
30675       ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
30676       ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
30677       ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
30678       ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
30679____________________________________________________________________________
30680[  2386] By: jhi                                   on 1998/11/29  15:40:42
30681    Log: Tune the "if" entry.
30682 Branch: cfgperl
30683       ! pod/perlfunc.pod
30684____________________________________________________________________________
30685[  2385] By: gsar                                  on 1998/11/29  12:40:28
30686    Log: various fixes for race conditions under threads: mutex locks based
30687	 on PL_threadnum were seriously flawed, since it means more than one
30688	 thread could enter the critical region; PL_na was global instead of
30689	 thread-local; child thread could finish and free thr structures
30690	 before Thread->new() got around to creating the Thread object;
30691	 cv_clone() needed locking, as it mucks with PL_comppad and other
30692	 global data; new_struct_thread() needed to lock template-thread's
30693	 mutex while copying its data
30694 Branch: perl
30695       ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
30696       ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
30697____________________________________________________________________________
30698[  2384] By: gsar                                  on 1998/11/29  10:54:38
30699    Log: s/warn/print/ on multiply defined groups
30700 Branch: perl
30701       ! t/op/grent.t
30702____________________________________________________________________________
30703[  2383] By: gsar                                  on 1998/11/29  10:48:39
30704    Log: backout change#2334
30705 Branch: perl
30706       ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
30707____________________________________________________________________________
30708[  2382] By: jhi                                   on 1998/11/29  10:33:40
30709    Log: Better NetInfo behaviour.
30710 Branch: cfgperl
30711       ! t/op/grent.t t/op/pwent.t
30712____________________________________________________________________________
30713[  2381] By: jhi                                   on 1998/11/29  10:08:15
30714    Log: Integrate from mainperl.
30715 Branch: cfgperl
30716      +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
30717      +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
30718      +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
30719      +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
30720      +> t/lib/io_poll.t t/lib/io_unix.t
30721      !> (integrate 58 files)
30722____________________________________________________________________________
30723[  2380] By: gsar                                  on 1998/11/29  08:22:49
30724    Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
30725	 Tim Bunce)
30726 Branch: perl
30727       ! gv.c
30728____________________________________________________________________________
30729[  2379] By: gsar                                  on 1998/11/29  07:06:43
30730    Log: fix for pat.t failure under USE_THREADS
30731 Branch: perl
30732       ! pp_ctl.c regexec.c
30733____________________________________________________________________________
30734[  2378] By: nick                                  on 1998/11/28  22:46:57
30735    Log: More C.pm tweaks
30736	 Save globs even if we have saved cv itself before - may be imported.
30737
30738	 While we don't save "bootstrap" CV we need to provide a stub,
30739	 so that if we require it later we don't fall through and attempt
30740	 to DynaLoad module again.
30741
30742	 Attempt to save %INC so that "require" does not reload things
30743	 we have compiled-in (does not work right yet - seems to be due
30744	 to PL_incgv being created in perl_parse() current scheme setting
30745	 GvHV() is "better" than saving the glob, but still does not
30746	 work as I expect).
30747 Branch: perl
30748       ! ext/B/B/C.pm
30749____________________________________________________________________________
30750[  2377] By: gsar                                  on 1998/11/28  22:30:38
30751    Log: various tweaks; result passes all tests for normal build on Solaris;
30752	 fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
30753	 win32 due to lack of select() that works on non-socket fds
30754 Branch: perl
30755       ! ext/IO/poll.c regcomp.c regexec.c scope.c
30756       ! t/lib/io_multihomed.t win32/makefile.mk
30757____________________________________________________________________________
30758[  2376] By: gsar                                  on 1998/11/28  20:44:39
30759    Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
30760 Branch: perl
30761       ! myconfig
30762____________________________________________________________________________
30763[  2375] By: gsar                                  on 1998/11/28  20:42:58
30764    Log: integrate cfgperl changes into mainline
30765 Branch: perl
30766      !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
30767      !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
30768____________________________________________________________________________
30769[  2374] By: gsar                                  on 1998/11/28  20:02:03
30770    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30771	 Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
30772	 Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
30773	 Subject: [PATCH 5.00553] Yet another OS/2 patch
30774 Branch: perl
30775       ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
30776____________________________________________________________________________
30777[  2373] By: gsar                                  on 1998/11/28  19:30:06
30778    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30779	 Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
30780	 Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
30781	 Subject: [PATCH 5.005_53] Change $#+
30782 Branch: perl
30783       ! mg.c pod/perlvar.pod t/op/pat.t
30784____________________________________________________________________________
30785[  2372] By: gsar                                  on 1998/11/28  19:28:00
30786    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30787	 Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
30788	 Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
30789	 Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
30790 Branch: perl
30791       ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
30792       ! thrdvar.h
30793____________________________________________________________________________
30794[  2371] By: gsar                                  on 1998/11/28  19:23:53
30795    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30796	 Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
30797	 Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
30798	 Subject: [PATCH 5.005_53] better -Mre=debugcolor
30799 Branch: perl
30800       ! embedvar.h objXSUB.h regexec.c thrdvar.h
30801____________________________________________________________________________
30802[  2370] By: gsar                                  on 1998/11/28  19:21:17
30803    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30804	 Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
30805	 Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
30806	 Subject: [PATCH 5.005_*] regcolors
30807 Branch: perl
30808       ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
30809____________________________________________________________________________
30810[  2369] By: gsar                                  on 1998/11/28  19:00:15
30811    Log: allow final period in a file (not followed by a newline) to
30812	 terminate format spec
30813 Branch: perl
30814       ! toke.c
30815____________________________________________________________________________
30816[  2368] By: gsar                                  on 1998/11/28  18:58:25
30817    Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
30818	 add C<$Config{installarchlib}/CORE> to the default locations searched
30819	 on win32
30820 Branch: perl
30821       ! lib/ExtUtils/Liblist.pm
30822____________________________________________________________________________
30823[  2367] By: gsar                                  on 1998/11/28  18:46:05
30824    Log: applied suggested patch with PERL_OBJECT tweaks
30825	 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30826	 Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
30827	 Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
30828	 Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
30829 Branch: perl
30830       ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
30831       ! regexec.c t/op/pat.t thrdvar.h
30832____________________________________________________________________________
30833[  2366] By: gsar                                  on 1998/11/28  18:38:34
30834    Log: additional documentation for qr//
30835	 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30836	 Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
30837	 Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
30838	 Subject: [PATCH 5.005_*] Documentation (fwd)
30839 Branch: perl
30840       ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
30841____________________________________________________________________________
30842[  2365] By: gsar                                  on 1998/11/28  18:35:35
30843    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30844	 Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
30845	 Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
30846	 Subject: [PATCH 5.005_*] Fix \G in REx without //g
30847 Branch: perl
30848       ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
30849       ! regexp.h t/op/pat.t thrdvar.h
30850____________________________________________________________________________
30851[  2364] By: gsar                                  on 1998/11/28  18:24:20
30852    Log: update Test.pm to Test-1.12; tweak 're' detection
30853 Branch: perl
30854       ! lib/Test.pm
30855____________________________________________________________________________
30856[  2363] By: gsar                                  on 1998/11/28  18:12:04
30857    Log: avoid command-line quoting portability problems in lex_assign.t
30858 Branch: perl
30859       ! t/op/lex_assign.t
30860____________________________________________________________________________
30861[  2362] By: gsar                                  on 1998/11/28  18:08:50
30862    Log: From: John Tobey <jtobey@channel1.com>
30863	 Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
30864	 Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
30865	 Subject: PATCH: document English.pm sawampersand and thread issues
30866 Branch: perl
30867       ! lib/English.pm pod/perlvar.pod
30868____________________________________________________________________________
30869[  2361] By: gsar                                  on 1998/11/28  18:03:04
30870    Log: fix uninitialized warnings
30871	 From: Brian Callaghan <callagh@itginc.com>
30872	 Date: Thu, 19 Nov 1998 17:49:10 -0800
30873	 Message-Id: <3654CA96.B64FCAEB@itginc.com>
30874	 Subject: Complete.pm patch (version 1.1)
30875 Branch: perl
30876       ! lib/Term/Complete.pm
30877____________________________________________________________________________
30878[  2360] By: gsar                                  on 1998/11/28  17:59:16
30879    Log: s/Array/List/ suggested by John Tobey
30880 Branch: perl
30881       ! pod/perldata.pod
30882____________________________________________________________________________
30883[  2359] By: gsar                                  on 1998/11/28  17:47:48
30884    Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
30885 Branch: perl
30886       ! lib/Tie/Handle.pm pod/perlfunc.pod
30887____________________________________________________________________________
30888[  2358] By: jhi                                   on 1998/11/28  17:23:15
30889    Log: Revamp the locale tests.
30890	 (0) Instead of rewiring a few locales scan for them.
30891	 (1) Bogus test #101 removed.
30892	 (2) All the locales are checked, the lists of failed
30893	 and non-failed ones are displayed.
30894	 (3) The test #103 is again 'active' so that it may fail.
30895	 (4) To balance (3) a hopefully pacifying message is shown
30896	 if the #103 fails.
30897 Branch: cfgperl
30898       ! t/pragma/locale.t
30899____________________________________________________________________________
30900[  2357] By: gsar                                  on 1998/11/28  17:21:07
30901    Log: add perlreftut.pod
30902 Branch: perl
30903       + pod/perlreftut.pod
30904       ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
30905       ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
30906       ! win32/pod.mak
30907____________________________________________________________________________
30908[  2356] By: jhi                                   on 1998/11/28  16:58:01
30909    Log: Change #2346 fallout.
30910 Branch: cfgperl
30911       ! t/op/undef.t
30912____________________________________________________________________________
30913[  2355] By: gsar                                  on 1998/11/28  16:46:43
30914    Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
30915	 ANSI prototypes
30916 Branch: perl
30917       ! ext/IO/IO.xs
30918____________________________________________________________________________
30919[  2354] By: gsar                                  on 1998/11/28  16:08:07
30920    Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
30921	 keep platform hacks that aren't in the 1.20 dist; add new files
30922	 to MANIFEST; hack Makefile.PL; result hasn't been tested
30923	 anywhere
30924 Branch: perl
30925       + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
30926       + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
30927       + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
30928       + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
30929       ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
30930       ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
30931       ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
30932       ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
30933       ! t/lib/io_sock.t t/lib/io_udp.t
30934____________________________________________________________________________
30935[  2353] By: jhi                                   on 1998/11/28  15:51:03
30936    Log: Locale collation, ctype, and numeric, were initialized wrong
30937	 (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
30938	 as reported by
30939
30940	 From: Ilya.Sandler@etak.com (Ilya Sandler)
30941	 Subject: a bug in locale handling: LC_COLLATE ignored sometimes
30942	 To: perlbug@perl.com
30943	 Date: 25 Nov 1998 04:53:52 +0200
30944	 Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
30945 Branch: cfgperl
30946       ! util.c
30947____________________________________________________________________________
30948[  2352] By: nick                                  on 1998/11/28  15:21:59
30949    Log: Implement $^C to allow perl access to -c flag - I think this
30950	 was agreed once...
30951 Branch: perl
30952       ! gv.c mg.c
30953____________________________________________________________________________
30954[  2351] By: jhi                                   on 1998/11/28  15:14:24
30955    Log: Change #2251 fixup.
30956 Branch: cfgperl
30957       ! myconfig
30958____________________________________________________________________________
30959[  2350] By: jhi                                   on 1998/11/28  14:58:19
30960    Log: Integrate from mainperl.
30961 Branch: cfgperl
30962      +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
30963      +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
30964      +> pod/perl5005delta.pod
30965      !> (integrate 49 files)
30966____________________________________________________________________________
30967[  2349] By: jhi                                   on 1998/11/28  14:27:36
30968    Log: Passwd and group file groveling.
30969 Branch: cfgperl
30970       ! t/op/grent.t t/op/pwent.t
30971____________________________________________________________________________
30972[  2348] By: gsar                                  on 1998/11/28  14:09:50
30973    Log: more conservative version of changes#2345,2346,2347; those break
30974	 C<defined(@{"foo::ISA"})> which seems to be extensively used in
30975	 the libs :-(
30976 Branch: perl
30977       ! pp.c t/op/method.t
30978____________________________________________________________________________
30979[  2347] By: gsar                                  on 1998/11/28  13:36:08
30980    Log: tweak bogus test
30981 Branch: perl
30982       ! t/op/method.t
30983____________________________________________________________________________
30984[  2346] By: gsar                                  on 1998/11/28  13:20:34
30985    Log: test cases for previous change
30986 Branch: perl
30987       ! t/op/undef.t
30988____________________________________________________________________________
30989[  2345] By: gsar                                  on 1998/11/28  13:07:17
30990    Log: fix typo in pp_defined() causing C<defined %tied> to fail
30991 Branch: perl
30992       ! pp.c
30993____________________________________________________________________________
30994[  2344] By: gsar                                  on 1998/11/28  13:03:29
30995    Log: s/comment/comment_t/ tweak (suggested by John Gorman
30996	 <jgorman@webbysoft.com>)
30997 Branch: perl
30998       ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
30999____________________________________________________________________________
31000[  2343] By: gsar                                  on 1998/11/28  12:52:40
31001    Log: add (stub) perldelta.pod
31002 Branch: perl
31003       + pod/perldelta.pod
31004____________________________________________________________________________
31005[  2342] By: gsar                                  on 1998/11/28  12:49:26
31006    Log: rename perldelta.pod to perl5005delta.pod in preparation for
31007	 starting a new one
31008 Branch: perl
31009      +> pod/perl5005delta.pod
31010       - pod/perldelta.pod
31011       ! MANIFEST pod/perl.pod
31012____________________________________________________________________________
31013[  2341] By: gsar                                  on 1998/11/28  12:41:55
31014    Log: fix MALLOC_LOCK #define
31015 Branch: perl
31016       ! malloc.c
31017____________________________________________________________________________
31018[  2340] By: gsar                                  on 1998/11/28  12:18:23
31019    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31020	 Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
31021	 Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
31022	 Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
31023 Branch: perl
31024       ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
31025____________________________________________________________________________
31026[  2339] By: jhi                                   on 1998/11/28  11:59:01
31027    Log: Add -lm to dynix/ptx POSIX hints.
31028	 From: "Martin J. Bligh" <mbligh@sequent.com>
31029	 To: jhi@iki.fi
31030	 Subject: Re: Making Perl work on DYNIX/ptx
31031	 Date: Wed, 25 Nov 1998 10:34:41 -0800
31032	 Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
31033 Branch: cfgperl
31034       ! ext/POSIX/hints/dynixptx.pl
31035____________________________________________________________________________
31036[  2338] By: jhi                                   on 1998/11/28  11:57:19
31037    Log: Detypo.
31038 Branch: cfgperl
31039       ! lib/filetest.pm
31040____________________________________________________________________________
31041[  2337] By: jhi                                   on 1998/11/28  11:56:29
31042    Log: Better LD_LIBRARY_PATH instructions for Bourneists.
31043 Branch: cfgperl
31044       ! Configure
31045____________________________________________________________________________
31046[  2336] By: gsar                                  on 1998/11/28  11:41:14
31047    Log: teach CPAN.pm to ignore beta perl distributions when looking for
31048	 modules
31049	 From: root@dogberry.rutgers.edu (root)
31050	 Date: Thu, 12 Nov 1998 23:08:39 -0500
31051	 Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
31052	 Subject: recompile tries getting a perl distribution
31053 Branch: perl
31054       ! lib/CPAN.pm
31055____________________________________________________________________________
31056[  2335] By: gsar                                  on 1998/11/28  11:27:46
31057    Log: make $1 et al readonly under threads; make C<undef $1> fail like
31058	 C<$1 = undef> does
31059 Branch: perl
31060       ! op.c pp.c t/op/undef.t
31061____________________________________________________________________________
31062[  2334] By: gsar                                  on 1998/11/28  10:24:52
31063    Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
31064 Branch: perl
31065       ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
31066____________________________________________________________________________
31067[  2333] By: gsar                                  on 1998/11/28  09:36:40
31068    Log: document changed PERL_HASH()
31069 Branch: perl
31070       ! pod/perlfunc.pod pod/perlguts.pod
31071____________________________________________________________________________
31072[  2332] By: nick                                  on 1998/11/27  21:10:27
31073    Log: Handle INIT list in C.pm
31074	 1. Provide init_av() from B.xs
31075	 2. Export it in B.pm
31076	 3. Use it in C.pm
31077	 Also disable some pruning in savecv() which seems to undo
31078	 my previous patch.
31079	 Experimental feature - save pathnames of .so files in easily
31080	 grep-able form for use in wrapper to feed to linker.
31081 Branch: perl
31082       ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
31083____________________________________________________________________________
31084[  2327] By: gsar                                  on 1998/11/27  15:12:01
31085    Log: integrate change#2315 from maint-5.005
31086 Branch: perl
31087       ! t/op/sort.t
31088      !> op.c sv.c
31089____________________________________________________________________________
31090[  2326] By: gsar                                  on 1998/11/27  15:00:42
31091    Log: integrate changes#2304,2305,2306,2308 from maint-5.005
31092 Branch: perl
31093      !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
31094      !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
31095      !> lib/ExtUtils/typemap
31096____________________________________________________________________________
31097[  2325] By: gsar                                  on 1998/11/27  14:46:18
31098    Log: malloc bugfix and documentation from Ilya Zakharevich
31099	 Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
31100	 Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
31101	 Subject: [PATCH 5.005_*] Re: Internal coredump
31102	 --
31103	 Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
31104	 Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
31105	 Subject: [PATCH 5.005_*] malloc.c documentation
31106 Branch: perl
31107       ! malloc.c
31108____________________________________________________________________________
31109[  2324] By: gsar                                  on 1998/11/27  14:41:38
31110    Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
31111 Branch: perl
31112       ! ext/B/B/C.pm
31113____________________________________________________________________________
31114[  2323] By: gsar                                  on 1998/11/27  14:33:44
31115    Log: From: maeda@src.ricoh.co.jp
31116	 Date: Tue, 24 Nov 1998 10:37:45 +0900
31117	 Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
31118	 Subject: format "..." bug
31119 Branch: perl
31120       ! pp_ctl.c t/op/write.t
31121____________________________________________________________________________
31122[  2322] By: gsar                                  on 1998/11/27  14:20:12
31123    Log: add ext/Devel/Peek
31124	 From: jan.dubois@ibm.net (Jan Dubois)
31125	 Date: Mon, 23 Nov 1998 00:48:11 +0100
31126	 Message-ID: <36589ec9.49964585@smtp1.ibm.net>
31127	 Subject: [PATCH 5.005_53] Devel::Peek integration
31128 Branch: perl
31129       + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
31130       + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
31131       ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
31132       ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
31133       ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
31134____________________________________________________________________________
31135[  2321] By: gsar                                  on 1998/11/27  13:03:08
31136    Log: ensure 'make regen_headers' even without perl installed
31137	 (suggested by Ilya Zakharevich)
31138 Branch: perl
31139       ! bytecode.pl warning.pl
31140____________________________________________________________________________
31141[  2320] By: gsar                                  on 1998/11/27  12:58:36
31142    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31143	 Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
31144	 Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
31145	 Subject: [PATCH 5.005_*] Cosmetic malloc patch
31146 Branch: perl
31147       ! malloc.c
31148____________________________________________________________________________
31149[  2319] By: gsar                                  on 1998/11/27  12:56:13
31150    Log: eliminate dup hunk from integration
31151 Branch: perl
31152       ! lib/filetest.pm perl.h
31153____________________________________________________________________________
31154[  2318] By: gsar                                  on 1998/11/27  12:50:08
31155    Log: integrate cfgperl changes into mainline
31156 Branch: perl
31157      +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
31158       ! pod/perlfaq4.pod
31159      !> (integrate 30 files)
31160____________________________________________________________________________
31161[  2317] By: jhi                                   on 1998/11/27  11:38:13
31162    Log: C<-x>.
31163 Branch: cfgperl
31164       ! lib/filetest.pm
31165____________________________________________________________________________
31166[  2316] By: jhi                                   on 1998/11/27  11:10:22
31167    Log: Integrate from mainperl.
31168 Branch: cfgperl
31169      !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
31170      !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
31171      !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
31172      !> universal.c util.c win32/GenCAPI.pl win32/win32.h
31173      !> win32/win32sck.c
31174____________________________________________________________________________
31175[  2315] By: gbarr                                 on 1998/11/27  05:16:50
31176    Log: integrate change#2246 from mainline, while still allowing
31177	 C<sort $globref @foo>
31178
31179	 allow C<sort $coderef @foo>
31180 Branch: maint-5.005/perl
31181       ! op.c sv.c
31182      !> t/op/sort.t
31183____________________________________________________________________________
31184[  2308] By: gbarr                                 on 1998/11/27  00:11:44
31185    Log: Updates for MPE/iX DynaLoader and installperl, via private mail
31186	 forwarded by Jarkko Hietaniemi from Mark Bixby
31187 Branch: maint-5.005/perl
31188       ! ext/DynaLoader/dl_mpeix.xs installperl
31189____________________________________________________________________________
31190[  2306] By: gbarr                                 on 1998/11/26  23:44:47
31191    Log: Allow PL_FILES to have multiple targets from one source by allowing
31192	 an array ref as the value in the hash
31193 Branch: maint-5.005/perl
31194       ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
31195       ! lib/ExtUtils/MakeMaker.pm
31196____________________________________________________________________________
31197[  2305] By: gbarr                                 on 1998/11/26  23:38:06
31198    Log: fix unsigned variables to use SvUV and sv_setuv
31199 Branch: maint-5.005/perl
31200       ! lib/ExtUtils/typemap
31201____________________________________________________________________________
31202[  2304] By: gbarr                                 on 1998/11/26  23:36:17
31203    Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
31204 Branch: maint-5.005/perl
31205       ! lib/ExtUtils/MM_Unix.pm
31206____________________________________________________________________________
31207[  2301] By: gsar                                  on 1998/11/26  10:16:54
31208    Log: fix PL_defoutgv leak under threads
31209 Branch: perl
31210       ! ext/Thread/Thread.xs
31211____________________________________________________________________________
31212[  2300] By: gsar                                  on 1998/11/26  09:04:44
31213    Log: properly free temporaries created by threads
31214 Branch: perl
31215       ! ext/Thread/Thread.xs
31216____________________________________________________________________________
31217[  2299] By: gsar                                  on 1998/11/26  06:51:16
31218    Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
31219	 to set the package for the block properly
31220 Branch: perl
31221       ! op.c t/comp/package.t t/lib/dumper.t
31222____________________________________________________________________________
31223[  2298] By: nick                                  on 1998/11/24  22:04:20
31224    Log: Part-1 of tweaks to allow Tk to be "compiled"
31225	 Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
31226	 (May also need attention to exports etc. - to follow.)
31227 Branch: perl
31228       ! universal.c
31229____________________________________________________________________________
31230[  2294] By: jhi                                   on 1998/11/23  10:44:26
31231    Log: The new socket tests need in some platforms
31232	 to #include <sys/types.h>.
31233 Branch: cfgperl
31234       ! Configure
31235____________________________________________________________________________
31236[  2293] By: jhi                                   on 1998/11/23  10:33:42
31237    Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
31238	 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
31239	 Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
31240	 Date: Mon, 23 Nov 1998 10:07:04 +0100
31241	 Message-Id: <9811230907.AA06484@AWT.nl>
31242
31243	 NeXTstep NetInfo uses nidump to get the user/group databases.
31244 Branch: cfgperl
31245       ! t/op/grent.t t/op/pwent.t
31246____________________________________________________________________________
31247[  2291] By: TimBunce                              on 1998/11/22  22:23:09
31248    Log: Updated Porting/patchls utility.
31249 Branch: maint-5.004/perl
31250       ! Porting/patchls
31251____________________________________________________________________________
31252[  2288] By: TimBunce                              on 1998/11/22  21:46:11
31253    Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
31254	 From:  Henrik Tougaard <ht.000@foa.dk>
31255	 Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
31256	 Files:  lib/Sys/Syslog.pm
31257 Branch: maint-5.004/perl
31258       ! lib/Sys/Syslog.pm
31259____________________________________________________________________________
31260[  2286] By: jhi                                   on 1998/11/22  19:08:42
31261    Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
31262 Branch: cfgperl
31263       ! ext/Socket/Socket.xs
31264____________________________________________________________________________
31265[  2285] By: jhi                                   on 1998/11/22  18:21:07
31266    Log: MSG_PROXY for GNU/Hurd (previously we believed that
31267	 all GNU libc platforms have MSG_PROXY.  Untrue).
31268	 In fact this ended up as a major MSG_* and SCM_*
31269	 update.  The MSG_XXX known to be enums in some
31270	 versions of the glibc are now probed for and respective
31271	 HAS_MSG_XXX are defined.  While I was at it I noticed
31272	 SCM_RIGHTS being similarly an enum.  This reminded me of
31273	 an ancient discussion in perl5-porters:
31274	 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
31275	 The BSD socket interface has a nifty feature for passing
31276	 file descriptors and credentials--via sockets.  It may be
31277	 too late to add this functionality to the CORE but
31278	 at least Configure now probes for the functions,
31279	 structs, and includes, defining the appropriate
31280	 HAS_YYY and I_ZZZ, and the Socket extension exports
31281	 the constants, in case somebody wants to write an
31282	 extension for this interface.
31283 Branch: cfgperl
31284       ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31285       ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
31286       ! iperlsys.h
31287____________________________________________________________________________
31288[  2284] By: jhi                                   on 1998/11/22  18:13:21
31289    Log: perlhist.pod 1.54, containing 5_53.
31290 Branch: cfgperl
31291       ! pod/perlhist.pod
31292____________________________________________________________________________
31293[  2274] By: TimBunce                              on 1998/11/22  16:25:46
31294    Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
31295 Branch: maint-5.004/perl
31296       ! doio.c
31297____________________________________________________________________________
31298[  2273] By: TimBunce                              on 1998/11/22  16:17:43
31299    Log: Improve op/die_exit.t test for implicit close changing $!
31300 Branch: maint-5.004/perl
31301       ! t/op/die_exit.t
31302____________________________________________________________________________
31303[  2268] By: jhi                                   on 1998/11/22  14:44:11
31304    Log: Fix thinko.
31305 Branch: cfgperl
31306       ! hints/dynixptx.sh
31307____________________________________________________________________________
31308[  2267] By: jhi                                   on 1998/11/22  13:19:41
31309    Log: Document the d_socket override.
31310 Branch: cfgperl
31311       ! hints/dynixptx.sh
31312____________________________________________________________________________
31313[  2266] By: jhi                                   on 1998/11/22  12:12:29
31314    Log: From: John Tobey <jtobey@channel1.com>
31315	 Subject: [PATCH] perlfaq typos
31316	 To: perl5-porters@perl.com
31317	 Date: 22 Nov 1998 04:25:15 +0200
31318	 Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
31319 Branch: cfgperl
31320       ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
31321       ! pod/perlfaq7.pod pod/perlfaq8.pod
31322____________________________________________________________________________
31323[  2265] By: jhi                                   on 1998/11/22  12:06:29
31324    Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
31325	 Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
31326	 Newsgroups: hut.lists.perl5-porters
31327	 To: gsar@engin.umich.edu (Gurusamy Sarathy)
31328	 Cc: perl5-porters@perl.org (Perl5 Porters)
31329	 Date: 20 Nov 1998 12:20:41 +0200
31330 Branch: cfgperl
31331       ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31332       ! ext/DB_File/DB_File.xs
31333____________________________________________________________________________
31334[  2264] By: jhi                                   on 1998/11/22  11:55:09
31335    Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
31336	 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
31337	 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
31338	 To: perlbug@perl.com
31339	 Date: 20 Nov 1998 18:39:06 +0200
31340	 Lines: 47
31341	 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
31342 Branch: cfgperl
31343       ! t/op/grent.t t/op/pwent.t
31344____________________________________________________________________________
31345[  2263] By: jhi                                   on 1998/11/22  11:42:59
31346    Log: Permission testing is tricky when we have too much power.
31347	 Problem reported in
31348	 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
31349	 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
31350	 To: perlbug@perl.com
31351	 Date: 20 Nov 1998 18:39:06 +0200
31352	 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
31353 Branch: cfgperl
31354       ! t/op/filetest.t
31355____________________________________________________________________________
31356[  2262] By: gsar                                  on 1998/11/22  11:37:02
31357    Log: fix broken CAPI generation
31358 Branch: perl
31359       ! win32/GenCAPI.pl
31360____________________________________________________________________________
31361[  2261] By: jhi                                   on 1998/11/22  11:17:00
31362    Log: -x should be C<-x>, reported by Gerben Wierda.
31363 Branch: cfgperl
31364       ! pod/perlfunc.pod
31365____________________________________________________________________________
31366[  2260] By: gsar                                  on 1998/11/22  11:12:02
31367    Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
31368 Branch: perl
31369       ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
31370       ! proto.h
31371____________________________________________________________________________
31372[  2259] By: jhi                                   on 1998/11/22  11:06:40
31373    Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
31374	 Subject: Re: [PATCH] Re: pod2man bug in date generated line
31375	 To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
31376	 Cc: perlbug@perl.com
31377	 Date: 20 Nov 1998 21:30:17 +0200
31378	 Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
31379 Branch: cfgperl
31380       ! pod/pod2man.PL
31381____________________________________________________________________________
31382[  2256] By: jhi                                   on 1998/11/21  10:44:01
31383    Log: From: Thomas Bowditch <bowditch@inmet.com>
31384	 Subject: Benchmark.pm suggestion
31385	 To: jhi@iki.fi, Tim.Bunce@ig.co.uk
31386	 Date: Fri, 20 Nov 1998 17:43:46 -0500
31387	 Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
31388
31389	 Added timesum().
31390 Branch: cfgperl
31391       ! lib/Benchmark.pm
31392____________________________________________________________________________
31393[  2255] By: gsar                                  on 1998/11/21  08:45:06
31394    Log: another win32 portability fix: make sysread() and syswrite()
31395	 work on sockets
31396 Branch: perl
31397       ! pp_sys.c win32/win32.h
31398____________________________________________________________________________
31399[  2254] By: gsar                                  on 1998/11/21  07:49:06
31400    Log: win32_recvfrom() compatibility fix
31401 Branch: perl
31402       ! win32/win32sck.c
31403____________________________________________________________________________
31404[  2253] By: jhi                                   on 1998/11/20  08:22:06
31405    Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
31406	 To: jhi@iki.fi
31407	 Subject: MPE/iX Perl 5.005_02 oops
31408	 Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
31409	 Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
31410 Branch: cfgperl
31411       ! ext/DynaLoader/dl_mpeix.xs installperl
31412____________________________________________________________________________
31413[  2252] By: gsar                                  on 1998/11/19  17:38:03
31414    Log: mess_sv tweak for change#2249
31415 Branch: perl
31416       ! util.c
31417____________________________________________________________________________
31418[  2251] By: jhi                                   on 1998/11/18  12:32:19
31419    Log: Display use64bits and usemultiplicity but only if necessary.
31420 Branch: cfgperl
31421       ! myconfig
31422____________________________________________________________________________
31423[  2250] By: jhi                                   on 1998/11/18  12:26:50
31424    Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
31425	 Subject: pp.c uses 'unsigned Quad_t'
31426	 To: perlbug@perl.com
31427	 Date: Sun, 15 Nov 1998 20:57:05 -0300
31428	 Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
31429 Branch: cfgperl
31430       ! perl.h pp.c
31431____________________________________________________________________________
31432[  2249] By: gsar                                  on 1998/11/18  05:43:11
31433    Log: use PL_mess_sv only during global destruction (fixes problems with
31434	 overlapping invocations of form()/warn()/die()/croak() trampling on
31435	 each other's messages)
31436 Branch: perl
31437       ! mg.c util.c
31438____________________________________________________________________________
31439[  2248] By: gsar                                  on 1998/11/18  05:39:36
31440    Log: tweak change#2245 to skip previous message if any
31441 Branch: perl
31442       ! pp_ctl.c t/pragma/warn/pp_ctl
31443____________________________________________________________________________
31444[  2247] By: jhi                                   on 1998/11/17  11:46:56
31445    Log: Integrate from mainperl.
31446 Branch: cfgperl
31447      !> (integrate 26 files)
31448____________________________________________________________________________
31449[  2246] By: gsar                                  on 1998/11/17  09:41:10
31450    Log: allow C<sort $coderef @foo>
31451 Branch: perl
31452       ! op.c t/op/sort.t t/pragma/overload.t
31453____________________________________________________________________________
31454[  2245] By: gsar                                  on 1998/11/17  08:28:26
31455    Log: propagate failures in DESTROY() as (optional) warnings
31456 Branch: perl
31457       ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
31458____________________________________________________________________________
31459[  2244] By: gsar                                  on 1998/11/17  07:43:08
31460    Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
31461 Branch: perl
31462       ! perl.c thrdvar.h
31463____________________________________________________________________________
31464[  2243] By: gsar                                  on 1998/11/17  07:40:09
31465    Log: sort WARN_FOO symbols to avoid hash traversal order dependency
31466 Branch: perl
31467       ! lib/warning.pm warning.h warning.pl
31468____________________________________________________________________________
31469[  2242] By: gsar                                  on 1998/11/17  06:32:39
31470    Log: fix skipspace() to properly account for newlines in eval''-ed
31471	 strings (caused bogus line numbers in diagnostics and debugger)
31472 Branch: perl
31473       ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
31474____________________________________________________________________________
31475[  2241] By: gsar                                  on 1998/11/17  03:48:12
31476    Log: s/Perl_utf8skip/PL_utf8skip/g
31477 Branch: perl
31478       ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
31479____________________________________________________________________________
31480[  2240] By: gsar                                  on 1998/11/14  06:09:06
31481    Log: rework op/groups.t
31482 Branch: perl
31483       ! t/op/filetest.t t/op/groups.t
31484____________________________________________________________________________
31485[  2235] By: gsar                                  on 1998/11/14  00:17:05
31486    Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
31487 Branch: perl
31488       ! op.c
31489____________________________________________________________________________
31490[  2234] By: gsar                                  on 1998/11/14  00:14:02
31491    Log: update Changes
31492 Branch: perl
31493       ! Changes win32/config.bc win32/config.gc win32/config.vc
31494____________________________________________________________________________
31495[  2233] By: gsar                                  on 1998/11/13  09:43:03
31496    Log: doc tweak
31497 Branch: perl
31498       ! README.win32
31499____________________________________________________________________________
31500[  2230] By: jhi                                   on 1998/11/12  17:07:45
31501    Log: Allow hints file override for d_socket
31502	 (based on Sequent-induced change #2229).
31503 Branch: cfgperl
31504       ! Configure
31505____________________________________________________________________________
31506[  2229] By: jhi                                   on 1998/11/12  16:32:33
31507    Log:
31508	 From: "Martin J. Bligh" <mbligh@sequent.com>
31509	 To: jhi@iki.fi
31510	 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
31511	 Subject: Re: Making Perl work on DYNIX/ptx
31512	 Date: Tue, 10 Nov 1998 16:24:26 -0800
31513	 Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
31514 Branch: cfgperl
31515       ! hints/dynixptx.sh
31516____________________________________________________________________________
31517[  2228] By: jhi                                   on 1998/11/12  11:40:37
31518    Log: From: "Martin J. Bligh" <mbligh@sequent.com>
31519	 Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
31520	 To: jhi@iki.fi
31521	 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
31522	 Subject: Re: Making Perl work on DYNIX/ptx
31523	 Date: Tue, 10 Nov 1998 18:01:10 -0800
31524 Branch: cfgperl
31525       + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
31526____________________________________________________________________________
31527[  2227] By: jhi                                   on 1998/11/12  11:17:42
31528    Log: Integrate from mainperl.
31529 Branch: cfgperl
31530      !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
31531      !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
31532      !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
31533      !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
31534      !> win32/win32.c x2p/s2p.PL
31535____________________________________________________________________________
31536[  2226] By: gsar                                  on 1998/11/11  21:05:42
31537    Log: provide -DPERL_POLLUTE
31538 Branch: perl
31539       ! embed.pl embedvar.h
31540____________________________________________________________________________
31541[  2225] By: jhi                                   on 1998/11/09  07:45:12
31542    Log: From: Hans Mulder <hansm@icgroup.nl>
31543	 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
31544	 Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
31545	 perl5-porters@perl.org
31546	 Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
31547	 (UNINSTALLED)
31548	 Date: Sun,  8 Nov 98 22:20:23 +0100
31549	 Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
31550 Branch: cfgperl
31551       ! malloc.c perl.h
31552____________________________________________________________________________
31553[  2224] By: gsar                                  on 1998/11/09  03:13:14
31554    Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
31555	 Christoph <lupe@alanya.m.isar.de>)
31556 Branch: perl
31557       ! lib/Text/Wrap.pm
31558____________________________________________________________________________
31559[  2223] By: gsar                                  on 1998/11/09  02:09:06
31560    Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
31561	 <lionel.fourquaux@wanadoo.fr>)
31562 Branch: perl
31563       ! x2p/s2p.PL
31564____________________________________________________________________________
31565[  2222] By: gsar                                  on 1998/11/09  01:56:24
31566    Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
31567	 Date: Wed, 04 Nov 1998 12:19:44 +0000
31568	 Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
31569	 Subject: [PATCH] Re: [5.005_53] read overflow?
31570	 --
31571	 Date: Wed, 04 Nov 1998 13:15:18 +0000
31572	 Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
31573	 Subject: [PATCH 5.005_53] perl -V fix
31574 Branch: perl
31575       ! perl.c regexec.c
31576____________________________________________________________________________
31577[  2221] By: gsar                                  on 1998/11/09  01:34:56
31578    Log: From: jan.dubois@ibm.net (Jan Dubois)
31579	 Date: Sun, 01 Nov 1998 00:05:01 +0100
31580	 Message-ID: <364294bd.18052307@smtp1.ibm.net>
31581	 Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
31582 Branch: perl
31583       ! Changes win32/makedef.pl
31584____________________________________________________________________________
31585[  2220] By: gsar                                  on 1998/11/08  21:13:07
31586    Log: integrate changes#2120,2168,2218 from maint-5.005;
31587	 add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
31588	 enum; make regen_headers
31589 Branch: perl
31590       ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
31591       ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
31592____________________________________________________________________________
31593[  2219] By: gsar                                  on 1998/11/08  19:42:57
31594    Log: integrate cfgperl changes into mainline
31595 Branch: perl
31596      +> README.vmesa
31597      !> Configure MANIFEST Porting/Glossary Porting/config.sh
31598      !> Porting/config_H config_h.SH ext/Thread/Thread.xs
31599      !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
31600      !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
31601      !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
31602      !> thread.h vms/subconfigure.com vos/config.h
31603____________________________________________________________________________
31604[  2218] By: gbarr                                 on 1998/11/08  16:48:44
31605    Log: From: Graham Barr <gbarr@ti.com>
31606	 Date: Mon, 2 Nov 1998 07:38:52 -0600
31607	 Message-ID: <19981102073852.A12751@asic.sc.ti.com>
31608	 Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
31609 Branch: maint-5.005/perl
31610       ! ext/IPC/SysV/Msg.pm
31611____________________________________________________________________________
31612[  2215] By: gsar                                  on 1998/11/08  02:52:52
31613    Log: set close-on-exec bit on pipe() FDs
31614 Branch: perl
31615       ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
31616____________________________________________________________________________
31617[  2214] By: gsar                                  on 1998/11/08  02:27:57
31618    Log: typo in newHVhv()
31619 Branch: perl
31620       ! hv.c
31621____________________________________________________________________________
31622[  2211] By: jhi                                   on 1998/11/07  21:14:18
31623    Log: Finalize the Mach CThreads support.
31624
31625	 From: Hans Mulder <hansm@icgroup.nl>
31626	 Date: Sat,  7 Nov 98 22:06:20 +0100
31627	 To: Gurusamy Sarathy <gsar@engin.umich.edu>
31628	 Cc: jhi@iki.fi, perl5-porters@perl.org
31629	 Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
31630	 Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
31631 Branch: cfgperl
31632       ! malloc.c perl.h
31633____________________________________________________________________________
31634[  2210] By: gsar                                  on 1998/11/06  20:36:50
31635    Log: fix AvREALISH bogusness
31636 Branch: perl
31637       ! av.c t/op/array.t
31638____________________________________________________________________________
31639[  2209] By: jhi                                   on 1998/11/06  08:05:31
31640    Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
31641	 ASSERT() causes problems in {NeXTStep,OpenStep}.
31642
31643	 From: Hans Mulder <hansm@icgroup.nl>
31644	 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
31645	 Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
31646	 Date: Fri,  6 Nov 98 01:27:41 +0100
31647	 Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
31648
31649	 and
31650
31651	 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31652	 Subject: Re: ASSERT() in malloc.c
31653	 To: jhi@iki.fi
31654	 Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
31655	 Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
31656 Branch: cfgperl
31657       ! malloc.c
31658____________________________________________________________________________
31659[  2208] By: jhi                                   on 1998/11/06  07:55:38
31660    Log: Mach CThreads needs #include <mach/cthreads.h>.
31661 Branch: cfgperl
31662       ! perl.h
31663____________________________________________________________________________
31664[  2206] By: jhi                                   on 1998/11/05  14:54:52
31665    Log: PERL_BADLANG wrongly documented.
31666
31667	 From: ts <decoux@moulon.inra.fr>
31668	 To: jhi@cc.hut.fi
31669	 Subject: Re: Locale warning messages
31670	 Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
31671	 Message-Id: <199811051334.OAA24863@moulon.inra.fr>
31672
31673	 and
31674
31675	 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31676	 Subject: Re: PERL_BADLANG
31677	 To: jhi@iki.fi
31678	 Subject: Re: PERL_BADLANG
31679	 Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
31680	 Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
31681 Branch: cfgperl
31682       ! pod/perllocale.pod
31683____________________________________________________________________________
31684[  2205] By: jhi                                   on 1998/11/05  14:24:33
31685    Log: Document all the control flow keywords in perlfunc
31686	 so that "perlfunc -f while" works.
31687 Branch: cfgperl
31688       ! pod/perlfunc.pod
31689____________________________________________________________________________
31690[  2204] By: jhi                                   on 1998/11/05  12:46:02
31691    Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
31692	 (from vos/config.h).  Update Porting/{Glossary,config*}.
31693 Branch: cfgperl
31694       ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31695       ! config_h.SH vos/config.h
31696____________________________________________________________________________
31697[  2203] By: jhi                                   on 1998/11/05  08:34:39
31698    Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
31699 Branch: cfgperl
31700       ! hints/vmesa.sh vms/subconfigure.com
31701____________________________________________________________________________
31702[  2202] By: jhi                                   on 1998/11/05  08:03:20
31703    Log: Integrate from mainperl.
31704 Branch: cfgperl
31705      !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
31706      !> win32/Makefile win32/makefile.mk win32/win32.c
31707____________________________________________________________________________
31708[  2201] By: gsar                                  on 1998/11/05  04:40:44
31709    Log: another POPSTACK victim
31710 Branch: perl
31711       ! cop.h sv.c
31712____________________________________________________________________________
31713[  2196] By: gsar                                  on 1998/11/05  02:07:54
31714    Log: fix a location affected by change#2191, add note about POPSTACK
31715 Branch: perl
31716       ! cop.h gv.c pp_ctl.c
31717____________________________________________________________________________
31718[  2195] By: gsar                                  on 1998/11/05  02:04:45
31719    Log: makefile notes
31720 Branch: perl
31721       ! win32/Makefile win32/makefile.mk
31722____________________________________________________________________________
31723[  2192] By: gsar                                  on 1998/11/04  23:48:53
31724    Log: indeterminate order-of-evaluation fixes
31725 Branch: perl
31726       ! mg.c
31727____________________________________________________________________________
31728[  2191] By: gsar                                  on 1998/11/04  23:02:16
31729    Log: refetch local stack pointer in POPSTACK
31730 Branch: perl
31731       ! cop.h perl.c
31732____________________________________________________________________________
31733[  2190] By: jhi                                   on 1998/11/04  08:50:40
31734    Log: Configure update.
31735	 Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
31736
31737	 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
31738	 To: Martin Bligh <mbligh@sequent.com>
31739	 Cc: Jarkko Hietaniemi <jhi@iki.fi>
31740	 Subject: Re: Perl 5's configure on DYNIX/ptx
31741	 Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
31742	 Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
31743
31744	 find sockets also from libsocket, not just libnet.
31745	 OS390: $compile_ok instead of $compile for <inttypes.h>,
31746
31747	 From: pvhp@forte.com (Peter Prymmer)
31748	 To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
31749	 Subject: _53 not OK on os390 but looking better than ever
31750	 Date: Tue, 3 Nov 98 17:33:22 PST
31751	 Message-Id: <9811040133.AA09450@forte.com>
31752 Branch: cfgperl
31753       ! Configure
31754____________________________________________________________________________
31755[  2189] By: jhi                                   on 1998/11/04  07:43:58
31756    Log: sysio.t failure: fix undefined order of evaluation, from
31757
31758	 From: Spider Boardman <spider@web.zk3.dec.com>
31759	 Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
31760	 To: perlbug@perl.com
31761	 Date: 4 Nov 1998 01:22:30 +0200
31762	 Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
31763 Branch: cfgperl
31764       ! pp_sys.c
31765____________________________________________________________________________
31766[  2188] By: gsar                                  on 1998/11/04  02:59:16
31767    Log: fix return value of win32_pclose()
31768 Branch: perl
31769       ! win32/win32.c
31770____________________________________________________________________________
31771[  2187] By: gsar                                  on 1998/11/04  02:56:34
31772    Log: s/sv_upgrade/SvUPGRADE/ a couple of places
31773 Branch: perl
31774       ! Changes doop.c gv.c util.c
31775____________________________________________________________________________
31776[  2186] By: jhi                                   on 1998/11/03  08:17:52
31777    Log: Document quads in pack.
31778 Branch: cfgperl
31779       ! pod/perlfunc.pod
31780____________________________________________________________________________
31781[  2185] By: jhi                                   on 1998/11/03  07:49:35
31782    Log: (IV) vs (I32) vs I_V()
31783
31784	 Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
31785	 From: Anton Berezin <tobez@plab.ku.dk>
31786	 To: "p5p" <perl5-porters@perl.org>
31787	 Date: 01 Nov 1998 15:09:11 +0100
31788	 Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
31789
31790	 and
31791
31792	 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
31793	 Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST)
31794	 Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
31795 Branch: cfgperl
31796       ! sv.c
31797____________________________________________________________________________
31798[  2184] By: jhi                                   on 1998/11/03  07:42:46
31799    Log: VM/ESA updates.
31800 Branch: cfgperl
31801       + README.vmesa
31802       ! MANIFEST pod/perlfunc.pod pod/perlport.pod
31803____________________________________________________________________________
31804[  2183] By: jhi                                   on 1998/11/02  12:58:13
31805    Log: The id(1)-parsing is real fun.
31806 Branch: cfgperl
31807       ! t/op/groups.t
31808____________________________________________________________________________
31809[  2182] By: jhi                                   on 1998/11/02  12:07:43
31810    Log: Decommission the symlink test.
31811 Branch: cfgperl
31812       ! t/op/lex_assign.t
31813____________________________________________________________________________
31814[  2181] By: jhi                                   on 1998/11/02  12:03:08
31815    Log: Replace ATTR_JOINABLE with true Configure probe
31816	 for PTHREAD_CREATE_JOINABLE (or equivalent:
31817	 PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
31818	 Remove ATTR_JOINABLE itself: Thread.xs uses
31819	 PTHREAD_CREATE_JOINABLE (or equivalent) directly.
31820
31821	 Really scan for <mach/cthreads.h> only if usethreads.
31822 Branch: cfgperl
31823       ! Configure config_h.SH ext/Thread/Thread.xs thread.h
31824____________________________________________________________________________
31825[  2180] By: jhi                                   on 1998/11/02  11:07:34
31826    Log: In HP-UX 10.X usethreads only if the required files are present.
31827 Branch: cfgperl
31828       ! hints/hpux.sh
31829____________________________________________________________________________
31830[  2179] By: jhi                                   on 1998/11/02  09:10:33
31831    Log: Prefer groups(1).
31832	 id -Gn can be broken.
31833	 id -a can save the day.
31834 Branch: cfgperl
31835       ! t/op/groups.t
31836____________________________________________________________________________
31837[  2178] By: jhi                                   on 1998/11/02  08:35:29
31838    Log: Detrail enum comma.
31839 Branch: cfgperl
31840       ! perl.h
31841____________________________________________________________________________
31842[  2177] By: jhi                                   on 1998/11/02  08:24:12
31843    Log: 0**0 = 1, from
31844
31845	 From: d-lewart@uiuc.edu (Daniel S. Lewart)
31846	 Subject: Math::Complex 0**0 patches
31847	 Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
31848	 Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
31849	 To: jhi@iki.fi (Jarkko Hietaniemi),
31850	 Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
31851 Branch: cfgperl
31852       ! lib/Math/Complex.pm t/lib/complex.t
31853____________________________________________________________________________
31854[  2168] By: gbarr                                 on 1998/11/01  01:58:58
31855    Log: From: jan.dubois@ibm.net (Jan Dubois)
31856	 Date: Fri, 09 Oct 1998 23:28:31 +0200
31857	 Message-ID: <36217b7f.3193091@smtp1.ibm.net>
31858	 Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
31859 Branch: maint-5.005/perl
31860       ! XSUB.h
31861____________________________________________________________________________
31862[  2164] By: jhi                                   on 1998/10/31  15:50:02
31863    Log: Integrate from mainperl.
31864 Branch: cfgperl
31865      +> t/op/lex_assign.t
31866      !> (integrate 45 files)
31867
31868----------------
31869Version 5.005_53
31870----------------
31871
31872____________________________________________________________________________
31873[  2163] By: gsar                                  on 1998/10/31  11:31:12
31874    Log: bump patchlevel; other minor fixes for clean build and test on
31875	 Solaris and win32
31876 Branch: perl
31877       ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
31878       ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
31879       ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
31880       ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
31881       ! x2p/a2p.c
31882____________________________________________________________________________
31883[  2162] By: gsar                                  on 1998/10/31  09:40:31
31884    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31885	 Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
31886	 Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
31887	 Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
31888 Branch: perl
31889       ! pp.h
31890____________________________________________________________________________
31891[  2161] By: gsar                                  on 1998/10/31  09:39:13
31892    Log: From: Albert Dvornik <bert@genscan.com>
31893	 Date: 30 Oct 1998 17:50:04 -0500
31894	 Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
31895	 Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
31896 Branch: perl
31897       ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
31898____________________________________________________________________________
31899[  2160] By: gsar                                  on 1998/10/31  09:35:03
31900    Log: fix for bugs in -x mode
31901	 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31902	 Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
31903	 Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
31904	 Subject: [PATCH 5.00552] Fix h2xs
31905 Branch: perl
31906       ! utils/h2xs.PL
31907____________________________________________________________________________
31908[  2159] By: gsar                                  on 1998/10/31  09:31:36
31909    Log: Data::Dumper update
31910 Branch: perl
31911       ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
31912       ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
31913____________________________________________________________________________
31914[  2153] By: gsar                                  on 1998/10/30  21:40:09
31915    Log: add testsuite portion of patch
31916	 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31917	 Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
31918	 Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
31919	 Subject: [PATCH 5.00321 ;-)] 87% speedup
31920 Branch: perl
31921       + t/op/lex_assign.t
31922       ! MANIFEST
31923____________________________________________________________________________
31924[  2152] By: gsar                                  on 1998/10/30  21:08:11
31925    Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
31926 Branch: perl
31927       ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
31928____________________________________________________________________________
31929[  2151] By: gsar                                  on 1998/10/30  20:18:09
31930    Log: From: Mark-Jason Dominus <mjd@plover.com>
31931	 Date: Fri, 30 Oct 1998 14:24:23 EST
31932	 Message-Id: <19981030192423.27276.qmail@plover.com>
31933	 Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
31934 Branch: perl
31935       ! x2p/walk.c
31936____________________________________________________________________________
31937[  2150] By: gsar                                  on 1998/10/30  20:08:57
31938    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31939	 Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
31940	 Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
31941	 Subject: [PATCH 5.00552] Overloaded <> and deref again
31942 Branch: perl
31943       ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
31944       ! t/pragma/overload.t toke.c
31945____________________________________________________________________________
31946[  2149] By: gsar                                  on 1998/10/30  19:38:15
31947    Log: From: Roderick Schertler <roderick@argon.org>
31948	 Date: Thu, 29 Oct 1998 14:50:18 -0500
31949	 Message-ID: <17625.909690618@eeyore.ibcinc.com>
31950	 Subject: patch for daemonization docs in perlipc
31951 Branch: perl
31952       ! pod/perlipc.pod
31953____________________________________________________________________________
31954[  2148] By: gsar                                  on 1998/10/30  19:36:07
31955    Log: From: Anton Berezin <tobez@plab.ku.dk>
31956	 Date: 29 Oct 1998 17:06:25 +0100
31957	 Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
31958	 Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
31959 Branch: perl
31960       ! win32/win32.c
31961____________________________________________________________________________
31962[  2147] By: gsar                                  on 1998/10/30  19:31:37
31963    Log: tweaked version of suggested patch
31964	 From: Anton Berezin <tobez@plab.ku.dk>
31965	 Date: 29 Oct 1998 14:48:54 +0100
31966	 Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
31967	 Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
31968 Branch: perl
31969       ! win32/win32.c
31970____________________________________________________________________________
31971[  2146] By: gsar                                  on 1998/10/30  19:03:50
31972    Log: hand-apply whitespace-mutiliated patch
31973	 From: "vishal bhatia" <vishalb@hotmail.com>
31974	 Date: Wed, 28 Oct 1998 23:45:32 PST
31975	 Message-ID: <19981029074534.2334.qmail@hotmail.com>
31976	 Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
31977 Branch: perl
31978       ! ext/B/B/C.pm ext/B/B/CC.pm
31979____________________________________________________________________________
31980[  2145] By: gsar                                  on 1998/10/30  18:46:58
31981    Log: remaining PL_foo stragglers
31982 Branch: perl
31983       ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
31984       ! op.h os2/os2.c vms/gen_shrfls.pl
31985____________________________________________________________________________
31986[  2144] By: gsar                                  on 1998/10/30  17:38:36
31987    Log: integrate cfgperl tweaks into mainline
31988 Branch: perl
31989      !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
31990      !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
31991____________________________________________________________________________
31992[  2143] By: jhi                                   on 1998/10/30  13:27:39
31993    Log: There can be multiple yacc/bison errors.
31994 Branch: cfgperl
31995       ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
31996____________________________________________________________________________
31997[  2142] By: jhi                                   on 1998/10/30  13:18:43
31998    Log: README.posix-bc update.
31999 Branch: cfgperl
32000       ! README.posix-bc
32001____________________________________________________________________________
32002[  2141] By: jhi                                   on 1998/10/30  09:12:59
32003    Log: #2133 fallout.
32004 Branch: cfgperl
32005       ! doio.c ext/POSIX/POSIX.xs
32006____________________________________________________________________________
32007[  2140] By: jhi                                   on 1998/10/30  08:43:18
32008    Log: Integrate from mainperl.
32009 Branch: cfgperl
32010      +> globvar.sym pp.sym
32011       - objpp.h thread.sym
32012      !> (integrate 61 files)
32013____________________________________________________________________________
32014[  2133] By: gsar                                  on 1998/10/30  02:51:39
32015    Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
32016	 (objpp.h is gone, embed.pl now does some of that); objXSUB.h
32017	 should soon be automated also; the global variables that
32018	 escaped the PL_foo conversion are now reined in; renamed
32019	 MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
32020	 type of same name; duplicated lists of pp_things in various
32021	 places is now gone; result has only been tested on win32
32022 Branch: perl
32023       + globvar.sym pp.sym
32024       - objpp.h thread.sym
32025       ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
32026       ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
32027       ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
32028       ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
32029       ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
32030       ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
32031       ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
32032       ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
32033       ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
32034       ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32035       ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
32036____________________________________________________________________________
32037[  2130] By: jhi                                   on 1998/10/29  15:31:26
32038    Log: Pure bison yylex() proto was broken.
32039 Branch: cfgperl
32040       ! proto.h
32041____________________________________________________________________________
32042[  2126] By: jhi                                   on 1998/10/29  08:35:54
32043    Log: Integrate mainperl.
32044 Branch: cfgperl
32045      !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
32046      !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
32047      !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
32048      !> t/pragma/warn/doio toke.c win32/makefile.mk
32049____________________________________________________________________________
32050[  2125] By: jhi                                   on 1998/10/29  08:32:38
32051    Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
32052 Branch: cfgperl
32053       ! Makefile.SH
32054____________________________________________________________________________
32055[  2124] By: jhi                                   on 1998/10/29  08:06:44
32056    Log: EBCDIC Makefile.SH tuneup.
32057 Branch: cfgperl
32058       ! Makefile.SH
32059____________________________________________________________________________
32060[  2119] By: gsar                                  on 1998/10/28  23:24:04
32061    Log: remove doubled hunk from integration
32062 Branch: perl
32063       ! pp.c
32064____________________________________________________________________________
32065[  2118] By: gsar                                  on 1998/10/28  22:03:31
32066    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32067	 Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
32068	 Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
32069	 Subject: [PATCH 5.00552] Minor debugger tweaks
32070 Branch: perl
32071       ! lib/perl5db.pl
32072____________________________________________________________________________
32073[  2117] By: gsar                                  on 1998/10/28  22:02:30
32074    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32075	 Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
32076	 Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
32077	 Subject: [PATCH 5.00552] Make sort respect overloading
32078 Branch: perl
32079       ! pp_ctl.c proto.h t/pragma/overload.t
32080____________________________________________________________________________
32081[  2116] By: gsar                                  on 1998/10/28  21:51:11
32082    Log: MM patches from Ilya Zakharevich
32083	 Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
32084	 Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
32085	 Subject: [PATCH 5.00552] Make MakeMaker more verbose
32086	 --
32087	 Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
32088	 Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
32089	 Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
32090 Branch: perl
32091       ! lib/ExtUtils/MakeMaker.pm
32092____________________________________________________________________________
32093[  2115] By: gsar                                  on 1998/10/28  21:46:19
32094    Log: add explicit references to perl source path in ld2 and gcc2
32095 Branch: perl
32096       ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
32097____________________________________________________________________________
32098[  2114] By: gsar                                  on 1998/10/28  21:39:56
32099    Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
32100	 Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
32101	 Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
32102	 Subject: [PATCH] Re: Problems with: Creating an installable tar archive
32103 Branch: perl
32104       ! INSTALL
32105____________________________________________________________________________
32106[  2113] By: gsar                                  on 1998/10/28  21:21:16
32107    Log: integrate cfgperl into mainline
32108 Branch: perl
32109      +> t/op/filetest.t
32110      !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
32111      !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
32112      !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
32113      !> thread.h toke.c vmesa/Makefile
32114____________________________________________________________________________
32115[  2112] By: gsar                                  on 1998/10/28  21:14:18
32116    Log: minor cleanup
32117 Branch: perl
32118       ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
32119____________________________________________________________________________
32120[  2111] By: gsar                                  on 1998/10/28  18:52:10
32121    Log: smarter C<$SIG{FOO} = BAREWORD;> warning
32122 Branch: perl
32123       ! toke.c
32124____________________________________________________________________________
32125[  2110] By: jhi                                   on 1998/10/28  15:07:54
32126    Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
32127 Branch: cfgperl
32128       ! Makefile.SH
32129____________________________________________________________________________
32130[  2109] By: jhi                                   on 1998/10/28  13:39:54
32131    Log: a2p.y needs to generate also y.tab.h.
32132 Branch: cfgperl
32133       ! Makefile.SH
32134____________________________________________________________________________
32135[  2108] By: jhi                                   on 1998/10/28  10:33:36
32136    Log: The "parse error" must be converted to "syntax error",
32137	 just matching it aint' enough.
32138 Branch: cfgperl
32139       ! t/comp/require.t t/op/misc.t t/pragma/subs.t
32140       ! t/pragma/warning.t
32141____________________________________________________________________________
32142[  2107] By: jhi                                   on 1998/10/28  10:23:05
32143    Log: Regen sig_n{ame,umber}* if slightest doubt.
32144 Branch: cfgperl
32145       ! Configure
32146____________________________________________________________________________
32147[  2106] By: jhi                                   on 1998/10/28  08:44:49
32148    Log: Bison says 'parse error', not 'parser error'.
32149 Branch: cfgperl
32150       ! t/comp/require.t t/op/misc.t t/pragma/subs.t
32151       ! t/pragma/warning.t
32152____________________________________________________________________________
32153[  2105] By: jhi                                   on 1998/10/28  08:42:09
32154    Log: yylex() parametrization.
32155 Branch: cfgperl
32156       ! proto.h toke.c
32157____________________________________________________________________________
32158[  2104] By: jhi                                   on 1998/10/28  08:25:09
32159    Log: Bring in #2102.
32160 Branch: cfgperl
32161       ! pp.c
32162____________________________________________________________________________
32163[  2103] By: jhi                                   on 1998/10/28  08:22:04
32164    Log: From: Dominic Dunlop <domo@vo.lu>
32165	 Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
32166	 Date: 27 Oct 1998 20:47:25 +0200
32167	 Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
32168 Branch: cfgperl
32169       ! t/op/groups.t
32170____________________________________________________________________________
32171[  2102] By: larry                                 on 1998/10/27  18:58:55
32172    Log: utf8 change to quotemeta broke EBCDIC
32173 Branch: perl
32174       ! pp.c
32175____________________________________________________________________________
32176[  2101] By: jhi                                   on 1998/10/27  12:55:34
32177    Log: $Config{sig_num_init}.
32178	 Also, a new approach to the 'pthreads-created-joinable': drop
32179	 it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
32180	 directly. (See also #2096).
32181 Branch: cfgperl
32182       ! Configure config_h.SH
32183____________________________________________________________________________
32184[  2100] By: jhi                                   on 1998/10/27  10:48:55
32185    Log: Regenerated perly_c.diff.
32186 Branch: cfgperl
32187       ! perly_c.diff
32188____________________________________________________________________________
32189[  2099] By: jhi                                   on 1998/10/27  08:42:25
32190    Log: First the mangler was Netscape, then it was me.
32191 Branch: cfgperl
32192       ! vmesa/Makefile
32193____________________________________________________________________________
32194[  2098] By: jhi                                   on 1998/10/27  08:34:40
32195    Log: `id -Gn` might be available where `groups` is not.
32196 Branch: cfgperl
32197       ! t/op/groups.t
32198____________________________________________________________________________
32199[  2097] By: jhi                                   on 1998/10/27  08:05:17
32200    Log: Netscape had mangled the tabs.
32201 Branch: cfgperl
32202       ! vmesa/Makefile
32203____________________________________________________________________________
32204[  2096] By: jhi                                   on 1998/10/27  08:03:05
32205    Log: ATTR_JOINABLE logic, based on (private email)
32206
32207	 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
32208	 Subject: Some little diffs
32209	 Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
32210	 Date: Tue, 27 Oct 1998 13:44:42 +1300
32211 Branch: cfgperl
32212       ! thread.h
32213____________________________________________________________________________
32214[  2095] By: jhi                                   on 1998/10/27  07:56:57
32215    Log: Mach cthreads support based on:
32216
32217	 From: brie@corp.home.net (Brian Harrison)
32218	 Subject: perl5.005_02 patch for mthreads
32219	 To: perl5-porters@perl.org
32220	 Date: 24 Oct 1998 01:01:55 +0300
32221	 Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
32222
32223	 Pthread yield probe (dejavu)
32224	 Cosmetic nanochange for the union semun output.
32225	 Better inttypes.h probe.
32226	 Undo the 'void *' $selecttype probe from #1971 because
32227	 it breaks the $selectminbits test.
32228 Branch: cfgperl
32229       ! Configure config_h.SH perl.h thread.h
32230____________________________________________________________________________
32231[  2094] By: jhi                                   on 1998/10/26  13:02:07
32232    Log: Also posix-bc wants to reyacc.
32233 Branch: cfgperl
32234       ! Makefile.SH
32235____________________________________________________________________________
32236[  2093] By: jhi                                   on 1998/10/26  10:17:21
32237    Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
32238	 5_02 and really breaking things in non-ASCII worlds.
32239 Branch: cfgperl
32240       ! pp.c
32241____________________________________________________________________________
32242[  2092] By: jhi                                   on 1998/10/26  09:08:00
32243    Log: More robustness.
32244 Branch: cfgperl
32245       ! t/comp/require.t t/op/misc.t t/pragma/subs.t
32246       ! t/pragma/warning.t
32247____________________________________________________________________________
32248[  2091] By: jhi                                   on 1998/10/26  08:47:32
32249    Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
32250	 Bison really wants YYLEX_PARAM.
32251 Branch: cfgperl
32252       ! perly.y proto.h toke.c
32253____________________________________________________________________________
32254[  2090] By: jhi                                   on 1998/10/26  08:21:25
32255    Log: s/YYLEX_PARAM/YYLEXPARAM/
32256 Branch: cfgperl
32257       ! perly.y
32258____________________________________________________________________________
32259[  2089] By: jhi                                   on 1998/10/26  08:17:33
32260    Log: Indicate skipped subtests.
32261 Branch: cfgperl
32262       ! t/io/pipe.t
32263____________________________________________________________________________
32264[  2088] By: jhi                                   on 1998/10/26  08:11:36
32265    Log: Integrate from mainperl.
32266 Branch: cfgperl
32267      !> (integrate 54 files)
32268____________________________________________________________________________
32269[  2087] By: jhi                                   on 1998/10/26  08:08:02
32270    Log: Add test for filetests.
32271 Branch: cfgperl
32272       + t/op/filetest.t
32273       ! MANIFEST
32274____________________________________________________________________________
32275[  2086] By: gsar                                  on 1998/10/26  02:44:44
32276    Log: various win32 tweaks; disable new xs_cpp section (it creates
32277	 ambiguous inference graph for %.xs --> %.o)
32278 Branch: perl
32279       ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
32280       ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
32281       ! win32/config.gc win32/config_H.gc win32/makedef.pl
32282       ! win32/makefile.mk win32/win32.h
32283____________________________________________________________________________
32284[  2085] By: gsar                                  on 1998/10/26  00:50:02
32285    Log: sanity-check $Config{drand01} in rand.t
32286 Branch: perl
32287       ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
32288       ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32289____________________________________________________________________________
32290[  2078] By: gsar                                  on 1998/10/25  10:22:04
32291    Log: update win32/config*.?c
32292 Branch: perl
32293       ! Changes win32/config.bc win32/config.gc win32/config.vc
32294       ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32295____________________________________________________________________________
32296[  2077] By: gsar                                  on 1998/10/25  08:39:25
32297    Log: From: Graham Barr <gbarr@pobox.com>
32298	 Date: Sat, 24 Oct 1998 21:45:50 -0500
32299	 Message-ID: <19981024214550.C508@pobox.com>
32300	 Subject: Re: die with a reference  should use overload "" operator
32301 Branch: perl
32302       ! pp_ctl.c
32303____________________________________________________________________________
32304[  2076] By: gsar                                  on 1998/10/25  08:37:49
32305    Log: From: Graham Barr <gbarr@pobox.com>
32306	 Date: Sat, 24 Oct 1998 12:45:21 -0500
32307	 Message-ID: <19981024124521.C512@pobox.com>
32308	 Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
32309 Branch: perl
32310       ! sv.c
32311____________________________________________________________________________
32312[  2075] By: gsar                                  on 1998/10/25  08:24:09
32313    Log: fix C<print $n += 5;> etc.
32314 Branch: perl
32315       ! toke.c
32316____________________________________________________________________________
32317[  2074] By: gsar                                  on 1998/10/25  08:12:28
32318    Log: list builtins with portability caveats
32319	 From: Jarkko Hietaniemi <jhi@iki.fi>
32320	 Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
32321	 Message-Id: <199810231105.OAA02411@alpha.hut.fi>
32322	 Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
32323 Branch: perl
32324       ! pod/perlfunc.pod
32325____________________________________________________________________________
32326[  2073] By: gsar                                  on 1998/10/25  07:55:43
32327    Log: fix stack overrun in file test operators
32328 Branch: perl
32329       ! pp_sys.c
32330____________________________________________________________________________
32331[  2072] By: gsar                                  on 1998/10/25  07:29:45
32332    Log: implement C<goto &func> and other fixes (via private mail)
32333	 From:    "vishal bhatia" <vishalb@hotmail.com>
32334	 Date:    Wed, 21 Oct 1998 22:59:03 PDT
32335	 Message-Id: <19981022055904.20083.qmail@hotmail.com>
32336	 Subject: [PATCH 5.005_52] More fixes for B
32337 Branch: perl
32338       ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
32339____________________________________________________________________________
32340[  2071] By: gsar                                  on 1998/10/25  07:14:41
32341    Log: From: Graham Barr <gbarr@pobox.com>
32342	 Date: Sat, 17 Oct 1998 20:42:41 -0500
32343	 Message-ID: <19981017204241.G510@pobox.com>
32344	 Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
32345 Branch: perl
32346       ! pp_ctl.c
32347____________________________________________________________________________
32348[  2070] By: gsar                                  on 1998/10/25  07:07:29
32349    Log: avoid bogus line number in XSUB redefined warnings
32350 Branch: perl
32351       ! op.c
32352____________________________________________________________________________
32353[  2069] By: gsar                                  on 1998/10/25  06:59:03
32354    Log: From: Martijn Koster <mak@excitecorp.com>
32355	 Date: Wed, 21 Oct 1998 13:12:03 +0100
32356	 Message-ID: <19981021131203.A15661@excitecorp.com>
32357	 Subject: File::Path::mkpath reports the wrong error
32358 Branch: perl
32359       ! lib/File/Path.pm
32360____________________________________________________________________________
32361[  2068] By: gsar                                  on 1998/10/25  06:54:43
32362    Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
32363	 Date: Tue, 20 Oct 1998 20:52:20 -0500
32364	 Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
32365	 Subject: Exporter.pm's export_to_level() argument handling buggy
32366 Branch: perl
32367       ! lib/Exporter.pm
32368____________________________________________________________________________
32369[  2067] By: gsar                                  on 1998/10/25  06:50:19
32370    Log: From: jan.dubois@ibm.net (Jan Dubois)
32371	 Date: Wed, 21 Oct 1998 00:55:51 +0200
32372	 Message-ID: <36380269.55370608@smtp1.ibm.net>
32373	 Subject: Make _really_ sure Dynaloader.xs code is initialized only once
32374 Branch: perl
32375       ! ext/DynaLoader/DynaLoader_pm.PL
32376____________________________________________________________________________
32377[  2066] By: gsar                                  on 1998/10/25  06:48:19
32378    Log: recognize '%' as a shell metachar for win32
32379	 From: jan.dubois@ibm.net (Jan Dubois)
32380	 Date: Tue, 20 Oct 1998 21:57:35 +0200
32381	 Message-ID: <3636ea31.49170453@smtp1.ibm.net>
32382	 Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
32383 Branch: perl
32384       ! win32/win32.c
32385____________________________________________________________________________
32386[  2065] By: gsar                                  on 1998/10/25  06:46:30
32387    Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
32388 Branch: perl
32389       ! sv.c
32390____________________________________________________________________________
32391[  2064] By: gsar                                  on 1998/10/25  06:45:09
32392    Log: From: Gisle Aas <gisle@aas.no>
32393	 Date: 20 Oct 1998 14:24:44 +0200
32394	 Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
32395	 Subject: ord() and unpack("U*",...) should not be negative
32396 Branch: perl
32397       ! pp.c
32398____________________________________________________________________________
32399[  2063] By: gsar                                  on 1998/10/25  06:42:29
32400    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32401	 Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
32402	 Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
32403	 Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
32404 Branch: perl
32405       ! os2/os2.c
32406____________________________________________________________________________
32407[  2062] By: gsar                                  on 1998/10/25  06:41:26
32408    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32409	 Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
32410	 Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
32411	 Subject: [PATCH 5.005_*] Speed up aassign
32412 Branch: perl
32413       ! pp_hot.c
32414____________________________________________________________________________
32415[  2061] By: gsar                                  on 1998/10/25  06:39:04
32416    Log: From: Graham Barr <gbarr@pobox.com>
32417	 Date: Sat, 17 Oct 1998 22:22:02 -0500
32418	 Message-ID: <19981017222202.J510@pobox.com>
32419	 Subject: Re: '*' prototype does not allow bareword with strict
32420 Branch: perl
32421       ! toke.c
32422____________________________________________________________________________
32423[  2060] By: gsar                                  on 1998/10/25  06:37:34
32424    Log: handle '::' in section names properly
32425	 From: Graham Barr <gbarr@pobox.com>
32426	 Date: Sat, 17 Oct 1998 12:57:54 -0500
32427	 Message-ID: <19981017125754.C510@pobox.com>
32428	 Subject: Re: pod2html
32429 Branch: perl
32430       ! lib/Pod/Html.pm
32431____________________________________________________________________________
32432[  2059] By: gsar                                  on 1998/10/25  06:33:43
32433    Log: integrate changes#1982,2014,2021 (from maint-5.005)
32434 Branch: perl
32435      !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
32436      !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
32437____________________________________________________________________________
32438[  2058] By: gsar                                  on 1998/10/25  05:44:17
32439    Log: allow more win32 symbol exports (suggested by Jan Dubois)
32440 Branch: perl
32441       ! win32/makedef.pl
32442____________________________________________________________________________
32443[  2057] By: gsar                                  on 1998/10/25  05:40:40
32444    Log: integrate change#2053 from maint-5.005
32445 Branch: perl
32446      !> cop.h t/cmd/while.t
32447____________________________________________________________________________
32448[  2056] By: gsar                                  on 1998/10/25  05:16:41
32449    Log: commented version of a patch suggested by Drago Goricanec
32450	 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
32451	 Date: 16 Oct 1998 15:24:45 +0300
32452	 Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
32453	 Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
32454 Branch: perl
32455       ! pp_sys.c
32456____________________________________________________________________________
32457[  2055] By: gsar                                  on 1998/10/25  05:11:03
32458    Log: include eof() in description of buffering caveats
32459	 From: Anton Berezin <tobez@plab.ku.dk>
32460	 Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
32461	 Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
32462	 Subject: [DOCPATCH] pod/perlfunc.pod
32463 Branch: perl
32464       ! pod/perlfunc.pod
32465____________________________________________________________________________
32466[  2054] By: gsar                                  on 1998/10/25  05:07:42
32467    Log: disallow 'x' in hex numbers (except leading '0x')
32468	 From: Gisle Aas <gisle@aas.no>
32469	 Date: 16 Oct 1998 16:33:12 +0200
32470	 Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
32471	 Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
32472 Branch: perl
32473       ! perlvars.h t/op/oct.t util.c
32474____________________________________________________________________________
32475[  2052] By: gsar                                  on 1998/10/25  04:49:04
32476    Log: avoid the circular refcnt logic in magic_mutexfree()
32477 Branch: perl
32478       ! mg.c pp.c pp_hot.c
32479____________________________________________________________________________
32480[  2051] By: gsar                                  on 1998/10/25  04:35:07
32481    Log: properly restore PL_rsfp_filters after require
32482 Branch: perl
32483       ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
32484       ! scope.h
32485____________________________________________________________________________
32486[  2050] By: gsar                                  on 1998/10/25  02:42:32
32487    Log: integrate cfgperl changes back into mainline
32488 Branch: perl
32489      +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
32490      +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
32491      !> (integrate 33 files)
32492____________________________________________________________________________
32493[  2049] By: gsar                                  on 1998/10/25  01:30:48
32494    Log: avoid "mysterious" compile-time failures without messages
32495 Branch: perl
32496       ! gv.c
32497____________________________________________________________________________
32498[  2041] By: gsar                                  on 1998/10/23  21:11:56
32499    Log: checkin jpl under //depot/perlext/jpl/...
32500 Branch: perlext
32501       + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
32502       + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
32503       + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
32504       + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
32505       + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
32506       + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
32507       + jpl/PerlInterpreter/Makefile.PL
32508       + jpl/PerlInterpreter/PerlInterpreter.c
32509       + jpl/PerlInterpreter/PerlInterpreter.h
32510       + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
32511       + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
32512       + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
32513       + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
32514       + jpl/get_jdk/jdk_hosts jpl/install-jpl
32515____________________________________________________________________________
32516[  2040] By: larry                                 on 1998/10/23  19:31:42
32517    Log: chr(0xFFFFFFFF) didn't translate to utf8 character
32518 Branch: perl
32519       ! pp.c
32520____________________________________________________________________________
32521[  2039] By: larry                                 on 1998/10/23  18:48:34
32522    Log: tr///d does not seem to work
32523 Branch: perl
32524       ! lib/utf8_heavy.pl
32525____________________________________________________________________________
32526[  2038] By: larry                                 on 1998/10/23  18:00:41
32527    Log: Program with utf8 identifiers fails to compile
32528 Branch: perl
32529       ! doop.c gv.c op.c pp.c pp_hot.c toke.c
32530____________________________________________________________________________
32531[  2037] By: jhi                                   on 1998/10/23  14:04:51
32532    Log: Test suite portability:
32533	 - posix-bc does not write to broken pipes
32534	 - filehand #11 only iff we have fork
32535	 - warning.t can now match $expected using regular expressions
32536 Branch: cfgperl
32537       ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
32538       ! t/pragma/warning.t
32539____________________________________________________________________________
32540[  2036] By: jhi                                   on 1998/10/23  12:12:07
32541    Log: yacc clarification.
32542 Branch: cfgperl
32543       ! README.posix-bc
32544____________________________________________________________________________
32545[  2035] By: jhi                                   on 1998/10/23  12:09:59
32546    Log: Some C compilers get upset about 8-bit characters in /* comments. */
32547 Branch: cfgperl
32548       ! mg.c
32549____________________________________________________________________________
32550[  2034] By: jhi                                   on 1998/10/22  09:11:52
32551    Log: Configure update: both for pthread_yield more robust
32552	 testing (all variants of pthread_attr_getdetachstate()) --
32553	 and because Configure was broken in major way! About 1000
32554	 last lines were truncated.
32555 Branch: cfgperl
32556       ! Configure
32557____________________________________________________________________________
32558[  2033] By: jhi                                   on 1998/10/22  07:47:10
32559    Log: DJGPP feedback for #2028.
32560 Branch: cfgperl
32561       ! thread.h
32562____________________________________________________________________________
32563[  2032] By: jhi                                   on 1998/10/21  13:03:57
32564    Log: yielding, the saga continues.
32565 Branch: cfgperl
32566       ! Configure config_h.SH
32567      !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
32568      !> t/op/goto.t t/pragma/constant.t
32569____________________________________________________________________________
32570[  2031] By: jhi                                   on 1998/10/21  09:15:42
32571    Log: VM/ESA feedback for #2028.
32572 Branch: cfgperl
32573       ! Configure config_h.SH thread.h
32574____________________________________________________________________________
32575[  2030] By: gsar                                  on 1998/10/21  04:22:53
32576    Log: fix handling of mayhaps-extended @_ in goto &sub
32577 Branch: perl
32578       ! av.c pp_ctl.c t/op/goto.t
32579____________________________________________________________________________
32580[  2029] By: gsar                                  on 1998/10/21  00:54:14
32581    Log: restore sanity to "constant" references
32582 Branch: perl
32583       ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
32584____________________________________________________________________________
32585[  2028] By: jhi                                   on 1998/10/20  15:01:20
32586    Log: OLD_PTHREADS_API reorganizing.
32587 Branch: cfgperl
32588       ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
32589       ! vmesa/vmesaish.h
32590____________________________________________________________________________
32591[  2027] By: jhi                                   on 1998/10/20  14:14:51
32592    Log: #2026 fallout.
32593 Branch: cfgperl
32594       ! Makefile.SH
32595____________________________________________________________________________
32596[  2026] By: jhi                                   on 1998/10/20  11:47:21
32597    Log: VM/ESA update.
32598 Branch: cfgperl
32599       ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
32600____________________________________________________________________________
32601[  2025] By: jhi                                   on 1998/10/20  08:20:56
32602    Log: 64-bitness, based on
32603
32604	 From: Scott Henry <scotth@sgi.com>
32605	 To: perl-64bit@perl.org
32606	 Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
32607	 Subject: Re: Configure problems/questions...
32608	 Date: 19 Oct 1998 22:38:06 -0700
32609 Branch: cfgperl
32610       ! hints/irix_6.sh perl.h
32611____________________________________________________________________________
32612[  2024] By: jhi                                   on 1998/10/20  08:09:07
32613    Log: Add lseeksize.
32614 Branch: cfgperl
32615       ! config_h.SH
32616____________________________________________________________________________
32617[  2023] By: jhi                                   on 1998/10/20  08:08:33
32618    Log: Mumble about _yields() only when threaded.
32619 Branch: cfgperl
32620       ! Configure
32621____________________________________________________________________________
32622[  2022] By: jhi                                   on 1998/10/20  07:46:26
32623    Log: Thinko at PTHREADS_CREATED_JOINABLE.
32624 Branch: cfgperl
32625       ! thread.h
32626____________________________________________________________________________
32627[  2021] By: gbarr                                 on 1998/10/20  01:25:23
32628    Log: From: Chip Salzenberg <chip@perlsupport.com>
32629	 Date: Tue, 6 Oct 1998 13:33:05 -0400
32630	 Message-ID: <19981006133305.A2348@perlsupport.com>
32631	 Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
32632 Branch: maint-5.005/perl
32633       ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
32634       ! t/op/tie.t
32635____________________________________________________________________________
32636[  2020] By: jhi                                   on 1998/10/19  09:15:53
32637    Log: YIELD more robustly.
32638 Branch: cfgperl
32639       ! thread.h
32640____________________________________________________________________________
32641[  2019] By: jhi                                   on 1998/10/19  08:48:33
32642    Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
32643	 the 'new' one (just like DJGPP, it seems).
32644 Branch: cfgperl
32645       ! thread.h
32646____________________________________________________________________________
32647[  2018] By: jhi                                   on 1998/10/19  07:02:44
32648    Log: vmesaish.h doesn't exclude unixish.h.
32649 Branch: cfgperl
32650       ! perl.h
32651____________________________________________________________________________
32652[  2017] By: jhi                                   on 1998/10/19  06:44:19
32653    Log: 1<<$randbits is not good for randbits=48.
32654 Branch: cfgperl
32655       ! t/op/rand.t
32656____________________________________________________________________________
32657[  2016] By: jhi                                   on 1998/10/19  06:39:47
32658    Log: Make #2012 glob pattern more portable.
32659 Branch: cfgperl
32660       ! Makefile.SH
32661____________________________________________________________________________
32662[  2014] By: gbarr                                 on 1998/10/17  20:31:42
32663    Log: Fix POSIX::sigprocmask not to check type of $old parameter
32664	 as it is output only
32665 Branch: maint-5.005/perl
32666       ! ext/POSIX/POSIX.xs
32667____________________________________________________________________________
32668[  2012] By: jhi                                   on 1998/10/17  15:04:23
32669    Log: clean numbered core dumps and t/tmp[0-9]*.
32670 Branch: cfgperl
32671       ! Makefile.SH
32672____________________________________________________________________________
32673[  2011] By: jhi                                   on 1998/10/17  14:59:15
32674    Log: More robust yacc/bison failure output handling.
32675 Branch: cfgperl
32676       ! t/comp/require.t t/op/misc.t t/pragma/subs.t
32677____________________________________________________________________________
32678[  2010] By: jhi                                   on 1998/10/17  14:51:05
32679    Log: BC2000 POSIX update.
32680 Branch: cfgperl
32681       ! MANIFEST
32682____________________________________________________________________________
32683[  2009] By: jhi                                   on 1998/10/17  14:49:46
32684    Log: POSIX BC2000 port from perl-mvs:
32685
32686	 Subject: Ported perl 5.005.02 to BS2000 / POSIX
32687	 From: Dorner Thomas <Thomas.Dorner@start.de>
32688	 Date: Tue, 29 Sep 1998 13:29:36 +0100
32689	 Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de>
32690 Branch: cfgperl
32691       + README.posix-bc hints/posix-bc.sh
32692       ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
32693       ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
32694       ! unixish.h
32695____________________________________________________________________________
32696[  2008] By: jhi                                   on 1998/10/17  14:07:49
32697    Log: VM/ESA-update.
32698 Branch: cfgperl
32699       ! MANIFEST
32700____________________________________________________________________________
32701[  2007] By: jhi                                   on 1998/10/17  13:55:34
32702    Log: Forgot few S_I* imports.
32703 Branch: cfgperl
32704       ! t/lib/ipc_sysv.t
32705____________________________________________________________________________
32706[  2006] By: jhi                                   on 1998/10/17  13:43:54
32707    Log: The VM/ESA port essentials, based on
32708
32709	 perl-mvs:
32710
32711	 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
32712	 Subject: Re: Can't find Data/Dumper.pm
32713	 Date: Mon, 28 Sep 1998 07:40:49 +1300
32714	 Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
32715
32716	 private email:
32717
32718	 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
32719	 Subject: Re: Perl thread problems in VM/ESA
32720	 Date: Thu, 15 Oct 1998 07:18:35 +1300
32721	 Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
32722
32723	 and private email:
32724
32725	 From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
32726	 Subject:  perl archive
32727	 Date: 	Sun, 11 Oct 1998 19:28:54 EDT
32728	 Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
32729	 which gave a pointer to
32730
32731	 http://pucc.princeton.edu/~neale/perl.tar
32732
32733	 (based on Perl 5.005_51)
32734 Branch: cfgperl
32735       + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
32736       ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
32737       ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
32738       ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
32739____________________________________________________________________________
32740[  2005] By: jhi                                   on 1998/10/17  13:17:19
32741    Log: Integrate mainperl.
32742 Branch: cfgperl
32743      !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
32744      !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
32745      !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
32746      !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
32747      !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
32748      !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
32749      !> win32/makefile.mk
32750____________________________________________________________________________
32751[  2004] By: jhi                                   on 1998/10/17  11:19:06
32752    Log: Removed an extra ' from the int64_t test.
32753 Branch: cfgperl
32754       ! Configure
32755____________________________________________________________________________
32756[  2003] By: gsar                                  on 1998/10/17  04:11:40
32757    Log: silence -w noises (suggested by Greg Bacon)
32758 Branch: perl
32759       ! lib/Term/Complete.pm
32760____________________________________________________________________________
32761[  2002] By: gsar                                  on 1998/10/17  04:07:48
32762    Log: From: Gisle Aas <gisle@aas.no>
32763	 Date: 14 Oct 1998 15:53:14 +0200
32764	 Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
32765	 Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
32766 Branch: perl
32767       ! util.c
32768____________________________________________________________________________
32769[  2001] By: gsar                                  on 1998/10/17  04:06:10
32770    Log: From: Gisle Aas <gisle@aas.no>
32771	 Date: 14 Oct 1998 15:17:44 +0200
32772	 Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
32773	 Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
32774 Branch: perl
32775       ! toke.c
32776____________________________________________________________________________
32777[  2000] By: gsar                                  on 1998/10/17  03:06:33
32778    Log: From: Gisle Aas <gisle@aas.no>
32779	 Date: 14 Oct 1998 00:38:06 +0200
32780	 Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
32781	 Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
32782 Branch: perl
32783       ! sv.c
32784____________________________________________________________________________
32785[  1999] By: gsar                                  on 1998/10/17  03:04:48
32786    Log: From: Dan Sugalski <sugalskd@osshe.edu>
32787	 Date: Tue, 13 Oct 1998 15:10:57 -0700
32788	 Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
32789	 Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
32790 Branch: perl
32791       ! vms/ext/Stdio/Stdio.pm
32792____________________________________________________________________________
32793[  1998] By: gsar                                  on 1998/10/17  03:00:40
32794    Log: skip readonly vars and unref references when doing a reset()
32795 Branch: perl
32796       ! sv.c
32797____________________________________________________________________________
32798[  1997] By: gsar                                  on 1998/10/17  02:49:19
32799    Log: fix buggy treatment of large checksums on unicode strings
32800	 From: Gisle Aas <gisle@aas.no>
32801	 Date: 13 Oct 1998 21:35:39 +0200
32802	 Message-ID: <m31zocp850.fsf@furu.g.aas.no>
32803	 Subject: unpack("%48U*",...)  [PATCH 5.005_52]
32804 Branch: perl
32805       ! pp.c
32806____________________________________________________________________________
32807[  1996] By: gsar                                  on 1998/10/17  02:43:22
32808    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32809	 Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
32810	 Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
32811	 Subject: [PATCH 5.005_52] Memory overrun in os2.c
32812 Branch: perl
32813       ! os2/Makefile.SHs os2/os2.c
32814____________________________________________________________________________
32815[  1995] By: gsar                                  on 1998/10/17  02:42:01
32816    Log: clarify section name rules for typemaps
32817 Branch: perl
32818       ! pod/perlxs.pod
32819____________________________________________________________________________
32820[  1994] By: gsar                                  on 1998/10/17  02:33:02
32821    Log: whitespace-proof grent.t
32822 Branch: perl
32823       ! t/op/grent.t
32824____________________________________________________________________________
32825[  1993] By: gsar                                  on 1998/10/17  02:27:29
32826    Log: fix bug in B::CC::pp_sassign()
32827	 From: "vishal bhatia" <vishalb@hotmail.com>
32828	 Date: Sun, 11 Oct 1998 18:41:38 PDT
32829	 Message-ID: <19981012014139.19614.qmail@hotmail.com>
32830	 Subject: B::CC problems with pp_sassign routine
32831 Branch: perl
32832       ! ext/B/B/CC.pm
32833____________________________________________________________________________
32834[  1992] By: gsar                                  on 1998/10/17  02:17:49
32835    Log: applied suggested patch with small doc tweak
32836	 From: Gisle Aas <gisle@aas.no>
32837	 Date: 11 Oct 1998 12:53:13 +0200
32838	 Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
32839	 Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
32840 Branch: perl
32841       ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
32842       ! t/op/tiehandle.t
32843____________________________________________________________________________
32844[  1991] By: gsar                                  on 1998/10/17  02:08:30
32845    Log: apply non-conflicting parts from suggested patch
32846	 From: jan.dubois@ibm.net (Jan Dubois)
32847	 Date: Sat, 10 Oct 1998 13:15:45 +0200
32848	 Message-ID: <36223ed7.18279374@smtp1.ibm.net>
32849	 Subject: [PATCH 5.005_52] Still more MakeMaker  patches
32850 Branch: perl
32851       ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
32852____________________________________________________________________________
32853[  1990] By: gsar                                  on 1998/10/17  02:01:24
32854    Log: provide option to enable optimization with VC (suggested by Jan
32855	 Dubois)
32856 Branch: perl
32857       ! win32/Makefile win32/makefile.mk
32858____________________________________________________________________________
32859[  1989] By: gsar                                  on 1998/10/17  01:55:27
32860    Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
32861	 Dave Leppik <dleppik@gage.com>
32862 Branch: perl
32863       ! perl.h
32864____________________________________________________________________________
32865[  1988] By: gsar                                  on 1998/10/17  01:49:05
32866    Log: stray typo found by Hugo van der Sanden
32867 Branch: perl
32868       ! op.c
32869____________________________________________________________________________
32870[  1987] By: gsar                                  on 1998/10/17  01:45:52
32871    Log: perldoc pod update
32872	 From: Daniel Grisinger <dgris@perrin.dimensional.com>
32873	 Date: 06 Oct 1998 23:56:51 -0600
32874	 Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
32875	 Subject: [PATCH _02 and _52] perldoc
32876 Branch: perl
32877       ! utils/perldoc.PL
32878____________________________________________________________________________
32879[  1986] By: gsar                                  on 1998/10/17  01:41:40
32880    Log: qualify names of builtins
32881 Branch: perl
32882       ! ext/POSIX/POSIX.pm
32883____________________________________________________________________________
32884[  1982] By: gbarr                                 on 1998/10/17  00:20:57
32885    Log: From: Jochen Wiedmann <joe@ispsoft.de>
32886	 Date: Thu, 17 Sep 1998 17:16:06 +0200
32887	 Message-ID: <360127B6.E44564A@ispsoft.de>
32888	 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
32889 Branch: maint-5.005/perl
32890       ! lib/ExtUtils/MakeMaker.pm
32891____________________________________________________________________________
32892[  1978] By: gsar                                  on 1998/10/16  01:58:58
32893    Log: integrate cfgperl mods into mainline
32894 Branch: perl
32895      +> ext/DynaLoader/dl_vmesa.xs
32896       ! Porting/genlog
32897      !> Configure MANIFEST Makefile.SH config_h.SH
32898      !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
32899      !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
32900      !> x2p/Makefile.SH
32901____________________________________________________________________________
32902[  1976] By: gsar                                  on 1998/10/16  00:10:52
32903    Log: stray tweak
32904 Branch: perl
32905       ! op.c
32906____________________________________________________________________________
32907[  1975] By: gsar                                  on 1998/10/15  23:54:38
32908    Log: propagate typeness of lexicals while cloning them
32909 Branch: perl
32910       ! op.c
32911____________________________________________________________________________
32912[  1974] By: gsar                                  on 1998/10/15  23:53:25
32913    Log: s/last/first/ typo in append_list()
32914 Branch: perl
32915       ! op.c
32916____________________________________________________________________________
32917[  1973] By: gsar                                  on 1998/10/15  20:06:17
32918    Log: nuke confperl branch and contents
32919 Branch: confperl
32920       - (delete 1284 files)
32921____________________________________________________________________________
32922[  1972] By: jhi                                   on 1998/10/15  07:07:35
32923    Log: Test #162 had been added but the "print 1..161" had not been updated.
32924 Branch: cfgperl
32925       ! t/op/pat.t
32926____________________________________________________________________________
32927[  1971] By: gsar                                  on 1998/10/15  03:09:58
32928    Log: check in all confperl changes as of change#1964 into cfgperl
32929 Branch: cfgperl
32930       + ext/DynaLoader/dl_vmesa.xs
32931       ! Configure MANIFEST Makefile.SH config_h.SH
32932       ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
32933       ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
32934____________________________________________________________________________
32935[  1970] By: gsar                                  on 1998/10/15  03:05:59
32936    Log: integrate mainline to get tr.t
32937 Branch: cfgperl
32938      +> t/op/tr.t
32939____________________________________________________________________________
32940[  1969] By: gsar                                  on 1998/10/15  03:04:17
32941    Log: add missing tr.t to repository
32942 Branch: perl
32943       + t/op/tr.t
32944____________________________________________________________________________
32945[  1968] By: gsar                                  on 1998/10/15  03:02:43
32946    Log: create cfgperl branch
32947 Branch: cfgperl
32948      +> (branch 1282 files)
32949____________________________________________________________________________
32950[  1967] By: gsar                                  on 1998/10/15  02:46:08
32951    Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
32952	 (MAN3PODS cannot be set to ' '; stray stricture violation)
32953 Branch: perl
32954       ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
32955       ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
32956       ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
32957       ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
32958       ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
32959       ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
32960       ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
32961       ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
32962       ! ext/attrs/Makefile.PL ext/re/Makefile.PL
32963       ! lib/ExtUtils/MM_Unix.pm
32964____________________________________________________________________________
32965[  1966] By: gsar                                  on 1998/10/15  02:19:03
32966    Log: tweak to make fix in change#1944 behave correctly for closures
32967	 created within eval''
32968 Branch: perl
32969       ! op.c t/op/eval.t
32970____________________________________________________________________________
32971[  1965] By: gsar                                  on 1998/10/14  23:22:41
32972    Log: use better numbers for exitstatus test
32973 Branch: perl
32974       ! t/op/die_exit.t
32975____________________________________________________________________________
32976[  1964] By: jhi                                   on 1998/10/14  17:25:41
32977    Log: Add VM/ESA dynaloading (uses <dll.h>).
32978 Branch: confperl
32979       + ext/DynaLoader/dl_vmesa.xs
32980       ! MANIFEST
32981____________________________________________________________________________
32982[  1963] By: jhi                                   on 1998/10/14  17:17:10
32983    Log: Remove a2p.loadmap in 'clean' target.
32984 Branch: confperl
32985       ! x2p/Makefile.SH
32986____________________________________________________________________________
32987[  1962] By: jhi                                   on 1998/10/14  17:13:11
32988    Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
32989 Branch: confperl
32990       ! Makefile.SH
32991____________________________________________________________________________
32992[  1961] By: jhi                                   on 1998/10/14  16:27:39
32993    Log: VM/ESA creates executable.loadmaps.
32994 Branch: confperl
32995       ! Makefile.SH
32996____________________________________________________________________________
32997[  1960] By: jhi                                   on 1998/10/14  15:37:39
32998    Log: Introduce SCHED_YIELD (one of sched_yield(),
32999	 pthread_yield(), or pthread_yield(NULL)).
33000	 YIELD is then defined using SCHED_YIELD unless
33001	 a platform-specific YIELD has already been defined.
33002
33003	 Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
33004
33005	 The need for pthread_yield(NULL) and pthread_attr_setdet...
33006	 introduced by (private email)
33007
33008	 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
33009	 Date: Sat, 10 Oct 1998 21:08:15 +1300
33010	 Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
33011	 Subject: Re: Perl thread problems in VM/ESA
33012
33013	 Better select() protoprobe (for AIX), from (private email)
33014	 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
33015	 Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
33016	 Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
33017	 Subject: AIX select (fwd)
33018	 From: Lars Hecking <lhecking@nmrc.ucc.ie>
33019	 To: Andy Dougherty <doughera@lafcol.lafayette.edu>
33020	 Date: Fri, 2 Oct 1998 10:40:01 +0100
33021	 Subject: AIX select
33022
33023	 Linux-avoid-so.X.Y, based on
33024	 From: "Kurt D. Starsinic" <kstar@chapin.edu>
33025	 Date: Tue, 13 Oct 1998 15:55:07 -0400
33026	 Message-ID: <19981013155507.B4004@O2.chapin.edu>
33027	 Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
33028 Branch: confperl
33029       ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
33030       ! thread.h
33031____________________________________________________________________________
33032[  1959] By: jhi                                   on 1998/10/14  12:51:26
33033    Log: Some old pthread implementations have
33034	 pthread_attr_setdetachstate(pthread_attr_t*, int*).
33035 Branch: confperl
33036       ! ext/Thread/Thread.xs
33037____________________________________________________________________________
33038[  1958] By: jhi                                   on 1998/10/14  12:41:11
33039    Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
33040	 counterparts will follow soon.
33041 Branch: confperl
33042       ! thread.h
33043____________________________________________________________________________
33044[  1957] By: jhi                                   on 1998/10/14  12:38:11
33045    Log: Add tr.t (MANIFEST already knew about it, strange)
33046 Branch: confperl
33047       + t/op/tr.t
33048____________________________________________________________________________
33049[  1956] By: jhi                                   on 1998/10/14  12:24:35
33050    Log: Mutexen should be initialized only once.
33051 Branch: confperl
33052       ! gv.c op.c
33053____________________________________________________________________________
33054[  1955] By: jhi                                   on 1998/10/14  12:19:38
33055    Log: os390 has its own cppstdin.
33056 Branch: confperl
33057       ! hints/os390.sh
33058____________________________________________________________________________
33059[  1954] By: jhi                                   on 1998/10/14  12:15:06
33060    Log: Integrate with mainperl.
33061 Branch: confperl
33062      !> (integrate 1280 files)
33063____________________________________________________________________________
33064[  1953] By: jhi                                   on 1998/10/14  11:48:08
33065    Log: Removed duplicate CMA threads code for HPUX 10.X.
33066	 (probably residue of patch(1) being too understanding)
33067	 Enhanced 64-bit settings. (redo change#1940)
33068 Branch: confperl
33069       ! hints/hpux.sh
33070____________________________________________________________________________
33071[  1952] By: jhi                                   on 1998/10/14  11:45:16
33072    Log: (redo change#1949) Detypo in the d_open64 warning about
33073	 the impending WHOA.
33074 Branch: confperl
33075       ! hints/irix_6.sh
33076____________________________________________________________________________
33077[  1951] By: jhi                                   on 1998/10/14  10:54:16
33078    Log: Mutexen should only be inited once, after they have been New()ed.
33079 Branch: confperl
33080       ! gv.c op.c
33081____________________________________________________________________________
33082[  1950] By: jhi                                   on 1998/10/14  10:41:43
33083    Log: Own cppstdin.
33084 Branch: confperl
33085       ! hints/os390.sh
33086____________________________________________________________________________
33087[  1949] By: jhi                                   on 1998/10/14  10:34:23
33088    Log: Detypo in the d_open64 warning about the impending WHOA.
33089 Branch: confperl
33090       ! hints/irix_6.sh
33091____________________________________________________________________________
33092[  1948] By: gsar                                  on 1998/10/14  05:38:01
33093    Log: two typos
33094 Branch: perl
33095       ! pp_hot.c t/op/eval.t
33096____________________________________________________________________________
33097[  1947] By: gsar                                  on 1998/10/14  05:37:10
33098    Log: let docatch() pass the buck when restartop turns out to be null,
33099	 making exceptions in BEGIN{} propagate as expected
33100 Branch: perl
33101       ! pp_ctl.c t/op/misc.t
33102____________________________________________________________________________
33103[  1946] By: gsar                                  on 1998/10/13  03:41:49
33104    Log: add missing file from change#1943
33105 Branch: perl
33106       ! proto.h
33107____________________________________________________________________________
33108[  1945] By: gsar                                  on 1998/10/13  03:32:02
33109    Log: defer "deep recursion" warnings until CXt_SUB context is properly
33110	 set up
33111 Branch: perl
33112       ! pp_hot.c t/pragma/warn/pp_hot
33113____________________________________________________________________________
33114[  1944] By: gsar                                  on 1998/10/13  03:15:50
33115    Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
33116	 fixup the cop_seq value that must be seen by lexical lookups that
33117	 emanate within eval''
33118 Branch: perl
33119       ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
33120____________________________________________________________________________
33121[  1943] By: gsar                                  on 1998/10/13  02:06:09
33122    Log: ensure recursive attempts to findlex()icals know enough about where
33123	 the last eval'' context was encountered
33124 Branch: perl
33125       ! op.c t/op/eval.t
33126____________________________________________________________________________
33127[  1942] By: gsar                                  on 1998/10/13  02:01:24
33128    Log: force copy of substrings when matching against temporaries
33129 Branch: perl
33130       ! pp_hot.c t/op/pat.t
33131____________________________________________________________________________
33132[  1941] By: gsar                                  on 1998/10/13  01:49:16
33133    Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
33134	 implementation)
33135 Branch: perl
33136       ! pp_ctl.c t/op/runlevel.t
33137____________________________________________________________________________
33138[  1940] By: jhi                                   on 1998/10/12  09:57:44
33139    Log: Removed duplicate CMA threads code for HPUX 10.X.
33140	 (probably residue of patch(1) being too understanding)
33141	 Enhanced 64-bit settings.
33142 Branch: confperl
33143       ! hints/hpux.sh
33144____________________________________________________________________________
33145[  1939] By: jhi                                   on 1998/10/12  09:53:11
33146    Log: Initial sync from mainline perl.
33147 Branch: confperl
33148       + (add 1282 files)
33149____________________________________________________________________________
33150[  1937] By: gsar                                  on 1998/10/06  21:16:34
33151    Log: fix $/ init for USE_THREADS
33152 Branch: perl
33153       ! perl.c
33154____________________________________________________________________________
33155[  1936] By: gsar                                  on 1998/10/06  07:19:39
33156    Log: fix globals caught by change#1927; builds and tests on Solaris
33157 Branch: perl
33158       ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
33159       ! warning.h warning.pl
33160____________________________________________________________________________
33161[  1935] By: gsar                                  on 1998/10/06  06:50:35
33162    Log: add test for previous fix
33163 Branch: perl
33164       ! ext/Thread/create.t
33165____________________________________________________________________________
33166[  1934] By: gsar                                  on 1998/10/06  06:37:36
33167    Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
33168 Branch: perl
33169       ! util.c
33170____________________________________________________________________________
33171[  1933] By: gsar                                  on 1998/10/06  05:04:20
33172    Log: undo bogus part of change#1903 (as pointed out by Larry)
33173 Branch: perl
33174       ! pp_ctl.c
33175____________________________________________________________________________
33176[  1932] By: gsar                                  on 1998/10/06  04:21:31
33177    Log: added tweaked version of suggested patch
33178	 From: jan.dubois@ibm.net (Jan Dubois)
33179	 Date: Sat, 03 Oct 1998 19:04:48 +0200
33180	 Message-ID: <361d54b2.36841294@smtp1.ibm.net>
33181	 Subject: [PATCH 5.005_52] More MakeMaker  patches
33182 Branch: perl
33183       ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
33184       ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
33185____________________________________________________________________________
33186[  1931] By: gsar                                  on 1998/10/06  04:04:33
33187    Log: use cpp symbols instead of hardwired constants
33188	 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33189	 Date: Mon, 05 Oct 1998 09:23:33 +0100
33190	 Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
33191	 Subject: [PATCH 5.005_52] By the numbers (resend)
33192 Branch: perl
33193       ! op.c
33194____________________________________________________________________________
33195[  1930] By: gsar                                  on 1998/10/06  04:01:55
33196    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33197	 Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
33198	 Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
33199	 Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
33200 Branch: perl
33201       ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
33202       ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
33203____________________________________________________________________________
33204[  1929] By: gsar                                  on 1998/10/06  03:50:36
33205    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33206	 Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
33207	 Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
33208	 Subject: [PATCH 5.00552] Minor test improvement
33209 Branch: perl
33210       ! t/op/magic.t
33211____________________________________________________________________________
33212[  1928] By: gsar                                  on 1998/10/06  03:49:03
33213    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33214	 Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
33215	 Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
33216	 Subject: [PATCH 5.00552] emacs/ptags inprovements
33217 Branch: perl
33218       ! emacs/ptags
33219____________________________________________________________________________
33220[  1927] By: gsar                                  on 1998/10/06  03:47:44
33221    Log: disable C<#define dirty PL_dirty> et al.
33222 Branch: perl
33223       ! embed.pl embedvar.h
33224____________________________________________________________________________
33225[  1926] By: gsar                                  on 1998/10/06  03:43:32
33226    Log: From: Mark-Jason Dominus <mjd@plover.com>
33227	 Date: Sun, 04 Oct 1998 14:48:11 -0400
33228	 Message-ID: <19981004184811.16048.qmail@plover.com>
33229	 Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
33230 Branch: perl
33231       ! utils/perldoc.PL
33232____________________________________________________________________________
33233[  1925] By: gsar                                  on 1998/10/06  03:27:35
33234    Log: disable USE_THREADS when PERL_OBJECT is enabled
33235 Branch: perl
33236       ! win32/Makefile win32/makefile.mk
33237____________________________________________________________________________
33238[  1924] By: gsar                                  on 1998/10/06  03:26:54
33239    Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
33240 Branch: perl
33241       ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
33242       ! vms/perly_c.vms
33243____________________________________________________________________________
33244[  1923] By: gsar                                  on 1998/10/03  05:19:56
33245    Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
33246	 overridden
33247 Branch: perl
33248       ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
33249       ! proto.h vms/perly_c.vms
33250____________________________________________________________________________
33251[  1922] By: gsar                                  on 1998/10/03  03:59:50
33252    Log: suppress manifypods leak in extensions
33253 Branch: perl
33254       ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
33255____________________________________________________________________________
33256[  1921] By: gsar                                  on 1998/10/02  22:30:15
33257    Log: os390 fixes (suggested by Peter Prymmer)
33258 Branch: perl
33259       ! Makefile.SH regcomp.c
33260____________________________________________________________________________
33261[  1920] By: gsar                                  on 1998/10/02  21:41:19
33262    Log: squelch undef warnings
33263	 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33264	 Date: Fri, 02 Oct 1998 11:01:14 +0100
33265	 Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
33266	 Subject: [PATCH] Re: Apparent bug in Math::BigInt
33267 Branch: perl
33268       ! Changes lib/Math/BigInt.pm
33269____________________________________________________________________________
33270[  1919] By: gsar                                  on 1998/10/02  04:59:13
33271    Log: add note to INSTALL about ANSI C
33272 Branch: perl
33273       ! INSTALL
33274____________________________________________________________________________
33275[  1918] By: gsar                                  on 1998/10/02  04:21:10
33276    Log: tolerate spaces when fixing up __cplusplus output by old h2xs
33277	 From: jan.dubois@ibm.net (Jan Dubois)
33278	 Date: Wed, 30 Sep 1998 23:35:30 +0200
33279	 Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
33280	 Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
33281 Branch: perl
33282       ! lib/ExtUtils/xsubpp
33283____________________________________________________________________________
33284[  1917] By: gsar                                  on 1998/10/02  04:16:02
33285    Log: From: Jarkko Hietaniemi <jhi@iki.fi>
33286	 Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
33287	 Message-Id: <199810010837.LAA31371@alpha.hut.fi>
33288	 Subject: Re: Configure test for selectbits busted
33289 Branch: perl
33290       ! Configure
33291____________________________________________________________________________
33292[  1916] By: gsar                                  on 1998/10/02  04:14:17
33293    Log: From: Dan Sugalski <sugalskd@osshe.edu>
33294	 Date: Wed, 30 Sep 1998 17:15:20 -0700
33295	 Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
33296	 Subject: [PATCH 5.005_02]VMS config tweaks
33297 Branch: perl
33298       ! vms/descrip_mms.template vms/subconfigure.com
33299____________________________________________________________________________
33300[  1915] By: gsar                                  on 1998/10/02  04:10:47
33301    Log: use Off_t to permit 64-bit seek()
33302	 From: Scott Henry <scotth@sgi.com>
33303	 Date: 29 Sep 1998 17:38:46 -0700
33304	 Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
33305	 Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
33306	 --
33307	 Date: 28 Sep 1998 18:55:37 -0700
33308	 Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
33309	 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
33310 Branch: perl
33311       ! doio.c pp_sys.c proto.h sv.c
33312____________________________________________________________________________
33313[  1914] By: gsar                                  on 1998/10/02  04:05:36
33314    Log: normalize tm struct passed to strftime() with mktime()
33315	 From: Spider Boardman <spider@orb.nashua.nh.us>
33316	 Date: Wed, 30 Sep 1998 15:12:09 -0400
33317	 Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
33318	 Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date
33319 Branch: perl
33320       ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33321____________________________________________________________________________
33322[  1913] By: gsar                                  on 1998/10/02  03:59:46
33323    Log: don't try to run foo_SH.orig etc.
33324 Branch: perl
33325       ! Configure
33326____________________________________________________________________________
33327[  1912] By: gsar                                  on 1998/10/02  03:45:37
33328    Log: make warning about glob process failure optional
33329 Branch: perl
33330       ! pod/perldiag.pod pp_hot.c
33331____________________________________________________________________________
33332[  1911] By: gsar                                  on 1998/10/02  02:52:21
33333    Log: document yet another RE diagnostic, make it consistent with REG_INFTY
33334	 From: Dominic Dunlop <domo@vo.lu>
33335	 Date: Tue, 29 Sep 1998 21:06:30 +0000
33336	 Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
33337	 Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
33338	 --
33339	 Date: Wed, 30 Sep 1998 11:46:44 +0000
33340	 Message-Id: <v03110702b237beb04830@[212.24.192.74]>
33341	 Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
33342 Branch: perl
33343       ! pod/perldiag.pod regcomp.c
33344____________________________________________________________________________
33345[  1910] By: gsar                                  on 1998/10/02  02:48:48
33346    Log: minor Configure tweaks (via private mail)
33347	 From: Jarkko Hietaniemi <jhi@iki.fi>
33348	 Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
33349	 Message-Id: <199809292325.CAA19737@alpha.hut.fi>
33350	 Subject: [PATCH] 5.005_52: the drizzle continues
33351 Branch: perl
33352       ! Configure config_h.SH handy.h
33353____________________________________________________________________________
33354[  1909] By: gsar                                  on 1998/10/02  02:46:39
33355    Log: update SCO hints for dynamic loading
33356	 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
33357	 Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
33358	 Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
33359	 Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
33360	 --
33361	 Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
33362	 Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
33363	 Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
33364 Branch: perl
33365       ! hints/sco.sh
33366____________________________________________________________________________
33367[  1908] By: gsar                                  on 1998/10/02  02:33:39
33368    Log: make File::Find work when wanted() is autoloaded or a symbolic ref
33369 Branch: perl
33370       ! lib/File/Find.pm
33371____________________________________________________________________________
33372[  1907] By: gsar                                  on 1998/10/02  02:21:52
33373    Log: applied patches, but retained old behavior for win32 (where compilers
33374	 can't read from stdin at all)
33375	 From: Graham Barr <gbarr@ti.com>
33376	 Date: Mon, 28 Sep 1998 09:41:49 -0500
33377	 Message-ID: <19980928094149.B26576@asic.sc.ti.com>
33378	 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
33379	 --
33380	 Date: Tue, 29 Sep 1998 12:35:43 -0500
33381	 Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
33382	 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
33383 Branch: perl
33384       ! ext/Errno/Errno_pm.PL
33385____________________________________________________________________________
33386[  1906] By: gsar                                  on 1998/10/02  02:02:19
33387    Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
33388	 Hietaniemi)
33389 Branch: perl
33390       ! t/op/grent.t
33391____________________________________________________________________________
33392[  1905] By: gsar                                  on 1998/10/02  01:59:56
33393    Log: win32 caveats about truncate()
33394 Branch: perl
33395       ! pod/perlport.pod
33396____________________________________________________________________________
33397[  1904] By: gsar                                  on 1998/10/02  01:53:25
33398    Log: various Configure and hints updates (prefer drand48() or random()
33399	 over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
33400	 applied modulo SCO hints superceded by later patch
33401	 From: Jarkko Hietaniemi <jhi@iki.fi>
33402	 Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
33403	 Message-Id: <199809282156.AAA18615@alpha.hut.fi>
33404	 Subject: [PATCH] 5.005_52: Configure et al:
33405 Branch: perl
33406       + ext/IPC/SysV/hints/next_3.pl
33407       ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
33408       ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
33409       ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
33410____________________________________________________________________________
33411[  1903] By: gsar                                  on 1998/10/02  01:42:37
33412    Log: fixes for bugs in /RE/p	from Hugo van der Sanden
33413	 Date: Mon, 28 Sep 1998 17:41:49 +0100
33414	 Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
33415	 Subject: [PATCH 5.005_52] Re: More on ?p
33416	 --
33417	 Date: Thu, 01 Oct 1998 09:10:58 +0100
33418	 Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
33419	 Subject: [PATCH 5.005_52] ?p fix
33420	 --
33421	 Date: Thu, 01 Oct 1998 10:45:56 +0100
33422	 Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
33423	 Subject: [PATCH 5.005_52] more on ?p
33424 Branch: perl
33425       ! pp_ctl.c
33426____________________________________________________________________________
33427[  1902] By: gsar                                  on 1998/10/02  01:36:14
33428    Log: From: Kenneth Duda <kjd@cisco.com>
33429	 Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
33430	 Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
33431	 Subject: writemain dies when there are more than 4000 characters of extensions
33432 Branch: perl
33433       ! writemain.SH
33434____________________________________________________________________________
33435[  1901] By: gsar                                  on 1998/10/02  01:33:16
33436    Log: tweak run_byacc recipe
33437 Branch: perl
33438       ! Makefile.SH Porting/pumpkin.pod
33439____________________________________________________________________________
33440[  1900] By: gsar                                  on 1998/10/02  01:02:09
33441    Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
33442 Branch: perl
33443       ! perl.h pp_ctl.c
33444____________________________________________________________________________
33445[  1899] By: gsar                                  on 1998/09/28  20:46:30
33446    Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
33447	 Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
33448	 Dvornik)
33449 Branch: perl
33450       ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
33451____________________________________________________________________________
33452[  1898] By: gsar                                  on 1998/09/28  20:42:52
33453    Log: flush unsubmitted 5.00552 change
33454 Branch: perl
33455       ! MANIFEST
33456____________________________________________________________________________
33457[  1897] By: gsar                                  on 1998/09/27  04:43:06
33458    Log: run vms_yfix.pl
33459 Branch: perl
33460       ! vms/perly_c.vms
33461____________________________________________________________________________
33462[  1896] By: gsar                                  on 1998/09/27  03:38:55
33463    Log: small tweak on last change
33464 Branch: perl
33465       ! win32/win32.c
33466____________________________________________________________________________
33467[  1895] By: gsar                                  on 1998/09/27  03:17:17
33468    Log: fix win32_stat() to do the right thing for share names
33469 Branch: perl
33470       ! win32/win32.c
33471____________________________________________________________________________
33472[  1891] By: larry                                 on 1998/09/25  18:50:40
33473    Log: Fixed apostrophe problem from Mark Knutsen.
33474 Branch: perl
33475       ! sv.h
33476
33477----------------
33478Version 5.005_52
33479----------------
33480
33481____________________________________________________________________________
33482[  1890] By: gsar                                  on 1998/09/25  10:25:00
33483    Log: update template config.sh, add new config vars to win32 stuff
33484 Branch: perl
33485       ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
33486       ! pp_sys.c proto.h win32/config.bc win32/config.gc
33487       ! win32/config.vc win32/config_H.bc win32/config_H.gc
33488       ! win32/config_H.vc win32/win32.h
33489____________________________________________________________________________
33490[  1889] By: gsar                                  on 1998/09/25  07:13:13
33491    Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
33492	 for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
33493	 of full-fledged 64-bit support (including support for: fseeko/ftello,
33494	 Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
33495	 in Fcntl)
33496	 From: Jarkko Hietaniemi <jhi@iki.fi>
33497	 Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
33498	 Message-Id: <199809112056.XAA04720@alpha.hut.fi>
33499	 Subject: [PATCH] 5.005_51: Configure "Massive Attack"
33500	 --
33501	 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
33502	 Date: 12 Sep 1998 09:44:25 +0300
33503	 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
33504	 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
33505 Branch: perl
33506       + lib/filetest.pm
33507       ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
33508       ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
33509       ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
33510       ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
33511       ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
33512       ! win32/makedef.pl
33513____________________________________________________________________________
33514[  1888] By: gsar                                  on 1998/09/25  06:27:12
33515    Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
33516 Branch: perl
33517       ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
33518       ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33519       ! win32/makedef.pl win32/makefile.mk win32/win32.c
33520____________________________________________________________________________
33521[  1887] By: gsar                                  on 1998/09/25  04:50:49
33522    Log: win32.c tweak
33523 Branch: perl
33524       ! win32/win32.c
33525____________________________________________________________________________
33526[  1886] By: gsar                                  on 1998/09/25  04:47:32
33527    Log: s/MAKEMAKEROPT/PERL_MM_OPT/
33528 Branch: perl
33529       ! lib/ExtUtils/MakeMaker.pm
33530____________________________________________________________________________
33531[  1885] By: gsar                                  on 1998/09/25  04:05:09
33532    Log: From: Dominic Dunlop <domo@vo.lu>
33533	 Date: Thu, 10 Sep 1998 11:02:46 +0000
33534	 Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
33535	 Subject: MM_Unix::canonpath erroneously turns leading // into /
33536 Branch: perl
33537       ! lib/ExtUtils/MM_Unix.pm
33538____________________________________________________________________________
33539[  1884] By: gsar                                  on 1998/09/25  03:06:10
33540    Log: temporarily disable perl malloc for a2p until we clean up
33541	 conflicting malloc() declarations everywhere
33542 Branch: perl
33543       ! x2p/Makefile.SH
33544____________________________________________________________________________
33545[  1883] By: gsar                                  on 1998/09/25  02:27:00
33546    Log: remove obsolete win32/bin/*.pl
33547 Branch: perl
33548       - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
33549       ! Changes MANIFEST win32/Makefile win32/makefile.mk
33550____________________________________________________________________________
33551[  1882] By: gsar                                  on 1998/09/25  02:04:43
33552    Log: missing file in last submit
33553 Branch: perl
33554       ! proto.h
33555____________________________________________________________________________
33556[  1881] By: gsar                                  on 1998/09/25  01:56:54
33557    Log: serial access to PL_x[inpr]v_root for USE_THREADS
33558 Branch: perl
33559       ! sv.c
33560____________________________________________________________________________
33561[  1880] By: gsar                                  on 1998/09/25  01:19:38
33562    Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
33563	 From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
33564	 Date: Thu, 24 Sep 1998 22:01:09 +0900
33565	 Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
33566	 Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe
33567 Branch: perl
33568       ! hv.c proto.h
33569____________________________________________________________________________
33570[  1879] By: gsar                                  on 1998/09/25  00:20:07
33571    Log: tweaks to enable PERL_OBJECT to build & test on win32
33572 Branch: perl
33573       ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
33574       ! win32/GenCAPI.pl
33575____________________________________________________________________________
33576[  1878] By: gsar                                  on 1998/09/25  00:13:36
33577    Log: fix change#1861, which breaks default boot_xxx symbol generation
33578 Branch: perl
33579       ! lib/ExtUtils/Mksymlists.pm
33580____________________________________________________________________________
33581[  1877] By: gsar                                  on 1998/09/24  10:29:54
33582    Log: two tweaks for clean build and test on Solaris
33583 Branch: perl
33584       ! op.c t/op/subst.t
33585____________________________________________________________________________
33586[  1876] By: gsar                                  on 1998/09/24  09:04:43
33587    Log: From: Colin Kuskie <ckuskie@cadence.com>
33588	 Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
33589	 Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
33590	 Subject: [PATCH 5.005_51] perlform.pod
33591 Branch: perl
33592       ! pod/perlform.pod
33593____________________________________________________________________________
33594[  1875] By: gsar                                  on 1998/09/24  08:47:47
33595    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33596	 Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
33597	 Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
33598	 Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
33599 Branch: perl
33600       ! regexec.c
33601____________________________________________________________________________
33602[  1874] By: gsar                                  on 1998/09/24  08:44:55
33603    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33604	 Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
33605	 Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
33606	 Subject: Re: your Regexp.patch dated 21.8 [PATCH]
33607 Branch: perl
33608       ! toke.c
33609____________________________________________________________________________
33610[  1873] By: gsar                                  on 1998/09/24  08:39:41
33611    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33612	 Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
33613	 Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
33614	 Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
33615 Branch: perl
33616       ! Changes regcomp.c
33617____________________________________________________________________________
33618[  1872] By: gsar                                  on 1998/09/24  08:37:00
33619    Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
33620	 Date: Sun, 23 Aug 1998 23:18:38 PDT
33621	 Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
33622	 Subject: new irix_6.sh hints file
33623 Branch: perl
33624       ! hints/irix_6.sh
33625____________________________________________________________________________
33626[  1871] By: gsar                                  on 1998/09/24  07:26:37
33627    Log: correct FSF address in various places
33628 Branch: perl
33629       ! Copying README ext/B/README lib/Getopt/Long.pm
33630____________________________________________________________________________
33631[  1870] By: gsar                                  on 1998/09/24  07:11:56
33632    Log: From:    Dan Sugalski <sugalskd@osshe.edu>
33633	 Date:    Fri, 14 Aug 1998 09:20:16 PDT
33634	 Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
33635	 Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
33636 Branch: perl
33637       ! configure.com
33638____________________________________________________________________________
33639[  1869] By: gsar                                  on 1998/09/24  06:55:59
33640    Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
33641	 From:    Scott Henry <scotth@sgi.com>
33642	 Date:    13 Aug 1998 09:52:15 PDT
33643	 Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
33644	 Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
33645 Branch: perl
33646       ! hints/irix_6.sh
33647____________________________________________________________________________
33648[  1868] By: gsar                                  on 1998/09/24  06:51:23
33649    Log: From:    Nathan Torkington <gnat@frii.com>
33650	 Date:    Thu, 13 Aug 1998 10:59:48 MDT
33651	 Message-Id: <199808131659.KAA06179@prometheus.frii.com>
33652	 Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
33653 Branch: perl
33654       ! pod/perlfunc.pod
33655____________________________________________________________________________
33656[  1867] By: gsar                                  on 1998/09/24  06:45:13
33657    Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
33658	 that are autoloaded)
33659 Branch: perl
33660       ! pp_ctl.c
33661____________________________________________________________________________
33662[  1866] By: gsar                                  on 1998/09/24  05:21:19
33663    Log: grandfather deprecated "$$<digit>" no more
33664 Branch: perl
33665       ! pod/perldiag.pod toke.c
33666____________________________________________________________________________
33667[  1865] By: gsar                                  on 1998/09/24  04:52:48
33668    Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
33669	 low bits (suggested by Ilya Zakharevich)
33670 Branch: perl
33671       ! hv.h
33672____________________________________________________________________________
33673[  1864] By: gsar                                  on 1998/09/24  04:29:14
33674    Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
33675	 perly_c.diff
33676 Branch: perl
33677       ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
33678       ! perly_c.diff toke.c
33679____________________________________________________________________________
33680[  1863] By: gsar                                  on 1998/09/24  03:36:30
33681    Log: provide locked access to string table for USE_THREADS
33682 Branch: perl
33683       ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
33684____________________________________________________________________________
33685[  1862] By: gsar                                  on 1998/09/24  03:30:32
33686    Log: remove bogus warn()
33687 Branch: perl
33688       ! embed.pl
33689____________________________________________________________________________
33690[  1861] By: gsar                                  on 1998/09/24  02:58:51
33691    Log: applied suggested patch, adapted for all platforms
33692	 From: jan.dubois@ibm.net (Jan Dubois)
33693	 Date: Sun, 20 Sep 1998 12:56:38 +0200
33694	 Message-ID: <3604de0c.12319885@smtp1.ibm.net>
33695	 Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
33696 Branch: perl
33697       ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
33698       ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
33699       ! lib/ExtUtils/MakeMaker.pm
33700____________________________________________________________________________
33701[  1860] By: gsar                                  on 1998/09/24  02:16:14
33702    Log: upgrade to CPAN-1.40
33703 Branch: perl
33704       ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
33705____________________________________________________________________________
33706[  1859] By: gsar                                  on 1998/09/24  02:08:59
33707    Log: use $ENV{MAKEMAKEROPT} to set default command line args
33708 Branch: perl
33709       ! lib/ExtUtils/MakeMaker.pm
33710____________________________________________________________________________
33711[  1857] By: gsar                                  on 1998/09/23  10:58:36
33712    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33713	 Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
33714	 Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
33715	 Subject: More verbose Test::Harness [PATCH]
33716 Branch: perl
33717       ! lib/Test/Harness.pm
33718____________________________________________________________________________
33719[  1856] By: gsar                                  on 1998/09/23  10:56:24
33720    Log: update hints for OPENSTEP 4.2 on i386
33721	 From: Gerben Wierda <Gerben_Wierda@RnA.nl>
33722	 Date: Sun, 20 Sep 1998 01:03:18 +0200
33723	 Message-Id: <9809192303.AA29190@Spike>
33724	 Subject: Perl 5.005_02 compilation problems
33725 Branch: perl
33726       ! hints/next_4.sh
33727____________________________________________________________________________
33728[  1855] By: gsar                                  on 1998/09/23  10:52:27
33729    Log: reset errno after C<require> search (as suggested by Larry)
33730 Branch: perl
33731       ! pp_ctl.c
33732____________________________________________________________________________
33733[  1854] By: gsar                                  on 1998/09/23  10:50:26
33734    Log: misc pod tweaks
33735 Branch: perl
33736       ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
33737____________________________________________________________________________
33738[  1853] By: gsar                                  on 1998/09/23  10:46:06
33739    Log: make Pod/Html.pm handle the --title option properly (as suggested
33740	 by gml4410@ggr.co.uk)
33741 Branch: perl
33742       ! lib/Pod/Html.pm
33743____________________________________________________________________________
33744[  1852] By: gsar                                  on 1998/09/23  10:41:39
33745    Log: SSNEW() API for allocating memory on the savestack
33746	 From: Albert Dvornik <bert@genscan.com>
33747	 Date: 17 Sep 1998 19:23:07 -0400
33748	 Message-Id: <tqemtae338.fsf@puma.genscan.com>
33749	 Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
33750 Branch: perl
33751       ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
33752       ! perl.h proto.h scope.c scope.h t/io/tell.t
33753____________________________________________________________________________
33754[  1851] By: gsar                                  on 1998/09/23  10:37:05
33755    Log: From: Jochen Wiedmann <joe@ispsoft.de>
33756	 Date: Thu, 17 Sep 1998 17:16:06 +0200
33757	 Message-ID: <360127B6.E44564A@ispsoft.de>
33758	 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
33759 Branch: perl
33760       ! lib/ExtUtils/MakeMaker.pm
33761____________________________________________________________________________
33762[  1850] By: gsar                                  on 1998/09/23  10:33:05
33763    Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
33764	 Date: 15 Sep 1998 01:32:31 +0200
33765	 Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
33766	 Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
33767 Branch: perl
33768       ! lib/ExtUtils/MM_Unix.pm
33769____________________________________________________________________________
33770[  1849] By: gsar                                  on 1998/09/23  10:29:04
33771    Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
33772	 Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
33773	 Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
33774	 Subject: Re: extralibs.ld problem in MM_VMS.pm
33775 Branch: perl
33776       ! lib/ExtUtils/MM_VMS.pm
33777____________________________________________________________________________
33778[  1848] By: gsar                                  on 1998/09/23  10:25:24
33779    Log: From: Roderick Schertler <roderick@argon.org>
33780	 Date: 11 Sep 1998 16:19:21 -0400
33781	 Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
33782	 Subject: Re: Open2 and memory leaks
33783 Branch: perl
33784       ! lib/IPC/Open3.pm
33785____________________________________________________________________________
33786[  1847] By: gsar                                  on 1998/09/23  10:18:31
33787    Log: From: Roderick Schertler <roderick@argon.org>
33788	 Date: Wed, 09 Sep 1998 23:52:48 -0400
33789	 Message-ID: <20567.905399568@eeyore.ibcinc.com>
33790	 Subject: seed srand from /dev/urandom when possible
33791 Branch: perl
33792       ! pod/perlfunc.pod pp.c
33793____________________________________________________________________________
33794[  1846] By: gsar                                  on 1998/09/23  10:12:22
33795    Log: From: Roderick Schertler <roderick@argon.org>
33796	 Date: Thu, 10 Sep 1998 00:32:17 -0400
33797	 Message-ID: <21142.905401937@eeyore.ibcinc.com>
33798	 Subject: doc update for crypt()'s salt
33799 Branch: perl
33800       ! pod/perlfunc.pod
33801____________________________________________________________________________
33802[  1845] By: gsar                                  on 1998/09/23  10:09:23
33803    Log: fix h2ph handling of C<#error "foo">
33804	 From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
33805	 Date: Thu, 10 Sep 1998 09:59:33 +0900
33806	 Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
33807	 Subject: [5.005_02] h2ph problem
33808 Branch: perl
33809       ! utils/h2ph.PL
33810____________________________________________________________________________
33811[  1844] By: gsar                                  on 1998/09/23  10:06:13
33812    Log: plug strictly private function leaks in API listing
33813 Branch: perl
33814       ! pod/perlguts.pod
33815____________________________________________________________________________
33816[  1843] By: gsar                                  on 1998/09/23  10:02:57
33817    Log: hide symbol for static build
33818	 From: Dominic Dunlop <domo@vo.lu>
33819	 Date: Tue, 8 Sep 1998 21:40:46 +0000
33820	 Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
33821	 Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
33822 Branch: perl
33823       ! regcomp.c
33824____________________________________________________________________________
33825[  1842] By: gsar                                  on 1998/09/23  09:52:46
33826    Log: define PUT_svindex(), PUT_opindex()
33827 Branch: perl
33828       ! ext/B/B/Assembler.pm
33829____________________________________________________________________________
33830[  1841] By: gsar                                  on 1998/09/23  09:44:25
33831    Log: From: Dominic Dunlop <domo@vo.lu>
33832	 Date: Tue, 8 Sep 1998 15:34:53 +0000
33833	 Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
33834	 Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
33835 Branch: perl
33836       ! t/pragma/warn/regexec
33837____________________________________________________________________________
33838[  1840] By: gsar                                  on 1998/09/23  09:42:17
33839    Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
33840 Branch: perl
33841       ! win32/bin/pl2bat.pl
33842____________________________________________________________________________
33843[  1839] By: gsar                                  on 1998/09/23  09:38:18
33844    Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
33845	 Date: Mon, 7 Sep 1998 17:36:09 +0900
33846	 Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
33847	 Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
33848 Branch: perl
33849       ! ext/Thread/Thread.xs
33850____________________________________________________________________________
33851[  1838] By: gsar                                  on 1998/09/23  09:21:11
33852    Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
33853	 Date: Thu, 10 Sep 1998 00:02:07 -0400
33854	 Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
33855	 Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
33856 Branch: perl
33857       + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
33858       + vos/config.h vos/config_h.SH_orig vos/perl.bind
33859       + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
33860       ! MANIFEST perl.c perl.h pod/perlport.pod
33861____________________________________________________________________________
33862[  1837] By: gsar                                  on 1998/09/23  08:45:58
33863    Log: (via private mail)
33864	 From: Charles Bailey <BAILEY@newman.upenn.edu>
33865	 Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
33866	 Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
33867	 Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
33868 Branch: perl
33869       ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
33870       ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
33871       ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
33872       ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
33873       ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
33874       ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
33875       ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
33876       ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
33877       ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
33878       ! vms/writemain.pl
33879____________________________________________________________________________
33880[  1836] By: gsar                                  on 1998/09/23  08:17:42
33881    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33882	 Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
33883	 Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
33884	 Subject: [PATCH 5.005_*] OS/2 spawning typos
33885 Branch: perl
33886       ! os2/os2.c
33887____________________________________________________________________________
33888[  1835] By: gsar                                  on 1998/09/23  08:09:55
33889    Log: warn on C<my($foo,$foo)>
33890 Branch: perl
33891       ! op.c pod/perldiag.pod
33892____________________________________________________________________________
33893[  1834] By: gsar                                  on 1998/09/23  07:35:56
33894    Log: From: pvhp@forte.com (Peter Prymmer)
33895	 Date: Fri, 4 Sep 98 13:27:41 PDT
33896	 Message-Id: <9809042027.AA04463@forte.com>
33897	 Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
33898 Branch: perl
33899       ! README.vms
33900____________________________________________________________________________
33901[  1833] By: gsar                                  on 1998/09/23  07:27:34
33902    Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
33903	 Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
33904	 Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
33905	 Subject: PATCH: 5.005_02 hint/hpux.sh
33906 Branch: perl
33907       ! hints/hpux.sh
33908____________________________________________________________________________
33909[  1832] By: gsar                                  on 1998/09/23  07:22:40
33910    Log: fix (some) installhtml bugs
33911	 From: Larry Parmelee <parmelee@CS.Cornell.EDU>
33912	 Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
33913	 Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
33914	 Subject: installhtml script needs work
33915 Branch: perl
33916       ! installhtml
33917____________________________________________________________________________
33918[  1831] By: gsar                                  on 1998/09/23  07:19:30
33919    Log: document 'U' magic with examples
33920	 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
33921	 Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
33922	 Message-Id: <199809011455.PAA00631@sale-wts>
33923	 Subject: Re: Looking for some XS MAGIC examples...
33924 Branch: perl
33925       ! pod/perlguts.pod
33926____________________________________________________________________________
33927[  1830] By: gsar                                  on 1998/09/23  07:16:43
33928    Log: From: pvhp@forte.com (Peter Prymmer)
33929	 Date: Mon, 31 Aug 98 17:13:49 PDT
33930	 Message-Id: <9809010013.AA06737@forte.com>
33931	 Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
33932 Branch: perl
33933       ! README.os390
33934____________________________________________________________________________
33935[  1829] By: gsar                                  on 1998/09/23  07:15:08
33936    Log: fix problematic typecast in filter_del()
33937	 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
33938	 Date: Mon, 31 Aug 1998 21:13:11 GMT
33939	 Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
33940	 Subject: perl5.005_02 does not build on Cray T90
33941 Branch: perl
33942       ! toke.c
33943____________________________________________________________________________
33944[  1828] By: gsar                                  on 1998/09/23  07:11:34
33945    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33946	 Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
33947	 Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
33948	 Subject: [PATCH 5.005_5*] (?>) broken in RE
33949 Branch: perl
33950       ! regexec.c t/op/re_tests
33951____________________________________________________________________________
33952[  1827] By: gsar                                  on 1998/09/23  07:09:50
33953    Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
33954 Branch: perl
33955       ! t/op/grent.t t/op/groups.t
33956____________________________________________________________________________
33957[  1826] By: gsar                                  on 1998/09/23  07:03:16
33958    Log: From: Jarkko Hietaniemi <jhi@iki.fi>
33959	 Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
33960	 Message-Id: <199808121941.WAA06263@alpha.hut.fi>
33961	 Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
33962 Branch: perl
33963       - interp.sym
33964       ! MANIFEST Makefile.SH embed.pl perl_exp.SH
33965____________________________________________________________________________
33966[  1825] By: gsar                                  on 1998/09/23  06:56:40
33967    Log: re-introduce change#1703
33968 Branch: perl
33969       ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
33970____________________________________________________________________________
33971[  1824] By: gsar                                  on 1998/09/23  06:44:19
33972    Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33973	 Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
33974	 Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
33975	 Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
33976 Branch: perl
33977       ! lib/perl5db.pl
33978____________________________________________________________________________
33979[  1823] By: gsar                                  on 1998/09/23  06:41:34
33980        Log: From: Joe Buehler <jhpb@hekimian.com>
33981             Date: 29 Aug 1998 17:13:28 -0400
33982             Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
33983             Subject: patches for perl 5.005_51 under U/WIN
33984     Branch: perl
33985           + hints/uwin.sh
33986	   ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
33987           ! t/lib/posix.t
33988____________________________________________________________________________
33989[  1822] By: gsar                                  on 1998/09/23  06:36:59
33990        Log: add missing C<no utf8;> tweak from Larry
33991     Branch: perl
33992           ! t/op/subst.t
33993____________________________________________________________________________
33994[  1821] By: gsar                                  on 1998/09/23  06:27:51
33995        Log: s/runops/CALLRUNOPS/
33996     Branch: perl
33997           ! cc_runtime.h
33998____________________________________________________________________________
33999[  1820] By: gsar                                  on 1998/09/23  06:24:49
34000        Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
34001     Branch: perl
34002	  +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
34003	  +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
34004	  +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
34005	  +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
34006	  +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
34007	  +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
34008	  +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
34009          +> t/pragma/warn/util
34010	   - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
34011	   - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
34012	   - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
34013	   - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
34014	   - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
34015	   - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
34016	   - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
34017           - t/pragma/warn-util
34018           ! MANIFEST t/pragma/warning.t
34019____________________________________________________________________________
34020[  1819] By: gsar                                  on 1998/09/23  06:08:46
34021        Log: make \(%foo) return refs to values (not copies of values)
34022             From: Stephen McCamant <smccam@uclink4.berkeley.edu>
34023             Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
34024             Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
34025             --
34026             From: Roderick Schertler <roderick@argon.org>
34027             Date: Sat, 29 Aug 1998 00:58:33 -0400
34028             Message-ID: <29894.904366713@eeyore.ibcinc.com>
34029             Subject: Re: \(%x) problems
34030     Branch: perl
34031           ! doop.c pod/perlref.pod
34032____________________________________________________________________________
34033[  1818] By: gsar                                  on 1998/09/23  06:05:08
34034        Log: make h2xs generate ANSI prototypes
34035     Branch: perl
34036           ! utils/h2xs.PL
34037____________________________________________________________________________
34038[  1817] By: gsar                                  on 1998/09/23  05:57:16
34039        Log: updated usethreads hints for hpux 10.X
34040             From: Matthew T Harden <mthard@mthard1.monsanto.com>
34041             Date: Fri, 28 Aug 1998 14:10:42 GMT
34042             Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
34043             Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
34044     Branch: perl
34045           ! hints/hpux.sh perl.h
34046____________________________________________________________________________
34047[  1816] By: gsar                                  on 1998/09/23  05:53:31
34048        Log: don't create empty directories in installperl
34049             From: Robin Barker <rmb1@cise.npl.co.uk>
34050             Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
34051             Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
34052             Subject: [PATCH 5.005_02] install: empty dirs
34053     Branch: perl
34054           ! installperl
34055____________________________________________________________________________
34056[  1815] By: gsar                                  on 1998/09/23  05:50:36
34057        Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
34058             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34059             Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
34060             Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
34061             Subject: Re: your mail
34062     Branch: perl
34063           ! regexec.c t/op/re_tests
34064____________________________________________________________________________
34065[  1814] By: gsar                                  on 1998/09/23  05:45:17
34066        Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
34067             Date: Thu, 20 Aug 1998 20:59:03 -0400
34068             Message-ID: <19980820205903.A12908@O2.chapin.edu>
34069             Subject: [PATCH] h2ph misquotes #error directives
34070     Branch: perl
34071           ! t/lib/h2ph.pht utils/h2ph.PL
34072____________________________________________________________________________
34073[  1813] By: gsar                                  on 1998/09/23  05:42:41
34074        Log: patch to support computed regular subexpressions
34075             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34076             Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
34077             Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
34078             Subject: [5.005_5* PATCH] Postponed RE - now!
34079     Branch: perl
34080	   ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
34081           ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
34082____________________________________________________________________________
34083[  1812] By: gsar                                  on 1998/09/23  05:26:26
34084        Log: better CR-handling on shebang line and in formats (fixed variant of
34085             patch suggested by Igor Sysoev <igor@nitek.ru>)
34086     Branch: perl
34087           ! perl.c toke.c
34088____________________________________________________________________________
34089[  1811] By: gsar                                  on 1998/09/23  04:35:46
34090        Log: document non-loopish blocks better
34091             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34092             Date: Tue, 18 Aug 1998 12:28:36 +0100
34093             Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
34094             Subject: Re: next in do {} while block gives error message
34095     Branch: perl
34096           ! pod/perlfunc.pod
34097____________________________________________________________________________
34098[  1810] By: gsar                                  on 1998/09/23  04:12:05
34099        Log: fix bogus integerization of pop()'s return value
34100             From: Gurusamy Sarathy <gsar@engin.umich.edu>
34101             Date: Sat, 15 Aug 1998 23:27:54 -0400
34102             Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
34103             Subject: Re: Complex expression does integer arithmetic
34104     Branch: perl
34105           ! opcode.h opcode.pl
34106____________________________________________________________________________
34107[  1809] By: gsar                                  on 1998/09/23  04:09:43
34108        Log: tweak README.win32
34109     Branch: perl
34110           ! README.win32
34111____________________________________________________________________________
34112[  1808] By: gsar                                  on 1998/09/23  03:40:57
34113        Log: better diagnostic for do{} used as lvalue
34114     Branch: perl
34115           ! op.c pod/perlport.pod
34116____________________________________________________________________________
34117[  1807] By: gsar                                  on 1998/09/23  03:38:30
34118        Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
34119             From: hansm@icgroup.nl
34120             Date: Tue, 11 Aug 98 21:08:51 +0200
34121             Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
34122             Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
34123     Branch: perl
34124           ! malloc.c
34125____________________________________________________________________________
34126[  1806] By: gsar                                  on 1998/09/23  03:36:08
34127        Log: support make written in perl (aka "pmake") on win32
34128     Branch: perl
34129           ! lib/ExtUtils/MM_Win32.pm
34130____________________________________________________________________________
34131[  1805] By: gsar                                  on 1998/09/23  03:30:07
34132        Log: fix mismatched UV/U32 types for to_utf8_*()
34133     Branch: perl
34134           ! utf8.c
34135____________________________________________________________________________
34136[  1804] By: gsar                                  on 1998/09/23  03:22:22
34137        Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
34138             Date: Sun, 9 Aug 1998 22:38:23 +0200
34139             Message-ID: <19980809223823.A215@cdata.tvnet.hu>
34140             Subject: [PATCH 5.5002] dos-djgpp update
34141     Branch: perl
34142           ! t/io/fs.t
34143____________________________________________________________________________
34144[  1803] By: gsar                                  on 1998/09/23  03:20:13
34145        Log: apply minimal variant of patch (sent via private mail)
34146             From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
34147             Date: Wed, 12 Aug 1998 15:42:35 +0300
34148             Message-Id: <199808121242.PAA29761@comanche.spices>
34149             Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
34150     Branch: perl
34151	   ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
34152           ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
34153____________________________________________________________________________
34154[  1802] By: gsar                                  on 1998/09/23  03:03:39
34155        Log: adjust searchdict.t for EBCDIC (still needs documenting)
34156             From: pvhp@forte.com (Peter Prymmer)
34157             Date: Thu, 6 Aug 98 18:09:39 PDT
34158             Message-Id: <9808070109.AA06158@forte.com>
34159             Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
34160     Branch: perl
34161           ! README.os390 t/lib/searchdict.t
34162____________________________________________________________________________
34163[  1801] By: gsar                                  on 1998/09/23  02:54:15
34164        Log: silence redefined warning for XS(INIT) {}
34165     Branch: perl
34166           ! op.c
34167____________________________________________________________________________
34168[  1800] By: gsar                                  on 1998/09/23  02:42:23
34169        Log: support match indices via special variables @- and @+
34170             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34171             Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
34172             Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
34173             Subject: [PATCH 5.004_76] @- and @+
34174     Branch: perl
34175	   ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
34176           ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
34177____________________________________________________________________________
34178[  1799] By: gsar                                  on 1998/09/23  01:44:31
34179        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34180             Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
34181             Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
34182             Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
34183     Branch: perl
34184           ! regcomp.c t/op/re_tests
34185____________________________________________________________________________
34186[  1798] By: gsar                                  on 1998/09/23  01:39:23
34187        Log: integrate maint-5.005 changes (except conflicting change#1794)
34188     Branch: perl
34189           ! Changes
34190	  !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
34191	  !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
34192          !> win32/win32.h
34193____________________________________________________________________________
34194[  1797] By: gsar                                  on 1998/09/23  01:32:36
34195        Log: add note to win32/Makefile about setting CCHOME
34196     Branch: perl
34197           ! win32/Makefile win32/makefile.mk
34198____________________________________________________________________________
34199[  1796] By: gsar                                  on 1998/09/23  01:31:32
34200        Log: perl.pod tweak
34201     Branch: perl
34202           ! pod/perl.pod
34203____________________________________________________________________________
34204[  1795] By: gsar                                  on 1998/09/21  20:34:10
34205        Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
34206     Branch: perl
34207           ! lib/ExtUtils/xsubpp
34208____________________________________________________________________________
34209[  1789] By: gsar                                  on 1998/09/18  18:01:37
34210        Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
34211     Branch: perl
34212           ! cop.h t/cmd/for.t
34213____________________________________________________________________________
34214[  1788] By: gsar                                  on 1998/09/17  02:19:11
34215        Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
34216     Branch: perl
34217           ! win32/config.bc win32/config.gc win32/config.vc
34218____________________________________________________________________________
34219[  1787] By: gsar                                  on 1998/09/17  01:45:14
34220        Log: suppress bogus warning on C<sub x {} x()>
34221     Branch: perl
34222           ! toke.c
34223____________________________________________________________________________
34224[  1786] By: gsar                                  on 1998/09/17  01:42:51
34225        Log: ntohl typo in objXSUB.h
34226     Branch: perl
34227           ! objXSUB.h
34228____________________________________________________________________________
34229[  1785] By: gsar                                  on 1998/09/17  01:41:48
34230        Log: fill gaps in sig_* entries in win32/config.?c
34231     Branch: perl
34232           ! win32/config.bc win32/config.gc win32/config.vc
34233____________________________________________________________________________
34234[  1781] By: larry                                 on 1998/09/05  23:48:24
34235        Log: tr/// logic was hosed under utf8
34236     Branch: perl
34237           ! doop.c op.c op.h pp.c proto.h
34238____________________________________________________________________________
34239[  1780] By: larry                                 on 1998/09/05  23:44:16
34240        Log: several new tests needed tweaking to work under utf8
34241     Branch: perl
34242           ! t/comp/require.t t/op/pack.t t/op/substr.t
34243____________________________________________________________________________
34244[  1779] By: larry                                 on 1998/09/05  23:41:42
34245        Log: index() applied BM optimization to wrong argument
34246     Branch: perl
34247           ! op.c util.c
34248____________________________________________________________________________
34249[  1778] By: larry                                 on 1998/09/05  23:38:29
34250        Log: Implicit require during compile reset line numbering
34251     Branch: perl
34252           ! pp_ctl.c
34253
34254----------------
34255Version 5.005_51
34256----------------
34257
34258____________________________________________________________________________
34259[  1777] By: gsar                                  on 1998/08/10  07:02:38
34260        Log: various tweaks: fix signed vs. unsigned problems that prevented C++
34261             builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
34262             lexical warning testsuite for win32
34263     Branch: perl
34264	   ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
34265	   ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
34266	   ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
34267	   ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
34268           ! win32/Makefile win32/makefile.mk
34269____________________________________________________________________________
34270[  1776] By: gsar                                  on 1998/08/09  17:53:48
34271        Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
34272     Branch: perl
34273           ! Changes MANIFEST perl.c pod/perlhist.pod
34274____________________________________________________________________________
34275[  1775] By: gsar                                  on 1998/08/09  14:35:33
34276        Log: tweak warning test
34277     Branch: perl
34278           ! t/pragma/warn-toke
34279____________________________________________________________________________
34280[  1774] By: gsar                                  on 1998/08/09  14:13:46
34281        Log: add missing dTHR; notes for test failures due to small stacksize
34282     Branch: perl
34283	   ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
34284           ! toke.c universal.c util.c
34285____________________________________________________________________________
34286[  1773] By: gsar                                  on 1998/08/09  11:31:53
34287        Log: lexical warnings; tweaks to places that didn't apply correctly
34288             From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
34289             Date:    Wed, 29 Jul 1998 09:28:45 BST
34290             Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
34291             Subject: lexical warnings patch for 5.005_50
34292     Branch: perl
34293	   + README.lexwarn lib/warning.pm t/pragma/warn-2use
34294	   + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
34295	   + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
34296	   + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
34297	   + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
34298	   + t/pragma/warn-pp_sys t/pragma/warn-regcomp
34299	   + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
34300	   + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
34301           + warning.h warning.pl
34302	   ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
34303	   ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
34304	   ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
34305	   ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
34306           ! universal.c util.c
34307____________________________________________________________________________
34308[  1772] By: gsar                                  on 1998/08/08  23:06:00
34309        Log: bump patchlevel to 5.005_51
34310     Branch: perl
34311	   ! patchlevel.h win32/Makefile win32/config_H.bc
34312           ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
34313____________________________________________________________________________
34314[  1771] By: gsar                                  on 1998/08/08  23:01:57
34315        Log: fix bogus warning on "\x{123}"
34316             From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
34317             Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
34318             Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
34319             Subject: [5.005_50 PATCH] Some unicode problems
34320     Branch: perl
34321           ! regcomp.c toke.c
34322____________________________________________________________________________
34323[  1770] By: gsar                                  on 1998/08/08  22:56:55
34324        Log: hide dup symbol for static build of ext/re
34325             From: Dominic Dunlop <domo@ppp72.vo.lu>
34326             Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
34327             Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
34328             Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
34329     Branch: perl
34330           ! regcomp.c
34331____________________________________________________________________________
34332[  1769] By: gsar                                  on 1998/08/08  22:45:06
34333        Log: fix double free on -Mutf8 -e '$b=uc("")'
34334             From: larry@wall.org (Larry Wall)
34335             Date: Fri, 7 Aug 1998 14:42:43 -0700
34336             Message-Id: <199808072142.OAA14920@wall.org>
34337             Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
34338     Branch: perl
34339           ! pp.c
34340____________________________________________________________________________
34341[  1768] By: gsar                                  on 1998/08/08  22:42:29
34342        Log: substr() assumes utf8 without say-so
34343             From: larry@wall.org (Larry Wall)
34344             Date: Fri, 7 Aug 1998 12:25:12 -0700
34345             Message-Id: <199808071925.MAA13436@wall.org>
34346             Subject: [PATCH 5.005_50] substr bug?
34347     Branch: perl
34348           ! pp.c
34349____________________________________________________________________________
34350[  1767] By: gsar                                  on 1998/08/08  22:38:25
34351        Log: fix intolerance of SWASHes for blank lines
34352             From: Gisle Aas <aas@sn.no>
34353             Date: 06 Aug 1998 23:28:57 +0200
34354             Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
34355             Subject: Re: Re[2]: another joyride begins
34356     Branch: perl
34357           ! lib/utf8_heavy.pl
34358____________________________________________________________________________
34359[  1766] By: gsar                                  on 1998/08/08  22:33:10
34360        Log: utf8 doc tweak
34361             From: Gisle Aas <aas@sn.no>
34362             Date: 05 Aug 1998 00:41:04 +0200
34363             Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
34364             Subject: Matching clumps
34365     Branch: perl
34366           ! lib/utf8.pm
34367____________________________________________________________________________
34368[  1765] By: gsar                                  on 1998/08/08  22:31:37
34369        Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
34370             From: Gisle Aas <aas@sn.no>
34371             Date: 04 Aug 1998 22:56:11 +0200
34372             Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
34373             Subject: Re: another joyride begins
34374     Branch: perl
34375           ! lib/utf8_heavy.pl
34376____________________________________________________________________________
34377[  1764] By: gsar                                  on 1998/08/08  22:28:43
34378        Log: From: larry@wall.org (Larry Wall)
34379             Date: Tue, 4 Aug 1998 17:04:51 -0700
34380             Message-Id: <199808050004.RAA22592@wall.org>
34381             Subject: [PATCH 5.005_50] \pX not implemented!
34382     Branch: perl
34383           ! regcomp.c
34384____________________________________________________________________________
34385[  1763] By: gsar                                  on 1998/08/08  22:27:15
34386        Log: From: Stephen McCamant <alias@mcs.com>
34387             Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
34388             Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
34389             Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
34390     Branch: perl
34391           ! op.c
34392____________________________________________________________________________
34393[  1762] By: gsar                                  on 1998/08/08  22:26:09
34394        Log: From: Jarkko Hietaniemi <jhi@iki.fi>
34395             Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
34396             Message-Id: <199808021905.WAA10592@alpha.hut.fi>
34397             Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
34398     Branch: perl
34399           + t/op/grent.t t/op/pwent.t
34400           ! MANIFEST
34401____________________________________________________________________________
34402[  1761] By: gsar                                  on 1998/08/08  22:21:52
34403        Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34404             Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
34405             Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
34406             Subject: [5.005_50 PATCH] misprint in RE engine
34407     Branch: perl
34408           ! regexec.c t/op/re_tests
34409____________________________________________________________________________
34410[  1760] By: gsar                                  on 1998/08/08  22:18:54
34411        Log: integrate maint-5.005 changes into mainline
34412     Branch: perl
34413          +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
34414          !> (integrate 138 files)
34415____________________________________________________________________________
34416[  1672] By: gsar                                  on 1998/07/27  18:35:28
34417        Log: create new Changes
34418     Branch: perl
34419           + Changes
34420           ! Changes5.005 MANIFEST
34421____________________________________________________________________________
34422[  1671] By: gsar                                  on 1998/07/27  18:30:57
34423        Log: rename Changes --> Changes5.005
34424     Branch: perl
34425          +> Changes5.005
34426           - Changes
34427____________________________________________________________________________
34428[  1670] By: gsar                                  on 1998/07/27  18:10:14
34429        Log: integrate 5.005_01 changes from maint
34430     Branch: perl
34431           ! Changes
34432	  !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
34433          !> win32/win32.c
34434____________________________________________________________________________
34435[  1667] By: nick                                  on 1998/07/26  14:31:01
34436        Log: Add dTHR so that it compiles miniperl in threaded mode
34437     Branch: perl
34438           ! doop.c mg.c regcomp.c regexec.c
34439____________________________________________________________________________
34440[  1666] By: nick                                  on 1998/07/26  13:01:10
34441        Log: Resolve ansiperl against mainline (@1648?)
34442             Unclear that change number has "taken".
34443     Branch: ansiperl
34444          +> (branch 169 files)
34445           - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
34446          !> (integrate 131 files)
34447
34448----------------
34449Version 5.005_50
34450----------------
34451
34452____________________________________________________________________________
34453[  1665] By: gsar                                  on 1998/07/26  05:38:48
34454        Log: add trailing newline to file
34455     Branch: perl
34456           ! Changes lib/unicode/blocks.txt
34457____________________________________________________________________________
34458[  1664] By: gsar                                  on 1998/07/26  05:08:48
34459        Log: integrate proto.h additions from maint-5.005
34460     Branch: perl
34461          !> pod/perlhist.pod proto.h
34462____________________________________________________________________________
34463[  1663] By: gsar                                  on 1998/07/26  05:07:05
34464        Log: add new files to MANIFEST; add missing prototypes to proto.h;
34465             s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
34466             add typecasts to silence warnings; tweaks for win32 builds
34467     Branch: perl
34468	   ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
34469           ! win32/Makefile win32/makefile.mk
34470____________________________________________________________________________
34471[  1662] By: gsar                                  on 1998/07/26  05:01:52
34472        Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
34473     Branch: maint-5.005/perl
34474           ! pod/perlhist.pod proto.h
34475____________________________________________________________________________
34476[  1661] By: gsar                                  on 1998/07/26  02:52:48
34477        Log: up patchlevel to 5.005_50
34478     Branch: perl
34479	   ! Changes patchlevel.h win32/Makefile win32/config_H.bc
34480           ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
34481____________________________________________________________________________
34482[  1660] By: gsar                                  on 1998/07/26  02:43:57
34483        Log: integrate utfperl
34484     Branch: perl
34485          +> (branch 162 files)
34486          !> (integrate 29 files)
34487____________________________________________________________________________
34488[  1659] By: gsar                                  on 1998/07/26  02:38:22
34489        Log: integrate maint-5.005 changes
34490     Branch: perl
34491	  !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
34492	  !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
34493	  !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
34494          !> vms/descrip_mms.template vms/subconfigure.com
34495____________________________________________________________________________
34496[  1658] By: gsar                                  on 1998/07/26  02:23:46
34497        Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
34498             Date: Fri, 24 Jul 1998 11:38:25 -0700
34499             Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
34500             Subject: [PATCH 5.005] version number problem with VMS (Corrected)
34501             --
34502             Date: Fri, 24 Jul 1998 12:30:36 -0700
34503             Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
34504             Subject: [PATCH 5.005]Tweaks to README.vms
34505             --
34506             Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
34507             Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
34508             Subject: [PATCH 5.005] Final build cleanup patch
34509     Branch: maint-5.005/perl
34510           ! README.vms vms/descrip_mms.template vms/subconfigure.com
34511____________________________________________________________________________
34512[  1657] By: gsar                                  on 1998/07/26  02:19:50
34513        Log: another platform where pp_sselect() needs a whole fd_set buffer
34514             From: Lupe Christoph <lupe@alanya.m.isar.de>
34515             Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
34516             Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
34517             Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
34518     Branch: maint-5.005/perl
34519           ! pp_sys.c
34520____________________________________________________________________________
34521[  1656] By: gsar                                  on 1998/07/26  02:12:46
34522        Log: fix problem building modules on dos-djgpp
34523             From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
34524             Date: Sat, 25 Jul 1998 00:53:39 +0200
34525             Message-ID: <19980725005339.C222@cdata.tvnet.hu>
34526             Subject: [PATCH 5.005] dos-djgpp and modules problem
34527     Branch: maint-5.005/perl
34528           ! djgpp/fixpmain
34529____________________________________________________________________________
34530[  1655] By: gsar                                  on 1998/07/26  02:11:09
34531        Log: From: Tom Spindler <dogcow@home.merit.edu>
34532             Date: Wed, 22 Jul 1998 16:11:07 -0400
34533             Message-ID: <19980722161107.A16813@home.merit.edu>
34534             Subject: [PATCH 5.005] BeOS tweak
34535     Branch: maint-5.005/perl
34536           ! hints/beos.sh
34537____________________________________________________________________________
34538[  1654] By: gsar                                  on 1998/07/26  02:09:29
34539        Log: various pod tweaks
34540     Branch: maint-5.005/perl
34541	   ! Changes pod/perldelta.pod pod/perlmodinstall.pod
34542           ! pod/perltoc.pod
34543____________________________________________________________________________
34544[  1653] By: gsar                                  on 1998/07/26  02:05:46
34545        Log: fix emacs/ptags for PL_* changes
34546             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34547             Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
34548             Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
34549             Subject: [PATCH 5.004_76] Yet better ptags
34550     Branch: maint-5.005/perl
34551           ! emacs/ptags
34552____________________________________________________________________________
34553[  1652] By: gsar                                  on 1998/07/26  02:03:01
34554        Log: fix behavior of <=> on bigints
34555             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34556             Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
34557             Date: Fri, 24 Jul 1998 18:29:53 +0100
34558             Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
34559     Branch: maint-5.005/perl
34560           ! lib/Math/BigInt.pm t/lib/bigintpm.t
34561____________________________________________________________________________
34562[  1651] By: larry                                 on 1998/07/24  05:44:33
34563        Log: Here are the long-expected Unicode/UTF-8 modifications.
34564     Branch: utfperl
34565	   + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
34566	   + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
34567	   + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
34568	   + lib/unicode/Decomposition.pl
34569	   + lib/unicode/In/AlphabeticPresentationForms.pl
34570	   + lib/unicode/In/Arabic.pl
34571	   + lib/unicode/In/ArabicPresentationForms-A.pl
34572	   + lib/unicode/In/ArabicPresentationForms-B.pl
34573	   + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
34574	   + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
34575	   + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
34576	   + lib/unicode/In/BoxDrawing.pl
34577	   + lib/unicode/In/CJKCompatibility.pl
34578	   + lib/unicode/In/CJKCompatibilityForms.pl
34579	   + lib/unicode/In/CJKCompatibilityIdeographs.pl
34580	   + lib/unicode/In/CJKSymbolsandPunctuation.pl
34581	   + lib/unicode/In/CJKUnifiedIdeographs.pl
34582	   + lib/unicode/In/CombiningDiacriticalMarks.pl
34583	   + lib/unicode/In/CombiningHalfMarks.pl
34584	   + lib/unicode/In/CombiningMarksforSymbols.pl
34585	   + lib/unicode/In/ControlPictures.pl
34586	   + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
34587	   + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
34588	   + lib/unicode/In/EnclosedAlphanumerics.pl
34589	   + lib/unicode/In/EnclosedCJKLettersandMonths.pl
34590	   + lib/unicode/In/GeneralPunctuation.pl
34591	   + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
34592	   + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
34593	   + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
34594	   + lib/unicode/In/HalfwidthandFullwidthForms.pl
34595	   + lib/unicode/In/HangulCompatibilityJamo.pl
34596	   + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
34597	   + lib/unicode/In/Hebrew.pl
34598	   + lib/unicode/In/HighPrivateUseSurrogates.pl
34599	   + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
34600	   + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
34601	   + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
34602	   + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
34603	   + lib/unicode/In/LatinExtended-A.pl
34604	   + lib/unicode/In/LatinExtended-B.pl
34605	   + lib/unicode/In/LatinExtendedAdditional.pl
34606	   + lib/unicode/In/LetterlikeSymbols.pl
34607	   + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
34608	   + lib/unicode/In/MathematicalOperators.pl
34609	   + lib/unicode/In/MiscellaneousSymbols.pl
34610	   + lib/unicode/In/MiscellaneousTechnical.pl
34611	   + lib/unicode/In/NumberForms.pl
34612	   + lib/unicode/In/OpticalCharacterRecognition.pl
34613	   + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
34614	   + lib/unicode/In/SmallFormVariants.pl
34615	   + lib/unicode/In/SpacingModifierLetters.pl
34616	   + lib/unicode/In/Specials.pl
34617	   + lib/unicode/In/SuperscriptsandSubscripts.pl
34618	   + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
34619	   + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
34620	   + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
34621	   + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
34622	   + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
34623	   + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
34624	   + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
34625	   + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
34626	   + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
34627	   + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
34628	   + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
34629	   + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
34630	   + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
34631	   + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
34632	   + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
34633	   + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
34634	   + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
34635	   + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
34636	   + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
34637	   + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
34638	   + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
34639	   + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
34640	   + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
34641	   + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
34642	   + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
34643	   + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
34644	   + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
34645	   + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
34646	   + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
34647	   + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
34648	   + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
34649	   + lib/unicode/JamoShort.pl lib/unicode/Makefile
34650	   + lib/unicode/Name.pl lib/unicode/Number.pl
34651	   + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
34652	   + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
34653	   + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
34654	   + lib/unicode/blocks.txt lib/unicode/index2.txt
34655	   + lib/unicode/jamo2.txt lib/unicode/mktables.PL
34656	   + lib/unicode/names2.txt lib/unicode/props2.txt
34657	   + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
34658           + utf8.c utf8.h
34659	   ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
34660	   ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
34661	   ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
34662	   ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
34663           ! t/op/vec.t toke.c util.c vms/vmsish.h
34664____________________________________________________________________________
34665[  1650] By: gsar                                  on 1998/07/24  04:06:48
34666        Log: create utfperl branch
34667     Branch: utfperl
34668          +> (branch 1079 files)
34669____________________________________________________________________________
34670[  1649] By: gsar                                  on 1998/07/24  03:56:56
34671        Log: create maint-5.005 branch
34672     Branch: maint-5.005/perl
34673          +> (branch 1079 files)
34674____________________________________________________________________________
34675[  1648] By: gsar                                  on 1998/07/24  03:36:35
34676        Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
34677     Branch: perl
34678           ! Changes
34679
34680