integrate mainline contents
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <Paul.Marquess@btinternet.com>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@activestate.com>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version v5.5.640        Development release working toward 5.6
79 ----------------
80
81 ____________________________________________________________________________
82 [  4722] By: gsar                                  on 1999/12/28  03:14:48
83         Log: avoid "used once" warning
84      Branch: perl
85            ! lib/diagnostics.pm
86 ____________________________________________________________________________
87 [  4721] By: gsar                                  on 1999/12/28  03:10:32
88         Log: ebcdic tweaks for tests from Peter Prymmer
89      Branch: perl
90            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
91            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
92 ____________________________________________________________________________
93 [  4720] By: gsar                                  on 1999/12/28  03:08:39
94         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
95      Branch: perl
96            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
97            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
98            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
99 ____________________________________________________________________________
100 [  4719] By: gsar                                  on 1999/12/28  03:01:04
101         Log: perlport v1.45 from Chris Nandor
102      Branch: perl
103            ! pod/perlport.pod
104 ____________________________________________________________________________
105 [  4718] By: gsar                                  on 1999/12/28  02:59:16
106         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
107              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
108      Branch: perl
109            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
110            ! t/pragma/constant.t
111 ____________________________________________________________________________
112 [  4717] By: gsar                                  on 1999/12/28  02:47:04
113         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
114      Branch: perl
115            - ext/DynaLoader/dl_cygwin.xs
116            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
117            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
118            ! util.c
119 ____________________________________________________________________________
120 [  4716] By: gsar                                  on 1999/12/28  02:40:51
121         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
122              (from Andy Dougherty)
123      Branch: perl
124            ! Configure
125 ____________________________________________________________________________
126 [  4715] By: gsar                                  on 1999/12/28  02:38:44
127         Log: better variant of change#4644 (from Andy Dougherty)
128      Branch: perl
129            ! Configure
130 ____________________________________________________________________________
131 [  4714] By: gsar                                  on 1999/12/28  02:36:40
132         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
133      Branch: perl
134            ! Configure
135 ____________________________________________________________________________
136 [  4713] By: gsar                                  on 1999/12/28  02:35:15
137         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
138              INSTALL (from Andy Dougherty)
139      Branch: perl
140            ! Configure
141 ____________________________________________________________________________
142 [  4712] By: gsar                                  on 1999/12/28  02:30:55
143         Log: avoid creating new files during make install
144      Branch: perl
145            ! Makefile.SH
146 ____________________________________________________________________________
147 [  4711] By: gsar                                  on 1999/12/28  02:24:44
148         Log: pod edits from Paul Marquess and Mark-Jason Dominus
149      Branch: perl
150            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
151            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
152            ! pod/perldelta.pod
153 ____________________________________________________________________________
154 [  4710] By: gsar                                  on 1999/12/28  02:05:23
155         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
156              <sthoenna@efn.org>); add explicit target for opmini.o
157      Branch: perl
158            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
159 ____________________________________________________________________________
160 [  4709] By: gsar                                  on 1999/12/28  01:20:39
161         Log: partly fix perldiag regressions identified by Tom Christiansen
162      Branch: perl
163            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
164            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
165            ! t/pragma/warn/pp_sys
166 ____________________________________________________________________________
167 [  4708] By: gsar                                  on 1999/12/27  23:33:24
168         Log: update perldiag for change#4707
169      Branch: perl
170            ! perl.c pod/perldiag.pod
171 ____________________________________________________________________________
172 [  4707] By: gsar                                  on 1999/12/27  23:23:39
173         Log: allow spaces in -I switch argument
174      Branch: perl
175            ! perl.c
176 ____________________________________________________________________________
177 [  4706] By: gsar                                  on 1999/12/26  23:44:53
178         Log: fix typos
179      Branch: utfperl
180            ! sv.h toke.c
181 ____________________________________________________________________________
182 [  4705] By: gsar                                  on 1999/12/24  04:02:35
183         Log: support for v5.5.640 style version numbers
184      Branch: utfperl
185            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
186            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
187 ____________________________________________________________________________
188 [  4704] By: gsar                                  on 1999/12/23  08:54:27
189         Log: bring in basic threads stuff under USE_ITHREADS
190      Branch: perl
191            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
192            ! util.c
193 ____________________________________________________________________________
194 [  4703] By: gsar                                  on 1999/12/23  00:10:06
195         Log: integrate mainline contents into utfperl
196      Branch: utfperl
197           !> (integrate 33 files)
198 ____________________________________________________________________________
199 [  4702] By: gsar                                  on 1999/12/20  17:18:23
200         Log: virtual directory handling broken on paths with trailing slash
201      Branch: perl
202            ! win32/Makefile win32/makefile.mk win32/vdir.h
203 ____________________________________________________________________________
204 [  4701] By: gsar                                  on 1999/12/20  17:09:55
205         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
206              isn't set for all m/$foo/o)
207      Branch: perl
208            ! pp_ctl.c
209 ____________________________________________________________________________
210 [  4700] By: gsar                                  on 1999/12/20  16:28:51
211         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
212              we have a race on our hands)
213      Branch: perl
214            ! pp_ctl.c
215 ____________________________________________________________________________
216 [  4699] By: gsar                                  on 1999/12/20  16:19:00
217         Log: pod tweaks
218      Branch: perl
219            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
220 ____________________________________________________________________________
221 [  4698] By: gsar                                  on 1999/12/20  07:55:07
222         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
223      Branch: perl
224            ! utf8.c
225 ____________________________________________________________________________
226 [  4697] By: gsar                                  on 1999/12/18  01:35:50
227         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
228              anon hash rather than a block; test case for the same
229      Branch: perl
230            ! t/comp/term.t toke.c
231 ____________________________________________________________________________
232 [  4696] By: gsar                                  on 1999/12/17  19:55:03
233         Log: leak in change#4694 spotted by Larry
234      Branch: perl
235            ! hv.c
236 ____________________________________________________________________________
237 [  4695] By: gsar                                  on 1999/12/17  18:14:11
238         Log: test case for change#4694
239      Branch: perl
240            ! t/op/delete.t
241 ____________________________________________________________________________
242 [  4694] By: gsar                                  on 1999/12/17  18:09:08
243         Log: delete() should return the value as is, not a copy thereof
244      Branch: perl
245            ! hv.c pod/perldelta.pod
246 ____________________________________________________________________________
247 [  4693] By: gsar                                  on 1999/12/17  17:45:58
248         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
249      Branch: perl
250            ! regexec.c t/op/re_tests
251 ____________________________________________________________________________
252 [  4692] By: gsar                                  on 1999/12/17  17:41:10
253         Log: credits tweak
254      Branch: perl
255            ! lib/File/Spec.pm
256 ____________________________________________________________________________
257 [  4691] By: gsar                                  on 1999/12/17  07:12:53
258         Log: DynaLoader doesn't build properly when $(DLSRC) changes
259              (fix suggested by Hans Mulder)
260      Branch: perl
261            ! ext/DynaLoader/Makefile.PL
262 ____________________________________________________________________________
263 [  4690] By: gsar                                  on 1999/12/17  06:26:34
264         Log: add missing new ops
265      Branch: perl
266            ! ext/B/ramblings/runtime.porting
267 ____________________________________________________________________________
268 [  4689] By: gsar                                  on 1999/12/17  06:16:49
269         Log: test harness tweak from Hans Mulder
270      Branch: perl
271            ! t/TEST
272 ____________________________________________________________________________
273 [  4688] By: gsar                                  on 1999/12/17  06:14:23
274         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
275              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
276      Branch: perl
277            ! Makefile.SH cygwin/Makefile.SHs
278 ____________________________________________________________________________
279 [  4687] By: gsar                                  on 1999/12/17  06:06:46
280         Log: applied suggested patch with whitespace adjustments
281              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
282              Date: Thu, 16 Dec 1999 08:57:55 +0100
283              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
284              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
285      Branch: perl
286            ! lib/File/Find.pm
287 ____________________________________________________________________________
288 [  4686] By: gsar                                  on 1999/12/17  05:48:53
289         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
290              by Hans Mulder)
291      Branch: perl
292            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
293            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
294            ! ext/DynaLoader/dl_rhapsody.xs
295 ____________________________________________________________________________
296 [  4685] By: gsar                                  on 1999/12/17  05:37:51
297         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
298              <rjk@linguist.dartmouth.edu>)
299      Branch: perl
300            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
301 ____________________________________________________________________________
302 [  4684] By: gsar                                  on 1999/12/16  09:32:48
303         Log: spell out how to get 4-digit year (from Micheal G Schwern
304              <schwern@pobox.com>)
305      Branch: perl
306            ! pod/perlfunc.pod
307 ____________________________________________________________________________
308 [  4683] By: gsar                                  on 1999/12/16  09:26:53
309         Log: type mismatch for %c format argument (spotted by Robin Barker
310              <rmb1@cise.npl.co.uk>)
311      Branch: perl
312            ! regcomp.c
313 ____________________________________________________________________________
314 [  4682] By: gsar                                  on 1999/12/16  08:33:28
315         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
316              <sho_pi@hotmail.com>)
317      Branch: perl
318            ! win32/win32.c
319 ____________________________________________________________________________
320 [  4681] By: gsar                                  on 1999/12/16  08:31:15
321         Log: missing backslash (spotted by Johan Vromans)
322      Branch: perl
323            ! perl.c
324 ____________________________________________________________________________
325 [  4680] By: gsar                                  on 1999/12/16  08:26:00
326         Log: avoid coredump on diagnostics when STDERR is closed
327      Branch: perl
328            ! perl.h
329 ____________________________________________________________________________
330 [  4679] By: gsar                                  on 1999/12/12  18:09:41
331         Log: integrate mainline changes
332      Branch: utfperl
333           +> (branch 39 files)
334            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
335            - lib/unicode/UnicodeData-Latest.txt
336           !> (integrate 447 files)
337 ____________________________________________________________________________
338 [  4678] By: gsar                                  on 1999/12/10  01:39:13
339         Log: interpreter structure should be nulled under -DMULTIPLICITY
340      Branch: perl
341            ! perl.c
342 ____________________________________________________________________________
343 [  4677] By: gsar                                  on 1999/12/09  11:10:27
344         Log: update Changes
345      Branch: perl
346            ! Changes
347
348 ----------------
349 Version 5.005_63
350 ----------------
351
352 ____________________________________________________________________________
353 [  4676] By: gsar                                  on 1999/12/09  10:51:43
354         Log: fix File::Find testsuite bugs in symlink-less places
355      Branch: perl
356            ! t/lib/filefind.t
357 ____________________________________________________________________________
358 [  4675] By: gsar                                  on 1999/12/09  10:22:31
359         Log: USE_ITHREADS tweaks and notes
360      Branch: perl
361            ! op.c pod/perldelta.pod sv.c
362 ____________________________________________________________________________
363 [  4674] By: gsar                                  on 1999/12/09  10:21:53
364         Log: allow new style sort subs to work under usethreads
365      Branch: perl
366            ! pp_ctl.c
367 ____________________________________________________________________________
368 [  4673] By: gsar                                  on 1999/12/09  04:00:23
369         Log: document compatibility issue with literal list slices and NOTOP
370              (C<not (1,2,3)[0]> is now a syntax error)
371      Branch: perl
372            ! pod/perldelta.pod
373 ____________________________________________________________________________
374 [  4672] By: gsar                                  on 1999/12/09  01:14:46
375         Log: avoid mismatched expectation <-> int types for C++ builds
376      Branch: perl
377            ! embed.pl intrpvar.h proto.h toke.c
378 ____________________________________________________________________________
379 [  4671] By: gsar                                  on 1999/12/09  00:36:24
380         Log: newer version of File::Find with support for following symlinks and
381              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
382      Branch: perl
383            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
384 ____________________________________________________________________________
385 [  4670] By: gsar                                  on 1999/12/09  00:13:06
386         Log: avoid initializing GvCV slot for autovivified filehandles
387      Branch: perl
388            ! pp.c
389 ____________________________________________________________________________
390 [  4669] By: gsar                                  on 1999/12/08  19:09:27
391         Log: apply change#4618 again along with Ilya's patch to fix bugs
392              in it (see change#4622)
393      Branch: perl
394            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
395            ! t/op/re_tests t/op/subst.t
396 ____________________________________________________________________________
397 [  4668] By: gsar                                  on 1999/12/08  18:56:53
398         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
399              From: Larry Wall <larry@wall.org>
400              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
401              Message-Id: <199912072039.MAA13257@kiev.wall.org>
402              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
403      Branch: perl
404            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
405 ____________________________________________________________________________
406 [  4667] By: gsar                                  on 1999/12/08  18:47:37
407         Log: patch to fix aix hints from ortmann@vnet.ibm.com
408      Branch: perl
409            ! hints/aix.sh
410 ____________________________________________________________________________
411 [  4666] By: gsar                                  on 1999/12/08  18:29:02
412         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
413              Tim Meadowcroft
414      Branch: perl
415            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
416 ____________________________________________________________________________
417 [  4665] By: gsar                                  on 1999/12/08  02:22:31
418         Log: introduce save_I8() for saving byte values
419      Branch: perl
420            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
421            ! regcomp.c regexec.c scope.c scope.h sv.c
422 ____________________________________________________________________________
423 [  4664] By: gsar                                  on 1999/12/08  02:02:33
424         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
425      Branch: perl
426            ! toke.c
427 ____________________________________________________________________________
428 [  4663] By: gsar                                  on 1999/12/08  01:11:44
429         Log: longstanding typo in lexer: PL_lex_expect was not properly
430              saved on reentry
431      Branch: perl
432            ! toke.c
433 ____________________________________________________________________________
434 [  4662] By: gsar                                  on 1999/12/07  23:16:21
435         Log: typos in change#4546
436      Branch: perl
437            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
438 ____________________________________________________________________________
439 [  4661] By: gsar                                  on 1999/12/07  09:33:50
440         Log: typos in change#4660
441      Branch: perl
442            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
443 ____________________________________________________________________________
444 [  4660] By: gsar                                  on 1999/12/06  23:42:55
445         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
446              fix bug where lc($readonly) could result in bogus errors
447      Branch: perl
448            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
449            ! pp.c pp_sys.c proto.h sv.c
450 ____________________________________________________________________________
451 [  4659] By: gsar                                  on 1999/12/06  15:24:31
452         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
453              <jarausch@igpm.rwth-aachen.de>)
454      Branch: perl
455            ! perl.h
456 ____________________________________________________________________________
457 [  4658] By: gsar                                  on 1999/12/06  15:18:30
458         Log: fix for -Dp via $^D (suggested by Stephane Payrard
459              <stef@adnaccess.com>)
460      Branch: perl
461            ! mg.c
462 ____________________________________________________________________________
463 [  4657] By: gsar                                  on 1999/12/06  06:50:01
464         Log: change#4641 needs perldiag.pod edit
465      Branch: perl
466            - lib/unicode/UnicodeData-Latest.txt
467            ! pod/perldiag.pod
468 ____________________________________________________________________________
469 [  4656] By: gsar                                  on 1999/12/06  01:36:56
470         Log: Makefile tweak for change#4649
471      Branch: perl
472            ! Makefile.SH
473 ____________________________________________________________________________
474 [  4655] By: gsar                                  on 1999/12/05  17:23:57
475         Log: change#4653 was missing a patch reject
476      Branch: perl
477            ! win32/makefile.mk
478 ____________________________________________________________________________
479 [  4654] By: gsar                                  on 1999/12/05  11:41:04
480         Log: windows build tweaks for Borland compiler
481      Branch: perl
482            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
483 ____________________________________________________________________________
484 [  4653] By: gsar                                  on 1999/12/05  11:07:37
485         Log: applied somewhat modified version of suggested patch
486              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
487              Date: Thu, 18 Nov 1999 18:45:27 PST
488              Message-ID: <19991119024527.72749.qmail@hotmail.com>
489              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
490      Branch: perl
491            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
492            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
493            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
494            ! win32/makefile.mk win32/win32.h
495 ____________________________________________________________________________
496 [  4652] By: gsar                                  on 1999/12/05  09:24:45
497         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
498              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
499              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
500              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
501      Branch: perl
502            ! Changes hints/svr5.sh
503 ____________________________________________________________________________
504 [  4651] By: gsar                                  on 1999/12/05  09:01:19
505         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
506              when given non-existent drive names
507      Branch: perl
508            ! lib/File/Path.pm
509 ____________________________________________________________________________
510 [  4650] By: gsar                                  on 1999/12/05  08:47:11
511         Log: windows build tweaks for change#4649
512      Branch: perl
513            ! win32/Makefile win32/makefile.mk
514 ____________________________________________________________________________
515 [  4649] By: gsar                                  on 1999/12/05  07:49:28
516         Log: make File::Glob::glob() the default for CORE::glob()
517              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
518      Branch: perl
519            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
520            ! win32/makefile.mk
521 ____________________________________________________________________________
522 [  4648] By: gsar                                  on 1999/12/05  00:33:34
523         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
524      Branch: perl
525            ! lib/Pod/Html.pm
526 ____________________________________________________________________________
527 [  4647] By: gsar                                  on 1999/12/05  00:14:01
528         Log: remove outdated entry
529      Branch: perl
530            ! pod/perltrap.pod
531 ____________________________________________________________________________
532 [  4646] By: gsar                                  on 1999/12/04  22:48:51
533         Log: s/block/loop block/ in diagnostics about next, last, redo
534      Branch: perl
535            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
536 ____________________________________________________________________________
537 [  4645] By: gsar                                  on 1999/12/04  22:25:32
538         Log: readability tweak suggested by GRommel@sears.com
539      Branch: perl
540            ! pp.c
541 ____________________________________________________________________________
542 [  4644] By: gsar                                  on 1999/12/04  22:05:00
543         Log: Configure tweak from Peter Prymmer
544      Branch: perl
545            ! Configure
546 ____________________________________________________________________________
547 [  4643] By: gsar                                  on 1999/12/04  21:55:27
548         Log: make weak keyword check look for defined(&lock), not
549              merely defined(*lock)
550      Branch: perl
551            ! toke.c
552 ____________________________________________________________________________
553 [  4642] By: gsar                                  on 1999/12/04  21:11:51
554         Log: make eof() open ARGV if it isn't open already; also fixes bug
555              where eof() would operate on any last-read filehandle, not
556              just ARGV
557      Branch: perl
558            ! pp_sys.c
559 ____________________________________________________________________________
560 [  4641] By: gsar                                  on 1999/12/04  04:42:25
561         Log: make uninitialized value warnings report opcode
562      Branch: perl
563            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
564            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
565            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
566            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
567            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
568            ! t/pragma/warn/sv
569 ____________________________________________________________________________
570 [  4640] By: gsar                                  on 1999/12/04  02:40:44
571         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
572              that don't do range checking
573      Branch: perl
574            ! lib/Time/Local.pm
575 ____________________________________________________________________________
576 [  4639] By: gsar                                  on 1999/12/04  01:00:49
577         Log: better implementation of change#3326; open(local $foo,...) now
578              allowed in addition to any uninitialized variable, for consistency
579              with how autovivification works elsewhere; add code to use the
580              variable name as the name of the handle for simple variables, so
581              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
582      Branch: perl
583            ! op.c pod/perldelta.pod pp.c t/io/open.t
584 ____________________________________________________________________________
585 [  4638] By: gsar                                  on 1999/12/03  21:20:00
586         Log: pod nits
587      Branch: perl
588            ! pod/perlfunc.pod pod/perlrun.pod
589 ____________________________________________________________________________
590 [  4637] By: gsar                                  on 1999/12/03  08:59:04
591         Log: change#4431 was flawed
592      Branch: perl
593            ! Makefile.SH
594 ____________________________________________________________________________
595 [  4636] By: gsar                                  on 1999/12/03  07:59:52
596         Log: pod embellishments from Nathan Torkington
597      Branch: perl
598            ! pod/perlfaq2.pod pod/perlhack.pod
599 ____________________________________________________________________________
600 [  4635] By: gsar                                  on 1999/12/03  07:56:04
601         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
602      Branch: perl
603            ! pod/perlfaq4.pod
604 ____________________________________________________________________________
605 [  4634] By: gsar                                  on 1999/12/03  07:47:47
606         Log: test tweak for VMS (from Craig A. Berry)
607      Branch: perl
608            ! t/io/nargv.t
609 ____________________________________________________________________________
610 [  4633] By: gsar                                  on 1999/12/03  07:44:52
611         Log: patchls tweak from Andreas Koenig
612      Branch: perl
613            ! Porting/patchls
614 ____________________________________________________________________________
615 [  4632] By: gsar                                  on 1999/12/03  07:42:23
616         Log: don't mess with the umask()
617      Branch: perl
618            ! installhtml installman installperl lib/ExtUtils/Install.pm
619            ! lib/ExtUtils/Manifest.pm
620 ____________________________________________________________________________
621 [  4631] By: gsar                                  on 1999/12/03  06:52:50
622         Log: support -a switch to append bytecode to an existing file and make
623              perlcc use it (from Tom Hughes <tom@compton.nu>)
624      Branch: perl
625            ! ext/B/B/Bytecode.pm utils/perlcc.PL
626 ____________________________________________________________________________
627 [  4630] By: gsar                                  on 1999/12/03  06:46:16
628         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
629              (from Tom Phoenix)
630      Branch: perl
631            ! pod/perltrap.pod
632 ____________________________________________________________________________
633 [  4629] By: gsar                                  on 1999/12/03  06:40:15
634         Log: use PerlIO abstraction rather than straight stdio (from
635              Chip Salzenberg)
636      Branch: perl
637            ! ext/ByteLoader/ByteLoader.xs
638 ____________________________________________________________________________
639 [  4628] By: gsar                                  on 1999/12/03  06:15:54
640         Log: avoid warning in IO::Select::exists() if socket doesn't exist
641      Branch: perl
642            ! ext/IO/lib/IO/Select.pm
643 ____________________________________________________________________________
644 [  4627] By: gsar                                  on 1999/12/03  06:05:19
645         Log: two small patches from Peter Prymmer <pvhp@forte.com>
646      Branch: perl
647            ! makedepend.SH win32/Makefile win32/makefile.mk
648 ____________________________________________________________________________
649 [  4626] By: gsar                                  on 1999/12/03  05:36:38
650         Log: From: Peter Prymmer <pvhp@forte.com>
651              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
652              Message-Id: <199911260506.VAA17230@brio.forte.com>
653              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
654      Branch: perl
655            ! regcomp.c
656 ____________________________________________________________________________
657 [  4625] By: gsar                                  on 1999/12/03  05:20:21
658         Log: Windows build tweaks due to change#4623
659      Branch: perl
660            ! win32/Makefile win32/makefile.mk win32/perlhost.h
661 ____________________________________________________________________________
662 [  4624] By: gsar                                  on 1999/12/03  04:58:30
663         Log: add missing file
664      Branch: perl
665            + ext/DynaLoader/XSLoader_pm.PL
666 ____________________________________________________________________________
667 [  4623] By: gsar                                  on 1999/12/03  04:47:03
668         Log: applied suggested patch; removed $VERSION = $VERSION hack
669              (change#4043 fixed the need for that)
670              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
671              Date: Tue, 16 Nov 1999 01:50:31 EST
672              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
673              Subject: [PATCH 5.005_62] XSLoader.pm
674      Branch: perl
675            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
676            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
677            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
678            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
679            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
680            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
681            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
682            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
683            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
684            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
685            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
686 ____________________________________________________________________________
687 [  4622] By: gsar                                  on 1999/12/03  04:02:39
688         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
689      Branch: perl
690            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
691 ____________________________________________________________________________
692 [  4621] By: gsar                                  on 1999/12/02  22:24:53
693         Log: caveat about thread-safety of extensions
694      Branch: perl
695            ! pod/perlfork.pod
696 ____________________________________________________________________________
697 [  4620] By: gsar                                  on 1999/12/02  20:31:02
698         Log: XS documentation patches suggested by Ilya, severally adjusted
699      Branch: perl
700            ! pod/perlxs.pod pod/perlxstut.pod
701 ____________________________________________________________________________
702 [  4619] By: gsar                                  on 1999/12/02  17:52:50
703         Log: re-add missing Unicode database master
704      Branch: perl
705            + lib/unicode/Unicode.300
706 ____________________________________________________________________________
707 [  4618] By: gsar                                  on 1999/12/02  06:56:18
708         Log: applied suggested patch with prototype changes
709              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
710              Date:    Tue, 23 Nov 1999 22:55:55 EST
711              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
712              Subject: [PATCH 5.005_62] First char cognizance
713      Branch: perl
714            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
715 ____________________________________________________________________________
716 [  4617] By: gsar                                  on 1999/12/02  06:04:57
717         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
718      Branch: perl
719            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
720 ____________________________________________________________________________
721 [  4616] By: gsar                                  on 1999/12/02  04:30:22
722         Log: various documentation tweaks suggested by M. J. T. Guy
723      Branch: perl
724            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
725 ____________________________________________________________________________
726 [  4615] By: gsar                                  on 1999/12/02  04:17:43
727         Log: various File::Glob fixes for DOSISH platforms
728              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
729              Date: Tue, 02 Nov 1999 11:11:25 GMT
730              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
731              Subject: File::Glob again. Final patch, honest!
732      Branch: perl
733            + t/lib/glob-case.t
734            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
735            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
736            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
737 ____________________________________________________________________________
738 [  4614] By: gsar                                  on 1999/12/02  03:42:55
739         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
740              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
741      Branch: perl
742            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
743 ____________________________________________________________________________
744 [  4613] By: gsar                                  on 1999/12/02  01:59:19
745         Log: ignore yet another known scalar leak
746      Branch: perl
747            ! t/pragma/warn/regcomp
748 ____________________________________________________________________________
749 [  4612] By: gsar                                  on 1999/12/02  01:15:02
750         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
751      Branch: perl
752            ! pp.c
753 ____________________________________________________________________________
754 [  4611] By: gsar                                  on 1999/12/02  00:31:43
755         Log: a somewhat tweaked version of suggested patch
756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
757              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
758              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
759              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
760      Branch: perl
761            ! pod/perlfunc.pod
762 ____________________________________________________________________________
763 [  4610] By: gsar                                  on 1999/12/01  19:09:31
764         Log: more accurate require() pseudocode (from James P. Williams
765              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
766      Branch: perl
767            ! pod/perlfunc.pod
768 ____________________________________________________________________________
769 [  4609] By: gsar                                  on 1999/12/01  18:43:49
770         Log: avoid "Callback called exit" error on intentional exit()
771      Branch: perl
772            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
773 ____________________________________________________________________________
774 [  4608] By: gsar                                  on 1999/12/01  18:42:38
775         Log: find_byclass() prototype was incoherent
776      Branch: perl
777            ! regexec.c
778 ____________________________________________________________________________
779 [  4607] By: gsar                                  on 1999/12/01  05:45:10
780         Log: better documentation for goto &NAME (from M. J. T. Guy)
781      Branch: perl
782            ! pod/perlfunc.pod
783 ____________________________________________________________________________
784 [  4606] By: gsar                                  on 1999/12/01  05:33:14
785         Log: integrate cfgperl contents into mainline
786      Branch: perl
787           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
788           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
789            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
790            ! Changes
791           !> (integrate 210 files)
792 ____________________________________________________________________________
793 [  4605] By: gsar                                  on 1999/12/01  05:15:27
794         Log: avoid PTR->IV cast warnings
795      Branch: perl
796            ! mg.c op.c scope.h
797 ____________________________________________________________________________
798 [  4604] By: gsar                                  on 1999/12/01  03:59:56
799         Log: email address changes
800      Branch: perl
801            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
802            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
803            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
804            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
805            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
806 ____________________________________________________________________________
807 [  4603] By: gsar                                  on 1999/12/01  03:45:13
808         Log: minor USE_ITHREADS tweaks
809      Branch: perl
810            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
811            ! win32/perllib.c win32/win32.h
812 ____________________________________________________________________________
813 [  4602] By: gsar                                  on 1999/12/01  01:00:09
814         Log: more complete pseudo-fork() support for Windows
815      Branch: perl
816            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
817            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
818            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
819            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
820            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
821            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
822            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
823            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
824            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
825            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
826            ! win32/win32iop.h win32/win32thread.h
827 ____________________________________________________________________________
828 [  4601] By: gsar                                  on 1999/12/01  00:45:38
829         Log: rudimentary support for remote debugging, from aeons ago (somewhat
830              modified)
831              From: Graham TerMarsch <grahamt@ActiveState.com>
832              Date: Sat, 12 Sep 1998 10:46:55 -0700
833              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
834              Subject: Re: Patches to perl5db.pl to allow for remote debugging
835      Branch: perl
836            ! lib/perl5db.pl
837 ____________________________________________________________________________
838 [  4600] By: chip                                  on 1999/11/19  21:16:00
839         Log: Document known limitations of fdopen() on some systems,
840              as they apply to open() and sysopen().
841      Branch: perl
842            ! pod/perlfunc.pod
843 ____________________________________________________________________________
844 [  4599] By: chip                                  on 1999/11/19  17:20:19
845         Log: Undef printf before redirecting it to PerlIO_stdoutf.
846              (Avoids an irritating warning when compiling with PerlIO.)
847      Branch: perl
848            ! perl.h
849 ____________________________________________________________________________
850 [  4598] By: jhi                                   on 1999/11/22  21:30:17
851         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
852      Branch: cfgperl
853            ! README.vms t/io/open.t
854 ____________________________________________________________________________
855 [  4597] By: jhi                                   on 1999/11/21  16:21:21
856         Log: Replace #4596 with the change done in 5.005_03.
857      Branch: cfgperl
858            ! ext/Errno/Errno_pm.PL
859 ____________________________________________________________________________
860 [  4596] By: jhi                                   on 1999/11/21  16:07:20
861         Log: Skip processing a file if the file to be opened is '-'
862              (can happen in UNICOS)
863      Branch: cfgperl
864            ! ext/Errno/Errno_pm.PL
865 ____________________________________________________________________________
866 [  4595] By: jhi                                   on 1999/11/21  14:05:10
867         Log: VMS patches from Peter Prymmer.
868      Branch: cfgperl
869            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
870 ____________________________________________________________________________
871 [  4594] By: jhi                                   on 1999/11/18  17:07:14
872         Log: The find_byclass prototype is already in proto.h. 
873      Branch: cfgperl
874            ! regexec.c
875 ____________________________________________________________________________
876 [  4593] By: gsar                                  on 1999/11/16  21:25:21
877         Log: typo in flag checks
878      Branch: utfperl
879            ! sv.h
880 ____________________________________________________________________________
881 [  4592] By: jhi                                   on 1999/11/16  21:17:25
882         Log: Regen Configure.
883      Branch: cfgperl
884            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
885      Branch: metaconfig
886            ! U/a_dvisory/quadtype.U
887 ____________________________________________________________________________
888 [  4591] By: jhi                                   on 1999/11/16  14:53:19
889         Log: Integrate with Sarathy.
890      Branch: cfgperl
891           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
892           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
893           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
894           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
895           !> t/pod/poderrs.xr
896 ____________________________________________________________________________
897 [  4590] By: gsar                                  on 1999/11/16  05:57:56
898         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
899      Branch: perl
900            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
901            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
902            ! t/pod/poderrs.t t/pod/poderrs.xr
903 ____________________________________________________________________________
904 [  4589] By: gsar                                  on 1999/11/15  18:47:34
905         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
906              C<if (fork()) { print "parent" } else { print "child" }> works on
907              Windows (incidentally running a cloned^2 interpreter :)
908      Branch: perl
909            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
910            ! pp_sys.c proto.h sv.c
911 ____________________________________________________________________________
912 [  4588] By: gsar                                  on 1999/11/15  14:34:36
913         Log: cloning the stack (part 1)
914      Branch: perl
915            ! cop.h deb.c perl.c sv.c
916 ____________________________________________________________________________
917 [  4587] By: jhi                                   on 1999/11/15  00:22:20
918         Log: Integrate with Sarathy.
919      Branch: cfgperl
920           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
921           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
922           !> win32/perllib.c
923 ____________________________________________________________________________
924 [  4586] By: jhi                                   on 1999/11/14  21:17:26
925         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
926      Branch: cfgperl
927            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
928 ____________________________________________________________________________
929 [  4585] By: gsar                                  on 1999/11/14  20:01:45
930         Log: tweak for win32 build
931      Branch: perl
932            ! embed.h embed.pl op.c proto.h
933 ____________________________________________________________________________
934 [  4584] By: gsar                                  on 1999/11/14  19:46:25
935         Log: cosmetic tweaks
936      Branch: perl
937            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
938            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
939 ____________________________________________________________________________
940 [  4583] By: gsar                                  on 1999/11/14  17:38:32
941         Log: fix problem pointer casts
942      Branch: perl
943            ! Changes run.c sv.c
944 ____________________________________________________________________________
945 [  4582] By: jhi                                   on 1999/11/14  17:10:01
946         Log: Integrate with Sarathy.
947      Branch: cfgperl
948           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
949           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
950           !> vms/perly_c.vms win32/perllib.c
951 ____________________________________________________________________________
952 [  4581] By: jhi                                   on 1999/11/14  17:08:23
953         Log: The separation of 64-bitness and largefileness continues
954              (with a setback, see hpux.sh).
955      Branch: cfgperl
956            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
957            ! hints/solaris_2.sh
958      Branch: metaconfig
959            ! U/threads/archname.U U/typedefs/lseektype.U
960      Branch: metaconfig/U/perl
961            ! fpossize.U use64bits.U uselfs.U
962 ____________________________________________________________________________
963 [  4580] By: jhi                                   on 1999/11/14  13:26:41
964         Log: Another Unicode update.
965      Branch: cfgperl
966            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
967            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
968            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
969            ! (edit 189 files)
970 ____________________________________________________________________________
971 [  4579] By: gsar                                  on 1999/11/14  10:21:49
972         Log: sundry cleanups for cloned interpreters (only known failure mode
973              is due to regexps keeping non-constant data in their compiled
974              structures)
975      Branch: perl
976            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
977            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
978 ____________________________________________________________________________
979 [  4578] By: gsar                                  on 1999/11/14  03:37:37
980         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
981      Branch: perl
982            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
983 ____________________________________________________________________________
984 [  4577] By: jhi                                   on 1999/11/13  19:50:24
985         Log: Change #4576 accidentally leaked also parts of
986              Ilya's patch that won't apply cleanly anymore.
987      Branch: cfgperl
988            ! regexec.c t/op/re_tests
989 ____________________________________________________________________________
990 [  4576] By: jhi                                   on 1999/11/13  19:43:37
991         Log: Integrate with Sarathy.
992      Branch: cfgperl
993            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
994           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
995           !> t/op/regexp.t t/pragma/overload.t
996 ____________________________________________________________________________
997 [  4575] By: gsar                                  on 1999/11/13  19:41:46
998         Log: typos in change#4561 and change#4565
999      Branch: perl
1000            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
1001 ____________________________________________________________________________
1002 [  4574] By: gsar                                  on 1999/11/13  19:31:19
1003         Log: revert non-kosher parts of change#4562 (sort order problems
1004              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
1005              result and expected lines; /[:ascii:]/ not working should be
1006              fixed, not ignored in regexp.t; result from sort should be
1007              fixed to be ascii portable on ebcdic, not ebcdic-specific)
1008      Branch: perl
1009            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
1010 ____________________________________________________________________________
1011 [  4573] By: gsar                                  on 1999/11/13  19:13:04
1012         Log: integrate cfgperl changes into mainline
1013      Branch: perl
1014           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1015           +> lib/unicode/In/BopomofoExtended.pl
1016           +> lib/unicode/In/BraillePatterns.pl
1017           +> lib/unicode/In/CJKRadicalsSupplement.pl
1018           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1019           +> lib/unicode/In/Cherokee.pl
1020           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
1021           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
1022           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1023           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
1024           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
1025           +> lib/unicode/In/Thaana.pl
1026           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1027           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1028            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1029           !> (integrate 213 files)
1030 ____________________________________________________________________________
1031 [  4572] By: jhi                                   on 1999/11/13  18:44:50
1032         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
1033              To: perl5-porters@perl.org, VMSPERL@perl.org
1034              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
1035              Date: Wed, 27 Oct 1999 11:02:54 -0500
1036              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
1037      Branch: cfgperl
1038            ! README.vms
1039 ____________________________________________________________________________
1040 [  4571] By: jhi                                   on 1999/11/13  18:33:39
1041         Log: From: jand@activestate.com (Jan Dubois)
1042              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
1043              Cc: Douglas Lankshear <dougl@activestate.com>,
1044              Gurusamy Sarathy <gsar@activestate.com>
1045              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
1046              Date: Tue, 09 Nov 1999 00:38:33 +0100
1047              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
1048      Branch: cfgperl
1049            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
1050            ! win32/config.gc win32/config.vc win32/config_H.bc
1051            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
1052            ! win32/win32.c win32/win32iop.h
1053 ____________________________________________________________________________
1054 [  4570] By: jhi                                   on 1999/11/13  18:30:37
1055         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1056              To: perl5-porters@perl.org (Mailing list Perl5)
1057              Subject: [PATCH 5.005_62] makedef.pl goof
1058              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
1059              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
1060      Branch: cfgperl
1061            ! makedef.pl
1062 ____________________________________________________________________________
1063 [  4569] By: jhi                                   on 1999/11/13  18:06:54
1064         Log: From: Michael G Schwern <schwern@pobox.com>
1065              To: perl5-porters@perl.org, pod-people@perl.org
1066              Cc: tchrist@mox.perl.com, gnat@frii.com
1067              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
1068              Date: Wed, 10 Nov 1999 17:21:46 -0500
1069              Message-ID: <19991110172146.A23527@athens.aocn.com>
1070      Branch: cfgperl
1071            ! pod/perlfaq9.pod
1072 ____________________________________________________________________________
1073 [  4568] By: jhi                                   on 1999/11/13  18:05:33
1074         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
1075              To: <perl5-porters@perl.org>
1076              Subject: DynaLoader_pm.PL patch (backslashes in strings)
1077              Date: Wed, 10 Nov 1999 22:52:02 -0000
1078              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
1079      Branch: cfgperl
1080            ! ext/DynaLoader/DynaLoader_pm.PL
1081 ____________________________________________________________________________
1082 [  4567] By: jhi                                   on 1999/11/13  18:03:52
1083         Log: From: JD Laub <jdl@access-health.com>
1084              To: perl5-porters@perl.org
1085              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
1086              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
1087              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
1088      Branch: cfgperl
1089            ! lib/Exporter/Heavy.pm
1090 ____________________________________________________________________________
1091 [  4566] By: jhi                                   on 1999/11/13  18:01:24
1092         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
1093              To: perl5-porters@perl.org
1094              Subject: small patch for perldoc
1095              Date: Fri, 12 Nov 1999 23:11:43 GMT
1096              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
1097      Branch: cfgperl
1098            ! utils/perldoc.PL
1099 ____________________________________________________________________________
1100 [  4565] By: jhi                                   on 1999/11/13  17:58:54
1101         Log: From: Scott Gifford <sgifford@tir.com>
1102              To: perl5-porters@perl.org
1103              Cc: gbarr@pobox.com
1104              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
1105              Date: 12 Nov 1999 18:55:30 -0500
1106              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
1107      Branch: cfgperl
1108            ! ext/IO/lib/IO/Socket.pm
1109 ____________________________________________________________________________
1110 [  4564] By: jhi                                   on 1999/11/13  17:45:39
1111         Log: Applied manually:
1112              From: "Craig A. Berry" <craig.berry@metamor.com>
1113              To: perl5-porters@perl.org, VMSPERL@perl.org
1114              Subject: [PATCH 5.005_62] patches required to build on VMS
1115              Date: Tue, 09 Nov 1999 18:16:14 -0600
1116              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
1117      Branch: cfgperl
1118            ! configure.com vms/descrip_mms.template vms/subconfigure.com
1119            ! vms/vms.c vms/vmsish.h
1120 ____________________________________________________________________________
1121 [  4563] By: jhi                                   on 1999/11/13  17:18:41
1122         Log: Regen Unicode tables to include a warning:
1123              Thou Shalt Not Edit Them By Hand; add missing
1124              (Unicode 2.0 -introduced) tables to MANIFEST;
1125              convert the equivalence tables to be valid Perl code.
1126      Branch: cfgperl
1127            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1128            + lib/unicode/In/BopomofoExtended.pl
1129            + lib/unicode/In/BraillePatterns.pl
1130            + lib/unicode/In/CJKRadicalsSupplement.pl
1131            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1132            + lib/unicode/In/Cherokee.pl
1133            + lib/unicode/In/IdeographicDescriptionCharacters.pl
1134            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
1135            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1136            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
1137            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
1138            + lib/unicode/In/Thaana.pl
1139            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1140            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1141            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1142            ! (edit 169 files)
1143 ____________________________________________________________________________
1144 [  4562] By: jhi                                   on 1999/11/13  16:53:00
1145         Log: From: Peter Prymmer <pvhp@forte.com>
1146              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
1147              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
1148              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
1149              Message-Id: <199911102234.OAA01018@brio.forte.com>
1150      Branch: cfgperl
1151            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
1152            ! t/pragma/overload.t
1153 ____________________________________________________________________________
1154 [  4561] By: jhi                                   on 1999/11/13  16:29:37
1155         Log: $Config{myarchname} is not a good architecture identifier
1156              because it may contain host/node identification like
1157              CPU serial numbers.
1158      Branch: cfgperl
1159            ! ext/Errno/Errno_pm.PL
1160 ____________________________________________________________________________
1161 [  4560] By: jhi                                   on 1999/11/13  16:26:13
1162         Log: Continue largefileness separation from quadness;
1163              move nv-preserving test out of perl.h into Configure;
1164              use HAS_SETVBUF in IO.
1165      Branch: cfgperl
1166            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1167            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
1168      Branch: metaconfig
1169            ! U/a_dvisory/quadtype.U
1170      Branch: metaconfig/U/perl
1171            + nvpresuv.U
1172            ! d_fseeko.U d_ftello.U io64.U perlxv.U
1173 ____________________________________________________________________________
1174 [  4559] By: jhi                                   on 1999/11/13  13:46:38
1175         Log: Try to fix largefileness so that it "works" without a quad IV.
1176      Branch: cfgperl
1177            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1178            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
1179      Branch: metaconfig
1180            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
1181      Branch: metaconfig/U/perl
1182            ! io64.U
1183 ____________________________________________________________________________
1184 [  4558] By: jhi                                   on 1999/11/13  11:36:19
1185         Log: Undo drift from mainline.
1186      Branch: cfgperl
1187            ! regcomp.c util.c utils/h2xs.PL
1188 ____________________________________________________________________________
1189 [  4557] By: gsar                                  on 1999/11/13  10:54:46
1190         Log: typo
1191      Branch: perl
1192            ! util.c
1193 ____________________________________________________________________________
1194 [  4556] By: gsar                                  on 1999/11/13  10:53:41
1195         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
1196      Branch: perl
1197           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
1198           +> epoc/epoc_stubs.c
1199           !> (integrate 48 files)
1200 ____________________________________________________________________________
1201 [  4555] By: jhi                                   on 1999/11/13  10:05:54
1202         Log: Integrate with Sarathy.
1203      Branch: cfgperl
1204           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
1205           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
1206 ____________________________________________________________________________
1207 [  4554] By: jhi                                   on 1999/11/13  10:03:07
1208         Log: s/_SIGN$/_sign/g;
1209      Branch: metaconfig
1210            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
1211 ____________________________________________________________________________
1212 [  4553] By: gsar                                  on 1999/11/13  02:17:53
1213         Log: cloned interpreters now actually run and pass all but 55/10386
1214              subtests; various subtle bugs, new and old, observed when running
1215              cloned interpreters have been fixed
1216              
1217              still to do:
1218              |  * dup psig_ptr table
1219              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
1220              |    simple-minded and grab one pad entry each, heavily bloating
1221              |    the pad by not avoiding dups)
1222              |  * overloaded constants are not really immutable--they need to
1223              |    be PADOPs
1224              |  * allocator for constants and OPs need to be spelled differently
1225              |    (shared vs interpreter-local allocations)
1226              |  * optree refcounting is still missing locking (macros are in place)
1227              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
1228              |    perl_clone() can be called from within runops*()
1229      Branch: perl
1230            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
1231            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
1232 ____________________________________________________________________________
1233 [  4552] By: jhi                                   on 1999/11/11  23:17:43
1234         Log: Turn on largefileness always if available and
1235              continue 64-bit fixes.
1236      Branch: cfgperl
1237            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
1238            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
1239            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
1240 ____________________________________________________________________________
1241 [  4551] By: jhi                                   on 1999/11/11  23:16:15
1242         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
1243      Branch: metaconfig
1244            ! U/a_dvisory/quadtype.U
1245      Branch: metaconfig/U/perl
1246            + d_int64t.U
1247            ! i_inttypes.U io64.U
1248 ____________________________________________________________________________
1249 [  4550] By: jhi                                   on 1999/11/11  20:24:55
1250         Log: Fix a thinko in 4548.
1251      Branch: cfgperl
1252            ! pp_sys.c
1253 ____________________________________________________________________________
1254 [  4549] By: jhi                                   on 1999/11/11  19:48:21
1255         Log: Integrate with Sarathy.
1256      Branch: cfgperl
1257           !> (integrate 56 files)
1258 ____________________________________________________________________________
1259 [  4548] By: jhi                                   on 1999/11/11  19:41:56
1260         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
1261              regen Configure.
1262      Branch: cfgperl
1263            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1264            ! config_h.SH pp_sys.c
1265 ____________________________________________________________________________
1266 [  4547] By: jhi                                   on 1999/11/11  19:40:38
1267         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
1268      Branch: metaconfig
1269            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
1270            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
1271 ____________________________________________________________________________
1272 [  4546] By: gsar                                  on 1999/11/11  10:32:54
1273         Log: avoid stash pointers in optree under USE_ITHREADS
1274      Branch: perl
1275            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
1276            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
1277            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
1278            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1279            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
1280            ! scope.h sv.c
1281 ____________________________________________________________________________
1282 [  4545] By: gsar                                  on 1999/11/11  06:04:20
1283         Log: another change towards a shareable optree: avoid pointer to filegv
1284              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
1285              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
1286              to suit
1287      Branch: perl
1288            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
1289            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1290            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
1291            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
1292            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1293            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
1294            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
1295            ! win32/perllib.c
1296 ____________________________________________________________________________
1297 [  4544] By: gsar                                  on 1999/11/10  18:19:12
1298         Log: more cleanups for change#4539
1299      Branch: perl
1300            ! gv.h op.c op.h pp_ctl.c pp_hot.c
1301 ____________________________________________________________________________
1302 [  4543] By: gsar                                  on 1999/11/10  01:52:22
1303         Log: remove dead branch/infinite looper in change#3612
1304      Branch: perl
1305            ! op.c
1306 ____________________________________________________________________________
1307 [  4542] By: gsar                                  on 1999/11/09  20:05:47
1308         Log: IoDIRP may be fake when used in source filters, mark as such
1309      Branch: perl
1310            ! sv.c sv.h toke.c
1311 ____________________________________________________________________________
1312 [  4541] By: gsar                                  on 1999/11/09  05:47:53
1313         Log: small nits in changes#4538,4539
1314      Branch: perl
1315            ! op.c sv.c
1316 ____________________________________________________________________________
1317 [  4540] By: gsar                                  on 1999/11/08  20:30:58
1318         Log: win32 symbol export tweak
1319      Branch: perl
1320            ! makedef.pl win32/win32.c win32/win32iop.h
1321 ____________________________________________________________________________
1322 [  4539] By: gsar                                  on 1999/11/08  18:50:40
1323         Log: preliminary support for GVOP indirection via pad
1324      Branch: perl
1325            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
1326            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
1327 ____________________________________________________________________________
1328 [  4538] By: gsar                                  on 1999/11/08  11:25:49
1329         Log: preliminary support for perl_clone() (still needs work in
1330              the following areas: SVOPs must indirect via pad; context
1331              stack, scope stack, and runlevels must be cloned; must
1332              hook up the virtualized pseudo-process support provided by
1333              "host"; ...)
1334      Branch: perl
1335            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
1336            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
1337            ! win32/perllib.c win32/win32.c
1338 ____________________________________________________________________________
1339 [  4537] By: gsar                                  on 1999/11/08  11:19:18
1340         Log: more thorough cleanup in perl_destroy()
1341      Branch: perl
1342            ! perl.c util.c
1343 ____________________________________________________________________________
1344 [  4536] By: gsar                                  on 1999/11/08  07:16:10
1345         Log: win32 internal data must be interpreter-local
1346      Branch: perl
1347            ! win32/win32.c win32/win32.h win32/win32sck.c
1348 ____________________________________________________________________________
1349 [  4535] By: gsar                                  on 1999/11/08  04:17:28
1350         Log: tweak change#4502
1351      Branch: perl
1352            ! doio.c perl.c
1353 ____________________________________________________________________________
1354 [  4534] By: jhi                                   on 1999/11/07  13:17:03
1355         Log: Four special class subs, not three.
1356      Branch: cfgperl
1357            ! pod/perlmod.pod
1358 ____________________________________________________________________________
1359 [  4533] By: jhi                                   on 1999/11/07  13:13:15
1360         Log: Integrate with Sarathy.
1361      Branch: cfgperl
1362           !> mg.c t/io/print.t
1363 ____________________________________________________________________________
1364 [  4532] By: jhi                                   on 1999/11/07  12:36:10
1365         Log: More test program maintenance.
1366      Branch: cfgperl
1367            ! Configure config_h.SH
1368      Branch: metaconfig
1369            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
1370            ! U/compline/charsize.U U/compline/d_sigaction.U
1371            ! U/compline/doublesize.U U/compline/floatsize.U
1372            ! U/compline/nblock_io.U U/compline/ptrsize.U
1373            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
1374            ! U/typedefs/uidsize.U
1375      Branch: metaconfig/U/perl
1376            ! fpossize.U
1377 ____________________________________________________________________________
1378 [  4531] By: jhi                                   on 1999/11/07  00:34:09
1379         Log: Tidy up the metaconfig test programs.
1380      Branch: cfgperl
1381            ! Configure config_h.SH
1382      Branch: metaconfig
1383            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
1384            ! U/compline/charsize.U U/compline/doublesize.U
1385            ! U/compline/nblock_io.U U/compline/ptrsize.U
1386            ! U/modified/d_longlong.U U/typedefs/gidsize.U
1387            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
1388            ! U/typedefs/uidsize.U
1389      Branch: metaconfig/U/perl
1390            ! fpossize.U
1391 ____________________________________________________________________________
1392 [  4530] By: jhi                                   on 1999/11/06  23:51:34
1393         Log: So many printfs, so little time.
1394      Branch: cfgperl
1395            ! op.c perl.c regcomp.c scope.c util.c
1396 ____________________________________________________________________________
1397 [  4529] By: jhi                                   on 1999/11/06  23:27:35
1398         Log: Replace the explicit zeros with NOOPs.
1399      Branch: cfgperl
1400            ! perl.h
1401 ____________________________________________________________________________
1402 [  4528] By: jhi                                   on 1999/11/06  23:10:54
1403         Log: From: jand@activestate.com (Jan Dubois)
1404              To: perl5-porters@perl.org
1405              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
1406              Mark Borgerding <mborgerding@acm.org>
1407              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
1408              Date: Sat, 06 Nov 1999 22:16:43 +0100
1409              Message-ID: <38279207.46448719@smtprelay.t-online.de>
1410      Branch: cfgperl
1411            ! op.c op.h
1412 ____________________________________________________________________________
1413 [  4527] By: jhi                                   on 1999/11/06  20:22:14
1414         Log: ...and fewer.
1415      Branch: cfgperl
1416            ! dump.c
1417 ____________________________________________________________________________
1418 [  4526] By: jhi                                   on 1999/11/06  20:19:04
1419         Log: ...and they are getting fewer.
1420      Branch: cfgperl
1421            ! dump.c op.c util.c
1422 ____________________________________________________________________________
1423 [  4525] By: jhi                                   on 1999/11/06  19:59:59
1424         Log: More printf miscasts flushed out.
1425      Branch: cfgperl
1426            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
1427            ! regexec.c
1428 ____________________________________________________________________________
1429 [  4524] By: jhi                                   on 1999/11/06  15:39:05
1430         Log: Crushing the remaining %ld guerillas.
1431      Branch: cfgperl
1432            ! ext/Devel/DProf/DProf.xs
1433 ____________________________________________________________________________
1434 [  4523] By: jhi                                   on 1999/11/06  15:11:38
1435         Log: Update CPAN sites list.
1436      Branch: cfgperl
1437            ! pod/perlmodlib.pod
1438 ____________________________________________________________________________
1439 [  4522] By: jhi                                   on 1999/11/05  19:50:46
1440         Log: The -n32 is normally part of $cc, not $ccflags.
1441      Branch: cfgperl
1442            ! hints/irix_6.sh
1443 ____________________________________________________________________________
1444 [  4521] By: gsar                                  on 1999/11/05  04:35:30
1445         Log: allow $\ to work right when set to a string with embedded nulls
1446      Branch: perl
1447            ! mg.c t/io/print.t
1448 ____________________________________________________________________________
1449 [  4520] By: jhi                                   on 1999/11/04  23:30:09
1450         Log: Integrate with Sarathy.
1451      Branch: cfgperl
1452           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
1453           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
1454           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
1455           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
1456           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
1457           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
1458 ____________________________________________________________________________
1459 [  4519] By: jhi                                   on 1999/11/04  23:09:25
1460         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1461              To: perl5-porters@perl.org (Mailing list Perl5)
1462              Subject: [PATCH 5.005_62] ref to non-lvalue method
1463              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
1464              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
1465      Branch: cfgperl
1466            ! op.c
1467 ____________________________________________________________________________
1468 [  4518] By: jhi                                   on 1999/11/04  23:07:27
1469         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1470              To: perl5-porters@perl.org (Mailing list Perl5)
1471              Subject: [PATCH 5.005_62] xsubpp dependency
1472              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
1473              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
1474      Branch: cfgperl
1475            ! lib/ExtUtils/MM_Unix.pm
1476 ____________________________________________________________________________
1477 [  4517] By: jhi                                   on 1999/11/04  23:05:59
1478         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1479              To: perl5-porters@perl.org (Mailing list Perl5)
1480              Subject: [PATCH 5.005_62] regexp.h
1481              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
1482              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
1483      Branch: cfgperl
1484            ! regexp.h
1485 ____________________________________________________________________________
1486 [  4516] By: gsar                                  on 1999/11/04  18:25:45
1487         Log: change#4485 didn't do the right thing for B::Bytecode
1488      Branch: perl
1489            ! ext/B/B/Bytecode.pm
1490 ____________________________________________________________________________
1491 [  4515] By: gsar                                  on 1999/11/04  17:28:29
1492         Log: implement STOP blocks and fix compiler to use them (minimally
1493              tested)
1494      Branch: perl
1495            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
1496            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
1497            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1498            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
1499            ! pod/perltodo.pod toke.c
1500 ____________________________________________________________________________
1501 [  4514] By: gsar                                  on 1999/11/04  15:59:46
1502         Log: display BSD license in Glob.pm (for clause #2 conformity)
1503      Branch: perl
1504            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1505            ! ext/File/Glob/bsd_glob.h
1506 ____________________________________________________________________________
1507 [  4513] By: jhi                                   on 1999/11/04  08:26:19
1508         Log: Integrate with Sarathy.
1509      Branch: cfgperl
1510           +> t/io/nargv.t
1511           !> (integrate 34 files)
1512 ____________________________________________________________________________
1513 [  4512] By: jhi                                   on 1999/11/04  08:01:25
1514         Log: Incremental Mac integration from Matthias.
1515      Branch: cfgperl
1516            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
1517            ! toke.c util.c
1518 ____________________________________________________________________________
1519 [  4511] By: gsar                                  on 1999/11/04  02:53:37
1520         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1521      Branch: perl
1522            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
1523            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
1524            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
1525            ! xsutils.c
1526 ____________________________________________________________________________
1527 [  4510] By: jhi                                   on 1999/11/02  22:12:29
1528         Log: S_init_interp is a better place to diddle with PL_opargs
1529              than perl_construct.
1530      Branch: cfgperl
1531            ! perl.c
1532 ____________________________________________________________________________
1533 [  4509] By: jhi                                   on 1999/11/02  21:30:02
1534         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1535              To: ben@mucus.advanced.org, perl5-porters@perl.org
1536              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
1537              Date: Tue, 02 Nov 1999 21:36:00 +0000
1538              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
1539      Branch: cfgperl
1540            ! pod/perlfunc.pod
1541 ____________________________________________________________________________
1542 [  4508] By: jhi                                   on 1999/11/02  20:46:27
1543         Log: Initial integration of the MacPerl changes form Matthias.
1544      Branch: cfgperl
1545            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
1546            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
1547            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
1548 ____________________________________________________________________________
1549 [  4507] By: jhi                                   on 1999/11/01  23:05:07
1550         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1551              To: lvirden@cas.org (Larry W. Virden)
1552              Cc: perl5-porters@perl.org, lvirden@cas.org
1553              Subject: Re: [ID 19991026.001] perl segmentation fault report
1554              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
1555              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
1556      Branch: cfgperl
1557            ! regexec.c t/op/pat.t
1558 ____________________________________________________________________________
1559 [  4506] By: jhi                                   on 1999/11/01  19:56:28
1560         Log: From: Olaf Flebbe <olaf@science-computing.de>
1561              To: perl5-porters@perl.org
1562              Subject: [PATCH: 5.005_62] Patch for EPOC Support
1563              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
1564              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
1565      Branch: cfgperl
1566            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
1567            + epoc/epoc_stubs.c
1568            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
1569            ! epoc/perl.pkg
1570 ____________________________________________________________________________
1571 [  4505] By: gsar                                  on 1999/11/01  17:09:44
1572         Log: macros for COP.cop_filegv access
1573      Branch: perl
1574            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
1575            ! util.c
1576 ____________________________________________________________________________
1577 [  4504] By: gsar                                  on 1999/11/01  17:08:28
1578         Log: enable better Win32::DomainName() by demand loading netapi32.dll
1579              (from Jan Dubois)
1580      Branch: perl
1581            ! pod/Win32.pod win32/win32.c
1582 ____________________________________________________________________________
1583 [  4503] By: gsar                                  on 1999/10/31  20:56:06
1584         Log: change#4502 was missing a file
1585      Branch: perl
1586            + t/io/nargv.t
1587 ____________________________________________________________________________
1588 [  4502] By: gsar                                  on 1999/10/31  20:46:02
1589         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
1590              in the way ARGV state was handled in readline(); writing a
1591              subroutine to do inplace edits is now possible, provided *ARGV,
1592              *ARGVOUT, $^I and $_ are localized where needed
1593      Branch: perl
1594            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
1595            ! pp_hot.c scope.c
1596 ____________________________________________________________________________
1597 [  4501] By: jhi                                   on 1999/10/31  12:43:54
1598         Log: Integrate with Sarathy.
1599      Branch: cfgperl
1600           !> perl.h win32/config.bc win32/config.gc win32/config.vc
1601           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1602 ____________________________________________________________________________
1603 [  4500] By: gsar                                  on 1999/10/31  10:01:17
1604         Log: updated windows config* files
1605      Branch: perl
1606            ! win32/config.bc win32/config.gc win32/config.vc
1607            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1608 ____________________________________________________________________________
1609 [  4499] By: gsar                                  on 1999/10/31  09:15:17
1610         Log: integrate cfgperl contents into mainline
1611      Branch: perl
1612           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1613           !> config_h.SH perl.h
1614 ____________________________________________________________________________
1615 [  4498] By: gsar                                  on 1999/10/31  09:13:41
1616         Log: remove unused struct Outrec
1617      Branch: perl
1618            ! perl.h
1619 ____________________________________________________________________________
1620 [  4497] By: jhi                                   on 1999/10/30  12:41:50
1621         Log: Add HAS_QUAD ($Config{d_quad}); use it.
1622      Branch: cfgperl
1623            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1624            ! config_h.SH perl.h
1625      Branch: metaconfig
1626            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
1627            ! U/typedefs/uidf.U
1628      Branch: metaconfig/U/perl
1629            ! perlxv.U
1630 ____________________________________________________________________________
1631 [  4496] By: gsar                                  on 1999/10/30  00:28:32
1632         Log: integrate cfgperl contents into mainline
1633      Branch: perl
1634           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
1635           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
1636           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
1637           !> perl.h pp.c pp.h regexec.c sv.c taint.c
1638 ____________________________________________________________________________
1639 [  4495] By: jhi                                   on 1999/10/29  23:36:19
1640         Log: Continue what #4494 started; introduce uid and gid formats.
1641      Branch: cfgperl
1642            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1643            ! config_h.SH handy.h perl.h
1644      Branch: metaconfig
1645            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
1646            - U/typedefs/quadtype.U
1647      Branch: metaconfig/U/perl
1648            ! perlxv.U
1649 ____________________________________________________________________________
1650 [  4494] By: jhi                                   on 1999/10/29  22:09:01
1651         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
1652              from perl.h and handy.h.
1653      Branch: cfgperl
1654            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1655            ! config_h.SH handy.h perl.h
1656      Branch: metaconfig/U/perl
1657            + perlxv.U perlxvf.U
1658 ____________________________________________________________________________
1659 [  4493] By: jhi                                   on 1999/10/29  22:08:06
1660         Log: Finetuning the output continues along the lines of #4490 and #4491.
1661      Branch: metaconfig
1662            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1663            ! U/typedefs/fpostype.U
1664      Branch: metaconfig/U/perl
1665            + fpossize.U
1666            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1667            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1668 ____________________________________________________________________________
1669 [  4492] By: jhi                                   on 1999/10/29  21:14:53
1670         Log: Hurd update from Mark Kettenis.
1671      Branch: cfgperl
1672            ! README.hurd
1673 ____________________________________________________________________________
1674 [  4491] By: jhi                                   on 1999/10/29  20:37:02
1675         Log: A new try at what #4490 tried to accomplish.
1676      Branch: metaconfig
1677            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1678      Branch: metaconfig/U/perl
1679            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1680            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1681 ____________________________________________________________________________
1682 [  4490] By: jhi                                   on 1999/10/29  20:19:41
1683         Log: metaconfig nits.
1684      Branch: metaconfig
1685            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1686      Branch: metaconfig/U/perl
1687            + d_iovec_s.U
1688            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1689            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1690 ____________________________________________________________________________
1691 [  4489] By: jhi                                   on 1999/10/29  16:08:43
1692         Log: Integrate with Sarathy.
1693      Branch: cfgperl
1694           !> (integrate 31 files)
1695 ____________________________________________________________________________
1696 [  4488] By: jhi                                   on 1999/10/29  15:30:30
1697         Log: Regen Configure and Glossary.
1698      Branch: cfgperl
1699            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1700            ! config_h.SH
1701 ____________________________________________________________________________
1702 [  4487] By: jhi                                   on 1999/10/29  15:24:13
1703         Log: Remove quad logic from perl.h; regen Configure;
1704              add -DUSE_LONG_LONG to ccflags if not already there.
1705      Branch: cfgperl
1706            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
1707            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
1708 ____________________________________________________________________________
1709 [  4486] By: jhi                                   on 1999/10/29  15:22:38
1710         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
1711              fixed the use*.U to define their stuff only iff not already defined
1712              (so that ccflags can have any -DUSE_* it wants);
1713              uselonglong.U added; various small nits fixed.
1714      Branch: metaconfig
1715            + U/typedefs/quadtype.U
1716            ! U/modified/d_longdbl.U U/modified/d_longlong.U
1717            ! U/modified/d_statblks.U U/modified/usenm.U
1718            ! U/threads/usethreads.U
1719      Branch: metaconfig/U/perl
1720            + uselonglong.U
1721            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1722            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
1723            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
1724            ! usemultiplicity.U useperlio.U usesocks.U
1725 ____________________________________________________________________________
1726 [  4485] By: gsar                                  on 1999/10/29  06:08:50
1727         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
1728      Branch: perl
1729            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
1730            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1731            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
1732            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
1733            ! sv.h
1734 ____________________________________________________________________________
1735 [  4484] By: gsar                                  on 1999/10/29  03:00:21
1736         Log: usurp GVOP slot for new PADOP (one small step to making optree
1737              shareable across interpreters)
1738      Branch: perl
1739            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
1740            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1741            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
1742            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
1743            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
1744            ! pp_hot.c pp_sys.c regexec.c run.c
1745 ____________________________________________________________________________
1746 [  4483] By: jhi                                   on 1999/10/28  22:01:12
1747         Log: Regen Configure.
1748      Branch: cfgperl
1749            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1750            ! config_h.SH
1751 ____________________________________________________________________________
1752 [  4482] By: jhi                                   on 1999/10/28  21:45:26
1753         Log: Installdirs patches from Andy.
1754      Branch: metaconfig
1755            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
1756            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
1757            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
1758            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
1759            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
1760            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
1761            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
1762            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
1763            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
1764 ____________________________________________________________________________
1765 [  4481] By: gsar                                  on 1999/10/28  17:33:49
1766         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
1767              can still be directly set)
1768      Branch: perl
1769            ! lib/Time/Local.pm
1770 ____________________________________________________________________________
1771 [  4480] By: jhi                                   on 1999/10/28  13:49:26
1772         Log: Fix printing of uids and gids; regen Configure.
1773      Branch: cfgperl
1774            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1775            ! config_h.SH mg.c perl.c perl.h taint.c
1776 ____________________________________________________________________________
1777 [  4479] By: jhi                                   on 1999/10/28  11:53:57
1778         Log: Fix typo.
1779      Branch: metaconfig
1780            ! U/typedefs/gidsize.U
1781 ____________________________________________________________________________
1782 [  4478] By: jhi                                   on 1999/10/28  06:50:02
1783         Log: Integrate with Sarathy.
1784      Branch: cfgperl
1785           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
1786           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
1787           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1788           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
1789 ____________________________________________________________________________
1790 [  4477] By: jhi                                   on 1999/10/28  06:40:54
1791         Log: (Slightly) better comments for Policy_sh.SH from Andy.
1792      Branch: cfgperl
1793            ! Policy_sh.SH
1794 ____________________________________________________________________________
1795 [  4476] By: gsar                                  on 1999/10/27  23:54:36
1796         Log: regen config* stuff for windows
1797      Branch: perl
1798            ! Changes patchlevel.h win32/Makefile win32/config.bc
1799            ! win32/config.gc win32/config.vc win32/config_H.bc
1800            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1801            ! win32/makefile.mk
1802 ____________________________________________________________________________
1803 [  4475] By: gsar                                  on 1999/10/27  21:32:30
1804         Log: integrate cfgperl contents into mainline; merge conflicts
1805      Branch: perl
1806           !> (integrate 46 files)
1807 ____________________________________________________________________________
1808 [  4474] By: gsar                                  on 1999/10/27  21:15:07
1809         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
1810              perl; stdout/stderr redirects seem broken as well)
1811      Branch: perl
1812            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
1813 ____________________________________________________________________________
1814 [  4473] By: jhi                                   on 1999/10/27  21:11:11
1815         Log: Do not block if no message queues available.
1816      Branch: cfgperl
1817            ! t/lib/ipc_sysv.t
1818 ____________________________________________________________________________
1819 [  4472] By: jhi                                   on 1999/10/27  18:27:40
1820         Log: Remove unused "squatter" symbols; regen Configure.
1821      Branch: cfgperl
1822            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
1823            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
1824            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1825 ____________________________________________________________________________
1826 [  4471] By: jhi                                   on 1999/10/27  18:26:55
1827         Log: metaconfig; split socket; fix output.
1828      Branch: metaconfig
1829            ! U/modified/d_socket.U U/modified/d_statblks.U
1830      Branch: metaconfig/U/perl
1831            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
1832            ! i_sysstatfs.U i_sysvfs.U
1833 ____________________________________________________________________________
1834 [  4470] By: jhi                                   on 1999/10/27  17:19:06
1835         Log: Regen Configure.
1836      Branch: cfgperl
1837            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1838            ! config_h.SH perl.c perl.h
1839 ____________________________________________________________________________
1840 [  4469] By: jhi                                   on 1999/10/27  17:18:41
1841         Log: metaconfig; split statfs.
1842      Branch: metaconfig/U/perl
1843            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
1844            ! d_statfs.U
1845 ____________________________________________________________________________
1846 [  4468] By: jhi                                   on 1999/10/27  14:06:44
1847         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
1848              (Ilya's changes won).
1849      Branch: cfgperl
1850           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
1851           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
1852           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
1853           !> (integrate 65 files)
1854 ____________________________________________________________________________
1855 [  4467] By: jhi                                   on 1999/10/27  13:38:41
1856         Log: Regen Configure.
1857      Branch: cfgperl
1858            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1859            ! config_h.SH
1860 ____________________________________________________________________________
1861 [  4466] By: jhi                                   on 1999/10/27  13:18:06
1862         Log: metaconfig fixes from Andy.
1863      Branch: metaconfig
1864            + U/modified/libnlist.U U/modified/usrinc.U
1865            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
1866 ____________________________________________________________________________
1867 [  4465] By: jhi                                   on 1999/10/27  13:06:27
1868         Log: Nosuid checking for statfs() people.
1869      Branch: cfgperl
1870            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1871            ! config_h.SH perl.c perl.h pod/perldiag.pod
1872 ____________________________________________________________________________
1873 [  4464] By: jhi                                   on 1999/10/27  13:04:20
1874         Log: metaconfig maintenance; fix Hasfield, statfs;
1875              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
1876              split fstatfs away from statfs.
1877      Branch: metaconfig
1878            + U/protos/Hasstruct.U
1879            ! U/protos/Hasfield.U
1880      Branch: metaconfig/U/perl
1881            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
1882            + i_ustat.U
1883            ! d_statfs.U
1884 ____________________________________________________________________________
1885 [  4463] By: jhi                                   on 1999/10/27  07:55:53
1886         Log: We need cc to be able to test for cc -v.
1887      Branch: cfgperl
1888            ! hints/dec_osf.sh
1889 ____________________________________________________________________________
1890 [  4462] By: gsar                                  on 1999/10/27  01:31:41
1891         Log: more GCC v2.95 induced adjustments
1892      Branch: perl
1893            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
1894            ! win32/makefile.mk win32/win32.c x2p/walk.c
1895 ____________________________________________________________________________
1896 [  4461] By: gsar                                  on 1999/10/26  21:42:59
1897         Log: warnings and const violations identified by compiling in C++ mode
1898              with GCC v2.95
1899      Branch: perl
1900            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
1901            ! sv.c taint.c toke.c win32/win32.c
1902 ____________________________________________________________________________
1903 [  4459] By: jhi                                   on 1999/10/26  10:15:58
1904         Log: Regen Configure.
1905      Branch: cfgperl
1906            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1907            ! config_h.SH
1908 ____________________________________________________________________________
1909 [  4458] By: jhi                                   on 1999/10/26  09:48:37
1910         Log: Minor rewordings.
1911      Branch: metaconfig/U/perl
1912            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
1913 ____________________________________________________________________________
1914 [  4456] By: jhi                                   on 1999/10/26  09:11:49
1915         Log: Fix d_statfsflags; add d_getmnt.
1916      Branch: metaconfig/U/perl
1917            + d_getmnt.U
1918            ! d_statfs.U
1919 ____________________________________________________________________________
1920 [  4455] By: jhi                                   on 1999/10/26  08:12:27
1921         Log: Massive multitypo in #4446.
1922      Branch: cfgperl
1923            ! hints/dec_osf.sh
1924 ____________________________________________________________________________
1925 [  4454] By: jhi                                   on 1999/10/25  08:28:45
1926         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
1927              To: Perl 5 Porters <perl5-porters@perl.org>
1928              Subject: [PATCH 5.005_62] dos-djgpp update
1929              Date: Mon, 25 Oct 1999 10:11:30 +0200
1930              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
1931      Branch: cfgperl
1932            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
1933            ! pod/perldelta.pod t/lib/io_unix.t
1934 ____________________________________________________________________________
1935 [  4453] By: jhi                                   on 1999/10/25  08:25:50
1936         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1937              To: perl5-porters@perl.org (Mailing list Perl5)
1938              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
1939              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
1940              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
1941      Branch: cfgperl
1942            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
1943 ____________________________________________________________________________
1944 [  4452] By: jhi                                   on 1999/10/25  08:16:55
1945         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1946              To: perl5-porters@perl.org (Mailing list Perl5)
1947              Subject: [PATCH 5.005_62] Missing REx engine patch
1948              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
1949              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
1950      Branch: cfgperl
1951            ! pod/perldiag.pod regcomp.c regexec.c
1952 ____________________________________________________________________________
1953 [  4451] By: jhi                                   on 1999/10/25  08:13:06
1954         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1955              To: perl5-porters@perl.org (Mailing list Perl5)
1956              Subject: [PATCH 5.005_62] charnames and UTEST
1957              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
1958              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
1959      Branch: cfgperl
1960            ! t/lib/charnames.t
1961 ____________________________________________________________________________
1962 [  4450] By: gsar                                  on 1999/10/25  07:38:15
1963         Log: win32 tweak
1964      Branch: perl
1965            ! win32/perllib.c
1966 ____________________________________________________________________________
1967 [  4449] By: gsar                                  on 1999/10/24  23:20:10
1968         Log: remove inconsistent tainting behavior of sprintf("%e",...)
1969              (all bets are off is "C" locale is compromised)
1970      Branch: perl
1971            ! pod/perlfunc.pod pod/perllocale.pod sv.c
1972 ____________________________________________________________________________
1973 [  4448] By: gsar                                  on 1999/10/24  22:20:42
1974         Log: remove unused interpreter globals
1975      Branch: perl
1976            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
1977            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
1978            ! proto.h toke.c
1979 ____________________________________________________________________________
1980 [  4447] By: jhi                                   on 1999/10/24  21:49:52
1981         Log: Another hints tweak.
1982      Branch: cfgperl
1983            ! hints/aix.sh
1984 ____________________________________________________________________________
1985 [  4446] By: jhi                                   on 1999/10/24  21:48:02
1986         Log: Hints tweak.
1987      Branch: cfgperl
1988            ! hints/dec_osf.sh
1989 ____________________________________________________________________________
1990 [  4445] By: nick                                  on 1999/10/24  21:03:28
1991         Log: Integrate own changes to mainline.
1992      Branch: utfperl
1993           !> installperl pp.c
1994 ____________________________________________________________________________
1995 [  4444] By: nick                                  on 1999/10/24  20:54:06
1996         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
1997              (Fix/workround for [ID19991024.001])
1998      Branch: perl
1999            ! pp.c
2000 ____________________________________________________________________________
2001 [  4443] By: nick                                  on 1999/10/24  15:09:51
2002         Log: Follow that camel ... another sync.
2003      Branch: utfperl
2004           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2005           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2006           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2007           !> (integrate 36 files)
2008 ____________________________________________________________________________
2009 [  4442] By: gsar                                  on 1999/10/24  14:40:01
2010         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
2011      Branch: perl
2012            ! installperl
2013 ____________________________________________________________________________
2014 [  4441] By: gsar                                  on 1999/10/24  14:33:11
2015         Log: test in change#4428 needs strict interpretation of C modulus
2016      Branch: perl
2017            ! t/op/int.t
2018 ____________________________________________________________________________
2019 [  4440] By: gsar                                  on 1999/10/24  13:47:17
2020         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
2021              $? break
2022      Branch: perl
2023            ! perl.c pod/perldelta.pod pod/perldiag.pod
2024 ____________________________________________________________________________
2025 [  4439] By: jhi                                   on 1999/10/24  13:19:17
2026         Log: test for #2835 (yeah, better later than never)
2027      Branch: cfgperl
2028            ! t/op/array.t
2029 ____________________________________________________________________________
2030 [  4438] By: gsar                                  on 1999/10/24  12:59:12
2031         Log: typo, doc tweak
2032      Branch: perl
2033            ! lib/attributes.pm pod/perlop.pod
2034 ____________________________________________________________________________
2035 [  4437] By: gsar                                  on 1999/10/24  11:59:55
2036         Log: allow get() and reftype() functions to be imported (from
2037              Spider Boardman)
2038      Branch: perl
2039            ! lib/attributes.pm
2040 ____________________________________________________________________________
2041 [  4436] By: gsar                                  on 1999/10/24  11:52:53
2042         Log: suppress scalar leak messages for known leaks (from
2043              Robin Barker <rmb1@cise.npl.co.uk>)
2044      Branch: perl
2045            ! Changes t/op/lex_assign.t t/pragma/warn/op
2046 ____________________________________________________________________________
2047 [  4435] By: gsar                                  on 1999/10/24  11:39:42
2048         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
2049      Branch: perl
2050            ! ext/B/defsubs_h.PL
2051 ____________________________________________________________________________
2052 [  4434] By: gsar                                  on 1999/10/24  11:36:08
2053         Log: relax range checking if they ask for it (from John L. Allen
2054              <allen@grumman.com>)
2055      Branch: perl
2056            ! lib/Time/Local.pm
2057 ____________________________________________________________________________
2058 [  4433] By: gsar                                  on 1999/10/24  11:25:51
2059         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
2060      Branch: perl
2061            ! README lib/File/Path.pm
2062 ____________________________________________________________________________
2063 [  4432] By: gsar                                  on 1999/10/24  11:11:02
2064         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2065              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
2066              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
2067              Subject: Re: [PATCH 5.005_62] OS/2 improvements
2068      Branch: perl
2069            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2070            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2071            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2072            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
2073            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
2074            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
2075            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
2076            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
2077            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
2078            ! perl.c perl.h t/io/fs.t t/op/magic.t
2079 ____________________________________________________________________________
2080 [  4431] By: gsar                                  on 1999/10/24  10:50:14
2081         Log: install all README.foo with pod content as podfoo.pod
2082      Branch: perl
2083            ! Makefile.SH installman
2084 ____________________________________________________________________________
2085 [  4430] By: gsar                                  on 1999/10/24  09:28:24
2086         Log: @INC needs ../lib
2087      Branch: perl
2088            ! t/op/int.t
2089 ____________________________________________________________________________
2090 [  4429] By: jhi                                   on 1999/10/23  21:47:49
2091         Log: More printf-fixes (see also #4426).
2092      Branch: cfgperl
2093            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
2094            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
2095            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
2096 ____________________________________________________________________________
2097 [  4428] By: gsar                                  on 1999/10/23  20:28:56
2098         Log: fix accidental C modulo semantics on integer-valued operations
2099              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
2100      Branch: perl
2101            ! op.c t/op/int.t
2102 ____________________________________________________________________________
2103 [  4427] By: jhi                                   on 1999/10/23  16:10:10
2104         Log: Integrate with Sarathy.
2105      Branch: cfgperl
2106           !> sv.c win32/win32.c
2107 ____________________________________________________________________________
2108 [  4426] By: jhi                                   on 1999/10/23  16:04:02
2109         Log: Fix the printfing nits pointed out by using gcc -Wall and
2110              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
2111              plus few other warnings in Dumper.xs.
2112      Branch: cfgperl
2113            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
2114            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
2115 ____________________________________________________________________________
2116 [  4425] By: jhi                                   on 1999/10/23  15:16:41
2117         Log: Configure regen to pick up the new installation directories
2118              from Policy_sh.SH.  The explanations of "public add-ons" and
2119              "vendor-supplied" could do with more work.
2120      Branch: cfgperl
2121            ! Configure config_h.SH
2122 ____________________________________________________________________________
2123 [  4424] By: nick                                  on 1999/10/23  00:46:22
2124         Log: Resolve mainline before possible hacking operertunity this weekend
2125      Branch: utfperl
2126           +> pod/perlfilter.pod
2127           !> (integrate 32 files)
2128 ____________________________________________________________________________
2129 [  4423] By: jhi                                   on 1999/10/22  22:53:17
2130         Log: Update Policy_sh.SH to handle the newer installation directives.
2131              From: Andy Dougherty <doughera@lafayette.edu>
2132              To: Perl Porters <perl5-porters@perl.org>
2133              Subject: [PATCH 5.005_62] Policy_sh.SH update
2134              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
2135              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
2136      Branch: cfgperl
2137            ! Policy_sh.SH
2138 ____________________________________________________________________________
2139 [  4422] By: jhi                                   on 1999/10/22  22:44:44
2140         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
2141      Branch: cfgperl
2142            ! hints/aix.sh
2143 ____________________________________________________________________________
2144 [  4421] By: gsar                                  on 1999/10/22  21:16:44
2145         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
2146              C<"%ld", long_val>
2147      Branch: perl
2148            ! sv.c
2149 ____________________________________________________________________________
2150 [  4420] By: gsar                                  on 1999/10/22  16:36:46
2151         Log: win32_utime() on directories should use localtime() rather
2152              than gmtime() (from Jan Dubois)
2153      Branch: perl
2154            ! win32/win32.c
2155 ____________________________________________________________________________
2156 [  4419] By: jhi                                   on 1999/10/21  10:31:41
2157         Log: Integrate with Sarathy.
2158      Branch: cfgperl
2159           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
2160           !> t/lib/glob-basic.t t/op/sort.t
2161 ____________________________________________________________________________
2162 [  4418] By: gsar                                  on 1999/10/20  23:49:47
2163         Log: add test for change#4417
2164      Branch: perl
2165            ! t/op/sort.t
2166 ____________________________________________________________________________
2167 [  4417] By: gsar                                  on 1999/10/20  23:45:03
2168         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
2169      Branch: perl
2170            ! op.c
2171 ____________________________________________________________________________
2172 [  4416] By: gsar                                  on 1999/10/20  01:00:50
2173         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
2174      Branch: perl
2175            ! lib/CPAN/FirstTime.pm
2176 ____________________________________________________________________________
2177 [  4415] By: gsar                                  on 1999/10/20  00:52:34
2178         Log: disable optimizing troublesome ops in change#3612
2179              (from Ilya Zakharevich)
2180      Branch: perl
2181            ! Makefile.SH opcode.h opcode.pl
2182 ____________________________________________________________________________
2183 [  4414] By: gsar                                  on 1999/10/20  00:37:46
2184         Log: skip unreadable directory test when running as root
2185      Branch: perl
2186            ! t/lib/glob-basic.t
2187 ____________________________________________________________________________
2188 [  4413] By: jhi                                   on 1999/10/19  09:26:52
2189         Log: Avoid GNU ar if HP cc is being used.
2190      Branch: cfgperl
2191            ! hints/hpux.sh
2192 ____________________________________________________________________________
2193 [  4412] By: jhi                                   on 1999/10/19  07:24:29
2194         Log: Integrate with Sarathy.
2195      Branch: cfgperl
2196           !> perlvars.h
2197 ____________________________________________________________________________
2198 [  4411] By: jhi                                   on 1999/10/19  07:22:34
2199         Log: Long double support: sqrtl et al are not available everywhere,
2200              e.g. not in Solaris, even when long doubles are.
2201      Branch: cfgperl
2202            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2203            ! config_h.SH perl.h
2204 ____________________________________________________________________________
2205 [  4410] By: jhi                                   on 1999/10/19  07:21:42
2206         Log: Add sqrtl probe, add echo dependencies.
2207      Branch: metaconfig
2208            ! U/threads/d_pthreadj.U
2209      Branch: metaconfig/U/perl
2210            + d_sqrtl.U
2211            ! i_inttypes.U io64.U
2212 ____________________________________________________________________________
2213 [  4409] By: gsar                                  on 1999/10/19  02:18:54
2214         Log: perl_mutex n/a if !USE_THREADS
2215      Branch: perl
2216            ! perlvars.h
2217 ____________________________________________________________________________
2218 [  4408] By: jhi                                   on 1999/10/18  20:13:02
2219         Log: Forgotten s/warning/warnings/.
2220      Branch: cfgperl
2221            ! Makefile.SH
2222 ____________________________________________________________________________
2223 [  4407] By: jhi                                   on 1999/10/18  20:02:12
2224         Log: Integrate with Sarathy.
2225      Branch: cfgperl
2226           +> pod/perlfilter.pod
2227           !> (integrate 30 files)
2228 ____________________________________________________________________________
2229 [  4406] By: gsar                                  on 1999/10/18  16:32:10
2230         Log: added intro to source filters from Paul Marquess
2231      Branch: perl
2232            + pod/perlfilter.pod
2233            ! MANIFEST pod/perldelta.pod
2234 ____________________________________________________________________________
2235 [  4405] By: gsar                                  on 1999/10/18  05:53:06
2236         Log: missing manpages
2237      Branch: perl
2238            ! installman
2239 ____________________________________________________________________________
2240 [  4404] By: gsar                                  on 1999/10/18  05:09:22
2241         Log: pod updates from Tom Christiansen
2242      Branch: perl
2243            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
2244 ____________________________________________________________________________
2245 [  4403] By: gsar                                  on 1999/10/17  23:43:59
2246         Log: PL_malloc_mutex needs to be global, not per-interpreter
2247              (malloc.c has static data)
2248      Branch: perl
2249            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
2250 ____________________________________________________________________________
2251 [  4402] By: gsar                                  on 1999/10/17  22:30:30
2252         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
2253              windows
2254      Branch: perl
2255            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
2256            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
2257            ! win32/win32.h
2258 ____________________________________________________________________________
2259 [  4401] By: gsar                                  on 1999/10/17  20:33:42
2260         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
2261              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
2262              is one symptom of the problem
2263      Branch: perl
2264            ! pp_ctl.c t/op/eval.t
2265 ____________________________________________________________________________
2266 [  4400] By: gsar                                  on 1999/10/17  18:36:46
2267         Log: remove FileHandle from list of PodParser dependencies (the
2268              difference is 20 files vs 6 files loaded!)
2269      Branch: perl
2270            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
2271            ! t/pod/testcmp.pl
2272 ____________________________________________________________________________
2273 [  4399] By: nick                                  on 1999/10/17  14:51:35
2274         Log: Pre-trip resolve
2275      Branch: utfperl
2276           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
2277 ____________________________________________________________________________
2278 [  4398] By: gsar                                  on 1999/10/17  09:19:24
2279         Log: make installperl ignore RCS files (from Michael G Schwern
2280              <schwern@pobox.com>)
2281      Branch: perl
2282            ! installperl lib/Text/Tabs.pm
2283 ____________________________________________________________________________
2284 [  4397] By: gsar                                  on 1999/10/16  18:30:14
2285         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
2286      Branch: perl
2287            ! perl.c
2288 ____________________________________________________________________________
2289 [  4396] By: jhi                                   on 1999/10/16  17:44:39
2290         Log: Missing comma.
2291      Branch: cfgperl
2292            ! lib/diagnostics.pm
2293 ____________________________________________________________________________
2294 [  4395] By: gsar                                  on 1999/10/16  17:18:36
2295         Log: assumption about @_ always being non-REAL doesn't hold when
2296              debugger is running; DB::sub() can call arbitrary stuff
2297              that modifies @_ at will
2298      Branch: perl
2299            ! pp_hot.c
2300 ____________________________________________________________________________
2301 [  4394] By: nick                                  on 1999/10/16  09:35:20
2302         Log: Resolve utfperl branch against mainline as of _62
2303      Branch: utfperl
2304           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2305           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
2306           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
2307           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2308           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2309           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
2310           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
2311           +> t/lib/glob-taint.t win32/genmk95.pl
2312            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2313           !> (integrate 144 files)
2314 ____________________________________________________________________________
2315 [  4393] By: gsar                                  on 1999/10/16  04:07:02
2316         Log: OS/2 support bits (from Ilya Zakharevich)
2317      Branch: perl
2318            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
2319 ____________________________________________________________________________
2320 [  4392] By: jhi                                   on 1999/10/15  10:28:09
2321         Log: Integrate with Sarathy.
2322      Branch: cfgperl
2323           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
2324           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
2325           !> win32/Makefile win32/makefile.mk
2326
2327 ----------------
2328 Version 5.005_62
2329 ----------------
2330
2331 ____________________________________________________________________________
2332 [  4391] By: gsar                                  on 1999/10/15  10:12:42
2333         Log: here be 5.005_62
2334      Branch: perl
2335            ! Changes MANIFEST Porting/makerel
2336 ____________________________________________________________________________
2337 [  4390] By: gsar                                  on 1999/10/15  09:45:51
2338         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
2339              avoid tickling it in Pod::Man for now; other nits in
2340              Pod::*
2341      Branch: perl
2342            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
2343            ! pod/perlopentut.pod
2344 ____________________________________________________________________________
2345 [  4389] By: gsar                                  on 1999/10/15  08:55:01
2346         Log: disable internal globbing for miniperl (or build breaks out
2347              in a rash of failed dependencies)
2348      Branch: perl
2349            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
2350 ____________________________________________________________________________
2351 [  4388] By: jhi                                   on 1999/10/15  08:07:49
2352         Log: Integrate with Sarathy.
2353      Branch: cfgperl
2354           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
2355           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
2356 ____________________________________________________________________________
2357 [  4387] By: gsar                                  on 1999/10/15  07:46:24
2358         Log: integrate cfgperl contents into mainline
2359      Branch: perl
2360            ! Changes
2361           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
2362           !> t/pragma/warn/regcomp
2363 ____________________________________________________________________________
2364 [  4386] By: gsar                                  on 1999/10/15  05:45:36
2365         Log: various little goofs in change#4385
2366      Branch: perl
2367            ! win32/include/dirent.h win32/win32.c
2368 ____________________________________________________________________________
2369 [  4385] By: gsar                                  on 1999/10/15  04:49:09
2370         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
2371              rather than win32_opendir() reading all files up front (untested)
2372      Branch: perl
2373            ! win32/include/dirent.h win32/win32.c
2374 ____________________________________________________________________________
2375 [  4384] By: gsar                                  on 1999/10/15  01:34:09
2376         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
2377      Branch: perl
2378            ! lib/Benchmark.pm pod/perldelta.pod
2379 ____________________________________________________________________________
2380 [  4383] By: gsar                                  on 1999/10/15  01:22:32
2381         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
2382              <dha@panix.com>)
2383      Branch: perl
2384            ! pod/perlfaq2.pod
2385 ____________________________________________________________________________
2386 [  4382] By: gsar                                  on 1999/10/15  01:14:22
2387         Log: From: jand@ActiveState.com (Jan Dubois)
2388              Date: Fri, 15 Oct 1999 01:14:23 +0200
2389              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
2390              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
2391      Branch: perl
2392            ! ext/POSIX/POSIX.xs
2393 ____________________________________________________________________________
2394 [  4381] By: jhi                                   on 1999/10/14  22:11:36
2395         Log: Integrate with Sarathy.
2396      Branch: cfgperl
2397           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
2398           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
2399           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
2400           !> win32/makefile.mk
2401 ____________________________________________________________________________
2402 [  4380] By: jhi                                   on 1999/10/14  22:08:22
2403         Log: Warn inside character classes about unknown backslash escapes
2404              (that are not caught earlier because of being completely unknown,
2405              such as \m), such as \z (because they make do sense inside regexen,
2406              but not inside character classes).
2407      Branch: cfgperl
2408            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
2409            ! t/pragma/warn/regcomp
2410 ____________________________________________________________________________
2411 [  4379] By: gsar                                  on 1999/10/14  18:26:56
2412         Log: clarify significance of parens for "x" (from M.J.T. Guy
2413              <mjtg@cus.cam.ac.uk>)
2414      Branch: perl
2415            ! pod/perlop.pod
2416 ____________________________________________________________________________
2417 [  4378] By: gsar                                  on 1999/10/14  18:25:20
2418         Log: make timelocal work better when time is close to the epoch
2419              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
2420      Branch: perl
2421            ! lib/Time/Local.pm
2422 ____________________________________________________________________________
2423 [  4377] By: gsar                                  on 1999/10/14  18:15:11
2424         Log: integrate cfgperl contents into mainline
2425      Branch: perl
2426           +> ext/DB_File/hints/sco.pl
2427           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
2428           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
2429           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
2430 ____________________________________________________________________________
2431 [  4376] By: gsar                                  on 1999/10/14  17:47:35
2432         Log: fix POPSTACK panics that ensued from bad interaction between
2433              runlevels and stack of stacks (change#3988 done right);
2434              basically, we pop the runlevel if the stacklevel is not the
2435              same one we started the runlevel with
2436      Branch: perl
2437            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
2438 ____________________________________________________________________________
2439 [  4375] By: gsar                                  on 1999/10/14  15:54:48
2440         Log: avoid warnings
2441      Branch: perl
2442            ! ext/File/Glob/bsd_glob.c
2443 ____________________________________________________________________________
2444 [  4374] By: jhi                                   on 1999/10/14  10:08:44
2445         Log: Warn about false ranges like \d-\w (see the change #4355).
2446              The invalid ranges (b-a) warning message also enhanced.
2447      Branch: cfgperl
2448            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
2449            ! t/pragma/warn/regcomp
2450 ____________________________________________________________________________
2451 [  4373] By: gsar                                  on 1999/10/14  03:49:54
2452         Log: File::Glob fixes for Windows
2453      Branch: perl
2454            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
2455            ! win32/makefile.mk
2456 ____________________________________________________________________________
2457 [  4372] By: gsar                                  on 1999/10/14  02:21:31
2458         Log: avoid inefficiency in change#3386 (every longjmp() was followed
2459              by an avoidable call to setjmp())
2460      Branch: perl
2461            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
2462            ! proto.h scope.c scope.h
2463 ____________________________________________________________________________
2464 [  4371] By: jhi                                   on 1999/10/13  21:17:17
2465         Log: Integrate with Sarathy.
2466      Branch: cfgperl
2467           !> op.c pod/perldelta.pod
2468 ____________________________________________________________________________
2469 [  4370] By: gsar                                  on 1999/10/13  18:08:45
2470         Log: misc tweaks
2471      Branch: perl
2472            ! op.c pod/perldelta.pod
2473 ____________________________________________________________________________
2474 [  4369] By: jhi                                   on 1999/10/13  16:18:58
2475         Log: Integrate with Sarathy.
2476      Branch: cfgperl
2477           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2478 ____________________________________________________________________________
2479 [  4368] By: gsar                                  on 1999/10/13  16:14:16
2480         Log: pod nits from various perl porters
2481      Branch: perl
2482            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2483 ____________________________________________________________________________
2484 [  4367] By: jhi                                   on 1999/10/13  12:10:30
2485         Log: From: Vlad Harchev <hvv@hippo.ru>
2486              To: perl5-porters@perl.org
2487              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
2488              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
2489              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
2490      Branch: cfgperl
2491            ! pod/perlop.pod
2492 ____________________________________________________________________________
2493 [  4366] By: gsar                                  on 1999/10/13  08:11:11
2494         Log: typos and language goofs pointed out by Hugo van der Sanden
2495              <hv@crypt.compulink.co.uk>
2496      Branch: perl
2497            ! pod/perldelta.pod pod/perldiag.pod
2498 ____________________________________________________________________________
2499 [  4365] By: jhi                                   on 1999/10/13  07:27:44
2500         Log: Integrate with Sarathy.
2501      Branch: cfgperl
2502           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
2503           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2504           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2505           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
2506           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
2507           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
2508           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
2509           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
2510           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
2511 ____________________________________________________________________________
2512 [  4364] By: gsar                                  on 1999/10/13  07:06:04
2513         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
2514      Branch: perl
2515            ! lib/perl5db.pl
2516 ____________________________________________________________________________
2517 [  4363] By: jhi                                   on 1999/10/13  07:03:43
2518         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
2519              To: perl5-porters@perl.org
2520              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
2521              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
2522              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
2523      Branch: cfgperl
2524            ! hints/svr5.sh
2525 ____________________________________________________________________________
2526 [  4362] By: jhi                                   on 1999/10/13  06:57:16
2527         Log: Add DB_File hint for SCO ODT.
2528              From: hops@sco.com
2529              To: perl5-porters@perl.org
2530              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
2531              Date: Tue, 12 Oct 1999 20:16:04 PDT
2532              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
2533      Branch: cfgperl
2534            + ext/DB_File/hints/sco.pl
2535            ! MANIFEST
2536 ____________________________________________________________________________
2537 [  4361] By: gsar                                  on 1999/10/13  06:56:08
2538         Log: PL_numeric_radix used without being defined (from Ilya
2539              Zakharevich)
2540      Branch: perl
2541            ! util.c
2542 ____________________________________________________________________________
2543 [  4360] By: gsar                                  on 1999/10/13  06:43:03
2544         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
2545              From: hops@sco.com
2546              Date: Tue, 12 Oct 1999 20:16:04 PDT
2547              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
2548              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
2549      Branch: perl
2550            + ext/NDBM_File/hints/sco.pl
2551            ! MANIFEST ext/ODBM_File/hints/sco.pl
2552 ____________________________________________________________________________
2553 [  4359] By: gsar                                  on 1999/10/13  06:34:53
2554         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
2555      Branch: perl
2556            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
2557            ! pod/perlport.pod
2558 ____________________________________________________________________________
2559 [  4358] By: gsar                                  on 1999/10/12  19:10:27
2560         Log: perldelta updates
2561      Branch: perl
2562            ! pod/perldelta.pod
2563 ____________________________________________________________________________
2564 [  4357] By: gsar                                  on 1999/10/12  17:11:18
2565         Log: update perldelta for change#4356
2566      Branch: perl
2567            ! Changes pod/perldelta.pod
2568 ____________________________________________________________________________
2569 [  4356] By: gsar                                  on 1999/10/12  16:53:31
2570         Log: add File::BSDGlob as File::Glob and load it at compile-time
2571              if perl was built with -DPERL_INTERNAL_GLOB
2572              
2573              TODO: we currently get a compile-time failure if File/Glob.pm
2574              can't be found; such failure needs to be made to emit a warning
2575              and use the csh implementation instead
2576      Branch: perl
2577            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
2578            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2579            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2580            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
2581            + t/lib/glob-global.t t/lib/glob-taint.t
2582            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
2583            ! t/pragma/overload.t
2584 ____________________________________________________________________________
2585 [  4355] By: jhi                                   on 1999/10/12  15:30:05
2586         Log: Revert the parts of #3926 that outlawed character ranges
2587              that have character classes such as \w as either endpoint.
2588              This change re-establishes the old behavior which meant that
2589              such ranges weren't really ranges, the "-" was literal.
2590              Moreover, this change also fixes the old behavior to be
2591              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
2592              Now they all do work as described above.  The #3926 outlawed
2593              all of those.
2594      Branch: cfgperl
2595            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
2596 ____________________________________________________________________________
2597 [  4354] By: jhi                                   on 1999/10/12  09:58:59
2598         Log: Integrate with Sarathy.
2599      Branch: cfgperl
2600           !> (integrate 33 files)
2601 ____________________________________________________________________________
2602 [  4353] By: gsar                                  on 1999/10/12  05:53:40
2603         Log: apply parts of LynxOS patches from Alan Johnson
2604              <johnson@alonn.gemse.fr>
2605      Branch: perl
2606            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
2607            ! t/op/groups.t
2608 ____________________________________________________________________________
2609 [  4352] By: gsar                                  on 1999/10/12  05:24:39
2610         Log: allow any unpack specifier to take a count via '/'
2611              (from Ilya Zakharevich)
2612      Branch: perl
2613            ! pp.c t/op/pack.t
2614 ____________________________________________________________________________
2615 [  4351] By: gsar                                  on 1999/10/12  05:02:35
2616         Log: avoid warnings
2617      Branch: perl
2618            ! malloc.c
2619 ____________________________________________________________________________
2620 [  4350] By: gsar                                  on 1999/10/12  04:50:52
2621         Log: various cleanups
2622      Branch: perl
2623            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
2624            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
2625            ! win32/config.gc win32/config.vc win32/config_H.bc
2626            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
2627 ____________________________________________________________________________
2628 [  4349] By: gsar                                  on 1999/10/12  00:23:11
2629         Log: update Changes, patchlevel etc.
2630      Branch: perl
2631            ! Changes Porting/findvars patchlevel.h win32/Makefile
2632            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2633            ! win32/makefile.mk
2634 ____________________________________________________________________________
2635 [  4348] By: gsar                                  on 1999/10/11  23:11:57
2636         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
2637      Branch: perl
2638            ! pod/perlfunc.pod
2639 ____________________________________________________________________________
2640 [  4347] By: jhi                                   on 1999/10/11  21:25:03
2641         Log: Sparc Linux -Duseshrplib fix.
2642              
2643              From: Brian Jepson <bjepson@home.com>
2644              To: Nick Ing-Simmons <nick@ing-simmons.net>
2645              cc: perl5-porters@perl.org
2646              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
2647              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
2648              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
2649      Branch: cfgperl
2650            ! hints/linux.sh
2651 ____________________________________________________________________________
2652 [  4346] By: gsar                                  on 1999/10/11  20:28:32
2653         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
2654              the behavior of 'Z*' and 'Z3' to always pack a trailing
2655              null byte; changed documentation to suit; added test
2656      Branch: perl
2657            ! pod/perlfunc.pod pp.c t/op/pack.t
2658 ____________________________________________________________________________
2659 [  4345] By: gsar                                  on 1999/10/11  19:15:46
2660         Log: writing to perllocal.pod fails if it was never created;
2661              tweak pseudo-hash example (both suggested by Michael G Schwern
2662              <schwern@pobox.com>)
2663      Branch: perl
2664            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
2665 ____________________________________________________________________________
2666 [  4344] By: gsar                                  on 1999/10/11  17:57:31
2667         Log: slightly edited variant of suggested patch
2668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2669              Date: Thu, 9 Sep 1999 18:35:37 -0400
2670              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
2671              Subject: [PATCH 5.005_58] How RExen match?
2672      Branch: perl
2673            ! pod/perlre.pod
2674 ____________________________________________________________________________
2675 [  4343] By: gsar                                  on 1999/10/11  16:55:48
2676         Log: change#4327 was inefficient
2677      Branch: perl
2678            ! lib/lib.pm
2679 ____________________________________________________________________________
2680 [  4342] By: jhi                                   on 1999/10/11  07:01:46
2681         Log: Integrate with Sarathy.
2682      Branch: cfgperl
2683           +> pod/perlhack.pod
2684           !> (integrate 28 files)
2685 ____________________________________________________________________________
2686 [  4341] By: jhi                                   on 1999/10/11  06:37:47
2687         Log: The 2.5th cut at the AIX C++ extension problems.
2688      Branch: cfgperl
2689            ! hints/aix.sh
2690 ____________________________________________________________________________
2691 [  4340] By: gsar                                  on 1999/10/10  23:48:07
2692         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
2693      Branch: perl
2694            + pod/perlhack.pod
2695            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
2696 ____________________________________________________________________________
2697 [  4339] By: gsar                                  on 1999/10/10  20:42:40
2698         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
2699              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
2700              void(*)(pTHX_ void*)
2701      Branch: perl
2702            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
2703            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
2704            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
2705            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
2706 ____________________________________________________________________________
2707 [  4338] By: gsar                                  on 1999/10/10  20:38:59
2708         Log: add missing new diagnostics to perldelta
2709      Branch: perl
2710            ! pod/perldelta.pod
2711 ____________________________________________________________________________
2712 [  4337] By: gsar                                  on 1999/10/10  17:40:13
2713         Log: update perldelta for change#3406
2714      Branch: perl
2715            ! embed.pl pod/perldata.pod pod/perldelta.pod
2716 ____________________________________________________________________________
2717 [  4336] By: gsar                                  on 1999/10/10  16:33:14
2718         Log: integrate cfgperl contents into mainline
2719      Branch: perl
2720           +> ext/DynaLoader/hints/aix.pl
2721           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
2722           !> makedef.pl perl.h pod/perldelta.pod
2723 ____________________________________________________________________________
2724 [  4335] By: jhi                                   on 1999/10/10  11:09:48
2725         Log: Update perldelta.
2726      Branch: cfgperl
2727            ! pod/perldelta.pod
2728 ____________________________________________________________________________
2729 [  4334] By: jhi                                   on 1999/10/10  10:31:46
2730         Log: Integrate with Sarathy.
2731      Branch: cfgperl
2732           +> win32/genmk95.pl
2733           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
2734           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
2735           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
2736           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
2737           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
2738           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
2739           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
2740           !> utils/perldoc.PL win32/makefile.mk
2741 ____________________________________________________________________________
2742 [  4333] By: gsar                                  on 1999/10/10  06:33:15
2743         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
2744              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
2745      Branch: perl
2746            ! installperl lib/diagnostics.pm utils/perldoc.PL
2747 ____________________________________________________________________________
2748 [  4332] By: gsar                                  on 1999/10/10  05:15:26
2749         Log: add $VERSION
2750      Branch: perl
2751            ! lib/Exporter.pm
2752 ____________________________________________________________________________
2753 [  4331] By: gsar                                  on 1999/10/10  05:10:22
2754         Log: describe what can go in an export list (from Anno Siegel
2755              <anno4000@lublin.zrz.tu-berlin.de>)
2756      Branch: perl
2757            ! lib/Exporter.pm
2758 ____________________________________________________________________________
2759 [  4330] By: gsar                                  on 1999/10/10  04:50:43
2760         Log: more basic support for building modules under Windows 95/98
2761              (applied relevant parts from a patch suggested by
2762              Jochen Wiedmann <joe@ispsoft.de>)
2763      Branch: perl
2764            ! lib/ExtUtils/MM_Unix.pm
2765 ____________________________________________________________________________
2766 [  4329] By: gsar                                  on 1999/10/10  04:28:38
2767         Log: rudimentary support for building under Windows 95/98 (from
2768              Benjamin Stuhl <sho_pi@hotmail.com>)
2769      Branch: perl
2770            + win32/genmk95.pl
2771            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
2772            ! win32/makefile.mk
2773 ____________________________________________________________________________
2774 [  4328] By: gsar                                  on 1999/10/10  03:37:21
2775         Log: fix two leaks in Thread.xs (from Eugene Alterman
2776              <Eugene.Alterman@bremer-inc.com>); convert places with
2777              'use attrs' to new attributes syntax
2778      Branch: perl
2779            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
2780            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
2781            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
2782            ! ext/Thread/sync2.t
2783 ____________________________________________________________________________
2784 [  4327] By: gsar                                  on 1999/10/10  02:23:52
2785         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
2786              (suggested by Tod Irwin <irwin@stockmaster.com>)
2787      Branch: perl
2788            ! lib/lib.pm
2789 ____________________________________________________________________________
2790 [  4326] By: gsar                                  on 1999/10/10  00:51:48
2791         Log: better documentation for recv() (from Anton Berezin
2792              <tobez@plab.ku.dk>)
2793      Branch: perl
2794            ! pod/perlfunc.pod
2795 ____________________________________________________________________________
2796 [  4325] By: gsar                                  on 1999/10/09  22:46:23
2797         Log: perldelta updates (see TODO markers)
2798      Branch: perl
2799            ! Changes pod/perldelta.pod pp_sys.c
2800 ____________________________________________________________________________
2801 [  4324] By: gsar                                  on 1999/10/09  19:43:10
2802         Log: fix Exporter::export_to_level() documentation
2803      Branch: perl
2804            ! lib/Exporter.pm
2805 ____________________________________________________________________________
2806 [  4323] By: gsar                                  on 1999/10/09  18:48:31
2807         Log: don't run END blocks when running under -c switch (older,
2808              rarely useful behavior may still be obtained by putting
2809              BEGIN { $^C = 0; exit; } at the end of the script)
2810      Branch: perl
2811            ! perl.c
2812 ____________________________________________________________________________
2813 [  4322] By: jhi                                   on 1999/10/09  05:31:26
2814         Log: While awaiting a good test program to detect the broken gcc.
2815              From: Thomas Conté <tom@fr.uu.net>
2816              To: <jhi@iki.fi>
2817              Cc: <perl5-porters@perl.org>
2818              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
2819              Date: Wed, 6 Oct 1999 19:56:29 +0200
2820              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
2821      Branch: cfgperl
2822            ! hints/irix_6.sh perl.h
2823 ____________________________________________________________________________
2824 [  4321] By: gsar                                  on 1999/10/09  00:41:02
2825         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
2826              clear entries in the CV's pad, leading to coredumps when CV had no
2827              other references to it; this is a slightly edited version of the
2828              patch suggested by Russel O'Connor <roconnor@world.std.com>
2829      Branch: perl
2830            ! cop.h pp_ctl.c pp_hot.c
2831 ____________________________________________________________________________
2832 [  4320] By: gsar                                  on 1999/10/08  22:50:51
2833         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
2834              situation (assumptions about cx invalidation are not valid
2835              anymore)
2836      Branch: perl
2837            ! cop.h pp_ctl.c pp_hot.c
2838 ____________________________________________________________________________
2839 [  4319] By: jhi                                   on 1999/10/08  14:33:31
2840         Log: Integrate with Sarathy.
2841      Branch: cfgperl
2842           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
2843           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
2844           !> t/comp/bproto.t thrdvar.h toke.c util.c
2845 ____________________________________________________________________________
2846 [  4318] By: jhi                                   on 1999/10/08  13:51:34
2847         Log: The second cut at AIX C++ extension troubles.
2848      Branch: cfgperl
2849            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2850            ! hints/aix.sh
2851 ____________________________________________________________________________
2852 [  4317] By: jhi                                   on 1999/10/08  10:44:13
2853         Log: The first cut at fixing Perl extensions written in C++ in AIX,
2854              statics don't get initialized right.  This patch at least
2855              doesn't seem to break the build in my AIX, but unfortunately
2856              I don't have the IBM C++ to do further testing.
2857              
2858              Problem reported by Stephanie Beals in
2859              From: bealzy@us.ibm.com
2860              To: perl5-porters@perl.org
2861              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
2862              Date: Thu, 7 Oct 1999 15:05:54 -0400
2863              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
2864      Branch: cfgperl
2865            + ext/DynaLoader/hints/aix.pl
2866            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
2867 ____________________________________________________________________________
2868 [  4316] By: gsar                                  on 1999/10/08  10:26:15
2869         Log: remove kludgey duplicate background error avoidance (caused
2870              "leaks"; %@ wasn't even user-visible under -Dusethreads);
2871              only repeats of most recent error are now avoided
2872      Branch: perl
2873            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
2874 ____________________________________________________________________________
2875 [  4315] By: jhi                                   on 1999/10/08  09:48:59
2876         Log: Fix omission.
2877      Branch: cfgperl
2878            ! makedef.pl
2879 ____________________________________________________________________________
2880 [  4314] By: gsar                                  on 1999/10/08  07:17:01
2881         Log: extend change#2299 to C<use> (fixes scoping problems in
2882              C<if (...) { use foo; ... }>)
2883      Branch: perl
2884            ! op.c
2885 ____________________________________________________________________________
2886 [  4313] By: gsar                                  on 1999/10/08  04:52:19
2887         Log: small tweak for change#4309
2888      Branch: perl
2889            ! op.c
2890 ____________________________________________________________________________
2891 [  4312] By: gsar                                  on 1999/10/08  02:31:13
2892         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
2893              From: Larry Wall <larry@wall.org>
2894              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
2895              Message-Id: <199910061655.JAA11333@kiev.wall.org>
2896              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
2897      Branch: perl
2898            ! opcode.h t/comp/bproto.t toke.c
2899 ____________________________________________________________________________
2900 [  4311] By: gsar                                  on 1999/10/08  00:58:19
2901         Log: typo
2902      Branch: perl
2903            ! pp_sys.c
2904 ____________________________________________________________________________
2905 [  4310] By: gsar                                  on 1999/10/07  23:51:38
2906         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
2907              Brian Mitchell <brian@chele.cais.net>)
2908      Branch: perl
2909            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
2910 ____________________________________________________________________________
2911 [  4309] By: gsar                                  on 1999/10/07  22:57:52
2912         Log: change#3728 was flawed (loop contexts saw the wrong statement
2913              info, causing loop control constructs to not find the label);
2914              disable OP_SETSTATE entirely and add a fix that is specifically
2915              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
2916              which was what the original patch was supposed to fix
2917              
2918              TODO: remove the remainder of the setstate logic if it can't
2919              be used anywhere else (it isn't used anywhere now)
2920      Branch: perl
2921            ! cop.h op.c perly.c perly.y
2922 ____________________________________________________________________________
2923 [  4308] By: jhi                                   on 1999/10/07  19:21:27
2924         Log: Integrate with Sarathy.
2925      Branch: cfgperl
2926           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
2927 ____________________________________________________________________________
2928 [  4307] By: gsar                                  on 1999/10/07  15:12:24
2929         Log: update to podlators-0.08 from Russ Allbery
2930      Branch: perl
2931            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
2932 ____________________________________________________________________________
2933 [  4306] By: jhi                                   on 1999/10/06  17:20:34
2934         Log: Integrate with Sarathy.
2935      Branch: cfgperl
2936           !> (integrate 45 files)
2937 ____________________________________________________________________________
2938 [  4305] By: gsar                                  on 1999/10/06  16:55:45
2939         Log: some versions of mingw32 have __int64, define iff it isn't
2940      Branch: perl
2941            ! win32/win32.h
2942 ____________________________________________________________________________
2943 [  4304] By: gsar                                  on 1999/10/06  03:45:44
2944         Log: fix typos in change#4288
2945      Branch: perl
2946            ! Changes dump.c sv.c
2947 ____________________________________________________________________________
2948 [  4303] By: gsar                                  on 1999/10/06  03:22:46
2949         Log: integrate cfgperl contents into mainline
2950      Branch: perl
2951           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2952            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2953           !> (integrate 31 files)
2954 ____________________________________________________________________________
2955 [  4302] By: gsar                                  on 1999/10/06  02:36:53
2956         Log: make die/warn and other diagnostics go to wherever STDERR happens
2957              to point at; change places that meant Perl_debug_log rather than
2958              PerlIO_stderr()
2959      Branch: perl
2960            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
2961            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2962            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
2963            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
2964            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2965            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
2966            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
2967            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
2968            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
2969            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
2970            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
2971 ____________________________________________________________________________
2972 [  4301] By: jhi                                   on 1999/10/05  23:03:46
2973         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2974              To: François Désarménien <desar@club-internet.fr>
2975              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
2976              Subject: Re: Strange RE engine breakage in 5_61
2977              Date: Mon, 4 Oct 1999 19:58:03 -0400
2978              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
2979              
2980              (had to apply pat.t part manually because there
2981              already were more tests than there was in _61)
2982      Branch: cfgperl
2983            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
2984 ____________________________________________________________________________
2985 [  4300] By: jhi                                   on 1999/10/04  17:03:18
2986         Log: From: Andy Dougherty <doughera@lafayette.edu>
2987              To: Jarkko Hietaniemi <jhi@iki.fi>
2988              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
2989              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
2990              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
2991              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
2992      Branch: cfgperl
2993            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2994            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2995            ! MANIFEST ext/B/defsubs_h.PL
2996 ____________________________________________________________________________
2997 [  4299] By: jhi                                   on 1999/10/04  07:15:16
2998         Log: From: Michael G Schwern <schwern@pobox.com>
2999              To: perl5-porters@perl.org
3000              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
3001              Date: Sun, 3 Oct 1999 17:34:17 -0400
3002              Message-ID: <19991003173417.A4351@blackrider>
3003      Branch: cfgperl
3004            ! t/lib/fields.t t/pragma/constant.t
3005 ____________________________________________________________________________
3006 [  4298] By: gsar                                  on 1999/10/04  04:57:53
3007         Log: some compatibility macros were busted
3008      Branch: perl
3009            ! embed.h embed.pl toke.c
3010 ____________________________________________________________________________
3011 [  4297] By: jhi                                   on 1999/10/03  17:50:59
3012         Log: A better version of #4296.
3013              
3014              From: Michael G Schwern <schwern@pobox.com>
3015              To: perl5-porters@perl.org
3016              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
3017              Date: Sun, 3 Oct 1999 13:54:23 -0400
3018              Message-ID: <19991003135423.A3050@blackrider>
3019      Branch: cfgperl
3020            ! av.c op.c pod/perldiag.pod
3021 ____________________________________________________________________________
3022 [  4296] By: jhi                                   on 1999/10/03  17:21:01
3023         Log: (Replaced by #4297.)
3024              
3025              From: Michael G Schwern <schwern@pobox.com>
3026              To: perl5-porters@perl.org
3027              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
3028              Date: Sun, 3 Oct 1999 13:16:47 -0400
3029              Message-ID: <19991003131647.A2816@blackrider>
3030              
3031              plus changed the error message to say "No such pseudo-hash field"
3032              as discussed in the above mail message.
3033      Branch: cfgperl
3034            ! av.c pod/perldiag.pod
3035 ____________________________________________________________________________
3036 [  4295] By: gsar                                  on 1999/10/03  16:09:36
3037         Log: avoid doing irrelevant things on 'make perl'
3038      Branch: perl
3039            ! Makefile.SH
3040 ____________________________________________________________________________
3041 [  4294] By: jhi                                   on 1999/10/03  14:16:24
3042         Log: Fix a typo in #4293 spotted by Graham Barr.
3043      Branch: cfgperl
3044            ! pod/perlref.pod
3045 ____________________________________________________________________________
3046 [  4293] By: jhi                                   on 1999/10/03  11:31:22
3047         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
3048              To: perl5-porters@perl.org
3049              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
3050              Date: Sun, 3 Oct 1999 02:34:01 -0400
3051              Message-ID: <19991003023401.A1520@blackrider>
3052      Branch: cfgperl
3053            ! pod/perlfunc.pod pod/perlref.pod
3054 ____________________________________________________________________________
3055 [  4292] By: jhi                                   on 1999/10/03  09:23:16
3056         Log: From: Barrie Slaymaker <barries@slaysys.com>
3057              To: perl5-porters@perl.org
3058              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
3059              Date: Sun, 3 Oct 1999 00:09:51 -0400
3060              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
3061      Branch: cfgperl
3062            ! lib/Benchmark.pm
3063 ____________________________________________________________________________
3064 [  4291] By: jhi                                   on 1999/10/02  23:43:53
3065         Log: Be understanding about large file systems.
3066      Branch: cfgperl
3067            ! t/lib/syslfs.t t/op/lfs.t
3068 ____________________________________________________________________________
3069 [  4290] By: jhi                                   on 1999/10/02  23:39:16
3070         Log: Configure fixfest continues.
3071      Branch: cfgperl
3072            ! Configure config_h.SH
3073      Branch: metaconfig
3074            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3075            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
3076            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
3077            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
3078      Branch: metaconfig/U/perl
3079            ! i_inttypes.U io64.U
3080 ____________________________________________________________________________
3081 [  4289] By: jhi                                   on 1999/10/02  23:12:54
3082         Log: Regen Porting stuff.
3083      Branch: cfgperl
3084            ! Porting/Glossary Porting/config.sh Porting/config_H
3085 ____________________________________________________________________________
3086 [  4288] By: jhi                                   on 1999/10/02  23:05:50
3087         Log: Untangle the IV_IS_QUAD jungle by introduding
3088              macros to be used when doing formatted printing:
3089              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
3090      Branch: cfgperl
3091            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3092            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
3093            ! regcomp.c sv.c taint.c toke.c util.c
3094 ____________________________________________________________________________
3095 [  4287] By: jhi                                   on 1999/10/02  22:54:18
3096         Log: metaconfig maintenance.
3097      Branch: metaconfig
3098            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
3099            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
3100            ! U/typedefs/uidsize.U
3101 ____________________________________________________________________________
3102 [  4286] By: nick                                  on 1999/10/02  11:11:44
3103         Log: Incremental merge of mainline
3104      Branch: utfperl
3105           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
3106           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
3107           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
3108           +> t/pod/podselect.t t/pod/podselect.xr
3109            - lib/Pod/PlainText.pm
3110           !> (integrate 148 files)
3111 ____________________________________________________________________________
3112 [  4285] By: jhi                                   on 1999/10/02  10:16:15
3113         Log: Battle namespace pollution.
3114      Branch: cfgperl
3115            ! lib/Benchmark.pm
3116 ____________________________________________________________________________
3117 [  4284] By: jhi                                   on 1999/10/02  10:11:20
3118         Log: Regen Configure, all of xs_apiversion didn't take.
3119      Branch: cfgperl
3120            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3121            ! config_h.SH patchlevel.h
3122 ____________________________________________________________________________
3123 [  4283] By: jhi                                   on 1999/10/02  09:48:17
3124         Log: Integrate with Sarathy.
3125      Branch: cfgperl
3126           +> lib/Pod/Man.pm t/pod/multiline_items.t
3127           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
3128           +> t/pod/podselect.t t/pod/podselect.xr
3129            - lib/Pod/PlainText.pm
3130           !> (integrate 50 files)
3131 ____________________________________________________________________________
3132 [  4282] By: gsar                                  on 1999/10/02  06:39:14
3133         Log: update pod2man, pod2text and related Pod:: modules with the
3134              ones in podlators-0.07 from Russ Allbery
3135      Branch: perl
3136            + lib/Pod/Man.pm
3137            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
3138            ! pod/pod2man.PL pod/pod2text.PL
3139 ____________________________________________________________________________
3140 [  4281] By: gsar                                  on 1999/10/02  06:14:44
3141         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
3142      Branch: perl
3143            - lib/Pod/PlainText.pm
3144            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
3145            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
3146            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
3147            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
3148            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
3149            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
3150            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
3151 ____________________________________________________________________________
3152 [  4280] By: gsar                                  on 1999/10/02  04:39:38
3153         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
3154      Branch: perl
3155            + t/pod/multiline_items.t t/pod/multiline_items.xr
3156            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
3157            + t/pod/podselect.xr
3158            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
3159            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
3160            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
3161            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
3162            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
3163            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
3164            ! t/pod/testp2pt.pl
3165 ____________________________________________________________________________
3166 [  4279] By: gsar                                  on 1999/10/02  03:36:41
3167         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
3168              by Michael G Schwern <schwern@pobox.com>)
3169      Branch: perl
3170            ! av.c t/op/avhv.t
3171 ____________________________________________________________________________
3172 [  4278] By: gsar                                  on 1999/10/02  02:36:55
3173         Log: deprecate C<use attrs>
3174      Branch: perl
3175            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
3176            ! t/lib/thread.t t/pragma/sub_lval.t
3177 ____________________________________________________________________________
3178 [  4277] By: gsar                                  on 1999/10/02  01:43:25
3179         Log: add notes about effect of loop control statements inside
3180              LABEL BLOCK continue BLOCK
3181      Branch: perl
3182            ! pod/perlfunc.pod
3183 ____________________________________________________________________________
3184 [  4276] By: gsar                                  on 1999/10/02  01:23:02
3185         Log: indent nested =items properly (suggested by Bill Fenner
3186              <fenner@research.att.com>)
3187      Branch: perl
3188            ! pod/pod2man.PL
3189 ____________________________________________________________________________
3190 [  4275] By: gsar                                  on 1999/10/02  01:09:16
3191         Log: updated ptags generator from Ilya Zakharevich
3192      Branch: perl
3193            ! emacs/ptags
3194 ____________________________________________________________________________
3195 [  4274] By: gsar                                  on 1999/10/01  23:08:52
3196         Log: update Changes
3197      Branch: perl
3198            ! Changes
3199 ____________________________________________________________________________
3200 [  4273] By: gsar                                  on 1999/10/01  22:58:55
3201         Log: typo, whitespace adjustments
3202      Branch: perl
3203            ! utils/h2xs.PL
3204 ____________________________________________________________________________
3205 [  4272] By: gsar                                  on 1999/10/01  22:46:06
3206         Log: remove dup hunks
3207      Branch: perl
3208            ! configure.com vms/vms.c
3209 ____________________________________________________________________________
3210 [  4271] By: gsar                                  on 1999/10/01  22:33:02
3211         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
3212              by declaring new globals "our" (XXX this means h2xs generated code
3213              won't run on earlier versions; a switch to generate compatible
3214              source is needed)
3215      Branch: perl
3216           !> (integrate 35 files)
3217 ____________________________________________________________________________
3218 [  4270] By: jhi                                   on 1999/10/01  12:05:56
3219         Log: Integrate with Sarathy.
3220      Branch: cfgperl
3221           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
3222           !> pod/perldiag.pod util.c
3223 ____________________________________________________________________________
3224 [  4269] By: jhi                                   on 1999/10/01  10:26:19
3225         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
3226              To: perl5-porters@perl.org
3227              Subject: [ID 19991001.001] perlguts man page error
3228              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
3229              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
3230      Branch: cfgperl
3231            ! pod/perlguts.pod
3232 ____________________________________________________________________________
3233 [  4268] By: jhi                                   on 1999/10/01  07:32:33
3234         Log: There *is* a month called October.
3235      Branch: cfgperl
3236            ! t/op/time.t
3237 ____________________________________________________________________________
3238 [  4267] By: jhi                                   on 1999/10/01  06:58:10
3239         Log: Temp file cleanliness.
3240      Branch: cfgperl
3241            ! t/lib/filecopy.t
3242 ____________________________________________________________________________
3243 [  4266] By: jhi                                   on 1999/10/01  06:46:56
3244         Log: From: Barrie Slaymaker <barries@slaysys.com>
3245              To: perl5-porters@perl.org
3246              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
3247              Date: Thu, 30 Sep 1999 22:16:26 -0400
3248              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
3249      Branch: cfgperl
3250            ! lib/Benchmark.pm
3251 ____________________________________________________________________________
3252 [  4265] By: jhi                                   on 1999/09/30  20:25:35
3253         Log: From: Barrie Slaymaker <barries@slaysys.com>
3254              To: perl5-porters@perl.org
3255              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
3256              Date: Thu, 30 Sep 1999 15:44:00 -0400
3257              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
3258              (Replaces #4175.)
3259      Branch: cfgperl
3260            ! lib/Benchmark.pm
3261 ____________________________________________________________________________
3262 [  4264] By: gsar                                  on 1999/09/30  17:59:26
3263         Log: re-add missing "Out of memory!" entry
3264      Branch: perl
3265            ! pod/perldiag.pod
3266 ____________________________________________________________________________
3267 [  4263] By: jhi                                   on 1999/09/30  17:05:43
3268         Log: Regenerate Configure.
3269      Branch: cfgperl
3270            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3271            ! config_h.SH
3272 ____________________________________________________________________________
3273 [  4261] By: jhi                                   on 1999/09/30  16:15:05
3274         Log: From: Andy Dougherty <doughera@lafayette.edu>
3275              To: Perl Porters <perl5-porters@perl.org>
3276              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
3277              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
3278              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
3279      Branch: cfgperl
3280            ! pod/perldelta.pod
3281 ____________________________________________________________________________
3282 [  4260] By: jhi                                   on 1999/09/30  15:48:56
3283         Log: From: Andy Dougherty <doughera@lafayette.edu>
3284              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
3285              Subject: Re: Possible skeletal structure for searching multiple versions
3286              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
3287              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
3288      Branch: metaconfig
3289            ! U/mkglossary
3290      Branch: metaconfig/U/perl
3291            + xs_apiversion.U
3292            ! patchlevel.U
3293 ____________________________________________________________________________
3294 [  4259] By: jhi                                   on 1999/09/30  15:07:16
3295         Log: Further ?idsize.U fixing.
3296      Branch: metaconfig
3297            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
3298 ____________________________________________________________________________
3299 [  4258] By: jhi                                   on 1999/09/30  15:00:14
3300         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
3301      Branch: metaconfig
3302            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
3303            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
3304 ____________________________________________________________________________
3305 [  4257] By: jhi                                   on 1999/09/30  09:48:33
3306         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
3307              To: Gurusamy Sarathy <gsar@ActiveState.com>
3308              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
3309              The Perl Porters Mailing List <perl5-porters@perl.org>
3310              Subject: [PATCH] (Was: deprecating SIGDIE)
3311              Date: Wed, 29 Sep 1999 15:16:50 -0400
3312              Message-ID: <19990929151650.E26675@O2.chapin.edu>
3313      Branch: cfgperl
3314            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
3315 ____________________________________________________________________________
3316 [  4256] By: jhi                                   on 1999/09/30  09:45:22
3317         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3318              To: Gurusamy Sarathy <gsar@activestate.com>
3319              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
3320              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
3321              Date: Wed, 29 Sep 1999 18:58:23 -0400
3322              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
3323      Branch: cfgperl
3324            ! Makefile.SH opcode.pl
3325 ____________________________________________________________________________
3326 [  4255] By: gsar                                  on 1999/09/30  09:03:48
3327         Log: remove prehistoric XFree() gunk
3328      Branch: perl
3329            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
3330 ____________________________________________________________________________
3331 [  4254] By: gsar                                  on 1999/09/30  08:40:14
3332         Log: From: Vishal Bhatia <vishal@gol.com>
3333              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
3334              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
3335              Subject: [patch _61] Minor corrections in C.pm
3336      Branch: perl
3337            ! ext/B/B/C.pm
3338 ____________________________________________________________________________
3339 [  4253] By: gsar                                  on 1999/09/30  08:36:27
3340         Log: off-by-one in fbm_compile() (spotted by John Bley
3341              <jbley@cs.cmu.edu>); whitespace adjustments
3342      Branch: perl
3343            ! util.c
3344 ____________________________________________________________________________
3345 [  4251] By: jhi                                   on 1999/09/30  08:09:13
3346         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3347              To: perl5-porters@perl.org (Mailing list Perl5)
3348              Subject: [PATCH 5.00561+]  Followup h2xs patch
3349              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
3350              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
3351      Branch: cfgperl
3352            ! utils/h2xs.PL
3353 ____________________________________________________________________________
3354 [  4250] By: jhi                                   on 1999/09/29  19:11:32
3355         Log: Integrate with Sarathy.
3356      Branch: cfgperl
3357           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
3358           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
3359           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
3360 ____________________________________________________________________________
3361 [  4249] By: bailey                                on 1999/09/29  02:21:31
3362         Log: resync with mainline
3363      Branch: vmsperl
3364           +> (branch 32 files)
3365            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
3366            - lib/unicode/blocks.txt lib/unicode/index2.txt
3367            - lib/unicode/jamo2.txt lib/unicode/names2.txt
3368            - lib/unicode/props2.txt lib/unicode/readme.txt
3369            - t/lib/bigfloatpm.t
3370           !> (integrate 240 files)
3371 ____________________________________________________________________________
3372 [  4248] By: jhi                                   on 1999/09/28  18:14:39
3373         Log: From: Andy Dougherty <doughera@lafayette.edu>
3374              To: Perl Porters <perl5-porters@perl.org>
3375              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
3376              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
3377              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
3378              
3379              From: Andy Dougherty <doughera@lafayette.edu>
3380              To: Perl Porters <perl5-porters@perl.org>
3381              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
3382              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
3383              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
3384      Branch: cfgperl
3385            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
3386            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
3387            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
3388            ! hints/next_4.sh
3389 ____________________________________________________________________________
3390 [  4247] By: gsar                                  on 1999/09/28  17:36:59
3391         Log: revert change#4115 (breaks libwww's base/date.t); could be 
3392              reworked to enable it conditional on $Time::Local::nocroak
3393              or some such
3394      Branch: perl
3395            ! lib/Time/Local.pm
3396 ____________________________________________________________________________
3397 [  4246] By: gsar                                  on 1999/09/28  17:33:14
3398         Log: tweak for win32 build
3399      Branch: perl
3400            ! win32/Makefile win32/makefile.mk
3401 ____________________________________________________________________________
3402 [  4245] By: gsar                                  on 1999/09/28  17:31:34
3403         Log: change#4236 fallout
3404      Branch: perl
3405            ! lib/ExtUtils/MM_Unix.pm
3406 ____________________________________________________________________________
3407 [  4244] By: gsar                                  on 1999/09/28  17:29:31
3408         Log: remove doubled new_xpv
3409      Branch: perl
3410            ! embed.h embed.pl proto.h
3411 ____________________________________________________________________________
3412 [  4243] By: jhi                                   on 1999/09/27  19:13:20
3413         Log: Artistic fine-tuning.
3414      Branch: cfgperl
3415            ! ext/B/defsubs_h.PL
3416 ____________________________________________________________________________
3417 [  4242] By: gsar                                  on 1999/09/27  17:05:22
3418         Log: avoid implicit split to @_ in change#4181; binary -> text file
3419              types in p4
3420      Branch: perl
3421            ! djgpp/configure.bat lib/Exporter/Heavy.pm
3422            ! t/pragma/locale/latin1
3423 ____________________________________________________________________________
3424 [  4241] By: jhi                                   on 1999/09/27  07:48:19
3425         Log: Integrate with Sarathy.
3426      Branch: cfgperl
3427           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
3428           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
3429 ____________________________________________________________________________
3430 [  4240] By: jhi                                   on 1999/09/27  07:47:11
3431         Log: Finalize change #4232.
3432              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3433              To: Jarkko Hietaniemi <jhi@iki.fi>
3434              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
3435              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
3436              Date: Sun, 26 Sep 1999 16:52:31 -0400
3437              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
3438      Branch: cfgperl
3439            ! lib/ExtUtils/xsubpp
3440 ____________________________________________________________________________
3441 [  4239] By: gsar                                  on 1999/09/27  02:48:42
3442         Log: add notes in INSTALL about Configure -Accflags=-DFOO
3443      Branch: perl
3444            ! INSTALL
3445 ____________________________________________________________________________
3446 [  4238] By: gsar                                  on 1999/09/27  02:03:48
3447         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
3448              it automatically
3449      Branch: perl
3450            ! embed.h embed.pl
3451 ____________________________________________________________________________
3452 [  4237] By: gsar                                  on 1999/09/27  01:52:47
3453         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3454              Date: Fri, 24 Sep 1999 23:25:36 -0400
3455              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
3456              Subject: [PATCH 5.005_61] Malloc fixes and docs
3457      Branch: perl
3458            ! malloc.c pod/perldiag.pod
3459 ____________________________________________________________________________
3460 [  4236] By: gsar                                  on 1999/09/27  01:31:32
3461         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
3462              <vkonovalov@lucent.com>)
3463      Branch: perl
3464            ! win32/Makefile win32/makefile.mk
3465 ____________________________________________________________________________
3466 [  4235] By: gsar                                  on 1999/09/26  17:02:03
3467         Log: fix buggy popping of subroutine contexts in the lvalue
3468              subroutines implementation (change#4081); correct the
3469              plethora of cases where DIE() was more appropriate than
3470              croak()
3471      Branch: perl
3472            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
3473 ____________________________________________________________________________
3474 [  4234] By: jhi                                   on 1999/09/26  12:06:28
3475         Log: Fix #endif.
3476      Branch: cfgperl
3477            ! XSUB.h
3478 ____________________________________________________________________________
3479 [  4233] By: jhi                                   on 1999/09/26  11:59:18
3480         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
3481              I kept my (Ilya's) version.
3482      Branch: cfgperl
3483           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
3484           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3485           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
3486           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
3487           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
3488           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
3489 ____________________________________________________________________________
3490 [  4232] By: jhi                                   on 1999/09/26  09:53:43
3491         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3492              To: Mailing list Perl5 <perl5-porters@perl.org>
3493              Subject: [PATCH 5.005_61] teach xsubpp function pointers
3494              Date: Sun, 26 Sep 1999 01:36:09 -0400
3495              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
3496              
3497              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3498              To: Mailing list Perl5 <perl5-porters@perl.org>
3499              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
3500              Date: Sun, 26 Sep 1999 03:00:50 -0400
3501              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
3502      Branch: cfgperl
3503            ! lib/ExtUtils/xsubpp utils/h2xs.PL
3504 ____________________________________________________________________________
3505 [  4231] By: jhi                                   on 1999/09/26  09:48:49
3506         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3507              To: perl5-porters@perl.org
3508              Subject: misprint in perlguts
3509              Date: Sun, 26 Sep 1999 12:48:36 +0400
3510              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
3511      Branch: cfgperl
3512            ! pod/perlguts.pod
3513 ____________________________________________________________________________
3514 [  4230] By: gsar                                  on 1999/09/26  00:50:08
3515         Log: add $installarchlib/CORE to default linker search path on windows
3516      Branch: perl
3517            ! win32/Makefile win32/makefile.mk
3518 ____________________________________________________________________________
3519 [  4229] By: gsar                                  on 1999/09/25  20:05:03
3520         Log: support C<use Shell> on Windows (reworked a patch suggested
3521              by Jenda Krynicky <Jenda@McCann.cz>)
3522      Branch: perl
3523            ! lib/Shell.pm
3524 ____________________________________________________________________________
3525 [  4228] By: gsar                                  on 1999/09/25  07:03:34
3526         Log: integrate cfgperl contents into mainline
3527      Branch: perl
3528           +> hints/svr5.sh
3529           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
3530           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3531           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
3532           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
3533 ____________________________________________________________________________
3534 [  4227] By: gsar                                  on 1999/09/25  06:44:47
3535         Log: From: Larry Wall <larry@wall.org>
3536              Date: Fri, 24 Sep 1999 21:59:37 PDT
3537              Message-Id: <199909250459.VAA27506@kiev.wall.org>
3538              Subject: Re: [PATCH 5.005_61] "our" declarations
3539      Branch: perl
3540            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
3541            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3542            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
3543            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
3544            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
3545            ! utils/h2xs.PL
3546 ____________________________________________________________________________
3547 [  4226] By: jhi                                   on 1999/09/24  23:10:52
3548         Log: Integrate with Sarathy.
3549      Branch: cfgperl
3550           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3551           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
3552           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
3553 ____________________________________________________________________________
3554 [  4225] By: gsar                                  on 1999/09/24  18:19:54
3555         Log: avoid infinite recursive exec()s of perl.exe when shebang
3556              contains "Perl" rather than "perl" on DOSISH platforms
3557      Branch: perl
3558            ! toke.c
3559 ____________________________________________________________________________
3560 [  4224] By: gsar                                  on 1999/09/24  16:09:23
3561         Log: support cygwin and other platforms that link to import libraries
3562              rather than directly with shared libraries (from a suggestion
3563              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
3564      Branch: perl
3565            ! utils/perlcc.PL
3566 ____________________________________________________________________________
3567 [  4223] By: gsar                                  on 1999/09/24  05:05:06
3568         Log: normalize time for strftime() (without the isdst effects of
3569              mktime()) using a custom mini_mktime()
3570              From: spider-perl@Orb.Nashua.NH.US
3571              Date: Thu, 23 Sep 1999 17:54:53 -0400
3572              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
3573              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
3574      Branch: perl
3575            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3576            ! ext/POSIX/hints/linux.pl t/lib/posix.t
3577 ____________________________________________________________________________
3578 [  4222] By: gsar                                  on 1999/09/23  06:44:42
3579         Log: change "#" to a comment starter in pack templates; "/" now
3580              used for specifying counted types
3581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3582              Date: Wed, 22 Sep 1999 19:41:30 -0400
3583              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
3584              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
3585      Branch: perl
3586            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
3587 ____________________________________________________________________________
3588 [  4221] By: gsar                                  on 1999/09/23  06:26:54
3589         Log: From: Vishal Bhatia <vishal@gol.com>
3590              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
3591              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
3592              Subject: [patch _61] perlcc changes
3593      Branch: perl
3594            ! utils/perlcc.PL
3595 ____________________________________________________________________________
3596 [  4220] By: gsar                                  on 1999/09/23  01:12:24
3597         Log: add include guard
3598      Branch: perl
3599            ! XSUB.h
3600 ____________________________________________________________________________
3601 [  4219] By: jhi                                   on 1999/09/22  20:38:15
3602         Log: Cleanup cleanup.
3603      Branch: cfgperl
3604            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
3605 ____________________________________________________________________________
3606 [  4218] By: jhi                                   on 1999/09/22  19:26:58
3607         Log: Tweak the equivalence tables once again.
3608      Branch: cfgperl
3609            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3610            ! lib/unicode/mktables.PL
3611 ____________________________________________________________________________
3612 [  4215] By: jhi                                   on 1999/09/22  06:47:03
3613         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3614              To: Mailing list Perl5 <perl5-porters@perl.org>
3615              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
3616              Date: Tue, 21 Sep 1999 19:50:00 -0400
3617              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
3618              
3619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3620              To: Mailing list Perl5 <perl5-porters@perl.org>
3621              Subject: [PATCH 5.005_61] More verbose -Mre=debug
3622              Date: Tue, 21 Sep 1999 22:29:55 -0400
3623              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
3624      Branch: cfgperl
3625            ! regcomp.c regexec.c
3626 ____________________________________________________________________________
3627 [  4214] By: jhi                                   on 1999/09/21  21:08:43
3628         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
3629              Reply-To: gerberb@zenez.com
3630              To: perl5-porters@perl.org
3631              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
3632              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
3633              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
3634              
3635              (Snipped away the last lines of svr5.sh a la change #3725)
3636      Branch: cfgperl
3637            + hints/svr5.sh
3638            ! Configure MANIFEST config_h.SH hints/sco.sh
3639      Branch: metaconfig
3640            ! U/modified/Cppsym.U U/modified/Oldconfig.U
3641 ____________________________________________________________________________
3642 [  4213] By: jhi                                   on 1999/09/21  20:48:01
3643         Log: From: Kragen Sitaker <kragen@dnaco.net>
3644              To: perl5-porters@perl.org
3645              Subject: [ID 19990921.013] accidental list context in perlfaq9
3646              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
3647              Reply-To: kragen@pobox.com
3648              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
3649      Branch: cfgperl
3650            ! pod/perlfaq9.pod
3651 ____________________________________________________________________________
3652 [  4212] By: jhi                                   on 1999/09/20  19:55:42
3653         Log: Integrate with Sarathy.
3654      Branch: cfgperl
3655           +> README.Y2K
3656           !> Changes MANIFEST
3657 ____________________________________________________________________________
3658 [  4211] By: jhi                                   on 1999/09/20  19:44:44
3659         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
3660      Branch: cfgperl
3661            ! Configure config_h.SH pod/perldelta.pod
3662      Branch: metaconfig/U/perl
3663            ! use64bits.U uselfs.U uselongdbl.U
3664 ____________________________________________________________________________
3665 [  4210] By: jhi                                   on 1999/09/20  19:38:26
3666         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
3667      Branch: cfgperl
3668            ! Configure config_h.SH
3669      Branch: metaconfig
3670            ! U/modified/Options.U
3671 ____________________________________________________________________________
3672 [  4209] By: gsar                                  on 1999/09/20  19:35:39
3673         Log: integrate cfgperl changes into mainline
3674      Branch: perl
3675           +> lib/unicode/Unicode.html
3676            ! Changes
3677           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3678           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
3679 ____________________________________________________________________________
3680 [  4208] By: gsar                                  on 1999/09/20  18:28:44
3681         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
3682      Branch: perl
3683            + README.Y2K
3684            ! MANIFEST
3685 ____________________________________________________________________________
3686 [  4207] By: jhi                                   on 1999/09/20  11:06:13
3687         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
3688      Branch: cfgperl
3689            ! pod/perldelta.pod
3690 ____________________________________________________________________________
3691 [  4206] By: jhi                                   on 1999/09/20  09:53:15
3692         Log: Do not test for gccish things in non-gccish platforms.
3693      Branch: cfgperl
3694            ! Configure config_h.SH
3695      Branch: metaconfig
3696            ! U/compline/ccflags.U
3697 ____________________________________________________________________________
3698 [  4205] By: jhi                                   on 1999/09/20  09:41:22
3699         Log: Prompt for uselfs.
3700      Branch: cfgperl
3701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3702            ! config_h.SH
3703      Branch: metaconfig
3704            ! U/mksample
3705      Branch: metaconfig/U/perl
3706            ! use64bits.U uselfs.U
3707 ____________________________________________________________________________
3708 [  4204] By: jhi                                   on 1999/09/20  09:09:29
3709         Log: Add usemorebits and uselfs.
3710      Branch: cfgperl
3711            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3712            ! config_h.SH doio.c perl.h
3713      Branch: metaconfig/U/perl
3714            + uselfs.U usemorebits.U
3715            ! use64bits.U uselongdbl.U
3716 ____________________________________________________________________________
3717 [  4203] By: jhi                                   on 1999/09/20  07:48:48
3718         Log: Dethinko.
3719      Branch: cfgperl
3720            ! pod/perlfunc.pod
3721 ____________________________________________________________________________
3722 [  4202] By: jhi                                   on 1999/09/20  07:33:32
3723         Log: Fix a bug in the description of endianness.  Reported in
3724              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3725              To: perl5-porters@perl.org
3726              Subject: BUG: perldoc -f pack
3727              Date: Mon, 20 Sep 1999 09:43:49 +0400
3728              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
3729      Branch: cfgperl
3730            ! pod/perlfunc.pod
3731 ____________________________________________________________________________
3732 [  4201] By: jhi                                   on 1999/09/20  07:01:26
3733         Log: Integrate with Sarathy.
3734      Branch: cfgperl
3735           +> t/op/args.t
3736           !> (integrate 31 files)
3737 ____________________________________________________________________________
3738 [  4200] By: gsar                                  on 1999/09/20  03:45:06
3739         Log: From: Russ Allbery <rra@stanford.edu>
3740              Date: 19 Aug 1999 04:35:44 -0700
3741              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
3742              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
3743      Branch: perl
3744            ! lib/File/Find.pm
3745 ____________________________________________________________________________
3746 [  4199] By: gsar                                  on 1999/09/20  03:27:49
3747         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
3748      Branch: perl
3749            ! ext/B/B/Terse.pm
3750 ____________________________________________________________________________
3751 [  4198] By: gsar                                  on 1999/09/20  03:25:25
3752         Log: add arenas for managing allocations of remaining xpv*v structures
3753              From: Vishal Bhatia <vishal@gol.com>
3754              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
3755              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
3756              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
3757      Branch: perl
3758            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
3759            ! proto.h sv.c
3760 ____________________________________________________________________________
3761 [  4197] By: gsar                                  on 1999/09/20  03:06:10
3762         Log: queue errors due to strictures rather than printing them as
3763              warnings; symbols that violate strictures do *not* end up in
3764              the symbol table anyway, making multiple evals of the same piece
3765              of code produce the same errors; errors indicate all locations
3766              of a global symbol rather than just the first one; these
3767              changes make compile-time failures within evals reliably
3768              visible via the return value or contents of $@, and trappable
3769              using __DIE__ hooks
3770      Branch: perl
3771            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
3772            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
3773            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
3774            ! t/pragma/strict-vars thrdvar.h toke.c util.c
3775 ____________________________________________________________________________
3776 [  4196] By: gsar                                  on 1999/09/19  22:14:29
3777         Log: control change#1914 via hints (causes problems on some platforms)
3778      Branch: perl
3779            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3780            ! ext/POSIX/hints/linux.pl
3781 ____________________________________________________________________________
3782 [  4195] By: gsar                                  on 1999/09/19  21:30:18
3783         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
3784              in passing around references to @_, eg C<sub foo { \@_ }>; add
3785              tests for the same
3786      Branch: perl
3787            + t/op/args.t
3788            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
3789 ____________________________________________________________________________
3790 [  4194] By: jhi                                   on 1999/09/18  18:57:45
3791         Log: Integrate with Sarathy.
3792      Branch: cfgperl
3793           !> opcode.h opcode.pl
3794 ____________________________________________________________________________
3795 [  4193] By: nick                                  on 1999/09/18  15:24:56
3796         Log: Re-integrate mainline
3797              Basic SvUTF8 stuff in headers, no functional changes yet.
3798      Branch: utfperl
3799            + lib/byte.pm lib/byte_heavy.pl
3800           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
3801           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3802           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3803           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3804           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
3805           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
3806           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
3807           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
3808           +> lib/unicode/Names.txt lib/unicode/Props.txt
3809           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
3810           +> t/lib/bigfltpm.t
3811            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
3812            - lib/unicode/blocks.txt lib/unicode/index2.txt
3813            - lib/unicode/jamo2.txt lib/unicode/names2.txt
3814            - lib/unicode/props2.txt lib/unicode/readme.txt
3815            - t/lib/bigfloatpm.t
3816            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
3817            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
3818            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
3819            ! warnings.h
3820           !> (integrate 142 files)
3821 ____________________________________________________________________________
3822 [  4192] By: gsar                                  on 1999/09/18  15:11:47
3823         Log: more op description tweaks
3824      Branch: perl
3825            ! opcode.h opcode.pl
3826 ____________________________________________________________________________
3827 [  4191] By: jhi                                   on 1999/09/18  07:47:16
3828         Log: Integrate with Sarathy.
3829      Branch: cfgperl
3830           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
3831           !> t/pragma/warn/op
3832 ____________________________________________________________________________
3833 [  4190] By: jhi                                   on 1999/09/18  07:35:45
3834         Log: Add description of the Unicode database files.
3835      Branch: cfgperl
3836            + lib/unicode/Unicode.html
3837 ____________________________________________________________________________
3838 [  4189] By: gsar                                  on 1999/09/18  03:14:58
3839         Log: tweak some op names in change#4177 (will any of this break code that
3840              gropes $@ ?)
3841      Branch: perl
3842            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
3843            ! t/pragma/warn/op
3844 ____________________________________________________________________________
3845 [  4188] By: jhi                                   on 1999/09/17  21:30:08
3846         Log: Pick up the typo fix.
3847      Branch: cfgperl
3848           !> t/io/open.t
3849 ____________________________________________________________________________
3850 [  4187] By: gsar                                  on 1999/09/17  21:13:55
3851         Log: fix typo
3852      Branch: perl
3853            ! t/io/open.t
3854 ____________________________________________________________________________
3855 [  4186] By: gsar                                  on 1999/09/17  20:57:29
3856         Log: integrate cfgperl change
3857      Branch: perl
3858           !> vms/subconfigure.com
3859 ____________________________________________________________________________
3860 [  4185] By: jhi                                   on 1999/09/17  20:46:41
3861         Log: Re-apply applicable parts of #3993, #3994, and #3995.
3862      Branch: cfgperl
3863            ! vms/subconfigure.com
3864 ____________________________________________________________________________
3865 [  4184] By: gsar                                  on 1999/09/17  20:26:02
3866         Log: integrate cfgperl contents into mainline
3867      Branch: perl
3868           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
3869           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
3870           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
3871           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
3872           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
3873           +> lib/unicode/SpecCase.txt
3874            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
3875            - lib/unicode/index2.txt lib/unicode/jamo2.txt
3876            - lib/unicode/names2.txt lib/unicode/props2.txt
3877            - lib/unicode/readme.txt
3878           !> (integrate 73 files)
3879 ____________________________________________________________________________
3880 [  4183] By: jhi                                   on 1999/09/17  20:25:51
3881         Log: Integrate with Sarathy.
3882      Branch: cfgperl
3883           !> configure.com ext/ByteLoader/byterun.h
3884           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
3885           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
3886           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
3887           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
3888 ____________________________________________________________________________
3889 [  4182] By: gsar                                  on 1999/09/17  20:16:28
3890         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
3891              vmsperl contents have prevailed)
3892      Branch: perl
3893           !> configure.com ext/ByteLoader/byterun.h
3894           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
3895           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
3896           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
3897           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
3898 ____________________________________________________________________________
3899 [  4181] By: jhi                                   on 1999/09/17  20:12:37
3900         Log: From: Michael G Schwern <schwern@pobox.com>
3901              To: perl5-porters@perl.org
3902              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
3903              Date: Thu, 19 Aug 1999 21:30:01 -0400
3904              Message-ID: <19990819213001.A22512@athens.aocn.com>
3905      Branch: cfgperl
3906            ! lib/Exporter/Heavy.pm
3907 ____________________________________________________________________________
3908 [  4180] By: gsar                                  on 1999/09/17  20:11:00
3909         Log: perlhist additions
3910      Branch: perl
3911            ! pod/perlhist.pod
3912 ____________________________________________________________________________
3913 [  4179] By: jhi                                   on 1999/09/17  20:08:00
3914         Log: The change #4176 should've undone only the test, not the code patch.
3915      Branch: cfgperl
3916            ! doio.c
3917 ____________________________________________________________________________
3918 [  4178] By: jhi                                   on 1999/09/17  20:06:08
3919         Log: From: Ian Phillipps <ian@dial.pipex.com>
3920              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
3921              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
3922              Date: Sat, 21 Aug 1999 12:36:12 +0100
3923              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
3924      Branch: cfgperl
3925            ! pod/perlsyn.pod
3926 ____________________________________________________________________________
3927 [  4177] By: jhi                                   on 1999/09/17  20:00:19
3928         Log: More descriptive names for operators.
3929              
3930              From: Michael G Schwern <schwern@pobox.com>
3931              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
3932              Cc: perl5-porters@perl.org
3933              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
3934              Date: Tue, 17 Aug 1999 18:35:45 -0400
3935              Message-ID: <19990817183545.A23073@toldyouso.com>
3936              
3937              From: Michael G Schwern <schwern@pobox.com>
3938              To: perl5-porters@perl.org
3939              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
3940              Date: Wed, 18 Aug 1999 03:53:38 -0400
3941              Message-ID: <19990818035337.A31505@athens.aocn.com>
3942      Branch: cfgperl
3943            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
3944            ! t/pragma/warn/op t/pragma/warn/sv
3945 ____________________________________________________________________________
3946 [  4176] By: jhi                                   on 1999/09/17  18:19:18
3947         Log: Take away the infamous io/dup.t #7.
3948              It seems there simply is no way to portably
3949              "flush" an input file handle.
3950      Branch: cfgperl
3951            ! doio.c t/io/dup.t
3952 ____________________________________________________________________________
3953 [  4175] By: jhi                                   on 1999/09/17  14:45:08
3954         Log: From: Barrie Slaymaker <barries@slaysys.com>
3955              To: perl5-porters@perl.org
3956              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
3957              Date: Fri, 17 Sep 1999 11:16:48 -0400
3958              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
3959      Branch: cfgperl
3960            ! lib/Benchmark.pm
3961 ____________________________________________________________________________
3962 [  4174] By: jhi                                   on 1999/09/17  14:07:16
3963         Log: UNICOS does support large files but doesn't support sparse files
3964              so we cannot easily test for large file support.
3965      Branch: cfgperl
3966            ! t/lib/syslfs.t t/op/lfs.t
3967 ____________________________________________________________________________
3968 [  4173] By: jhi                                   on 1999/09/17  14:03:44
3969         Log: UNICOS has sloppy division/modulo for floating point numbers.
3970      Branch: cfgperl
3971            ! t/op/arith.t
3972 ____________________________________________________________________________
3973 [  4172] By: jhi                                   on 1999/09/17  13:47:49
3974         Log: Portable blocksize (replaces #4171).
3975      Branch: cfgperl
3976            ! t/lib/syslfs.t t/op/lfs.t
3977 ____________________________________________________________________________
3978 [  4171] By: jhi                                   on 1999/09/17  13:08:54
3979         Log: (replaced by #4172)
3980      Branch: cfgperl
3981            ! t/lib/syslfs.t t/op/lfs.t
3982 ____________________________________________________________________________
3983 [  4170] By: jhi                                   on 1999/09/17  12:59:11
3984         Log: Detypo #4169.
3985      Branch: cfgperl
3986            ! t/lib/syslfs.t t/op/lfs.t
3987 ____________________________________________________________________________
3988 [  4169] By: jhi                                   on 1999/09/17  12:16:34
3989         Log: Diagnose possible quota limits.
3990      Branch: cfgperl
3991            ! t/lib/syslfs.t t/op/lfs.t
3992 ____________________________________________________________________________
3993 [  4168] By: jhi                                   on 1999/09/17  12:10:43
3994         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
3995              doesn't have one that wouldn't cause SIGSYS.  UNICOS
3996              does have getpgrp(void) so Perl getpgrp() is happy.
3997      Branch: cfgperl
3998            ! hints/unicos.sh
3999 ____________________________________________________________________________
4000 [  4167] By: jhi                                   on 1999/09/17  11:49:30
4001         Log: Filesystem quotas may stop you from using large files.
4002      Branch: cfgperl
4003            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
4004 ____________________________________________________________________________
4005 [  4166] By: jhi                                   on 1999/09/17  11:36:01
4006         Log: Too strict pattern for parsing group lists.
4007      Branch: cfgperl
4008            ! t/op/groups.t
4009 ____________________________________________________________________________
4010 [  4165] By: jhi                                   on 1999/09/17  09:06:18
4011         Log: Configure maintenance. It's sigaction.sa_flags
4012              and the Glossary regen'ed.
4013      Branch: cfgperl
4014            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4015            ! config_h.SH
4016      Branch: metaconfig
4017            ! U/compline/d_sigaction.U
4018 ____________________________________________________________________________
4019 [  4164] By: jhi                                   on 1999/09/15  06:57:51
4020         Log: Integrate with Sarathy.
4021      Branch: cfgperl
4022           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
4023           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
4024           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
4025           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
4026           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
4027           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
4028           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
4029           !> jpl/PerlInterpreter/Makefile.PL
4030           !> jpl/PerlInterpreter/PerlInterpreter.c
4031           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4032           !> jpl/Sample/Makefile.PL jpl/install-jpl
4033           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
4034           !> t/op/pat.t
4035 ____________________________________________________________________________
4036 [  4163] By: gsar                                  on 1999/09/15  05:17:27
4037         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
4038      Branch: perl
4039            ! lib/File/Spec/Functions.pm
4040 ____________________________________________________________________________
4041 [  4162] By: gsar                                  on 1999/09/15  05:09:14
4042         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
4043      Branch: perl
4044            ! Changes embed.h embed.pl
4045 ____________________________________________________________________________
4046 [  4161] By: gsar                                  on 1999/09/15  04:08:25
4047         Log: missing perlhist dates from Jeff Okamoto
4048      Branch: perl
4049            ! pod/perlhist.pod
4050 ____________________________________________________________________________
4051 [  4160] By: gsar                                  on 1999/09/15  03:13:08
4052         Log: jpl tweak
4053      Branch: perl
4054            ! MANIFEST jpl/JNI/Makefile.PL
4055 ____________________________________________________________________________
4056 [  4159] By: gsar                                  on 1999/09/15  02:57:08
4057         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
4058              Jepson <bjepson@home.com>)
4059      Branch: perl
4060            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
4061            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
4062            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
4063            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
4064            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4065            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
4066            ! jpl/PerlInterpreter/Makefile.PL
4067            ! jpl/PerlInterpreter/PerlInterpreter.c
4068            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4069            ! jpl/Sample/Makefile.PL jpl/install-jpl
4070 ____________________________________________________________________________
4071 [  4158] By: gsar                                  on 1999/09/15  01:27:14
4072         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
4073              Date:    Tue, 14 Sep 1999 21:26:15 EDT
4074              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
4075              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
4076      Branch: perl
4077            ! regexec.c t/op/pat.t
4078 ____________________________________________________________________________
4079 [  4157] By: jhi                                   on 1999/09/14  21:18:09
4080         Log: config.h will define USE_64_BITS if need be.
4081      Branch: cfgperl
4082            ! hints/irix_6.sh
4083 ____________________________________________________________________________
4084 [  4156] By: jhi                                   on 1999/09/14  20:30:00
4085         Log: Change #4149 necessitates also a small code change.
4086      Branch: cfgperl
4087            ! ext/B/defsubs_h.PL
4088 ____________________________________________________________________________
4089 [  4155] By: jhi                                   on 1999/09/14  20:15:53
4090         Log: Update EPOC libdir names.
4091      Branch: cfgperl
4092            ! epoc/config.h
4093 ____________________________________________________________________________
4094 [  4154] By: jhi                                   on 1999/09/14  20:13:41
4095         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
4096              deceased HAS.*DBM.*64 mumblings.
4097      Branch: cfgperl
4098            ! Configure config_h.SH epoc/config.h
4099 ____________________________________________________________________________
4100 [  4153] By: jhi                                   on 1999/09/14  20:04:53
4101         Log: Configure nits.
4102      Branch: cfgperl
4103            ! Configure config_h.SH
4104      Branch: metaconfig
4105            ! U/compline/d_sigaction.U U/threads/i_pthread.U
4106 ____________________________________________________________________________
4107 [  4152] By: jhi                                   on 1999/09/14  19:30:22
4108         Log: Integrate with Sarathy.
4109      Branch: cfgperl
4110           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
4111            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
4112           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
4113           !> win32/config_sh.PL
4114 ____________________________________________________________________________
4115 [  4151] By: jhi                                   on 1999/09/14  10:25:01
4116         Log: Update Unicode database and recompute the tables.
4117              Rename the .txt files to be more Unicode 3.0-like.
4118              Unihan-3.0.txt not included because it is 16 MB.
4119              syllables.txt is manually maintained.
4120              See ReadMe.txt for description of the .txt files.
4121              (not all of them are used yet)
4122      Branch: cfgperl
4123            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
4124            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
4125            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
4126            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
4127            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
4128            + lib/unicode/SpecCase.txt
4129            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
4130            - lib/unicode/index2.txt lib/unicode/jamo2.txt
4131            - lib/unicode/names2.txt lib/unicode/props2.txt
4132            - lib/unicode/readme.txt
4133            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
4134            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
4135            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
4136            ! lib/unicode/Decomposition.pl
4137            ! lib/unicode/In/ArabicPresentationForms-B.pl
4138            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
4139            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
4140            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
4141            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
4142            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
4143            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
4144            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
4145            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
4146            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
4147            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
4148            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
4149            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
4150            ! lib/unicode/mktables.PL
4151 ____________________________________________________________________________
4152 [  4150] By: gsar                                  on 1999/09/14  09:31:57
4153         Log: INSTALL tweak
4154      Branch: perl
4155            ! INSTALL
4156 ____________________________________________________________________________
4157 [  4149] By: gsar                                  on 1999/09/14  09:00:45
4158         Log: change some filenames to be 8.3-friendly
4159      Branch: perl
4160           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
4161            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
4162            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
4163 ____________________________________________________________________________
4164 [  4148] By: gsar                                  on 1999/09/14  08:35:00
4165         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
4166      Branch: perl
4167            ! win32/config_sh.PL
4168 ____________________________________________________________________________
4169 [  4147] By: jhi                                   on 1999/09/14  08:07:49
4170         Log: Not that UVSIZE normally differs that much from IVSIZE...
4171      Branch: cfgperl
4172            ! perl.h
4173 ____________________________________________________________________________
4174 [  4146] By: jhi                                   on 1999/09/14  08:04:40
4175         Log: Integrate with Sarathy.
4176      Branch: cfgperl
4177           !> Changes ext/DB_File/DB_File.xs
4178 ____________________________________________________________________________
4179 [  4145] By: jhi                                   on 1999/09/14  07:10:02
4180         Log: I_PTHREAD was PTHREADEAD.
4181      Branch: cfgperl
4182            ! Configure config_h.SH
4183      Branch: metaconfig
4184            ! U/threads/i_pthread.U
4185 ____________________________________________________________________________
4186 [  4144] By: gsar                                  on 1999/09/14  06:46:47
4187         Log: change#4113 was missing DB_File.xs changes
4188      Branch: perl
4189            ! ext/DB_File/DB_File.xs
4190 ____________________________________________________________________________
4191 [  4143] By: jhi                                   on 1999/09/13  20:16:20
4192         Log: Small doc and whitespace edits.
4193      Branch: cfgperl
4194            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4195            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4196            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
4197            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
4198            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
4199            ! pod/perldelta.pod
4200 ____________________________________________________________________________
4201 [  4142] By: gsar                                  on 1999/09/13  19:32:31
4202         Log: integrate cfgperl contents into mainline, update Changes
4203      Branch: perl
4204           +> ext/DB_File/version.c
4205            ! Changes
4206           !> (integrate 44 files)
4207 ____________________________________________________________________________
4208 [  4141] By: jhi                                   on 1999/09/13  16:16:56
4209         Log: Scan for <pthread.h> always.
4210      Branch: cfgperl
4211            ! Configure config_h.SH perl.h
4212      Branch: metaconfig
4213            ! U/threads/i_pthread.U
4214 ____________________________________________________________________________
4215 [  4140] By: jhi                                   on 1999/09/13  16:00:08
4216         Log: Integrate with Sarathy.
4217      Branch: cfgperl
4218           !> (integrate 27 files)
4219 ____________________________________________________________________________
4220 [  4139] By: jhi                                   on 1999/09/13  15:35:18
4221         Log: Add -A option to Configure to diddle with variables
4222              after the hints file has been applied.
4223      Branch: cfgperl
4224            ! Configure config_h.SH
4225      Branch: metaconfig
4226            ! U/modified/Oldconfig.U U/modified/Options.U
4227 ____________________________________________________________________________
4228 [  4138] By: jhi                                   on 1999/09/13  13:42:56
4229         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
4230      Branch: cfgperl
4231            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4232            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4233            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
4234            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
4235            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
4236 ____________________________________________________________________________
4237 [  4137] By: jhi                                   on 1999/09/13  13:25:31
4238         Log: Applying change #4136 manually introduced patch residue.
4239      Branch: cfgperl
4240            ! perl.h
4241 ____________________________________________________________________________
4242 [  4136] By: jhi                                   on 1999/09/13  13:23:04
4243         Log: Replace change #4100 with
4244              From: Robin Barker <rmb1@cise.npl.co.uk>
4245              To: gsar@activestate.com
4246              Cc: perl5-porters@perl.org
4247              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
4248              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
4249              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
4250      Branch: cfgperl
4251            ! doio.c dump.c ext/B/B.xs ext/B/typemap
4252            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
4253            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
4254            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
4255            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
4256 ____________________________________________________________________________
4257 [  4135] By: jhi                                   on 1999/09/13  10:22:31
4258         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4259              To: perl5-porters@perl.org (Mailing list Perl5)
4260              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
4261              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
4262              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
4263              
4264              From: andreas.koenig@anima.de (Andreas J. Koenig)
4265              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
4266              Cc: perl5-porters@perl.org (Mailing list Perl5)
4267              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
4268              Date: 11 Sep 1999 15:36:26 +0200
4269              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
4270      Branch: cfgperl
4271            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4272 ____________________________________________________________________________
4273 [  4134] By: jhi                                   on 1999/09/13  10:20:14
4274         Log: From: Tom Phoenix <rootbeer@redcat.com>
4275              To: Perl Porters Mailing List <perl5-porters@perl.org>
4276              Subject: [DOCPATCH] Server errors and perldiag
4277              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
4278              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
4279      Branch: cfgperl
4280            ! pod/perldiag.pod
4281 ____________________________________________________________________________
4282 [  4133] By: gsar                                  on 1999/09/13  03:25:43
4283         Log: avoid assertion failure on C<@a'>
4284      Branch: perl
4285            ! toke.c
4286 ____________________________________________________________________________
4287 [  4132] By: gsar                                  on 1999/09/13  03:03:57
4288         Log: add -DPERL_Y2KWARN build option that will generate additional
4289              warnings on "19$yy" etc (reworked a patch suggested by
4290              Ulrich Pfeifer <upf@de.uu.net>)
4291      Branch: perl
4292            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
4293            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
4294 ____________________________________________________________________________
4295 [  4131] By: gsar                                  on 1999/09/12  22:06:25
4296         Log: fix DATA leaks; reword documentation about the DATA filehandle
4297      Branch: perl
4298            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
4299 ____________________________________________________________________________
4300 [  4130] By: gsar                                  on 1999/09/12  20:08:56
4301         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
4302              formatted result looks nonstandard
4303      Branch: perl
4304            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
4305            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
4306            ! t/pragma/locale.t thrdvar.h
4307 ____________________________________________________________________________
4308 [  4129] By: gsar                                  on 1999/09/12  17:04:11
4309         Log: From: Doug MacEachern <dougm@cp.net>
4310              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
4311              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
4312              Subject: [PATCH 5.005_57] B::clearsym
4313      Branch: perl
4314            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
4315 ____________________________________________________________________________
4316 [  4128] By: gsar                                  on 1999/09/12  16:59:12
4317         Log: better debugger help output (from Ilya Zakharevich)
4318      Branch: perl
4319            ! lib/perl5db.pl
4320 ____________________________________________________________________________
4321 [  4127] By: jhi                                   on 1999/09/11  20:50:37
4322         Log: Integrate with Sarathy.
4323      Branch: cfgperl
4324           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
4325           +> t/lib/gol-linkage.t
4326           !> (integrate 43 files)
4327 ____________________________________________________________________________
4328 [  4126] By: nick                                  on 1999/09/10  20:44:22
4329         Log: Get resolve -at mainline
4330      Branch: utfperl
4331           +> (branch 297 files)
4332            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
4333            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
4334            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
4335            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
4336            - t/pragma/warn-1global t/pragma/warning.t thread.sym
4337            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
4338            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
4339            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
4340            - win32/makeperldef.pl win32/perlhost.h
4341           !> (integrate 847 files)
4342 ____________________________________________________________________________
4343 [  4125] By: gsar                                  on 1999/09/10  19:22:14
4344         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
4345              etc.)
4346      Branch: perl
4347            ! XSUB.h pp.h
4348 ____________________________________________________________________________
4349 [  4124] By: gsar                                  on 1999/09/10  19:14:35
4350         Log: rewrote substantive parts of patch
4351              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4352              Date: Fri, 27 Aug 1999 19:02:18 -0400
4353              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
4354              Subject: [PATCH 5.005_58] REx documentation
4355      Branch: perl
4356            ! pod/perlre.pod
4357 ____________________________________________________________________________
4358 [  4123] By: gsar                                  on 1999/09/10  18:21:53
4359         Log: note about AVf_*
4360      Branch: perl
4361            ! av.h
4362 ____________________________________________________________________________
4363 [  4122] By: gsar                                  on 1999/09/10  17:55:42
4364         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
4365              <lichtin@bivio.com>)
4366      Branch: perl
4367            ! lib/Pod/Html.pm
4368 ____________________________________________________________________________
4369 [  4121] By: gsar                                  on 1999/09/10  17:49:35
4370         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
4371      Branch: perl
4372            ! AUTHORS Changes README.dos djgpp/config.over
4373            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
4374            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
4375            ! pod/podselect.PL sv.h t/io/openpid.t util.c
4376 ____________________________________________________________________________
4377 [  4120] By: gsar                                  on 1999/09/10  12:25:01
4378         Log: add perlcompile.pod (edited content from Nathan Torkington
4379              <gnat@frii.com> and others)
4380      Branch: perl
4381            + pod/perlcompile.pod
4382            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
4383 ____________________________________________________________________________
4384 [  4119] By: gsar                                  on 1999/09/10  11:05:13
4385         Log: avoid leaking static local_patches unless patchlevel.h is
4386              explicitly included
4387      Branch: perl
4388            ! patchlevel.h perl.c
4389 ____________________________________________________________________________
4390 [  4118] By: gsar                                  on 1999/09/10  10:44:54
4391         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
4392              <jvromans@squirrel.nl>)
4393      Branch: perl
4394            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
4395            ! Changes MANIFEST lib/Getopt/Long.pm
4396 ____________________________________________________________________________
4397 [  4116] By: jhi                                   on 1999/09/09  15:56:52
4398         Log: perldeltify change #4115.
4399      Branch: cfgperl
4400            ! pod/perldelta.pod
4401 ____________________________________________________________________________
4402 [  4115] By: jhi                                   on 1999/09/09  15:48:56
4403         Log: From: "John L. Allen" <allen@grumman.com> 
4404              To: perl5-porters@perl.org 
4405              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
4406              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
4407              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
4408      Branch: cfgperl
4409            ! lib/Time/Local.pm
4410 ____________________________________________________________________________
4411 [  4114] By: jhi                                   on 1999/09/09  15:42:30
4412         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
4413              To: perl5-porters@perl.org
4414              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
4415              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
4416              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
4417      Branch: cfgperl
4418            ! pp_sys.c
4419 ____________________________________________________________________________
4420 [  4113] By: jhi                                   on 1999/09/09  10:17:45
4421         Log: From: paul.marquess@bt.com
4422              To: gsar@ActiveState.com
4423              Cc: perl5-porters@perl.org
4424              Subject: [PATCH 5.005_61] DB_File 1.71
4425              Date: Thu, 9 Sep 1999 11:20:13 +0100
4426              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
4427      Branch: cfgperl
4428            + ext/DB_File/version.c
4429            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
4430            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
4431            ! t/lib/db-btree.t
4432 ____________________________________________________________________________
4433 [  4112] By: jhi                                   on 1999/09/09  09:05:32
4434         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4435              To: perl5-porters@perl.org (Mailing list Perl5)
4436              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
4437              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
4438              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
4439      Branch: cfgperl
4440            ! regexec.c t/op/pat.t
4441 ____________________________________________________________________________
4442 [  4110] By: jhi                                   on 1999/09/09  07:29:17
4443         Log: Tidy up 64-bit situation in perldelta.
4444      Branch: cfgperl
4445            ! pod/perldelta.pod
4446 ____________________________________________________________________________
4447 [  4109] By: jhi                                   on 1999/09/09  07:26:53
4448         Log: Clear up PL_regcc issues.
4449              
4450              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4451              To: perl5-porters@perl.org (Mailing list Perl5)
4452              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
4453              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
4454              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
4455      Branch: cfgperl
4456            ! regexec.c
4457 ____________________________________________________________________________
4458 [  4108] By: gsar                                  on 1999/09/08  20:52:51
4459         Log: avoid ass_u_ming uppercase types are not user objects (spotted
4460              by Kurt Starsinic)
4461      Branch: perl
4462            ! ext/Data/Dumper/Dumper.pm
4463 ____________________________________________________________________________
4464 [  4107] By: gsar                                  on 1999/09/08  20:35:18
4465         Log: From: akim@epita.fr (DEMAILLE Akim)
4466              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
4467              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
4468              Subject: [ID 19990908.014] s2p does not quote @
4469      Branch: perl
4470            ! x2p/s2p.PL
4471 ____________________________________________________________________________
4472 [  4106] By: gsar                                  on 1999/09/08  20:25:12
4473         Log: integrate cfgperl contents into mainline
4474      Branch: perl
4475           !> (integrate 30 files)
4476 ____________________________________________________________________________
4477 [  4105] By: jhi                                   on 1999/09/08  09:02:37
4478         Log: Minor touches at the [:class:] description.
4479      Branch: cfgperl
4480            ! pod/perlre.pod
4481 ____________________________________________________________________________
4482 [  4104] By: jhi                                   on 1999/09/08  08:57:58
4483         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4484              To: Mailing list Perl5 <perl5-porters@perl.org>
4485              Subject: [PATCH 5.005_58] Fix debugging output for REx
4486              Date: Wed, 8 Sep 1999 05:02:02 -0400
4487              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
4488      Branch: cfgperl
4489            ! regcomp.c
4490 ____________________________________________________________________________
4491 [  4103] By: gsar                                  on 1999/09/08  00:53:50
4492         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
4493      Branch: perl
4494            ! pp.c
4495 ____________________________________________________________________________
4496 [  4102] By: gsar                                  on 1999/09/08  00:52:50
4497         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
4498      Branch: perl
4499            ! cop.h pp_hot.c
4500 ____________________________________________________________________________
4501 [  4101] By: gsar                                  on 1999/09/07  17:25:07
4502         Log: various fixups for windows
4503      Branch: perl
4504            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
4505            ! win32/Makefile win32/makefile.mk xsutils.c
4506 ____________________________________________________________________________
4507 [  4100] By: jhi                                   on 1999/09/07  12:49:15
4508         Log: Fix pointer casts.
4509              
4510              From: Robin Barker <rmb1@cise.npl.co.uk>
4511              To: perl5-porters@perl.org
4512              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
4513              -Duse64bits
4514              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
4515              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
4516      Branch: cfgperl
4517            ! doio.c dump.c ext/B/B.xs ext/B/typemap
4518            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
4519            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
4520            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
4521            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
4522 ____________________________________________________________________________
4523 [  4099] By: jhi                                   on 1999/09/07  10:29:04
4524         Log: Add sig/pid/uid size and sign probes.
4525      Branch: metaconfig
4526            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
4527            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
4528 ____________________________________________________________________________
4529 [  4098] By: jhi                                   on 1999/09/07  10:27:06
4530         Log: Band-aid until we've got %{Uid_t} or something similar
4531              for sv_catpvfn().
4532      Branch: cfgperl
4533            ! taint.c
4534 ____________________________________________________________________________
4535 [  4097] By: jhi                                   on 1999/09/07  09:41:23
4536         Log: Fix a printf thinko: now quads must have the ll L q prefix.
4537              (in other words, a bare %d is an int/unsigned)
4538      Branch: cfgperl
4539            ! pp_sys.c sv.c t/op/64bit.t
4540 ____________________________________________________________________________
4541 [  4096] By: jhi                                   on 1999/09/07  07:36:17
4542         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
4543              
4544              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
4545              To: perl5-porters@perl.org
4546              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
4547              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
4548              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
4549      Branch: cfgperl
4550            ! hints/hpux.sh perl.h
4551 ____________________________________________________________________________
4552 [  4095] By: gsar                                  on 1999/09/06  20:47:02
4553         Log: applied suggested patch with suitable test to detect MSVC
4554              From: "Vishal Bhatia" <vishalb@my-deja.com>
4555              Date: Wed, 11 Aug 1999 01:43:28 -0700
4556              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
4557              Subject: compiler on  win32
4558      Branch: perl
4559            ! ext/B/B/C.pm
4560 ____________________________________________________________________________
4561 [  4094] By: jhi                                   on 1999/09/06  20:34:44
4562         Log: Integrate with Sarathy.
4563      Branch: cfgperl
4564           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
4565           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
4566 ____________________________________________________________________________
4567 [  4093] By: jhi                                   on 1999/09/06  20:33:43
4568         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
4569              so that they overflow also on 64-bit platforms.
4570      Branch: cfgperl
4571            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
4572 ____________________________________________________________________________
4573 [  4092] By: gsar                                  on 1999/09/06  20:16:58
4574         Log: support bytecode and C backends in perlcc (patch suggested
4575              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
4576              C backend the default; describe new switches in pod; introduce
4577              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
4578              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
4579              entries
4580      Branch: perl
4581            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
4582            ! t/harness utils/Makefile utils/perlcc.PL
4583 ____________________________________________________________________________
4584 [  4091] By: jhi                                   on 1999/09/06  19:10:41
4585         Log: Integrate with Sarathy.
4586      Branch: cfgperl
4587           +> t/pragma/sub_lval.t
4588           !> (integrate 52 files)
4589 ____________________________________________________________________________
4590 [  4090] By: gsar                                  on 1999/09/06  19:09:06
4591         Log: propagate changed error text
4592      Branch: perl
4593            ! t/pragma/sub_lval.t
4594 ____________________________________________________________________________
4595 [  4089] By: gsar                                  on 1999/09/06  18:54:43
4596         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
4597      Branch: perl
4598            ! pod/perlfunc.pod
4599 ____________________________________________________________________________
4600 [  4088] By: gsar                                  on 1999/09/06  18:52:10
4601         Log: From: paul.marquess@bt.com
4602              Date: Sun, 5 Sep 1999 15:11:08 +0100 
4603              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
4604              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
4605      Branch: perl
4606            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
4607            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
4608            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
4609            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
4610            ! toke.c
4611 ____________________________________________________________________________
4612 [  4087] By: gsar                                  on 1999/09/06  18:06:06
4613         Log: change#3612 is buggy when quotemeta argument matches target
4614              (hope this is the last of the optimized-OP_SASSIGN bugs)
4615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4616              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
4617              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
4618              Subject: Re: [BUG: quotemeta]
4619      Branch: perl
4620            ! Changes op.c t/op/lex_assign.t
4621 ____________________________________________________________________________
4622 [  4086] By: gsar                                  on 1999/09/06  17:57:52
4623         Log: misc tweaks
4624      Branch: perl
4625            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
4626 ____________________________________________________________________________
4627 [  4085] By: gsar                                  on 1999/09/06  03:54:23
4628         Log: applied patch suggested by Hans Mulder to fix problems on
4629              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
4630              when they ask for bincompat (platforms that used to default
4631              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
4632              (appears unsalvageable on some platforms)
4633      Branch: perl
4634            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
4635 ____________________________________________________________________________
4636 [  4084] By: bailey                                on 1999/09/06  02:39:11
4637         Log: Integrate mainline 5.05_61
4638      Branch: vmsperl
4639           +> (branch 32 files)
4640            - lib/unicode/EthiopicSyllables.txt
4641            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
4642            - warning.pl
4643            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
4644            ! vms/perly_h.vms vms/vms.c
4645           !> (integrate 346 files)
4646 ____________________________________________________________________________
4647 [  4083] By: gsar                                  on 1999/09/06  00:10:40
4648         Log: optional warning on join(/foo/...) (reworked suggested patch
4649              by Mark-Jason Dominus <mjd@plover.com>)
4650      Branch: perl
4651            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
4652            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
4653            ! pp_proto.h t/pragma/warn/op
4654 ____________________________________________________________________________
4655 [  4082] By: gsar                                  on 1999/09/05  22:28:57
4656         Log: fix data loss when more than one block is read from SDBM
4657              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
4658      Branch: perl
4659            ! ext/SDBM_File/sdbm/sdbm.c
4660 ____________________________________________________________________________
4661 [  4081] By: gsar                                  on 1999/09/05  22:07:18
4662         Log: initial implementation of lvalue subroutines (slightly fixed
4663              version of patch suggested by Ilya Zakharevich, which in turn
4664              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
4665      Branch: perl
4666            + t/pragma/sub_lval.t
4667            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
4668            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
4669            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
4670            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
4671            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
4672 ____________________________________________________________________________
4673 [  4080] By: jhi                                   on 1999/09/05  22:02:18
4674         Log: Undo #4055 (related to #4079).
4675      Branch: cfgperl
4676            ! pod/perlop.pod
4677 ____________________________________________________________________________
4678 [  4079] By: jhi                                   on 1999/09/05  21:30:54
4679         Log: Time is not yet ripe.
4680      Branch: cfgperl
4681            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
4682 ____________________________________________________________________________
4683 [  4078] By: gsar                                  on 1999/09/05  18:17:32
4684         Log: modified suggested patch to handle cross-refs and qr// objects
4685              correctly; unfollowed refs are represented as simple string
4686              value, not just the bare type; $VERSION stays the same until
4687              it is ready for prime time (avoids CPAN confustication)
4688              From:    John Nolan <jpnolan@Op.Net>
4689              Date:    Wed, 04 Aug 1999 20:21:10 EDT
4690              Message-Id: <199908050021.UAA09693@monet.op.net>
4691              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
4692      Branch: perl
4693            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
4694            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
4695 ____________________________________________________________________________
4696 [  4077] By: jhi                                   on 1999/09/04  21:54:42
4697         Log: timesum() wasn't @EXPORTed as promised by the documentation.
4698              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
4699      Branch: cfgperl
4700            ! lib/Benchmark.pm
4701 ____________________________________________________________________________
4702 [  4076] By: gsar                                  on 1999/09/04  20:21:59
4703         Log: integrate cfgperl contents into mainline
4704      Branch: perl
4705           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
4706           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
4707           +> warnings.h warnings.pl xsutils.c
4708            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
4709           !> (integrate 109 files)
4710 ____________________________________________________________________________
4711 [  4075] By: jhi                                   on 1999/09/04  18:04:47
4712         Log: use integer on the problematic subtest.
4713      Branch: cfgperl
4714            ! t/op/misc.t
4715 ____________________________________________________________________________
4716 [  4074] By: jhi                                   on 1999/09/04  17:57:40
4717         Log: Warn about numconvert.t in case somebody
4718              wants to make sv_2pv more 64-bit aware.
4719      Branch: cfgperl
4720            ! sv.c
4721 ____________________________________________________________________________
4722 [  4073] By: jhi                                   on 1999/09/04  17:54:51
4723         Log: Comment upgrading: the quad situation isn't quite as
4724              bad as it used to be.
4725      Branch: cfgperl
4726            ! perl.h
4727 ____________________________________________________________________________
4728 [  4072] By: jhi                                   on 1999/09/04  15:35:37
4729         Log: Integrate with Sarathy.
4730      Branch: cfgperl
4731           !> win32/win32.c
4732 ____________________________________________________________________________
4733 [  4071] By: jhi                                   on 1999/09/04  15:28:11
4734         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
4735              
4736              From: Robin Barker <rmb1@cise.npl.co.uk>
4737              To: perl5-porters@perl.org
4738              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4739              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
4740              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
4741              
4742              and later (in private email) found to be dependent
4743              on useperlio.
4744              
4745              Mental note: the cpp magic done in perlsdio.h (and assumedly
4746              also in perlsfio.h) may cause trouble later with lfs because
4747              both the perlio scheme by Perl and the lfs support by vendors
4748              like to play cpp games to map the stdio namespace back and forth.
4749              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
4750              just the beginning.
4751      Branch: cfgperl
4752            ! perlio.c
4753 ____________________________________________________________________________
4754 [  4070] By: jhi                                   on 1999/09/04  13:12:14
4755         Log: Enable 64-bit clean bit ops.
4756              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
4757      Branch: cfgperl
4758            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
4759            ! t/op/misc.t
4760 ____________________________________________________________________________
4761 [  4069] By: jhi                                   on 1999/09/03  21:17:30
4762         Log: Turn on USE_64_BIT_OFFSETS implicitly.
4763      Branch: cfgperl
4764            ! perl.h
4765 ____________________________________________________________________________
4766 [  4068] By: jhi                                   on 1999/09/03  08:19:59
4767         Log: Fix from Spider for the sub attributes (there was an undocumented
4768              dependency between force_word() and skipspace()).
4769      Branch: cfgperl
4770            ! toke.c
4771 ____________________________________________________________________________
4772 [  4067] By: jhi                                   on 1999/09/01  23:17:06
4773         Log: From: John Tobey <spam@john-edwin-tobey.org>
4774              To: ilya@math.ohio-state.edu
4775              CC: perl5-porters@perl.org
4776              Subject: Re: [PATCH 5.005_60] distclean forgot two
4777              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
4778              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
4779      Branch: cfgperl
4780            ! t/lib/dprof.t
4781 ____________________________________________________________________________
4782 [  4066] By: jhi                                   on 1999/09/01  23:14:50
4783         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
4784              To: perl5-porters@perl.org
4785              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
4786              Date: Fri, 20 Aug 1999 15:37:27 +0100
4787              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
4788      Branch: cfgperl
4789            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
4790            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
4791            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
4792 ____________________________________________________________________________
4793 [  4065] By: jhi                                   on 1999/09/01  22:06:43
4794         Log: From: Dominic Dunlop <domo@vo.lu>
4795              To: perl5-porters@perl.org
4796              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
4797              (UNINSTALLED) [PATCH]
4798              Date: Thu, 19 Aug 1999 09:48:03 +0200
4799              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
4800              
4801              The PERL_POLLUTE_MALLOC part had to be manually applied.
4802      Branch: cfgperl
4803            ! hints/machten.sh perl.h
4804 ____________________________________________________________________________
4805 [  4064] By: jhi                                   on 1999/09/01  13:56:14
4806         Log: From: Martin Lichtin <lichtin@bivio.com>
4807              To: jhi@iki.fi
4808              CC: perl5-porters@perl.org
4809              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
4810              Date: Wed, 01 Sep 1999 15:50:04 +0200
4811              Message-ID: <37CD2F0C.944BFACE@bivio.com>
4812      Branch: cfgperl
4813            ! lib/ExtUtils/Install.pm
4814 ____________________________________________________________________________
4815 [  4063] By: jhi                                   on 1999/09/01  13:16:11
4816         Log: Enhance lfs tests: check every seek and sysseek
4817              and test also that -e and -f detect largefiles.
4818      Branch: cfgperl
4819            ! t/lib/syslfs.t t/op/lfs.t
4820 ____________________________________________________________________________
4821 [  4062] By: jhi                                   on 1999/09/01  12:08:04
4822         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
4823              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4824              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
4825              The Perl Porters Mailing List <perl5-porters@perl.org>
4826              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
4827              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
4828              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
4829      Branch: cfgperl
4830            ! pod/perldiag.pod
4831 ____________________________________________________________________________
4832 [  4061] By: jhi                                   on 1999/09/01  12:03:03
4833         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4834              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
4835              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
4836              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
4837              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
4838              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
4839      Branch: cfgperl
4840            ! op.c t/op/join.t
4841 ____________________________________________________________________________
4842 [  4060] By: jhi                                   on 1999/09/01  07:59:42
4843         Log: IV_DIG and NV_DIG fixes.
4844      Branch: cfgperl
4845            ! perl.h
4846 ____________________________________________________________________________
4847 [  4059] By: jhi                                   on 1999/08/31  14:47:18
4848         Log: \C{} -> \N{} residue.
4849      Branch: cfgperl
4850            ! toke.c
4851 ____________________________________________________________________________
4852 [  4057] By: gsar                                  on 1999/08/30  22:08:19
4853         Log: avoid hiding child process window
4854      Branch: perl
4855            ! win32/win32.c
4856 ____________________________________________________________________________
4857 [  4055] By: jhi                                   on 1999/08/30  21:20:50
4858         Log: Document the undefinedness of overshifting.
4859      Branch: cfgperl
4860            ! pod/perlop.pod
4861 ____________________________________________________________________________
4862 [  4054] By: jhi                                   on 1999/08/30  20:18:18
4863         Log: History fixes and updates.
4864      Branch: cfgperl
4865            ! pod/perlhist.pod
4866 ____________________________________________________________________________
4867 [  4053] By: jhi                                   on 1999/08/30  19:34:02
4868         Log: Shell quoting thinko broke installdirs.
4869              From: JVromans@Squirrel.nl (Johan Vromans)
4870              To: perl5-porters@perl.org
4871              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
4872              installprefix
4873              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
4874              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
4875      Branch: cfgperl
4876            ! Configure config_h.SH
4877      Branch: metaconfig
4878            ! U/installdirs/archlib.U U/installdirs/bin.U
4879            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
4880            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
4881            ! U/installdirs/man3dir.U U/installdirs/privlib.U
4882            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
4883            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
4884            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
4885            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
4886            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
4887            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
4888            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
4889            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
4890            ! U/installdirs/vendorscriptdir.U
4891 ____________________________________________________________________________
4892 [  4052] By: jhi                                   on 1999/08/30  02:57:05
4893         Log: Use \N{named characters} instead of \C.
4894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4895              To: jhi@iki.fi
4896              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
4897              perl5-porters@perl.org (Mailing list Perl5)
4898              Subject: Re: [PATCH 5.005_58] Named characters in Perl
4899              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
4900              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
4901      Branch: cfgperl
4902            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
4903            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
4904 ____________________________________________________________________________
4905 [  4051] By: jhi                                   on 1999/08/30  02:54:20
4906         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
4907              To: perl5-porters@perl.org
4908              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
4909              don't mix
4910              Date: Sun, 29 Aug 1999 19:04:53 -0400
4911              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
4912      Branch: cfgperl
4913            ! universal.c
4914 ____________________________________________________________________________
4915 [  4050] By: jhi                                   on 1999/08/29  16:38:58
4916         Log: Conditionally socksify the LIBS of Socket.
4917      Branch: cfgperl
4918            ! ext/Socket/Makefile.PL
4919 ____________________________________________________________________________
4920 [  4049] By: jhi                                   on 1999/08/29  15:33:30
4921         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4922              To: Mailing list Perl5 <perl5-porters@perl.org>
4923              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
4924              Date: Wed, 25 Aug 1999 16:19:58 -0400
4925              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
4926      Branch: cfgperl
4927            ! lib/perl5db.pl
4928 ____________________________________________________________________________
4929 [  4048] By: jhi                                   on 1999/08/29  15:31:36
4930         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4931              To: perl5-porters@perl.org
4932              Subject: [PATCH _61] Lost arguments to simplified sort
4933              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
4934              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
4935      Branch: cfgperl
4936            ! op.c t/op/sort.t
4937 ____________________________________________________________________________
4938 [  4047] By: jhi                                   on 1999/08/29  15:29:29
4939         Log: From: Olaf Flebbe <olaf@science-computing.de>
4940              Sender: owner-perl5-porters@perl.org
4941              To: perl5-porters@perl.org
4942              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
4943              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
4944      Branch: cfgperl
4945            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
4946            ! epoc/perl.mmp epoc/perl.pkg
4947 ____________________________________________________________________________
4948 [  4046] By: jhi                                   on 1999/08/29  15:21:18
4949         Log: From: pvhp@forte.com (Peter Prymmer)
4950              To: perl5-porters@perl.org
4951              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
4952              Date: Fri, 27 Aug 99 18:51:04 PDT
4953              Message-Id: <9908280151.AA05010@forte.com>
4954      Branch: cfgperl
4955            ! t/lib/cgi-html.t
4956 ____________________________________________________________________________
4957 [  4045] By: jhi                                   on 1999/08/29  15:18:38
4958         Log: Fix scalar gmtime (and localtime) in quad environments,
4959              bug reported by Robin Parker.
4960              
4961              From: Robin Barker <rmb1@cise.npl.co.uk>
4962              To: jhi@iki.fi
4963              Cc: perl5-porters@perl.org
4964              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4965              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
4966              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
4967      Branch: cfgperl
4968            ! pp_sys.c t/op/time.t
4969 ____________________________________________________________________________
4970 [  4044] By: jhi                                   on 1999/08/29  11:24:03
4971         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4972              To: perl5-porters@perl.org (Mailing list Perl5)
4973              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
4974              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
4975              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
4976              
4977              Addendum: it's "only" 33% speedup.
4978      Branch: cfgperl
4979            ! dump.c op.c op.h pp.h
4980 ____________________________________________________________________________
4981 [  4043] By: jhi                                   on 1999/08/29  11:10:33
4982         Log: From: spider-perl@Orb.Nashua.NH.US
4983              To: Mailing list Perl5 <perl5-porters@perl.org>
4984              Subject: [PATCH 5.005_61 CORE] sub : attrlist
4985              Date: Sun, 29 Aug 1999 03:02:11 -0400
4986              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
4987      Branch: cfgperl
4988            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
4989            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
4990            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
4991            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
4992            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
4993            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
4994            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
4995 ____________________________________________________________________________
4996 [  4042] By: jhi                                   on 1999/08/29  11:08:50
4997         Log: Turn off gcc-2.95's strict-alias optimization.
4998              This, of course, should be only temporary.
4999              From Andy Dougherty.
5000      Branch: cfgperl
5001            ! Configure config_h.SH
5002      Branch: metaconfig
5003            ! U/compline/ccflags.U U/modified/cc.U
5004 ____________________________________________________________________________
5005 [  4041] By: jhi                                   on 1999/08/29  10:47:30
5006         Log: Fix a typo in #4036.
5007      Branch: cfgperl
5008            ! mg.c
5009 ____________________________________________________________________________
5010 [  4040] By: jhi                                   on 1999/08/29  10:34:58
5011         Log: Add a missing #endif forgotten by #4035.
5012      Branch: cfgperl
5013            ! doop.c
5014 ____________________________________________________________________________
5015 [  4039] By: jhi                                   on 1999/08/29  10:31:19
5016         Log: Remove an extra #endif introduced by #4036.
5017      Branch: cfgperl
5018            ! perl.h
5019 ____________________________________________________________________________
5020 [  4038] By: jhi                                   on 1999/08/29  10:18:59
5021         Log: Rename warning to warnings, from Paul Marquess.
5022      Branch: cfgperl
5023            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
5024            + t/pragma/warnings.t warnings.h warnings.pl
5025            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
5026            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
5027            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
5028            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
5029            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
5030            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
5031            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
5032            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
5033            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
5034            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5035            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
5036            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
5037            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
5038 ____________________________________________________________________________
5039 [  4037] By: jhi                                   on 1999/08/29  10:08:47
5040         Log: Create the equivalence tables based on
5041              the real Unicode decomposition, not on
5042              the character name.
5043      Branch: cfgperl
5044            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5045            ! lib/unicode/mktables.PL
5046 ____________________________________________________________________________
5047 [  4036] By: jhi                                   on 1999/08/29  09:29:08
5048         Log: Integrate with Sarathy.
5049      Branch: cfgperl
5050           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
5051           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
5052           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
5053           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
5054           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
5055           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
5056           !> (integrate 190 files)
5057 ____________________________________________________________________________
5058 [  4035] By: jhi                                   on 1999/08/29  08:56:15
5059         Log: Implement 64-bit vec().
5060      Branch: cfgperl
5061            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5062            ! pp.h t/op/64bit.t
5063 ____________________________________________________________________________
5064 [  4034] By: gsar                                  on 1999/08/29  03:35:18
5065         Log: deadcode removal
5066      Branch: perl
5067            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
5068            ! pp_ctl.c proto.h run.c sv.c
5069 ____________________________________________________________________________
5070 [  4033] By: jhi                                   on 1999/08/28  17:31:07
5071         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
5072              To: perl5-porters@perl.org
5073              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
5074              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
5075              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
5076      Branch: cfgperl
5077            ! perl.h
5078 ____________________________________________________________________________
5079 [  4032] By: gsar                                  on 1999/08/26  23:53:33
5080         Log: new thread should set current interp in TLS
5081      Branch: perl
5082            ! ext/Thread/Thread.xs
5083 ____________________________________________________________________________
5084 [  4031] By: bailey                                on 1999/08/23  03:40:07
5085         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
5086      Branch: vmsperl
5087            ! lib/ExtUtils/MM_VMS.pm
5088 ____________________________________________________________________________
5089 [  4030] By: bailey                                on 1999/08/23  03:37:43
5090         Log: Patch up holes in realclean target
5091      Branch: vmsperl
5092            ! vms/descrip_mms.template
5093 ____________________________________________________________________________
5094 [  4029] By: bailey                                on 1999/08/23  03:36:24
5095         Log: Fix handling of PERL_POLLUTE
5096      Branch: vmsperl
5097            ! lib/ExtUtils/MM_VMS.pm
5098 ____________________________________________________________________________
5099 [  4028] By: bailey                                on 1999/08/23  03:34:08
5100         Log: Update VMS version of perly.h
5101      Branch: vmsperl
5102            ! vms/perly_h.vms
5103 ____________________________________________________________________________
5104 [  4027] By: bailey                                on 1999/08/23  03:32:45
5105         Log: Update dependencies in Descrip.MMS
5106      Branch: vmsperl
5107            ! vms/descrip_mms.template
5108 ____________________________________________________________________________
5109 [  4026] By: bailey                                on 1999/08/23  03:30:01
5110         Log: Fix prototypes in perlapi.c (64-bit?)
5111              Clear prior definition of getenv_len before defining VMS-specific macro
5112      Branch: vmsperl
5113            ! perlapi.c vms/vmsish.h
5114 ____________________________________________________________________________
5115 [  4025] By: bailey                                on 1999/08/23  03:25:51
5116         Log: Add '-m' option to Configure.com which skips the MANIFEST check
5117      Branch: vmsperl
5118            ! configure.com
5119 ____________________________________________________________________________
5120 [  4024] By: bailey                                on 1999/08/23  03:23:34
5121         Log: Skip open() tests that rely on Unix fork semantics
5122      Branch: vmsperl
5123            ! t/io/open.t
5124 ____________________________________________________________________________
5125 [  4023] By: bailey                                on 1999/08/23  03:21:46
5126         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
5127      Branch: vmsperl
5128            ! vms/gen_shrfls.pl
5129 ____________________________________________________________________________
5130 [  4022] By: bailey                                on 1999/08/23  03:17:33
5131         Log: update MM_VMS to use new File::Spec routines
5132      Branch: vmsperl
5133            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
5134 ____________________________________________________________________________
5135 [  4021] By: bailey                                on 1999/08/23  03:13:40
5136         Log: byteperl is now part of the ByteLoader ext
5137      Branch: vmsperl
5138            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
5139 ____________________________________________________________________________
5140 [  4020] By: bailey                                on 1999/08/23  03:10:41
5141         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
5142      Branch: vmsperl
5143            ! vms/vms.c
5144 ____________________________________________________________________________
5145 [  4019] By: bailey                                on 1999/08/23  03:07:28
5146         Log: Update calls for new thread context handling
5147      Branch: vmsperl
5148            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
5149            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
5150 ____________________________________________________________________________
5151 [  4018] By: bailey                                on 1999/08/23  03:01:31
5152         Log: Allow for file versions in library when looking for .bs files
5153      Branch: vmsperl
5154            ! ext/DynaLoader/DynaLoader_pm.PL
5155 ____________________________________________________________________________
5156 [  4017] By: bailey                                on 1999/08/23  02:58:55
5157         Log: Update VMS configuration procedures for 5.005_60
5158      Branch: vmsperl
5159            ! configure.com vms/subconfigure.com
5160 ____________________________________________________________________________
5161 [  4016] By: gsar                                  on 1999/08/20  22:19:56
5162         Log: update Changes
5163      Branch: perl
5164            ! Changes
5165
5166 ----------------
5167 Version 5.005_61
5168 ----------------
5169
5170 ____________________________________________________________________________
5171 [  4015] By: gsar                                  on 1999/08/20  22:17:41
5172         Log: perl_free() should use PerlMem_free()
5173      Branch: perl
5174            ! perl.c
5175 ____________________________________________________________________________
5176 [  4014] By: gsar                                  on 1999/08/20  22:10:46
5177         Log: win32 tweaks
5178      Branch: perl
5179            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
5180            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5181            ! win32/config_H.vc
5182 ____________________________________________________________________________
5183 [  4013] By: gsar                                  on 1999/08/20  22:09:56
5184         Log: DEBUG_m() adjusted to internalize dTHX
5185      Branch: perl
5186            ! malloc.c perl.h util.c
5187 ____________________________________________________________________________
5188 [  4012] By: gsar                                  on 1999/08/20  17:51:06
5189         Log: make autogenerated files writable
5190      Branch: perl
5191            ! (edit 171 files)
5192 ____________________________________________________________________________
5193 [  4011] By: gsar                                  on 1999/08/20  17:43:47
5194         Log: update Changes
5195      Branch: perl
5196            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
5197 ____________________________________________________________________________
5198 [  4010] By: gsar                                  on 1999/08/20  17:21:53
5199         Log: up patchlevel &c
5200      Branch: perl
5201            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
5202            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5203 ____________________________________________________________________________
5204 [  4009] By: gsar                                  on 1999/08/20  16:46:26
5205         Log: add missing Is/Syl*.pl files
5206      Branch: perl
5207            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
5208            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
5209            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
5210            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
5211            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
5212            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
5213 ____________________________________________________________________________
5214 [  4008] By: gsar                                  on 1999/08/20  16:31:02
5215         Log: integrate cfgperl contents into mainline
5216      Branch: perl
5217           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
5218           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5219           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
5220           +> t/op/lfs.t
5221            - lib/unicode/EthiopicSyllables.txt
5222            - lib/unicode/MakeEthiopicSyllables.PL
5223           !> (integrate 261 files)
5224 ____________________________________________________________________________
5225 [  4007] By: gsar                                  on 1999/08/20  15:24:08
5226         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
5227              USE_THREADS and MULTIPLICITY; minor pod adjustments
5228      Branch: perl
5229            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
5230            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
5231 ____________________________________________________________________________
5232 [  4006] By: jhi                                   on 1999/08/19  19:01:41
5233         Log: Tighten the vec() code so that naughty BITS cause an error.
5234      Branch: cfgperl
5235            ! doop.c
5236 ____________________________________________________________________________
5237 [  4005] By: jhi                                   on 1999/08/19  15:55:09
5238         Log: Don't document ill-defined vec() bits cases
5239              (for which the code doesn't work right in any case)
5240      Branch: cfgperl
5241            ! pod/perldiag.pod pod/perlfunc.pod
5242 ____________________________________________________________________________
5243 [  4004] By: jhi                                   on 1999/08/19  12:49:41
5244         Log: Removed duplicated code (in pp.c and mg.c) by introducing
5245              do_vecget().  NOTE: the calling convention of do_vecset()
5246              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
5247              in pp_vec() is no more multiplied by `size' in pp_vec(),
5248              the multiplication is now done in do_vecset().
5249              
5250              Also fix a cpp thinko in change #4002.
5251      Branch: cfgperl
5252            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
5253            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
5254            ! proto.h
5255 ____________________________________________________________________________
5256 [  4003] By: jhi                                   on 1999/08/18  08:27:22
5257         Log: Warn about small spherical distances.
5258      Branch: cfgperl
5259            ! lib/Math/Trig.pm
5260 ____________________________________________________________________________
5261 [  4002] By: jhi                                   on 1999/08/17  09:11:51
5262         Log: Enhance IV_FITS_IN_IV (though it's still unused).
5263      Branch: cfgperl
5264            ! perl.h
5265 ____________________________________________________________________________
5266 [  4001] By: jhi                                   on 1999/08/17  08:13:34
5267         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
5268              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
5269              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
5270              Subject: [PATCH] overload.pm str/num confu
5271              Date: 17 Aug 1999 08:21:12 +0200
5272      Branch: cfgperl
5273            ! lib/overload.pm
5274 ____________________________________________________________________________
5275 [  4000] By: jhi                                   on 1999/08/17  07:20:23
5276         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
5277              To: perl5-porters@perl.org
5278              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
5279              Date: 16 Aug 1999 14:24:28 -0700
5280              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
5281      Branch: cfgperl
5282            ! pod/perlobj.pod
5283 ____________________________________________________________________________
5284 [  3999] By: jhi                                   on 1999/08/16  19:49:09
5285         Log: Integrate with Nick.
5286      Branch: cfgperl
5287           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
5288 ____________________________________________________________________________
5289 [  3998] By: jhi                                   on 1999/08/16  19:44:29
5290         Log: Fix most of the pod2man moanings reported in
5291              
5292              From: "Larry W. Virden" <lvirden@cas.org>
5293              To: perl5-porters@perl.org
5294              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
5295              (UNINSTALLED)
5296              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
5297              Message-Id: <199908031935.PAA27692@cas.org>
5298              
5299              Configure regen'ed.
5300      Branch: cfgperl
5301            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5302            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
5303            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
5304            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
5305            ! utils/h2xs.PL utils/perlcc.PL
5306 ____________________________________________________________________________
5307 [  3997] By: jhi                                   on 1999/08/16  19:20:37
5308         Log: A fix of sorts for the flush-before-dup scenario.
5309      Branch: cfgperl
5310            ! doio.c
5311 ____________________________________________________________________________
5312 [  3996] By: jhi                                   on 1999/08/16  19:14:37
5313         Log: More paranoia.
5314      Branch: cfgperl
5315            ! sv.c
5316 ____________________________________________________________________________
5317 [  3995] By: jhi                                   on 1999/08/16  18:55:35
5318         Log: Batch of small 64-bit/long double/large file support tweaks:
5319              - scan for LDBL_DIG
5320              - from DBL_DIG and LDBL_DIG select NV_DIG
5321              - introduce IVSIZE, UVSIZE, NVSIZE
5322              - introduce IV_DIG
5323              - remove stdio64
5324              - AIX uses `oslevel` when others use `uname -r`
5325              - already AIX 4.2 goes 64-bit
5326              - in HP-UX require the 64-bit libc, just the directory isn't enough
5327              - group ids are not NVs
5328              - #undef USE_LONG_DOUBLE if long double is no better than double
5329              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
5330              - mention large file support in perldelta
5331              - introduce quad TOPpin' and POPpin'
5332              - the svcat... buffer was tiny for printing quads in %b
5333              - fix the multiplication test in 64bit.t
5334              - try to make VMS to comply with all this removal and "introducal"
5335              of symbols
5336      Branch: cfgperl
5337            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
5338            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
5339            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
5340      Branch: metaconfig
5341            ! U/modified/d_longdbl.U
5342      Branch: metaconfig/U/perl
5343            + d_ldbl_dig.U
5344 ____________________________________________________________________________
5345 [  3994] By: jhi                                   on 1999/08/16  07:53:44
5346         Log: More Configure/subconfigure.com syncing.
5347      Branch: cfgperl
5348            ! vms/subconfigure.com
5349 ____________________________________________________________________________
5350 [  3993] By: jhi                                   on 1999/08/14  22:09:26
5351         Log: Remove from VMS what the change #3982 took away from Configure lands.
5352      Branch: cfgperl
5353            ! vms/subconfigure.com
5354 ____________________________________________________________________________
5355 [  3992] By: jhi                                   on 1999/08/14  13:29:13
5356         Log: Small test tweaks.
5357      Branch: cfgperl
5358            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
5359 ____________________________________________________________________________
5360 [  3991] By: jhi                                   on 1999/08/14  13:08:41
5361         Log: Augment filesize limit note.
5362      Branch: cfgperl
5363            ! doio.c
5364 ____________________________________________________________________________
5365 [  3990] By: jhi                                   on 1999/08/14  13:06:12
5366         Log: Note about filesize limits.
5367      Branch: cfgperl
5368            ! doio.c pp_sys.c
5369 ____________________________________________________________________________
5370 [  3989] By: jhi                                   on 1999/08/14  11:31:58
5371         Log: Catch the case of filesize limits.
5372      Branch: cfgperl
5373            ! t/lib/syslfs.t t/op/lfs.t
5374 ____________________________________________________________________________
5375 [  3988] By: nick                                  on 1999/08/14  09:20:58
5376         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
5377              this causes a POPSTACK panic. The problem seems to be that although
5378              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
5379              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
5380              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
5381              messing with CATCH_SET() in call_sv, use it in perl_vdie().
5382              Add test to op/eval.t which will fail (panic) if bug comes back.
5383              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
5384      Branch: perl
5385            ! cop.h perl.c t/op/eval.t util.c
5386 ____________________________________________________________________________
5387 [  3987] By: jhi                                   on 1999/08/13  23:57:52
5388         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
5389              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
5390              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
5391              Date: Fri, 13 Aug 1999 17:42:47 -0500
5392              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
5393      Branch: cfgperl
5394            ! lib/ExtUtils/MM_VMS.pm
5395 ____________________________________________________________________________
5396 [  3986] By: jhi                                   on 1999/08/13  23:56:44
5397         Log: Don't quit before printing out the message.
5398      Branch: cfgperl
5399            ! t/lib/syslfs.t t/op/lfs.t
5400 ____________________________________________________________________________
5401 [  3985] By: jhi                                   on 1999/08/13  23:35:49
5402         Log: Remove more t/ trash on target "clean".
5403      Branch: cfgperl
5404            ! Makefile.SH
5405 ____________________________________________________________________________
5406 [  3984] By: jhi                                   on 1999/08/13  23:02:53
5407         Log: Avoid double long double. 
5408      Branch: cfgperl
5409            ! Configure config_h.SH
5410      Branch: metaconfig/U/perl
5411            ! uselongdbl.U
5412 ____________________________________________________________________________
5413 [  3983] By: jhi                                   on 1999/08/13  22:59:56
5414         Log: BYTEORDER fix.
5415      Branch: cfgperl
5416            ! Configure config_h.SH
5417      Branch: metaconfig
5418            ! U/compline/byteorder.U
5419 ____________________________________________________________________________
5420 [  3982] By: jhi                                   on 1999/08/13  22:48:40
5421         Log: Jumbo Configure and large file support update.
5422              Remove a lot of unneeded 64-bitness cruft;
5423              re-introduce BYTEORDER; update 64-bitness hints;
5424              lfs should now work in Solaris; long doubles in AIX.
5425      Branch: cfgperl
5426            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
5427            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
5428            ! perlsdio.h pp.h pp_sys.c
5429      Branch: metaconfig
5430            ! U/compline/byteorder.U U/compline/ccflags.U
5431      Branch: metaconfig/U/perl
5432            ! d_dlsymun.U io64.U uselongdbl.U
5433 ____________________________________________________________________________
5434 [  3980] By: jhi                                   on 1999/08/13  15:09:11
5435         Log: Introduce HAS_LLSEEK.
5436      Branch: cfgperl
5437            ! Configure config_h.SH perl.h
5438 ____________________________________________________________________________
5439 [  3979] By: jhi                                   on 1999/08/13  14:29:47
5440         Log: From: <dan@sidhe.org>
5441              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
5442              sarathy@activestate.com
5443              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
5444              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
5445              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
5446      Branch: cfgperl
5447            ! vms/vms.c
5448 ____________________________________________________________________________
5449 [  3978] By: jhi                                   on 1999/08/13  09:56:46
5450         Log: Make the 64-bit tests more paranoid.
5451      Branch: cfgperl
5452            ! t/op/64bit.t
5453 ____________________________________________________________________________
5454 [  3976] By: jhi                                   on 1999/08/12  21:49:16
5455         Log: IRIX64 needs more -mabi=64 with gcc.
5456      Branch: cfgperl
5457            ! hints/irix_6.sh
5458 ____________________________________________________________________________
5459 [  3975] By: jhi                                   on 1999/08/12  21:02:03
5460         Log: Reincarnate change #3967, now in more modest form.
5461      Branch: cfgperl
5462            ! hints/irix_6.sh
5463 ____________________________________________________________________________
5464 [  3974] By: jhi                                   on 1999/08/12  20:49:36
5465         Log: Remove rt from libswanted (I added it many moons ago
5466              when I thought it would be useful in Digital UNIX,
5467              I was wrong); undo the recent IRIX hints changes,
5468              getting rid of one warning brought new ones.
5469      Branch: cfgperl
5470            ! Configure config_h.SH hints/irix_6.sh
5471      Branch: metaconfig
5472            ! U/modified/Myinit.U
5473 ____________________________________________________________________________
5474 [  3973] By: jhi                                   on 1999/08/12  19:42:53
5475         Log: st_blocks is in 512 byte blocks.
5476      Branch: cfgperl
5477            ! t/lib/syslfs.t t/op/lfs.t
5478 ____________________________________________________________________________
5479 [  3972] By: jhi                                   on 1999/08/12  19:27:31
5480         Log: Don't claim defeat too early.
5481      Branch: cfgperl
5482            ! Configure config_h.SH
5483      Branch: metaconfig/U/perl
5484            ! longdblfio.U
5485 ____________________________________________________________________________
5486 [  3971] By: jhi                                   on 1999/08/12  19:24:14
5487         Log: IRIX 64-bit hint tweak. 
5488      Branch: cfgperl
5489            ! hints/irix_6.sh
5490 ____________________________________________________________________________
5491 [  3970] By: nick                                  on 1999/08/12  19:17:20
5492         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
5493              tests i.e. RV2AV and RV2HV
5494      Branch: perl
5495            ! op.c t/pragma/warn/op
5496 ____________________________________________________________________________
5497 [  3969] By: jhi                                   on 1999/08/12  19:06:17
5498         Log: Add Configure -Duselongdouble and add a missing semicolon.
5499      Branch: cfgperl
5500            ! Configure config_h.SH sv.c
5501      Branch: metaconfig/U/perl
5502            + uselongdbl.U
5503 ____________________________________________________________________________
5504 [  3968] By: jhi                                   on 1999/08/12  18:46:00
5505         Log: Simply exit() early if lfs support seems unlikely.
5506      Branch: cfgperl
5507            ! t/lib/syslfs.t t/op/lfs.t
5508 ____________________________________________________________________________
5509 [  3967] By: jhi                                   on 1999/08/12  18:44:05
5510         Log: Suffer silently for unused libraries.
5511      Branch: cfgperl
5512            ! hints/irix_6.sh
5513 ____________________________________________________________________________
5514 [  3966] By: jhi                                   on 1999/08/12  13:18:44
5515         Log: Update MANIFEST to follow change #3965.
5516      Branch: cfgperl
5517            ! MANIFEST
5518 ____________________________________________________________________________
5519 [  3965] By: jhi                                   on 1999/08/12  13:15:38
5520         Log: Regenerate Unicode tables based on new syllable lists
5521              from Daniel Yacob.
5522      Branch: cfgperl
5523            ! (edit 159 files)
5524 ____________________________________________________________________________
5525 [  3964] By: jhi                                   on 1999/08/12  10:06:24
5526         Log: Remove more spurious casting.
5527      Branch: cfgperl
5528            ! pp_sys.c
5529 ____________________________________________________________________________
5530 [  3963] By: jhi                                   on 1999/08/12  08:18:53
5531         Log: Minor niggles on the lfs tests.
5532      Branch: cfgperl
5533            ! t/lib/syslfs.t t/op/lfs.t
5534 ____________________________________________________________________________
5535 [  3962] By: jhi                                   on 1999/08/11  22:48:25
5536         Log: Don't bother with lfs testing if off_t is too small.
5537      Branch: cfgperl
5538            ! t/lib/syslfs.t t/op/lfs.t
5539 ____________________________________________________________________________
5540 [  3961] By: jhi                                   on 1999/08/11  22:22:54
5541         Log: Long double patches from Dan Sugalski.
5542      Branch: cfgperl
5543            ! sv.c
5544 ____________________________________________________________________________
5545 [  3960] By: jhi                                   on 1999/08/11  22:17:55
5546         Log: Flush buffer before duplicating file descriptor.
5547              
5548              From: Mark-Jason Dominus <mjd@plover.com>
5549              To: Graham Barr <gbarr@pobox.com>
5550              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
5551              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
5552              Date: Wed, 11 Aug 1999 15:56:09 -0400
5553              Message-ID: <19990811195610.5933.qmail@plover.com>
5554              
5555              From: Mark-Jason Dominus <mjd@plover.com>
5556              To: perl5-porters@perl.org
5557              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
5558              Date: Wed, 11 Aug 1999 16:05:46 -0400
5559              Message-ID: <19990811200546.6165.qmail@plover.com>
5560      Branch: cfgperl
5561            ! doio.c pod/perldelta.pod
5562 ____________________________________________________________________________
5563 [  3959] By: jhi                                   on 1999/08/11  22:11:35
5564         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
5565              
5566              From: "Craig A. Berry" <craig.berry@metamor.com>
5567              Sender: owner-perl5-porters@perl.org
5568              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
5569              bailey@newman.upenn.edu
5570              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
5571              problem
5572              Date: Wed, 11 Aug 1999 14:31:11 -0500
5573              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
5574      Branch: cfgperl
5575            ! vms/vms.c
5576 ____________________________________________________________________________
5577 [  3958] By: jhi                                   on 1999/08/11  15:35:45
5578         Log: Add a hopefully comforting message if there seems to be no LFS. 
5579              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
5580              The tests will fail on lfs tests only if quad is available,
5581              if ENOQUAD, the lfs tests will be skipped.
5582      Branch: cfgperl
5583            ! t/lib/syslfs.t t/op/lfs.t
5584 ____________________________________________________________________________
5585 [  3957] By: jhi                                   on 1999/08/11  12:25:59
5586         Log: Unapply an experimental patch that accidentally escaped
5587              from the lab by piggybacking with the change #3955.
5588      Branch: cfgperl
5589            ! pp.c pp.h pp_hot.c
5590 ____________________________________________________________________________
5591 [  3956] By: jhi                                   on 1999/08/11  08:19:23
5592         Log: Add sysio large file support testing.
5593      Branch: cfgperl
5594            + t/lib/syslfs.t
5595            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
5596 ____________________________________________________________________________
5597 [  3955] By: jhi                                   on 1999/08/10  22:39:11
5598         Log: From: <dan@sidhe.org>
5599              To: vmsperl@perl.org, perl5-porters@perl.org,
5600              sarathy@activestate.com, bailey@newman.upenn.edu
5601              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
5602              threads on VMS
5603              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
5604              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
5605      Branch: cfgperl
5606            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
5607            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
5608            ! vms/writemain.pl
5609 ____________________________________________________________________________
5610 [  3954] By: jhi                                   on 1999/08/10  20:37:55
5611         Log: LFS testing robustness.
5612      Branch: cfgperl
5613            ! t/op/lfs.t
5614 ____________________________________________________________________________
5615 [  3953] By: jhi                                   on 1999/08/10  19:54:50
5616         Log: From: <dan@sidhe.org>
5617              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
5618              sarathy@activestate.com
5619              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
5620              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
5621              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
5622      Branch: cfgperl
5623            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
5624            ! vms/subconfigure.com vms/vmsish.h
5625 ____________________________________________________________________________
5626 [  3952] By: jhi                                   on 1999/08/10  17:18:57
5627         Log: AIX is different, again.  Now in cc -E output.
5628      Branch: cfgperl
5629            ! Configure config_h.SH
5630      Branch: metaconfig
5631            ! U/modified/cppstdin.U
5632 ____________________________________________________________________________
5633 [  3951] By: jhi                                   on 1999/08/10  14:37:08
5634         Log: Use Pid_t on pgrp matters.
5635      Branch: cfgperl
5636            ! pp_sys.c
5637 ____________________________________________________________________________
5638 [  3950] By: jhi                                   on 1999/08/10  14:35:30
5639         Log: Use Pid_t.
5640      Branch: cfgperl
5641            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5642            ! pp_sys.c proto.h util.c
5643 ____________________________________________________________________________
5644 [  3949] By: jhi                                   on 1999/08/10  14:11:15
5645         Log: Use Mode_t.
5646      Branch: cfgperl
5647            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5648            ! perlapi.h pp_sys.c proto.h
5649 ____________________________________________________________________________
5650 [  3948] By: jhi                                   on 1999/08/10  13:53:19
5651         Log: Small perlbug doc tweaks from Jon Orwant.
5652      Branch: cfgperl
5653            ! utils/perlbug.PL
5654 ____________________________________________________________________________
5655 [  3947] By: jhi                                   on 1999/08/10  09:55:11
5656         Log: Large file support testing.
5657      Branch: cfgperl
5658            + t/op/lfs.t
5659            ! MANIFEST t/op/64bit.t
5660 ____________________________________________________________________________
5661 [  3946] By: jhi                                   on 1999/08/10  09:13:54
5662         Log: Remove I32 casting from time-related functions.
5663      Branch: cfgperl
5664            ! pp_sys.c
5665 ____________________________________________________________________________
5666 [  3945] By: jhi                                   on 1999/08/10  09:06:42
5667         Log: Gratuitous uid and gid casts to I32s and ints removed.
5668              There are still problem spots in printfing such ids:
5669              width (%d vs %ld) and signedness %d vs %u.
5670      Branch: cfgperl
5671            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
5672            ! perl.c perlapi.c pp_hot.c proto.h
5673 ____________________________________________________________________________
5674 [  3944] By: jhi                                   on 1999/08/10  07:43:03
5675         Log: Remove I32 casts from pp_stat, these make stat()
5676              very broken e.g. on files larger than 2 gigabytes.
5677              Reported by
5678              From: Phil Lobbes <phil@finchcomputer.com>
5679              To: perl5-porters@perl.org
5680              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
5681              UNIX Perl 5.005_03
5682              Date: Mon, 09 Aug 1999 21:38:54 -0700
5683              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
5684              
5685              There are more of these I32 casts all over pp_sys.c,
5686              all of them should be checked.
5687      Branch: cfgperl
5688            ! pp_sys.c
5689 ____________________________________________________________________________
5690 [  3943] By: jhi                                   on 1999/08/10  07:38:30
5691         Log: Remove blathering.
5692      Branch: cfgperl
5693            ! lib/unicode/mktables.PL
5694 ____________________________________________________________________________
5695 [  3942] By: jhi                                   on 1999/08/09  20:35:13
5696         Log: lexwarn maintenance: new warning class unsafe
5697              subclasses 'overflow' and 'portable' created,
5698              used by the recent integer overflow warnings.
5699              Class syntax subclass 'octal' renamed to 'digit',
5700              binary and hexadecimal parsing errors also 'digit' warnings.
5701      Branch: cfgperl
5702            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
5703            ! util.c warning.h warning.pl
5704 ____________________________________________________________________________
5705 [  3941] By: jhi                                   on 1999/08/09  10:40:47
5706         Log: Integrate with Nick.
5707      Branch: cfgperl
5708           +> opnames.h
5709           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
5710           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
5711 ____________________________________________________________________________
5712 [  3940] By: jhi                                   on 1999/08/09  10:32:43
5713         Log: Regenerate the Unicode tables after having updated the Unicode
5714              database (change #3939).
5715      Branch: cfgperl
5716            ! (edit 157 files)
5717 ____________________________________________________________________________
5718 [  3939] By: jhi                                   on 1999/08/09  10:27:22
5719         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
5720      Branch: cfgperl
5721            ! lib/unicode/UnicodeData-Latest.txt
5722 ____________________________________________________________________________
5723 [  3938] By: jhi                                   on 1999/08/09  10:25:54
5724         Log: Ethiopic changes via private email from Daniel Yacob,
5725              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
5726              Canadian Syllabics and Yi under construction.
5727      Branch: cfgperl
5728            + lib/unicode/syllables.txt
5729            - lib/unicode/EthiopicSyllables.txt
5730            - lib/unicode/MakeEthiopicSyllables.PL
5731            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
5732            ! lib/unicode/mktables.PL
5733 ____________________________________________________________________________
5734 [  3937] By: jhi                                   on 1999/08/09  10:21:51
5735         Log: Move the equivalence class creation last.
5736      Branch: cfgperl
5737            ! lib/unicode/mktables.PL
5738 ____________________________________________________________________________
5739 [  3936] By: jhi                                   on 1999/08/09  10:20:40
5740         Log: Compute equivalence classes (diacritics stripping) only
5741              for letters, not for ligatures.
5742      Branch: cfgperl
5743            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5744            ! lib/unicode/mktables.PL
5745 ____________________________________________________________________________
5746 [  3935] By: nick                                  on 1999/08/08  13:53:57
5747         Log: Will now correctly re-call 
5748              bootstrap "Foo";
5749              if requested. This should allow build on Win32 and other
5750              platforms where you cannot link to loadables directly.
5751      Branch: perl
5752            ! ext/B/B/C.pm
5753 ____________________________________________________________________________
5754 [  3934] By: nick                                  on 1999/08/07  12:23:55
5755         Log: Vishal Bhatia <vishalb@my-deja.com>
5756              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
5757              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
5758      Branch: perl
5759            ! ext/B/B/CC.pm
5760 ____________________________________________________________________________
5761 [  3933] By: nick                                  on 1999/08/07  12:19:46
5762         Log: B::C changes to get simple Tk app. compiling again
5763      Branch: perl
5764            ! ext/B/B/C.pm
5765 ____________________________________________________________________________
5766 [  3932] By: jhi                                   on 1999/08/06  21:17:16
5767         Log: Regen Configure to include change #3915.
5768      Branch: cfgperl
5769            ! Configure config_h.SH
5770 ____________________________________________________________________________
5771 [  3931] By: jhi                                   on 1999/08/06  18:52:57
5772         Log: Todo update.
5773      Branch: cfgperl
5774            ! Todo Todo-5.005 lib/unicode/mktables.PL
5775 ____________________________________________________________________________
5776 [  3930] By: jhi                                   on 1999/08/06  13:13:05
5777         Log: Character class equivalence tables.
5778      Branch: cfgperl
5779            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5780            ! MANIFEST lib/unicode/mktables.PL
5781 ____________________________________________________________________________
5782 [  3929] By: jhi                                   on 1999/08/06  11:59:11
5783         Log: More Fcntl constants.  (This process really needs
5784              to be automated, at least partly, see the Errno extension.)
5785              Now also the SEEK_ constants are available via the Fcntl.
5786              Yes, this is redundant (IO::Seekable and POSIX supply them already),
5787              but now Fcntl is a one-stop shopping mall for all your
5788              file-related constants.    
5789      Branch: cfgperl
5790            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
5791 ____________________________________________________________________________
5792 [  3928] By: jhi                                   on 1999/08/06  08:08:03
5793         Log: Protect against pack/unpack repeat count overflows,
5794              based on:
5795              
5796              From: Nathan Torkington <gnat@frii.com>
5797              To: Brian Keefer <mgomes@cwix.com>
5798              Cc: perl5-porters@perl.org
5799              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
5800              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
5801              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
5802      Branch: cfgperl
5803            ! pod/perldiag.pod pp.c
5804 ____________________________________________________________________________
5805 [  3927] By: jhi                                   on 1999/08/06  07:32:20
5806         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
5807              
5808              From: Nathan Torkington <gnat@frii.com>
5809              To: perl5-porters@perl.org
5810              Subject: Bugfix for my bugfix
5811              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
5812              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
5813      Branch: cfgperl
5814            ! ext/B/B/Assembler.pm
5815 ____________________________________________________________________________
5816 [  3926] By: jhi                                   on 1999/08/05  17:25:19
5817         Log: Fix regex charclass parsing so that bogus ranges
5818              like [0-\d] and [[:word:]-z] are no more allowed.
5819              The anomaly was noticed by Guy Decoux.
5820      Branch: cfgperl
5821            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
5822 ____________________________________________________________________________
5823 [  3925] By: jhi                                   on 1999/08/05  10:31:47
5824         Log: split /^/ deprecation warning should not be on by default.
5825      Branch: cfgperl
5826            ! pp.c
5827 ____________________________________________________________________________
5828 [  3923] By: jhi                                   on 1999/08/05  09:16:57
5829         Log: From: paul.marquess@bt.com
5830              To: jhi@iki.fi, paul.marquess@bt.com
5831              Cc: gsar@ActiveState.com, perl5-porters@perl.org
5832              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
5833              Date: Thu, 5 Aug 1999 09:33:14 +0100
5834              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
5835      Branch: cfgperl
5836            ! t/lib/anydbm.t
5837 ____________________________________________________________________________
5838 [  3921] By: jhi                                   on 1999/08/05  08:05:13
5839         Log: From: paul.marquess@bt.com
5840              To: perl5-porters@perl.org
5841              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
5842              randy@theoryx5.uwinnipeg.ca
5843              Subject:  [PATCH 5.005_60] DB_File 1.70
5844              Date: Wed, 4 Aug 1999 23:22:22 +0100
5845              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
5846              
5847              (Replaces change #3917)
5848      Branch: cfgperl
5849            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5850            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
5851 ____________________________________________________________________________
5852 [  3920] By: jhi                                   on 1999/08/04  19:02:58
5853         Log: From: Nathan Torkington <gnat@frii.com>
5854              To: perl5-porters@perl.org
5855              Subject: [5.005_60 PATCH] Make B::Bytecode work
5856              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
5857              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
5858      Branch: cfgperl
5859            ! ext/B/B/Assembler.pm
5860 ____________________________________________________________________________
5861 [  3919] By: jhi                                   on 1999/08/04  10:56:26
5862         Log: Update history records.
5863      Branch: cfgperl
5864            ! pod/perlhist.pod
5865 ____________________________________________________________________________
5866 [  3918] By: jhi                                   on 1999/08/04  09:36:13
5867         Log: Minor fixes to linux -Dusethreads -Duseperlio.
5868      Branch: cfgperl
5869            ! perlio.c
5870 ____________________________________________________________________________
5871 [  3917] By: jhi                                   on 1999/08/04  08:13:20
5872         Log: (Replaced by change #3921)
5873              From: paul.marquess@bt.com
5874              To: gsar@activestate.com
5875              Cc: perl5-porters@perl.org
5876              Subject: [PATCH 5.005_60] DB_File 1.69
5877              Date: Tue, 3 Aug 1999 22:55:00 +0100
5878              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
5879      Branch: cfgperl
5880            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5881            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
5882 ____________________________________________________________________________
5883 [  3916] By: jhi                                   on 1999/08/04  07:59:05
5884         Log: Introduce the charnames pragma.
5885              
5886              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
5887              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
5888              To: Chip Salzenberg <[11]chip@perlsupport.com>
5889              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
5890              Date: Sat, 31 Jul 1999 05:44:05 -0400
5891              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
5892              
5893              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5894              To: Mailing list Perl5 <perl5-porters@perl.org>
5895              Subject: [PATCH 5.005_58] Named characters in Perl
5896              Date: Mon, 2 Aug 1999 19:25:40 -0400
5897              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
5898      Branch: cfgperl
5899            + lib/charnames.pm t/lib/charnames.t
5900            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
5901            ! pod/perlre.pod regcomp.c toke.c
5902 ____________________________________________________________________________
5903 [  3915] By: jhi                                   on 1999/08/03  21:18:49
5904         Log: Support Configure -Dmake=pmake.
5905              Via private email from Andy.
5906              NOTE: assumes "basename" command.
5907      Branch: metaconfig
5908            ! U/modified/Config_sh.U
5909 ____________________________________________________________________________
5910 [  3914] By: jhi                                   on 1999/08/03  21:11:11
5911         Log: The op/filetest.t failed subtest 7 if testing as root.
5912              
5913              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
5914              To: perl5-porters@perl.org
5915              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
5916              Date: Tue, 27 Jul 1999 22:54:05 +0200
5917              Message-Id: <379E1C6D.626DC765@club-internet.fr>
5918      Branch: cfgperl
5919            ! t/op/filetest.t
5920 ____________________________________________________________________________
5921 [  3911] By: jhi                                   on 1999/08/03  19:52:38
5922         Log: The "-Dusethreads -Duseperlio" combination failed.
5923              
5924              From: Spider Boardman <spider@leggy.zk3.dec.com>
5925              To: perl5-porters@perl.org
5926              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
5927              4.0 (UNINSTALLED)
5928              Date: Tue, 3 Aug 1999 14:25:00 -0400
5929              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
5930              
5931              See also change #3912.
5932      Branch: cfgperl
5933            ! perlio.c
5934 ____________________________________________________________________________
5935 [  3910] By: jhi                                   on 1999/08/03  10:44:24
5936         Log: From: Chris Nandor <pudge@pobox.com>
5937              To: perl5-porters@perl.org
5938              Subject: [PATCH 5.005_58] perlbug.PL 1.27
5939              Date: Wed, 28 Jul 1999 23:42:49 -0400
5940              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
5941      Branch: cfgperl
5942            ! utils/perlbug.PL
5943 ____________________________________________________________________________
5944 [  3909] By: jhi                                   on 1999/08/03  10:41:04
5945         Log: Hints for building ByteLoader in SunoS.  Based on
5946              From: Andy Dougherty <doughera@lafayette.edu>
5947              To: Gurusamy Sarathy <gsar@activestate.com>
5948              Cc: Perl Porters <perl5-porters@perl.org>
5949              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
5950              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
5951              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
5952      Branch: cfgperl
5953            + ext/ByteLoader/hints/sunos.pl
5954            ! MANIFEST ext/ByteLoader/ByteLoader.xs
5955 ____________________________________________________________________________
5956 [  3908] By: jhi                                   on 1999/08/03  09:29:22
5957         Log: Clarify RE engine code; inline a static function to a macro;
5958              make exact string nodes smaller.
5959              
5960              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5961              To: perl5-porters@perl.org (Mailing list Perl5)
5962              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
5963              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
5964              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
5965      Branch: cfgperl
5966            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
5967            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
5968            ! regnodes.h warning.h
5969 ____________________________________________________________________________
5970 [  3907] By: jhi                                   on 1999/08/03  08:11:49
5971         Log: 5_59 configured with -Dd_bincompat5005 can't be made
5972              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
5973              
5974              From: Spider Boardman <spider@leggy.zk3.dec.com>
5975              To: perl5-porters@perl.org
5976              Subject: [ID 19990802.016] Not OK: perl 5.00559
5977              Date: Mon, 2 Aug 1999 16:11:13 -0400
5978              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
5979      Branch: cfgperl
5980            ! embed.pl
5981 ____________________________________________________________________________
5982 [  3906] By: jhi                                   on 1999/08/03  07:48:59
5983         Log: Change #3790 redemption: with a little additional
5984              patch from Ilya it works okay.
5985      Branch: cfgperl
5986            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
5987            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
5988 ____________________________________________________________________________
5989 [  3905] By: gsar                                  on 1999/08/02  21:03:23
5990         Log: this will be 5.005_60
5991      Branch: perl
5992            ! Changes
5993
5994 ----------------
5995 Version 5.005_60
5996 ----------------
5997
5998 ____________________________________________________________________________
5999 [  3904] By: gsar                                  on 1999/08/02  20:30:23
6000         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
6001              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
6002              regen headers
6003      Branch: perl
6004            ! embed.h embed.pl global.sym opcode.h perlapi.c
6005 ____________________________________________________________________________
6006 [  3903] By: gsar                                  on 1999/08/02  20:26:07
6007         Log: native int pack/unpack fixes (from Spider Boardman
6008              <spider@leggy.zk3.dec.com>)
6009      Branch: perl
6010            ! pp.c
6011 ____________________________________________________________________________
6012 [  3902] By: gsar                                  on 1999/08/02  20:24:41
6013         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
6014              <spider@leggy.zk3.dec.com>)
6015      Branch: perl
6016            + opnames.h
6017            ! Changes MANIFEST opcode.pl perl.h
6018 ____________________________________________________________________________
6019 [  3901] By: gsar                                  on 1999/08/02  18:51:18
6020         Log: integrate cfgperl contents
6021      Branch: perl
6022           !> INSTALL README pod/perldelta.pod
6023 ____________________________________________________________________________
6024 [  3900] By: jhi                                   on 1999/08/02  18:46:21
6025         Log: Update README and INSTALL; partly based on the message
6026              
6027              From: "John L. Allen" <allen@grumman.com>
6028              To: Jarkko Hietaniemi <jhi@iki.fi>
6029              cc: perl5-porters@perl.org
6030              Subject: Re: Perl Installation Problem
6031              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
6032              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
6033              
6034              and private email from Andy Dougherty.
6035      Branch: cfgperl
6036            ! INSTALL README
6037 ____________________________________________________________________________
6038 [  3899] By: jhi                                   on 1999/08/02  18:36:35
6039         Log: Integrate with Sarathy.
6040      Branch: cfgperl
6041           !> op.c
6042 ____________________________________________________________________________
6043 [  3898] By: jhi                                   on 1999/08/02  18:34:49
6044         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
6045      Branch: cfgperl
6046            ! pod/perldelta.pod
6047 ____________________________________________________________________________
6048 [  3897] By: gsar                                  on 1999/08/02  18:18:37
6049         Log: optimizations could sometimes bypass bareword check
6050      Branch: perl
6051            ! op.c
6052 ____________________________________________________________________________
6053 [  3896] By: jhi                                   on 1999/08/02  18:18:34
6054         Log: Integrate with Sarathy.
6055      Branch: cfgperl
6056           !> Changes makedef.pl patchlevel.h win32/Makefile
6057           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6058           !> win32/makefile.mk
6059 ____________________________________________________________________________
6060 [  3895] By: gsar                                  on 1999/08/02  17:22:40
6061         Log: up patchlevel etc.
6062      Branch: perl
6063            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6064            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6065 ____________________________________________________________________________
6066 [  3894] By: gsar                                  on 1999/08/02  17:12:31
6067         Log: integrate change#3893, make it conditional on bincompat5005
6068      Branch: perl
6069            ! makedef.pl
6070 ____________________________________________________________________________
6071 [  3893] By: jhi                                   on 1999/08/02  16:49:08
6072         Log: PERL_BINCOMPAT_5005 symbol translation.
6073              (AIX wouldn't link neither perl nor extensions.)
6074      Branch: cfgperl
6075            ! makedef.pl
6076 ____________________________________________________________________________
6077 [  3892] By: gsar                                  on 1999/08/02  16:09:13
6078         Log: integrate cfgperl contents into mainline
6079      Branch: perl
6080           +> t/op/64bit.t
6081            ! Changes
6082           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
6083           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
6084           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
6085 ____________________________________________________________________________
6086 [  3891] By: jhi                                   on 1999/08/02  14:52:40
6087         Log: AIX long long probing requires LL suffix for
6088              the ll constant.  The suffix doesn't seem
6089              to bother other ll platforms.
6090      Branch: cfgperl
6091            ! Configure config_h.SH hints/aix.sh
6092      Branch: metaconfig/U/perl
6093            ! quadfio.U
6094 ____________________________________________________________________________
6095 [  3890] By: jhi                                   on 1999/08/02  14:21:55
6096         Log: Exact path to perl for open -|.
6097      Branch: cfgperl
6098            ! t/io/open.t
6099 ____________________________________________________________________________
6100 [  3889] By: jhi                                   on 1999/08/02  14:18:03
6101         Log: Integrate with Sarathy.
6102      Branch: cfgperl
6103           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
6104           !> win32/Makefile win32/config_H.bc win32/config_H.gc
6105           !> win32/config_H.vc win32/makefile.mk win32/win32.c
6106 ____________________________________________________________________________
6107 [  3888] By: jhi                                   on 1999/08/02  14:14:29
6108         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
6109      Branch: cfgperl
6110            ! hints/aix.sh
6111 ____________________________________________________________________________
6112 [  3887] By: jhi                                   on 1999/08/02  12:53:10
6113         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
6114              emacs code indentation doesn't get wrong ideas--
6115              in other words, introduce a couple of "redundant" if:s.
6116      Branch: cfgperl
6117            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
6118            ! util.c
6119 ____________________________________________________________________________
6120 [  3886] By: jhi                                   on 1999/08/02  12:43:16
6121         Log: Mention that also *BSD systems with glibc are known to stumble.
6122      Branch: cfgperl
6123            ! t/pragma/warn/pp_hot
6124 ____________________________________________________________________________
6125 [  3885] By: jhi                                   on 1999/08/02  12:34:15
6126         Log: Allow also non-long long but still quad platforms print quads.
6127      Branch: cfgperl
6128            ! Configure config_h.SH
6129      Branch: metaconfig/U/perl
6130            ! longdblfio.U quadfio.U
6131 ____________________________________________________________________________
6132 [  3884] By: jhi                                   on 1999/08/02  11:56:14
6133         Log: Fix regclass utf8 hex ranges for quads.
6134      Branch: cfgperl
6135            ! regcomp.c
6136 ____________________________________________________________________________
6137 [  3883] By: jhi                                   on 1999/08/02  11:42:14
6138         Log: Enhance the description of how to detect quad support.
6139      Branch: cfgperl
6140            ! pod/perlfunc.pod
6141 ____________________________________________________________________________
6142 [  3882] By: jhi                                   on 1999/08/02  11:22:19
6143         Log: Fix printf %D %U %O for quads.
6144      Branch: cfgperl
6145            ! sv.c t/op/64bit.t
6146 ____________________________________________________________________________
6147 [  3881] By: jhi                                   on 1999/08/02  11:16:12
6148         Log: Document quad printing.
6149      Branch: cfgperl
6150            ! pod/perlfunc.pod
6151 ____________________________________________________________________________
6152 [  3880] By: jhi                                   on 1999/08/02  10:32:01
6153         Log: More 64-bit fixing.  One known bug of that kind
6154              remains, 32-bit platforms using long long in
6155              the test t/pragma/utf8 subtests 1-3 fail.
6156              (Update: change    #3884 fixed that one.)
6157      Branch: cfgperl
6158            + t/op/64bit.t
6159            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
6160
6161 ----------------
6162 Version 5.005_59
6163 ----------------
6164
6165 ____________________________________________________________________________
6166 [  3879] By: gsar                                  on 1999/08/02  08:18:58
6167         Log: integrate cfgperl changes into mainline
6168      Branch: perl
6169           !> Configure config_h.SH sv.c
6170 ____________________________________________________________________________
6171 [  3878] By: gsar                                  on 1999/08/02  08:13:16
6172         Log: change#3692 had an unintentional patch leak through!
6173              (this would explain the mysterious C<next LABEL> failures
6174              people have seen)
6175      Branch: perl
6176            ! pp_ctl.c
6177 ____________________________________________________________________________
6178 [  3877] By: gsar                                  on 1999/08/02  08:00:29
6179         Log: up patchlevel to 59
6180      Branch: perl
6181            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
6182            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6183            ! win32/makefile.mk
6184 ____________________________________________________________________________
6185 [  3876] By: gsar                                  on 1999/08/02  07:51:18
6186         Log: fix coredump under usethreads+debug
6187      Branch: perl
6188            ! util.c
6189 ____________________________________________________________________________
6190 [  3875] By: jhi                                   on 1999/08/02  07:50:51
6191         Log: d_bincompat5005 could be left empty.
6192      Branch: cfgperl
6193            ! Configure config_h.SH
6194      Branch: metaconfig/U/perl
6195            ! bincompat5005.U
6196 ____________________________________________________________________________
6197 [  3874] By: jhi                                   on 1999/08/02  07:42:45
6198         Log: Fix printf %d when IV is quad.
6199      Branch: cfgperl
6200            ! sv.c
6201 ____________________________________________________________________________
6202 [  3873] By: gsar                                  on 1999/08/02  07:41:03
6203         Log: fix d_bincompat5005='' junking config.h
6204      Branch: perl
6205            ! Configure
6206 ____________________________________________________________________________
6207 [  3872] By: gsar                                  on 1999/08/02  07:38:48
6208         Log: C needs parameter list, not merely type
6209      Branch: perl
6210            ! win32/win32.c
6211 ____________________________________________________________________________
6212 [  3871] By: jhi                                   on 1999/08/02  07:20:51
6213         Log: Integrate with Sarathy.
6214      Branch: cfgperl
6215           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
6216 ____________________________________________________________________________
6217 [  3870] By: gsar                                  on 1999/08/02  07:12:18
6218         Log: integrate cfgperl changes into mainline
6219      Branch: perl
6220            ! Changes
6221           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
6222           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
6223           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
6224           !> toke.c util.c
6225 ____________________________________________________________________________
6226 [  3869] By: gsar                                  on 1999/08/02  06:59:09
6227         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
6228              Date: Sat, 31 Jul 1999 19:08:33 -0700
6229              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
6230              Subject: [PATCH 5.005_58] "use constant" in the compiler
6231      Branch: perl
6232            ! ext/B/B/C.pm ext/B/B/CC.pm
6233 ____________________________________________________________________________
6234 [  3868] By: gsar                                  on 1999/08/02  06:55:51
6235         Log: debug build tweak
6236      Branch: perl
6237            ! regexec.c
6238 ____________________________________________________________________________
6239 [  3867] By: gsar                                  on 1999/08/02  06:35:18
6240         Log: create vmsperl branch (to be owned and operated by: cbailey)
6241      Branch: vmsperl
6242           +> (branch 1476 files)
6243 ____________________________________________________________________________
6244 [  3866] By: jhi                                   on 1999/08/01  23:34:40
6245         Log: so_locations once is enough.
6246      Branch: cfgperl
6247            ! Makefile.SH
6248 ____________________________________________________________________________
6249 [  3865] By: jhi                                   on 1999/08/01  23:13:05
6250         Log: Simplicate duplicated code.
6251      Branch: cfgperl
6252            ! util.c
6253 ____________________________________________________________________________
6254 [  3864] By: jhi                                   on 1999/08/01  22:41:41
6255         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
6256      Branch: cfgperl
6257           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
6258           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
6259            - README.cygwin32 cygwin32/Makefile.SHs
6260            - cygwin32/build-instructions.READFIRST
6261            - cygwin32/build-instructions.charles-wilson
6262            - cygwin32/build-instructions.sebastien-barre
6263            - cygwin32/build-instructions.steven-morlock
6264            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
6265            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
6266            - hints/cygwin32.sh
6267           !> (integrate 61 files)
6268 ____________________________________________________________________________
6269 [  3863] By: jhi                                   on 1999/08/01  22:36:02
6270         Log: Regen Configure and Glossary once again.
6271      Branch: cfgperl
6272            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6273            ! config_h.SH
6274 ____________________________________________________________________________
6275 [  3862] By: jhi                                   on 1999/08/01  22:26:09
6276         Log: Glossary update for #3861.
6277      Branch: cfgperl
6278            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6279            ! config_h.SH
6280 ____________________________________________________________________________
6281 [  3861] By: jhi                                   on 1999/08/01  22:22:51
6282         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
6283              with -Duse64bits (using long long).
6284              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
6285              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
6286              'print unpack "q", pack "q", 12345678901'
6287              should work on such 32-bit platforms.
6288              Still a lot of printf()s behind -D which wrongly assume
6289              that %ld/%lx and (long) are a good combination.
6290              Introducing a slew of new macros intended to be used in printf()
6291              format strings: e. g. PERL_PRId64 is the string to be used
6292              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
6293              The PRI... naming follows the C9X naming of <inttypes.h> macros.
6294      Branch: cfgperl
6295            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6296            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
6297            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
6298      Branch: metaconfig/U/perl
6299            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
6300 ____________________________________________________________________________
6301 [  3860] By: gsar                                  on 1999/08/01  21:23:18
6302         Log: integrate cfgperl contents into mainline
6303      Branch: perl
6304            ! toke.c
6305           !> (integrate 29 files)
6306 ____________________________________________________________________________
6307 [  3859] By: gsar                                  on 1999/08/01  21:13:09
6308         Log: From: Nathan Torkington <gnat@frii.com>
6309              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
6310              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
6311              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
6312      Branch: perl
6313            ! ext/B/B/Disassembler.pm
6314 ____________________________________________________________________________
6315 [  3858] By: gsar                                  on 1999/08/01  21:09:15
6316         Log: DB_File 1.68 update from Paul Marquess
6317      Branch: perl
6318            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6319            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6320            ! t/lib/db-recno.t
6321 ____________________________________________________________________________
6322 [  3857] By: gsar                                  on 1999/08/01  21:05:54
6323         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6324              Date: Sat, 31 Jul 1999 05:13:38 -0400
6325              Message-Id: <199907311407.IAA25038@localhost.frii.com>
6326              Subject: [PATCH 5.005_58] More optimizations to REx engine
6327      Branch: perl
6328            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
6329            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
6330 ____________________________________________________________________________
6331 [  3856] By: gsar                                  on 1999/08/01  20:59:59
6332         Log: slightly modified version of suggested patch
6333              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6334              Date: Sat, 31 Jul 1999 04:45:12 -0400
6335              Message-Id: <199907311406.IAA25034@localhost.frii.com>
6336              Subject: [PATCH 5.005_58] Fix OS/2 build
6337      Branch: perl
6338            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
6339            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
6340 ____________________________________________________________________________
6341 [  3855] By: gsar                                  on 1999/08/01  20:49:06
6342         Log: cygwin update
6343              From: "Fifer, Eric" <EFifer@sanwaint.com>
6344              Date: Fri, 30 Jul 1999 18:31:48 +0100
6345              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
6346              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
6347      Branch: perl
6348            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
6349            ! pp_sys.c unixish.h util.c
6350 ____________________________________________________________________________
6351 [  3854] By: gsar                                  on 1999/08/01  20:41:53
6352         Log: fixes from Stephen McCamant that address bugs in change#3612
6353              (the optimization shouldn't be enabled in expressions where
6354              the variable is introduced), and fix Deparse to grok the
6355              optimization
6356              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
6357              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
6358              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
6359              --
6360              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
6361              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
6362              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
6363              --
6364              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
6365              Message-Id: <199907310326.VAA24376@localhost.frii.com>
6366              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
6367      Branch: perl
6368            ! ext/B/B/Deparse.pm op.c
6369 ____________________________________________________________________________
6370 [  3853] By: gsar                                  on 1999/08/01  20:31:32
6371         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6372              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
6373              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
6374              Subject: [PATCH _58] Two one-liner LOGOP tweaks
6375      Branch: perl
6376            ! op.c opcode.h opcode.pl
6377 ____________________________________________________________________________
6378 [  3852] By: gsar                                  on 1999/08/01  20:29:17
6379         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
6380      Branch: perl
6381            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
6382            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
6383            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
6384            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
6385            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
6386            ! pod/perlport.pod pp_sys.c util.c
6387 ____________________________________________________________________________
6388 [  3851] By: gsar                                  on 1999/08/01  20:20:05
6389         Log: move files around for s/cygwin32/cygwin/ renaming
6390      Branch: perl
6391           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
6392           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
6393            - README.cygwin32 cygwin32/Makefile.SHs
6394            - cygwin32/build-instructions.READFIRST
6395            - cygwin32/build-instructions.charles-wilson
6396            - cygwin32/build-instructions.sebastien-barre
6397            - cygwin32/build-instructions.steven-morlock
6398            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
6399            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
6400            - hints/cygwin32.sh
6401            ! MANIFEST
6402 ____________________________________________________________________________
6403 [  3850] By: gsar                                  on 1999/08/01  20:05:14
6404         Log: posix-bc hints tweak (via private mail from Thomas Dorner
6405              <Thomas.Dorner@start.de>)
6406      Branch: perl
6407            ! Changes hints/posix-bc.sh
6408 ____________________________________________________________________________
6409 [  3849] By: gsar                                  on 1999/08/01  19:50:20
6410         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
6411              <gnat@frii.com>)
6412      Branch: perl
6413            ! perl.h pod/perldelta.pod pod/perlguts.pod
6414 ____________________________________________________________________________
6415 [  3848] By: gsar                                  on 1999/08/01  18:34:41
6416         Log: fix defined(@foo) encarpments
6417      Branch: perl
6418            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
6419            ! pod/perltrap.pod
6420 ____________________________________________________________________________
6421 [  3847] By: jhi                                   on 1999/08/01  17:17:07
6422         Log: Undo #3790 and the patches that attempted to fix it
6423              (#3837, #3838, #3845).  The #3790 caused linkage failures
6424              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
6425              IRIX 6.5.
6426      Branch: cfgperl
6427            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
6428            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6429            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6430 ____________________________________________________________________________
6431 [  3846] By: jhi                                   on 1999/08/01  11:41:52
6432         Log: Reading 64-bit decimal numbers was broken because
6433              the NV was cast to an I32, not an IV.
6434      Branch: cfgperl
6435            ! toke.c
6436 ____________________________________________________________________________
6437 [  3845] By: jhi                                   on 1999/08/01  11:00:24
6438         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
6439      Branch: cfgperl
6440            + ext/SDBM_File/hints/solaris.pl
6441 ____________________________________________________________________________
6442 [  3844] By: jhi                                   on 1999/08/01  10:55:44
6443         Log: Enable Solaris largefiles support only if -Duse64bits is used.
6444              (Effectively removes #3311).
6445      Branch: cfgperl
6446            ! hints/solaris_2.sh
6447 ____________________________________________________________________________
6448 [  3843] By: jhi                                   on 1999/07/31  22:44:56
6449         Log: Integer overflow iteration.
6450      Branch: cfgperl
6451            ! t/op/oct.t toke.c util.c
6452 ____________________________________________________________________________
6453 [  3842] By: jhi                                   on 1999/07/31  22:11:03
6454         Log: Remove a lot of unused regnode codes.
6455              Noticed by Ilya.
6456      Branch: cfgperl
6457            ! regcomp.c regcomp.sym regexec.c regnodes.h
6458 ____________________________________________________________________________
6459 [  3841] By: jhi                                   on 1999/07/31  21:53:54
6460         Log: Make the use64bits and usethreads friendlier/braver;
6461              they no more wimp out if the platform is unknown.
6462              On use64bits if gcc used -DUSE_LONG_LONG is added
6463              to the ccflags (this dependency on gcc caused a slightly weird
6464              reordering of Configure, but things still seem to work.)
6465      Branch: cfgperl
6466            ! Configure README.threads config_h.SH
6467      Branch: metaconfig
6468            ! U/threads/usethreads.U
6469      Branch: metaconfig/U/perl
6470            ! use64bits.U
6471 ____________________________________________________________________________
6472 [  3840] By: jhi                                   on 1999/07/31  20:26:22
6473         Log: Hack the "integer overflow" code some more.
6474      Branch: cfgperl
6475            ! perl.h toke.c util.c
6476 ____________________________________________________________________________
6477 [  3839] By: jhi                                   on 1999/07/31  20:22:00
6478         Log: Test oct() at the 2^32-1 limit.
6479      Branch: cfgperl
6480            ! t/op/oct.t
6481 ____________________________________________________________________________
6482 [  3838] By: jhi                                   on 1999/07/31  20:08:43
6483         Log: Update MANIFEST for #3837.
6484      Branch: cfgperl
6485            ! MANIFEST
6486 ____________________________________________________________________________
6487 [  3837] By: jhi                                   on 1999/07/31  20:02:40
6488         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
6489              (a core dump with a corrput stack ensues).
6490      Branch: cfgperl
6491            + ext/SDBM_File/hints/dec_osf.pl
6492 ____________________________________________________________________________
6493 [  3836] By: jhi                                   on 1999/07/29  21:09:01
6494         Log: Allow for Configure -Ubincompat5005 override.
6495      Branch: cfgperl
6496            ! Configure config_h.SH
6497      Branch: metaconfig/U/perl
6498            ! bincompat5005.U
6499 ____________________________________________________________________________
6500 [  3835] By: jhi                                   on 1999/07/29  21:04:02
6501         Log: Make Configure support PERL_BINCOMPAT_5005.
6502      Branch: cfgperl
6503            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6504            ! config_h.SH
6505      Branch: metaconfig/U/perl
6506            + bincompat5005.U
6507 ____________________________________________________________________________
6508 [  3834] By: jhi                                   on 1999/07/29  19:25:35
6509         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
6510      Branch: cfgperl
6511            ! Makefile.SH
6512 ____________________________________________________________________________
6513 [  3833] By: jhi                                   on 1999/07/29  14:07:09
6514         Log: Integrate with Sarathy.  I overruled on perldelta
6515              and perldiag.
6516      Branch: cfgperl
6517           !> README.win32 emacs/cperl-mode.el globals.c installperl
6518           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
6519           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
6520           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
6521           !> win32/perllib.c win32/win32.c
6522 ____________________________________________________________________________
6523 [  3832] By: jhi                                   on 1999/07/29  14:02:50
6524         Log: Repent and make overly large integerish
6525              constants non-fatal.  They are now promoted
6526              to NVs, accompanied by an overflow warning that
6527              is by default on.
6528      Branch: cfgperl
6529            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
6530            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
6531            ! toke.c util.c
6532 ____________________________________________________________________________
6533 [  3831] By: jhi                                   on 1999/07/29  11:40:04
6534         Log: AIX exhibits different error on failed system().
6535              Slightly modified patch via private email from
6536              David R. Favor <dfavor@austin.ibm.com>
6537      Branch: cfgperl
6538            ! t/op/exec.t
6539 ____________________________________________________________________________
6540 [  3830] By: gsar                                  on 1999/07/29  07:46:11
6541         Log: cperl-mode.el v4.19
6542      Branch: perl
6543            ! emacs/cperl-mode.el
6544 ____________________________________________________________________________
6545 [  3829] By: gsar                                  on 1999/07/29  07:30:35
6546         Log: From: jan.dubois@ibm.net (Jan Dubois)
6547              Date: Wed, 28 Jul 1999 22:01:42 +0200
6548              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
6549              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
6550      Branch: perl
6551            ! win32/bin/pl2bat.pl
6552 ____________________________________________________________________________
6553 [  3828] By: gsar                                  on 1999/07/29  07:19:27
6554         Log: tweak previous change for multiple hits
6555      Branch: perl
6556            ! utils/perldoc.PL
6557 ____________________________________________________________________________
6558 [  3827] By: gsar                                  on 1999/07/29  07:10:00
6559         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
6560              really needs a pod2text() compatibility function)
6561      Branch: perl
6562            ! utils/perldoc.PL
6563 ____________________________________________________________________________
6564 [  3826] By: gsar                                  on 1999/07/29  01:33:46
6565         Log: minor tweaks to pods and toke.c comments
6566      Branch: perl
6567            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
6568 ____________________________________________________________________________
6569 [  3825] By: gsar                                  on 1999/07/29  00:12:52
6570         Log: integrate cfgperl changes into mainline
6571      Branch: perl
6572           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6573           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
6574           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6575           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
6576           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6577           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
6578           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
6579           !> t/pragma/warn/util toke.c util.c
6580 ____________________________________________________________________________
6581 [  3824] By: jhi                                   on 1999/07/28  21:15:04
6582         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
6583      Branch: cfgperl
6584            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6585            ! ext/IO/lib/IO/Socket/INET.pm
6586 ____________________________________________________________________________
6587 [  3823] By: jhi                                   on 1999/07/28  20:29:17
6588         Log: Continue pack() doc honing.
6589      Branch: cfgperl
6590            ! pod/perlfunc.pod
6591 ____________________________________________________________________________
6592 [  3822] By: jhi                                   on 1999/07/28  20:17:37
6593         Log: Enhance pack() doc.
6594      Branch: cfgperl
6595            ! pod/perlfunc.pod
6596 ____________________________________________________________________________
6597 [  3821] By: jhi                                   on 1999/07/28  18:34:50
6598         Log: UNIX Domain Sockets are not implemented under QNX.
6599              
6600              From: Norton Allen <allen@huarp.harvard.edu>
6601              To: perl5-porters@perl.org
6602              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
6603              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
6604              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
6605      Branch: cfgperl
6606            ! t/lib/io_unix.t
6607 ____________________________________________________________________________
6608 [  3820] By: jhi                                   on 1999/07/28  18:13:37
6609         Log: IO::* enhancements.
6610              
6611              1) write() and syswrite() will now accept a single-argument
6612              form of the call, for consistency with Perl's syswrite().
6613              2) You can create a TCP-based IO::Socket::INET without forcing
6614              a connect attempt.  This allows you to configure its options
6615              (like making it non-blocking) and then call connect() manually.
6616              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
6617              from ever returning the correct value.
6618              
6619              From: Lincoln Stein <lstein@formaggio.cshl.org>
6620              To: Graham Barr <gbarr@pobox.com>
6621              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
6622              Subject: Re: patch for IO::*
6623              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
6624              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
6625      Branch: cfgperl
6626            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6627            ! ext/IO/lib/IO/Socket/INET.pm
6628 ____________________________________________________________________________
6629 [  3819] By: gsar                                  on 1999/07/28  18:08:06
6630         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
6631      Branch: perl
6632            ! README.win32 globals.c installperl iperlsys.h makedef.pl
6633            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
6634            ! win32/win32.c
6635 ____________________________________________________________________________
6636 [  3818] By: jhi                                   on 1999/07/28  17:48:16
6637         Log: Need to add QNX to the list for DONT_DECLARE_STD.
6638              (The elimination of use of the _() macro apparently triggered
6639              an incompatability with a #define of atof)
6640              
6641              From: Norton Allen <allen@huarp.harvard.edu>
6642              To: perl5-porters@perl.org
6643              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
6644              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
6645              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
6646      Branch: cfgperl
6647            ! perl.h
6648 ____________________________________________________________________________
6649 [  3817] By: jhi                                   on 1999/07/28  17:46:30
6650         Log: Need to add some more conditions to deal with the case
6651              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
6652              which is true for QNX4.
6653              From: Norton Allen <allen@huarp.harvard.edu>
6654              To: perl5-porters@perl.org
6655              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
6656              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
6657              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
6658      Branch: cfgperl
6659            ! pp_sys.c
6660 ____________________________________________________________________________
6661 [  3816] By: jhi                                   on 1999/07/28  17:43:40
6662         Log: The QNX shell needs a couple more semicolons.
6663              
6664              From: Norton Allen <allen@huarp.harvard.edu>
6665              To: perl5-porters@perl.org
6666              Subject: [ID 19990728.007] Patch:Configure _58 QNX
6667              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
6668              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
6669              
6670              plus silence metalint moanings on vendorprefix.
6671      Branch: cfgperl
6672            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6673            ! config_h.SH
6674 ____________________________________________________________________________
6675 [  3815] By: jhi                                   on 1999/07/28  17:31:11
6676         Log: Silence metalint on vendorprefix.U.
6677      Branch: metaconfig
6678            ! U/installdirs/vendorprefix.U
6679 ____________________________________________________________________________
6680 [  3814] By: jhi                                   on 1999/07/28  17:13:29
6681         Log: QNX shell needs more semicolons.
6682      Branch: metaconfig/U/perl
6683            ! Extensions.U
6684 ____________________________________________________________________________
6685 [  3813] By: jhi                                   on 1999/07/28  17:05:08
6686         Log: Integrate with Sarathy.
6687      Branch: cfgperl
6688           !> lib/ExtUtils/MM_Unix.pm
6689 ____________________________________________________________________________
6690 [  3812] By: jhi                                   on 1999/07/28  16:20:17
6691         Log: Fix a typo, un-shout, and reformat the installation output.
6692      Branch: cfgperl
6693            ! lib/ExtUtils/Install.pm
6694 ____________________________________________________________________________
6695 [  3811] By: gsar                                  on 1999/07/28  15:41:11
6696         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
6697      Branch: perl
6698            ! lib/ExtUtils/MM_Unix.pm
6699 ____________________________________________________________________________
6700 [  3810] By: jhi                                   on 1999/07/28  13:55:57
6701         Log: Talk more about subsecond things in perlfunc.
6702              (Yes, redundant with perlfaq8.)
6703      Branch: cfgperl
6704            ! pod/perlfunc.pod
6705 ____________________________________________________________________________
6706 [  3809] By: jhi                                   on 1999/07/28  07:23:48
6707         Log: Integrate with Sarathy.
6708      Branch: cfgperl
6709           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
6710           !> t/op/pwent.t
6711 ____________________________________________________________________________
6712 [  3808] By: jhi                                   on 1999/07/28  07:23:03
6713         Log: Document toke.c.
6714              From: Nathan Torkington <gnat@frii.com>
6715              To: perl5-porters@perl.org
6716              Subject: Re: toke.c patch, work in progress
6717              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
6718              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
6719      Branch: cfgperl
6720            ! toke.c
6721 ____________________________________________________________________________
6722 [  3807] By: jhi                                   on 1999/07/28  07:10:56
6723         Log: perlre clarification.
6724              
6725              From: Ian Phillipps <ian@dial.pipex.com>
6726              To: Perl 5 Porters <perl5-porters@perl.org>
6727              Subject: [PATCH 5.00557] Add definite article to perlre.pod
6728              Date: Tue, 27 Jul 1999 10:46:29 +0100
6729              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
6730      Branch: cfgperl
6731            ! pod/perlre.pod
6732 ____________________________________________________________________________
6733 [  3806] By: gsar                                  on 1999/07/28  07:07:46
6734         Log: fix the perl -V breakage
6735              
6736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6737              To: Jarkko Hietaniemi <jhi@iki.fi>
6738              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
6739              gsar@activestate.com
6740              Subject: Re: Follow up to: _58 on AIX 431
6741              Date: Tue, 27 Jul 1999 17:42:00 -0400
6742              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
6743      Branch: perl
6744            ! configpm
6745 ____________________________________________________________________________
6746 [  3805] By: gsar                                  on 1999/07/28  07:03:34
6747         Log: avoid warning (from Doug MacEachern)
6748      Branch: perl
6749            ! perl.h
6750 ____________________________________________________________________________
6751 [  3804] By: gsar                                  on 1999/07/28  06:59:30
6752         Log: Pod::Html tweak
6753              
6754              From: jan.dubois@ibm.net (Jan Dubois)
6755              To: perl5-porters@perl.org
6756              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
6757              Date: Tue, 27 Jul 1999 22:14:12 +0200
6758              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
6759      Branch: perl
6760            ! lib/Pod/Html.pm
6761 ____________________________________________________________________________
6762 [  3803] By: gsar                                  on 1999/07/28  06:56:38
6763         Log: freebsd hints update
6764              
6765              From: Anton Berezin <tobez@plab.ku.dk>
6766              To: perl5-porters@perl.org
6767              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
6768              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
6769              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
6770      Branch: perl
6771            ! hints/freebsd.sh
6772 ____________________________________________________________________________
6773 [  3802] By: gsar                                  on 1999/07/28  06:51:32
6774         Log: cosmetic testsuite patch
6775              
6776              From: Graham Barr <gbarr@ti.com>
6777              To: Perl5 Porters <perl5-porters@perl.org>
6778              Subject: 5.005_58 build
6779              Date: Tue, 27 Jul 1999 08:09:25 -0500
6780              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
6781      Branch: perl
6782            ! t/op/grent.t t/op/pwent.t
6783 ____________________________________________________________________________
6784 [  3801] By: jhi                                   on 1999/07/27  13:49:39
6785         Log: Minuscule cleanup of the integer overflow patch.
6786      Branch: cfgperl
6787            ! util.c
6788 ____________________________________________________________________________
6789 [  3800] By: jhi                                   on 1999/07/27  13:37:23
6790         Log: Test hex('x...').
6791      Branch: cfgperl
6792            ! t/op/oct.t
6793 ____________________________________________________________________________
6794 [  3799] By: jhi                                   on 1999/07/27  12:45:45
6795         Log: Integrate with Sarathy (5.005_58).
6796      Branch: cfgperl
6797            - ext/B/byteperl.c
6798           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
6799           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
6800           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
6801           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6802           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
6803           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
6804           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
6805           !> win32/config_H.vc
6806 ____________________________________________________________________________
6807 [  3798] By: jhi                                   on 1999/07/27  12:42:43
6808         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
6809              they used to be just optional lexical warnings.
6810              Also, with warnings turned on, constants > 2**32-1
6811              trigger a non-portability warning.
6812      Branch: cfgperl
6813            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
6814            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
6815            ! util.c
6816 ____________________________________________________________________________
6817 [  3797] By: gsar                                  on 1999/07/27  10:48:27
6818         Log: here lies 5.005_58
6819      Branch: perl
6820            - ext/B/byteperl.c
6821            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
6822            ! pod/perlfaq9.pod pod/perlhist.pod
6823
6824 ----------------
6825 Version 5.005_58
6826 ----------------
6827
6828 ____________________________________________________________________________
6829 [  3796] By: gsar                                  on 1999/07/27  09:23:42
6830         Log: regenerate win32/config_H.?c
6831      Branch: perl
6832            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6833 ____________________________________________________________________________
6834 [  3795] By: gsar                                  on 1999/07/27  09:02:31
6835         Log: From: Tye McQueen <tye@metronet.com>
6836              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
6837              Message-Id: <199907270019.AA08223@metronet.com>
6838              Subject: Patch pl2bat.pl so batch file can fail
6839      Branch: perl
6840            ! win32/bin/pl2bat.pl
6841 ____________________________________________________________________________
6842 [  3794] By: gsar                                  on 1999/07/27  08:59:58
6843         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6844              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
6845              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
6846              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
6847      Branch: perl
6848            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
6849            ! lib/SelfLoader.pm
6850 ____________________________________________________________________________
6851 [  3793] By: gsar                                  on 1999/07/27  08:19:16
6852         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
6853              (from Andy Dougherty)
6854      Branch: perl
6855            ! embed.h embed.pl
6856 ____________________________________________________________________________
6857 [  3792] By: gsar                                  on 1999/07/27  08:04:19
6858         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
6859              and Brad Appleton)
6860      Branch: perl
6861            ! lib/Pod/Parser.pm
6862 ____________________________________________________________________________
6863 [  3791] By: gsar                                  on 1999/07/27  07:50:54
6864         Log: cover case where CLK_TCK is a float, not integer (from
6865              alexander smishlajev <als@turnhere.com>)
6866      Branch: perl
6867            ! ext/Devel/DProf/DProf.xs
6868 ____________________________________________________________________________
6869 [  3790] By: gsar                                  on 1999/07/27  07:45:08
6870         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
6871              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
6872      Branch: perl
6873            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6874            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6875 ____________________________________________________________________________
6876 [  3789] By: jhi                                   on 1999/07/27  07:44:55
6877         Log: Integrate with Sarathy.
6878      Branch: cfgperl
6879           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
6880           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
6881           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
6882           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
6883           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
6884           !> proto.h t/comp/proto.t t/io/open.t
6885 ____________________________________________________________________________
6886 [  3788] By: gsar                                  on 1999/07/27  07:29:59
6887         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
6888              to Russ Allbery <rra@stanford.edu>); s/Simple// and
6889              s/pod2txt/pod2text/ etc.
6890      Branch: perl
6891            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
6892            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
6893 ____________________________________________________________________________
6894 [  3787] By: gsar                                  on 1999/07/27  06:48:40
6895         Log: From: Andy Dougherty <doughera@lafayette.edu>
6896              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
6897              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
6898              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
6899      Branch: perl
6900            ! ext/SDBM_File/sdbm/sdbm.h
6901 ____________________________________________________________________________
6902 [  3786] By: gsar                                  on 1999/07/27  06:30:09
6903         Log: applied suggested patch; added missing prototype changes to
6904              opcode.pl along with documentation typos (feature still needs
6905              to be described in perlopentut.pod and summarized in
6906              perldelta.pod)
6907              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6908              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
6909              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
6910              Subject: [PATCH 5.00557] 3-arg open
6911      Branch: perl
6912            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
6913            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
6914            ! proto.h t/comp/proto.t t/io/open.t
6915 ____________________________________________________________________________
6916 [  3785] By: gsar                                  on 1999/07/27  04:36:39
6917         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
6918              <roland.bauer@fff.at>)
6919      Branch: perl
6920            ! lib/Pod/Html.pm
6921 ____________________________________________________________________________
6922 [  3784] By: gsar                                  on 1999/07/27  03:56:17
6923         Log: change#3762 wasn't needed
6924      Branch: perl
6925            ! ext/B/B/CC.pm
6926 ____________________________________________________________________________
6927 [  3783] By: jhi                                   on 1999/07/26  19:08:21
6928         Log: Integrate with Sarathy.
6929      Branch: cfgperl
6930           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
6931           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
6932           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
6933 ____________________________________________________________________________
6934 [  3782] By: gsar                                  on 1999/07/26  18:16:50
6935         Log: update Changes, patchlevel &c.
6936      Branch: perl
6937            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6938            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6939 ____________________________________________________________________________
6940 [  3781] By: gsar                                  on 1999/07/26  17:54:47
6941         Log: a more correct fix for change#2744
6942              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6943              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
6944              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
6945              Subject: [PATCH _57] Re: toke.c questions 
6946      Branch: perl
6947            ! toke.c
6948 ____________________________________________________________________________
6949 [  3780] By: gsar                                  on 1999/07/26  17:37:04
6950         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
6951      Branch: perl
6952            ! pod/perlfunc.pod
6953 ____________________________________________________________________________
6954 [  3779] By: jhi                                   on 1999/07/26  16:37:23
6955         Log: Dusting off.
6956      Branch: cfgperl
6957            ! README.threads
6958 ____________________________________________________________________________
6959 [  3778] By: gsar                                  on 1999/07/26  13:28:46
6960         Log: avoid DIVZERO
6961      Branch: perl
6962            ! utils/dprofpp.PL
6963 ____________________________________________________________________________
6964 [  3777] By: gsar                                  on 1999/07/26  13:18:53
6965         Log: warnings identified by Borland compiler
6966      Branch: perl
6967            ! makedef.pl pp_ctl.c
6968 ____________________________________________________________________________
6969 [  3776] By: jhi                                   on 1999/07/26  13:07:36
6970         Log: Integrate with Sarathy.
6971      Branch: cfgperl
6972           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
6973 ____________________________________________________________________________
6974 [  3775] By: gsar                                  on 1999/07/26  12:55:43
6975         Log: avoid infinite recursion when Thread.pm croaks during
6976              bootstrap
6977      Branch: perl
6978            ! lib/Carp/Heavy.pm
6979 ____________________________________________________________________________
6980 [  3774] By: gsar                                  on 1999/07/26  12:43:02
6981         Log: integrate cfgperl contents into mainline
6982      Branch: perl
6983           +> lib/Carp/Heavy.pm
6984           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
6985           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
6986           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
6987           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
6988           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
6989 ____________________________________________________________________________
6990 [  3773] By: jhi                                   on 1999/07/26  12:40:29
6991         Log: Use long doubles only if they are useful.
6992      Branch: cfgperl
6993            ! ext/POSIX/POSIX.xs
6994 ____________________________________________________________________________
6995 [  3772] By: gsar                                  on 1999/07/26  12:33:11
6996         Log: typo in change#3768
6997      Branch: perl
6998            ! pp_hot.c
6999 ____________________________________________________________________________
7000 [  3771] By: gsar                                  on 1999/07/26  12:08:27
7001         Log: alpha-stage support for user-hooks in @INC
7002              From: Ken Fox <kfox@ford.com>
7003              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
7004              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
7005              Subject: Re: loading remote modules
7006      Branch: perl
7007            ! pp_ctl.c
7008 ____________________________________________________________________________
7009 [  3770] By: jhi                                   on 1999/07/26  11:38:36
7010         Log: Back out #3735.  Needs more work.
7011      Branch: cfgperl
7012            ! Makefile.SH cflags.SH configpm ext/util/make_ext
7013            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
7014            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
7015            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
7016            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
7017 ____________________________________________________________________________
7018 [  3769] By: jhi                                   on 1999/07/26  11:24:45
7019         Log: Integrate with Sarathy.
7020      Branch: cfgperl
7021           !> (integrate 35 files)
7022 ____________________________________________________________________________
7023 [  3768] By: gsar                                  on 1999/07/26  11:03:07
7024         Log: optimize method name lookup
7025              From: Chip Salzenberg <chip@perlsupport.com>
7026              Date: Thu, 22 Jul 1999 13:43:36 -0400
7027              Message-ID: <19990722134336.Q391@perlsupport.com>
7028              Subject: [PATCH] OP_METHOD_NAMED
7029      Branch: perl
7030            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
7031            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
7032            ! proto.h
7033 ____________________________________________________________________________
7034 [  3767] By: gsar                                  on 1999/07/26  10:44:11
7035         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
7036              foo()->()); rework grammar to remove conflicts
7037              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7038              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
7039              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
7040              Subject: [PATCH _57, long] Re: optional arrow asymmetry
7041      Branch: perl
7042            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
7043            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
7044            ! vms/perly_c.vms vms/perly_h.vms
7045 ____________________________________________________________________________
7046 [  3766] By: jhi                                   on 1999/07/26  10:18:56
7047         Log: Use $< instead of $*.c in *perlmain.o rules.
7048      Branch: cfgperl
7049            ! Makefile.SH
7050 ____________________________________________________________________________
7051 [  3765] By: gsar                                  on 1999/07/26  09:28:48
7052         Log: From: Ian Phillipps <ian@dial.pipex.com>
7053              Date: Fri, 23 Jul 1999 23:35:56 +0100
7054              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
7055              Subject: (Version 2) Extending unpack to deal with counted strings
7056      Branch: perl
7057            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
7058 ____________________________________________________________________________
7059 [  3764] By: jhi                                   on 1999/07/26  09:17:26
7060         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7061              To: perl5-porters@perl.org (Mailing list Perl5)
7062              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
7063              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
7064              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
7065              
7066              The patch was based on 5_57 so had to re-apply lib/Carp.pm
7067              parts of changes #3498, #3696, and #3702 for the new
7068              lib/Carp/Heavy.pm.
7069      Branch: cfgperl
7070            + lib/Carp/Heavy.pm
7071            ! MANIFEST lib/Carp.pm
7072 ____________________________________________________________________________
7073 [  3763] By: gsar                                  on 1999/07/26  09:03:17
7074         Log: ~ isn't valid in VMS filenames
7075      Branch: perl
7076            ! lib/Pod/Html.pm
7077 ____________________________________________________________________________
7078 [  3762] By: gsar                                  on 1999/07/26  08:59:47
7079         Log: setstate stop-gap from Vishal Bhatia
7080      Branch: perl
7081            ! ext/B/B/CC.pm
7082 ____________________________________________________________________________
7083 [  3761] By: gsar                                  on 1999/07/26  08:06:39
7084         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
7085              add B::OP::name() method that returns just the op_name;
7086              convert Deparse et all to use that instead of B::OP::ppaddr();
7087              add support for OP_SETSTATE in Deparse
7088      Branch: perl
7089            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
7090            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
7091            ! ext/B/B/Xref.pm opcode.h opcode.pl
7092 ____________________________________________________________________________
7093 [  3760] By: jhi                                   on 1999/07/26  07:14:43
7094         Log: Integrate with Sarathy.
7095      Branch: cfgperl
7096           !> (integrate 43 files)
7097 ____________________________________________________________________________
7098 [  3759] By: gsar                                  on 1999/07/26  05:12:24
7099         Log: add disclaimer about perl 4 libraries (modified version of
7100              patch suggested by Clinton Pierce <cpierce1@ford.com>)
7101      Branch: perl
7102            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
7103            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
7104            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
7105            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
7106            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
7107 ____________________________________________________________________________
7108 [  3758] By: gsar                                  on 1999/07/26  04:48:35
7109         Log: make reset() behave with high-bit characters
7110              From: Ian Phillipps <ian@dial.pipex.com>
7111              Date: Thu, 22 Jul 1999 22:48:59 +0100
7112              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
7113              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
7114      Branch: perl
7115            ! sv.c
7116 ____________________________________________________________________________
7117 [  3757] By: gsar                                  on 1999/07/26  04:40:32
7118         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
7119      Branch: perl
7120            ! pod/perlport.pod
7121 ____________________________________________________________________________
7122 [  3756] By: gsar                                  on 1999/07/26  04:20:37
7123         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
7124      Branch: perl
7125            ! utils/dprofpp.PL
7126 ____________________________________________________________________________
7127 [  3755] By: gsar                                  on 1999/07/26  04:18:00
7128         Log: disable VPATH for now (breaks x2p build)
7129      Branch: perl
7130            ! x2p/Makefile.SH
7131 ____________________________________________________________________________
7132 [  3754] By: gsar                                  on 1999/07/26  03:15:33
7133         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
7134              (%! has the necessary magic); misc typos
7135      Branch: perl
7136            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
7137            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
7138            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
7139            ! utils/h2xs.PL
7140 ____________________________________________________________________________
7141 [  3753] By: gsar                                  on 1999/07/26  02:38:28
7142         Log: integrate cfgperl contents into mainline
7143      Branch: perl
7144           +> t/pragma/locale/latin1 t/pragma/locale/utf8
7145           !> (integrate 53 files)
7146 ____________________________________________________________________________
7147 [  3752] By: gsar                                  on 1999/07/26  02:11:31
7148         Log: ensure implicitly closed handles don't set $? or $!
7149      Branch: perl
7150            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
7151 ____________________________________________________________________________
7152 [  3751] By: gsar                                  on 1999/07/26  01:28:34
7153         Log: change#3534 didn't preserve undef return values from caller()
7154      Branch: perl
7155            ! Changes pp_ctl.c
7156 ____________________________________________________________________________
7157 [  3750] By: jhi                                   on 1999/07/25  20:59:29
7158         Log: Back up a tiny bit from #3735.
7159              This may break builds outside the source directory
7160              but then again, they do not work that ell yet anyway.
7161      Branch: cfgperl
7162            ! Makefile.SH
7163 ____________________________________________________________________________
7164 [  3750] By: jhi                                   on 1999/07/25  20:59:29
7165         Log: Back up a tiny bit from #3735.
7166              This may break builds outside the source directory
7167              but then again, they do not work that ell yet anyway.
7168      Branch: cfgperl
7169            ! Makefile.SH
7170 ____________________________________________________________________________
7171 [  3749] By: jhi                                   on 1999/07/25  19:15:55
7172         Log: Integrate with Sarathy.
7173      Branch: cfgperl
7174           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
7175 ____________________________________________________________________________
7176 [  3748] By: jhi                                   on 1999/07/25  19:06:59
7177         Log: Recode locale.t so that the change in #3730
7178              is not needed and locale.t works both without
7179              and with the utf8 pragma.
7180      Branch: cfgperl
7181            + t/pragma/locale/latin1 t/pragma/locale/utf8
7182            ! MANIFEST t/pragma/locale.t
7183 ____________________________________________________________________________
7184 [  3747] By: jhi                                   on 1999/07/25  19:01:46
7185         Log: Like #3743.
7186      Branch: cfgperl
7187            ! utils/perlbug.PL
7188 ____________________________________________________________________________
7189 [  3746] By: gsar                                  on 1999/07/25  18:08:58
7190         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
7191              append a HISTORY section to POD if option is used
7192      Branch: perl
7193            ! utils/h2xs.PL
7194 ____________________________________________________________________________
7195 [  3745] By: gsar                                  on 1999/07/25  17:40:03
7196         Log: warn rather than die when parse_version() can't cut it (from
7197              Michael G Schwern <schwern@pobox.com>)
7198      Branch: perl
7199            ! lib/ExtUtils/MM_Unix.pm
7200 ____________________________________________________________________________
7201 [  3744] By: gsar                                  on 1999/07/25  16:32:48
7202         Log: make map behave like grep wrt indirect object slot when
7203              there are parentheses; revert an experimental mod by Larry
7204              in change#2038 that failed to parse %{{qw(a b c)}} properly
7205              (this means C<map {use Foo; ...} ...> still needs a proper
7206              fix)
7207      Branch: perl
7208            ! toke.c
7209 ____________________________________________________________________________
7210 [  3743] By: jhi                                   on 1999/07/25  16:24:55
7211         Log: Fix a typo in #3725.
7212      Branch: cfgperl
7213            ! utils/perlbug.PL
7214 ____________________________________________________________________________
7215 [  3742] By: jhi                                   on 1999/07/25  16:14:39
7216         Log: Integrate with Sarathy.
7217      Branch: cfgperl
7218           !> (integrate 26 files)
7219 ____________________________________________________________________________
7220 [  3741] By: jhi                                   on 1999/07/25  16:02:28
7221         Log: Cut-and-pasto in #3737.
7222      Branch: cfgperl
7223            ! perl.c
7224 ____________________________________________________________________________
7225 [  3740] By: gsar                                  on 1999/07/25  15:59:34
7226         Log: add note about glibc bug
7227      Branch: perl
7228            ! t/pragma/warn/pp_hot
7229 ____________________________________________________________________________
7230 [  3739] By: gsar                                  on 1999/07/25  15:48:40
7231         Log: fix bug in change#3728 that might free COPs prematurely;
7232              null(op) now does more thorough scrubbing of the op, which
7233              fixes a few compile-time memory "leaks"
7234      Branch: perl
7235            ! dump.c embed.h embed.pl op.c proto.h
7236 ____________________________________________________________________________
7237 [  3738] By: jhi                                   on 1999/07/25  14:15:26
7238         Log: In accordance with #3737.
7239      Branch: metaconfig
7240            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
7241            ! U/modified/Oldconfig.U
7242      Branch: metaconfig/U/perl
7243            ! Extensions.U
7244 ____________________________________________________________________________
7245 [  3737] By: jhi                                   on 1999/07/25  14:12:34
7246         Log: Use vendorprefixlib.
7247      Branch: cfgperl
7248            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7249            ! config_h.SH perl.c
7250 ____________________________________________________________________________
7251 [  3736] By: jhi                                   on 1999/07/25  13:10:03
7252         Log: Populate metaconfig branch.
7253      Branch: metaconfig
7254            + (add 1468 files)
7255      Branch: metaconfig/U/perl
7256            + (add 101 files)
7257 ____________________________________________________________________________
7258 [  3735] By: jhi                                   on 1999/07/25  12:27:20
7259         Log: First steps of making builds outside the source
7260              directory possible.  These should get us as far
7261              as miniperl, then building DynaLoader falls into
7262              tiny twinkling pieces as MakeMaker knows nothing
7263              of VPATH mindset.
7264      Branch: cfgperl
7265            ! Configure Makefile.SH cflags.SH config_h.SH configpm
7266            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
7267            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
7268            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
7269            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
7270 ____________________________________________________________________________
7271 [  3734] By: jhi                                   on 1999/07/25  11:19:28
7272         Log: Poor Glossary--are we fixed yet?
7273      Branch: cfgperl
7274            ! Porting/Glossary
7275 ____________________________________________________________________________
7276 [  3733] By: jhi                                   on 1999/07/25  11:15:06
7277         Log: Change #3732 mistakenly clobbered Glossary.
7278      Branch: cfgperl
7279            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7280            ! config_h.SH
7281 ____________________________________________________________________________
7282 [  3732] By: jhi                                   on 1999/07/25  10:46:39
7283         Log: Andy's new installation scheme (note: a lot of this
7284              leaked in already with change #3731).  The vendor*
7285              stuff is not used anywhere (in *.SH, say), so it
7286              isn't in Configure, either.
7287      Branch: cfgperl
7288            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7289            ! config_h.SH
7290 ____________________________________________________________________________
7291 [  3731] By: jhi                                   on 1999/07/25  10:12:07
7292         Log: Circumcode a strange shell(?) bug in AIX found
7293              while trying to do -Duse64bits (which I couldn't do
7294              in the end because the CPU isn't 64-bit in that box,
7295              but at least now the probing doesn't crash.)
7296      Branch: cfgperl
7297            ! Configure config_h.SH hints/aix.sh
7298 ____________________________________________________________________________
7299 [  3730] By: gsar                                  on 1999/07/25  04:56:56
7300         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
7301              a utf8 bug in one of the new RE optimizations
7302      Branch: perl
7303            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
7304            ! t/pragma/locale.t
7305 ____________________________________________________________________________
7306 [  3729] By: jhi                                   on 1999/07/23  19:56:27
7307         Log: From: Andy Dougherty <doughera@lafayette.edu>
7308              To: Perl Porters <perl5-porters@perl.org>
7309              Subject: [PATCH 5.005_57] INSTALL-1.58
7310              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
7311              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
7312              
7313              plus
7314              
7315              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7316              To: Andy Dougherty <doughera@lafayette.edu>
7317              Cc: Perl Porters <perl5-porters@perl.org>
7318              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
7319              Date: Fri, 23 Jul 1999 13:38:25 -0400
7320              Message-ID: <19990723133825.A12033@O2.chapin.edu>
7321      Branch: cfgperl
7322            ! INSTALL
7323 ____________________________________________________________________________
7324 [  3728] By: gsar                                  on 1999/07/23  17:24:42
7325         Log: applied suggested patch for tracking line numbers correctly in
7326              optimized blocks with a single statement; changed setcop to
7327              setstate and added code for -Dx dumps
7328              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7329              Date: Wed, 23 Jun 1999 17:27:42 +0100
7330              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
7331              Subject: [PATCH 5.005_57] Line number error in optimised else() 
7332      Branch: perl
7333            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
7334            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
7335            ! pp_proto.h t/op/misc.t
7336 ____________________________________________________________________________
7337 [  3727] By: gsar                                  on 1999/07/23  15:56:04
7338         Log: avoid useless use of target for pp_each(); also fixes bugs due to
7339              refcount held by the target
7340      Branch: perl
7341            ! opcode.h opcode.pl pp.c t/op/each.t
7342 ____________________________________________________________________________
7343 [  3726] By: jhi                                   on 1999/07/23  12:08:30
7344         Log: Change #3725 aftershock.
7345      Branch: cfgperl
7346            ! INSTALL jpl/JNI/JNI.pm
7347 ____________________________________________________________________________
7348 [  3725] By: jhi                                   on 1999/07/23  11:58:49
7349         Log: Introduce $Config{ldlibpthname} which contains
7350              the name of the environment variable holding the
7351              dynamic library search path, often LD_LIBRARY_PATH.
7352              Use this new feature all over.
7353              Also removed remnants of admonition "add LD_LIBRARY_PATH
7354              before running make" because Makefile.SH does this for you. 
7355      Branch: cfgperl
7356            ! Configure Makefile.SH config_h.SH
7357            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
7358            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
7359            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
7360            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
7361            ! jpl/install-jpl utils/perlbug.PL
7362 ____________________________________________________________________________
7363 [  3724] By: jhi                                   on 1999/07/23  08:03:36
7364         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
7365              To: perl5-porters@perl.org
7366              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
7367              Date: Thu, 22 Jul 1999 19:58:34 -0400
7368              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
7369      Branch: cfgperl
7370            ! av.c
7371 ____________________________________________________________________________
7372 [  3723] By: gsar                                  on 1999/07/23  00:01:29
7373         Log: emit warning about function calls that were encountered too early
7374              to enforce their prototype
7375      Branch: perl
7376            ! op.c op.h pod/perldiag.pod
7377 ____________________________________________________________________________
7378 [  3722] By: jhi                                   on 1999/07/22  21:19:59
7379         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
7380              To: perl5-porters@perl.org
7381              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
7382              Subject: [PATCH] MakeMaker documentation
7383              Date: Wed, 21 Jul 1999 14:15:42 -0400
7384              Message-ID: <19990721141542.A1800@O2.chapin.edu>
7385      Branch: cfgperl
7386            ! lib/ExtUtils/MakeMaker.pm
7387 ____________________________________________________________________________
7388 [  3721] By: jhi                                   on 1999/07/22  21:05:19
7389         Log: From: pvhp@forte.com (Peter Prymmer)
7390              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
7391              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
7392              Date: Wed, 21 Jul 99 17:15:39 PDT
7393              Message-Id: <9907220015.AA11931@forte.com>
7394      Branch: cfgperl
7395            ! hints/os390.sh
7396 ____________________________________________________________________________
7397 [  3720] By: jhi                                   on 1999/07/22  20:51:17
7398         Log: AIX magic: ccdlflags needs to be different for
7399              Perl itself and for extra-core extensions
7400              (as used by ExtUtilss::embed::ldopts).
7401              Based on the problems described in
7402              
7403              From: Mike W Ellwood <mwe@rl.ac.uk>
7404              To: perl5-porters@perl.org
7405              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
7406              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
7407              Reply-To: m.w.ellwood@rl.ac.uk
7408              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
7409      Branch: cfgperl
7410            ! Configure Makefile.SH config_h.SH hints/aix.sh
7411 ____________________________________________________________________________
7412 [  3719] By: jhi                                   on 1999/07/22  08:23:53
7413         Log: Update history records.
7414      Branch: cfgperl
7415            ! pod/perlhist.pod
7416 ____________________________________________________________________________
7417 [  3718] By: jhi                                   on 1999/07/21  13:54:42
7418         Log: Todododobedobedo.
7419      Branch: cfgperl
7420            ! Todo
7421 ____________________________________________________________________________
7422 [  3717] By: jhi                                   on 1999/07/21  12:10:48
7423         Log: Even more Todo.
7424      Branch: cfgperl
7425            ! Todo
7426 ____________________________________________________________________________
7427 [  3716] By: jhi                                   on 1999/07/21  11:40:39
7428         Log: Use Errno more extensively so that error
7429              messages are more portable (another way
7430              would be to muck around with LC_MESSAGES).
7431              Problem reported in
7432              
7433              From: oracle@pcr8.pcr.com
7434              To: perl5-porters@perl.org
7435              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
7436              Date: Mon, 19 Jul 1999 18:39:13 -0400
7437              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
7438      Branch: cfgperl
7439            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
7440            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
7441            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
7442 ____________________________________________________________________________
7443 [  3715] By: jhi                                   on 1999/07/21  11:05:36
7444         Log: Slightly modified patch.
7445              From: Sean Sheedy <seans@ncube.com>
7446              To: perl5-porters@perl.org
7447              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
7448              Date: Tue, 20 Jul 1999 09:52:06 -0700
7449              Message-Id: <3794A935.1C150E54@ncube.com>
7450      Branch: cfgperl
7451            ! cflags.SH x2p/cflags.SH
7452 ____________________________________________________________________________
7453 [  3714] By: jhi                                   on 1999/07/20  21:26:19
7454         Log: More Todo.
7455      Branch: cfgperl
7456            ! Todo
7457 ____________________________________________________________________________
7458 [  3713] By: jhi                                   on 1999/07/20  18:02:45
7459         Log: Integrate with Sarathy.
7460      Branch: cfgperl
7461           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
7462           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7463           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
7464           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
7465           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
7466           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
7467           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
7468           +> utils/dprofpp.PL
7469           !> INSTALL MAINTAIN MANIFEST configure.com
7470           !> ext/Devel/Peek/Makefile.PL installman installperl
7471           !> pod/roffitall utils/Makefile vms/descrip_mms.template
7472           !> win32/Makefile win32/makefile.mk win32/win32.h
7473 ____________________________________________________________________________
7474 [  3712] By: gsar                                  on 1999/07/20  15:29:01
7475         Log: DProf tweak
7476      Branch: perl
7477            ! ext/Devel/DProf/DProf.xs
7478 ____________________________________________________________________________
7479 [  3711] By: gsar                                  on 1999/07/20  07:56:19
7480         Log: another DProf build tweak
7481      Branch: perl
7482            ! utils/dprofpp.PL
7483 ____________________________________________________________________________
7484 [  3710] By: gsar                                  on 1999/07/20  07:36:36
7485         Log: move DProf things around to where they are supposed to be
7486      Branch: perl
7487            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
7488            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
7489            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
7490            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
7491            + t/lib/dprof/test6_t t/lib/dprof/test6_v
7492           +> utils/dprofpp.PL
7493            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
7494            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
7495            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
7496            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
7497            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
7498            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
7499            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
7500            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
7501            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
7502            ! installperl pod/roffitall utils/Makefile
7503            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
7504 ____________________________________________________________________________
7505 [  3709] By: gsar                                  on 1999/07/20  06:13:16
7506         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
7507      Branch: perl
7508            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7509            ! ext/Devel/Peek/Makefile.PL
7510 ____________________________________________________________________________
7511 [  3708] By: gsar                                  on 1999/07/20  06:01:22
7512         Log: move DProf to Devel/DProf
7513      Branch: perl
7514           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
7515           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7516           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
7517           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
7518           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
7519           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
7520           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
7521           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
7522           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
7523           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
7524           +> ext/Devel/DProf/test.pl
7525            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
7526            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
7527            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
7528            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
7529            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
7530            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
7531            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
7532            ! MAINTAIN MANIFEST configure.com win32/Makefile
7533            ! win32/makefile.mk
7534 ____________________________________________________________________________
7535 [  3707] By: gsar                                  on 1999/07/20  05:39:11
7536         Log: add Devel::DProf v19990108 from CPAN, as it was
7537      Branch: perl
7538            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
7539            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
7540            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
7541            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
7542            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
7543            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
7544            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
7545            ! MANIFEST
7546 ____________________________________________________________________________
7547 [  3706] By: gsar                                  on 1999/07/20  04:52:25
7548         Log: C<union any> needs no PERL_OBJECT-treatment
7549      Branch: perl
7550            ! win32/win32.h
7551 ____________________________________________________________________________
7552 [  3705] By: gsar                                  on 1999/07/20  04:11:54
7553         Log: fix problem in default build
7554      Branch: perl
7555            ! win32/Makefile win32/makefile.mk
7556 ____________________________________________________________________________
7557 [  3704] By: jhi                                   on 1999/07/19  07:06:36
7558         Log: Integrate with Sarathy.
7559      Branch: cfgperl
7560           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
7561           !> win32/win32.c
7562 ____________________________________________________________________________
7563 [  3703] By: gsar                                  on 1999/07/19  05:55:57
7564         Log: win32 nits
7565      Branch: perl
7566            ! makedef.pl sv.h
7567 ____________________________________________________________________________
7568 [  3702] By: gsar                                  on 1999/07/19  04:29:34
7569         Log: don't display tid from main thread (or testsuite breaks)
7570      Branch: perl
7571            ! lib/Carp.pm util.c
7572 ____________________________________________________________________________
7573 [  3701] By: gsar                                  on 1999/07/19  00:47:52
7574         Log: remove several doubled (and tripled!) entries
7575      Branch: perl
7576            ! pod/perldiag.pod
7577 ____________________________________________________________________________
7578 [  3700] By: gsar                                  on 1999/07/19  00:42:34
7579         Log: integrate cfgperl contents into mainline
7580      Branch: perl
7581           +> makedef.pl
7582            - perl_exp.SH win32/makedef.pl
7583           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
7584           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
7585           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
7586           !> utf8.c util.c win32/Makefile win32/makefile.mk
7587 ____________________________________________________________________________
7588 [  3699] By: gsar                                  on 1999/07/19  00:33:59
7589         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
7590      Branch: perl
7591            ! Changes win32/win32.c
7592 ____________________________________________________________________________
7593 [  3698] By: jhi                                   on 1999/07/18  21:33:57
7594         Log: Integrate with Sarathy.
7595      Branch: cfgperl
7596           +> t/op/chars.t
7597           !> (integrate 57 files)
7598 ____________________________________________________________________________
7599 [  3697] By: gsar                                  on 1999/07/18  05:22:36
7600         Log: From: pvhp@forte.com (Peter Prymmer)
7601              Date: Thu, 1 Jul 99 19:31:24 PDT
7602              Message-Id: <9907020231.AA16942@forte.com>
7603              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
7604      Branch: perl
7605            + t/op/chars.t
7606            ! MANIFEST ebcdic.c t/op/ord.t
7607 ____________________________________________________________________________
7608 [  3696] By: gsar                                  on 1999/07/18  05:11:02
7609         Log: display thread id in diagnostics (suggested by Dan Sugalski)
7610      Branch: perl
7611            ! lib/Carp.pm util.c
7612 ____________________________________________________________________________
7613 [  3695] By: gsar                                  on 1999/07/18  04:57:47
7614         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
7615      Branch: perl
7616            ! pod/perldiag.pod
7617 ____________________________________________________________________________
7618 [  3694] By: gsar                                  on 1999/07/18  04:56:28
7619         Log: cache [NIUP]V conversions of defined READONLY values
7620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7621              Date: Sun, 11 Jul 1999 04:39:44 -0400
7622              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
7623              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
7624      Branch: perl
7625            ! sv.c
7626 ____________________________________________________________________________
7627 [  3693] By: gsar                                  on 1999/07/18  03:53:38
7628         Log: From: jan.dubois@ibm.net (Jan Dubois)
7629              Date: Sat, 17 Jul 1999 10:58:29 +0200
7630              Message-ID: <379144ad.13616689@smtp1.ibm.net>
7631              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
7632      Branch: perl
7633            ! lib/ExtUtils/Manifest.pm
7634 ____________________________________________________________________________
7635 [  3692] By: gsar                                  on 1999/07/18  03:51:03
7636         Log: remove spurious newSTATEOP() that causes goto to enter one too many
7637              contexts when jumping between if and elsif blocks
7638      Branch: perl
7639            ! perly.c perly.y pp_ctl.c t/op/goto.t
7640 ____________________________________________________________________________
7641 [  3691] By: gsar                                  on 1999/07/18  01:49:59
7642         Log: detypo, update Changes
7643      Branch: perl
7644            ! Changes doio.c
7645 ____________________________________________________________________________
7646 [  3690] By: gsar                                  on 1999/07/18  01:16:59
7647         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
7648      Branch: perl
7649            ! lib/integer.pm
7650 ____________________________________________________________________________
7651 [  3689] By: gsar                                  on 1999/07/18  00:47:17
7652         Log: ensure __END__ appears on a line by itself in wrapped
7653              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
7654              mention caveat about successfull kill()
7655      Branch: perl
7656            ! pod/perlfunc.pod win32/bin/pl2bat.pl
7657 ____________________________________________________________________________
7658 [  3688] By: gsar                                  on 1999/07/17  20:47:44
7659         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
7660      Branch: perl
7661            ! ext/SDBM_File/sdbm/Makefile.PL
7662 ____________________________________________________________________________
7663 [  3687] By: gsar                                  on 1999/07/17  20:43:27
7664         Log: make CC.pm use a distinct CCPP() macro rather than PP()
7665              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
7666      Branch: perl
7667            ! cc_runtime.h ext/B/B/CC.pm
7668 ____________________________________________________________________________
7669 [  3686] By: gsar                                  on 1999/07/17  20:39:08
7670         Log: tiny bug in vars.pm (from John Dlugosz)
7671      Branch: perl
7672            ! lib/vars.pm
7673 ____________________________________________________________________________
7674 [  3685] By: gsar                                  on 1999/07/17  20:37:27
7675         Log: applied suggested patch, along with later tweak
7676              From: jan.dubois@ibm.net (Jan Dubois)
7677              Date: Wed, 14 Jul 1999 23:53:43 +0200
7678              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
7679              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
7680      Branch: perl
7681            ! lib/Pod/Html.pm
7682 ____________________________________________________________________________
7683 [  3684] By: gsar                                  on 1999/07/17  20:24:32
7684         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
7685      Branch: perl
7686            ! thrdvar.h
7687 ____________________________________________________________________________
7688 [  3683] By: gsar                                  on 1999/07/17  20:21:01
7689         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7690              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
7691              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
7692              Subject: [PATCH 5.005_57] Segfaults if $^P
7693      Branch: perl
7694            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
7695            ! proto.h
7696 ____________________________________________________________________________
7697 [  3682] By: gsar                                  on 1999/07/17  20:04:17
7698         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
7699              and prefix/lib/perl5/man are ass_u_med only if those directories
7700              actually exist; else prefix/{lib,man} are used)
7701      Branch: perl
7702            ! lib/ExtUtils/MM_Unix.pm
7703 ____________________________________________________________________________
7704 [  3681] By: gsar                                  on 1999/07/17  19:12:33
7705         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
7706      Branch: perl
7707            ! op.c t/comp/proto.t
7708 ____________________________________________________________________________
7709 [  3680] By: gsar                                  on 1999/07/17  18:23:55
7710         Log: fix vec() on magic values
7711              From: Ian Phillipps <ian@dial.pipex.com>
7712              Date: Mon, 12 Jul 1999 12:30:05 +0100
7713              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
7714              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
7715      Branch: perl
7716            ! doop.c t/op/tie.t
7717 ____________________________________________________________________________
7718 [  3679] By: gsar                                  on 1999/07/17  18:10:44
7719         Log: make system() return -1 and set $! if exec of child failed
7720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7721              Date: Fri, 9 Jul 1999 05:21:13 -0400
7722              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
7723              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
7724      Branch: perl
7725            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
7726            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
7727 ____________________________________________________________________________
7728 [  3678] By: gsar                                  on 1999/07/17  17:54:01
7729         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7730              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
7731              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
7732              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
7733      Branch: perl
7734            ! util.c
7735 ____________________________________________________________________________
7736 [  3677] By: gsar                                  on 1999/07/17  17:34:38
7737         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
7738              converted Ken's documentation outline into pod
7739      Branch: perl
7740            ! x2p/find2perl.PL
7741 ____________________________________________________________________________
7742 [  3676] By: gsar                                  on 1999/07/17  16:34:09
7743         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
7744              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
7745              Steve Lidie
7746      Branch: perl
7747            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
7748            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7749            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
7750            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
7751            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
7752            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
7753 ____________________________________________________________________________
7754 [  3675] By: gsar                                  on 1999/07/17  00:16:53
7755         Log: backout redundant change#3628
7756      Branch: perl
7757            ! Changes hints/bsdos.sh
7758 ____________________________________________________________________________
7759 [  3674] By: jhi                                   on 1999/07/15  14:26:03
7760         Log: Fix the bin/oct/hex constant overflow tests for
7761              long long platforms.
7762      Branch: cfgperl
7763            ! t/pragma/warn/util
7764 ____________________________________________________________________________
7765 [  3673] By: jhi                                   on 1999/07/14  21:59:11
7766         Log: Fixed AIX dynamic loading and AIX shared Perl library.
7767              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
7768              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
7769              Hijacked win32/makedef.pl for more general purpose export
7770              list building, now it is used (as toplevel makedef.pl)
7771              for win32 and AIX (perl_exp.SH made unnecessary).
7772              Because the export lists are now correct in AIX, no more linker
7773              warnings about "Exported symbol not defined" should appear.
7774      Branch: cfgperl
7775            + makedef.pl
7776            - perl_exp.SH win32/makedef.pl
7777            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
7778            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
7779            ! win32/makefile.mk
7780 ____________________________________________________________________________
7781 [  3672] By: gsar                                  on 1999/07/14  17:12:13
7782         Log: minor efficiency tweak
7783      Branch: perl
7784            ! pp_ctl.c
7785 ____________________________________________________________________________
7786 [  3671] By: jhi                                   on 1999/07/14  16:22:39
7787         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
7788              if its caller re_intuit_start() was entered with strend == strpos
7789              because end_shift ended up as -1.  The patch ain't necessarily
7790              correct but least the core dump is avoided.
7791      Branch: cfgperl
7792            ! regexec.c
7793 ____________________________________________________________________________
7794 [  3670] By: jhi                                   on 1999/07/13  07:59:09
7795         Log: Integrate with Sarathy.
7796      Branch: cfgperl
7797            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7798            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
7799           !> (integrate 67 files)
7800 ____________________________________________________________________________
7801 [  3669] By: gsar                                  on 1999/07/12  06:14:54
7802         Log: fixups for sundry warnings about function pointers
7803      Branch: perl
7804            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
7805            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
7806            ! win32/win32.c win32/win32.h
7807 ____________________________________________________________________________
7808 [  3668] By: gsar                                  on 1999/07/12  04:11:58
7809         Log: tweaks for win32/borland
7810      Branch: perl
7811            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
7812 ____________________________________________________________________________
7813 [  3667] By: gsar                                  on 1999/07/12  01:55:15
7814         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
7815              builds; passing the implicit context is unified among the three
7816              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
7817              flavors (see the top of perl.h) for testing; all varargs functions
7818              foo() have a va_list-taking variant vfoo() for generating the
7819              context-free versions; the PERL_OBJECT build should now be
7820              hyper-compatible with CPAN extensions (C++ is totally out of
7821              the picture)
7822              
7823              result has only been tested on Windows
7824              
7825              TODO: write docs on the THX rationale and idiomatic usage of
7826              the Perl API
7827      Branch: perl
7828            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7829            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
7830            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
7831            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
7832            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
7833            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
7834            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
7835            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
7836            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
7837            ! global.sym globals.c intrpvar.h iperlsys.h
7838            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7839            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
7840            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
7841            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
7842            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
7843            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
7844            ! win32/dl_win32.xs win32/include/dirent.h
7845            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
7846            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
7847            ! win32/win32iop.h win32/win32sck.c
7848 ____________________________________________________________________________
7849 [  3666] By: jhi                                   on 1999/07/11  22:00:13
7850         Log: Integrate with Sarathy.
7851      Branch: cfgperl
7852           !> op.c t/op/lex_assign.t
7853 ____________________________________________________________________________
7854 [  3665] By: jhi                                   on 1999/07/11  21:59:01
7855         Log: More manual sync.
7856      Branch: cfgperl
7857            ! pod/perldelta.pod
7858 ____________________________________________________________________________
7859 [  3664] By: gsar                                  on 1999/07/11  19:11:07
7860         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
7861              remedy and related tests via private mail
7862      Branch: perl
7863            ! op.c t/op/lex_assign.t
7864 ____________________________________________________________________________
7865 [  3663] By: jhi                                   on 1999/07/11  15:04:37
7866         Log: Manual synchronization with Sarathy (some files
7867              had drifted apart for no apparent reason), plus
7868              I had a typo in dl_vms.xs Sarathy had fixed.
7869      Branch: cfgperl
7870            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
7871 ____________________________________________________________________________
7872 [  3662] By: jhi                                   on 1999/07/10  12:23:21
7873         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
7874              to adapt to the underlying platform (the binary, 0b1..., test
7875              was broken in 64-bit platforms).  Also change "hex" in the
7876              warning messages to "hexadecimal" to match "binary" and "octal".
7877      Branch: cfgperl
7878            ! pod/perldiag.pod t/pragma/warn/util util.c
7879 ____________________________________________________________________________
7880 [  3661] By: jhi                                   on 1999/07/08  21:54:55
7881         Log: Integrate with Sarathy.
7882      Branch: cfgperl
7883           +> perlapi.c perlapi.h
7884           !> (integrate 43 files)
7885 ____________________________________________________________________________
7886 [  3660] By: gsar                                  on 1999/07/08  18:47:35
7887         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
7888      Branch: perl
7889            + perlapi.c perlapi.h
7890            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
7891            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
7892            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
7893            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
7894            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
7895            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
7896            ! win32/win32.h
7897 ____________________________________________________________________________
7898 [  3659] By: gsar                                  on 1999/07/08  18:41:45
7899         Log: sundry cleanups for clean build on windows
7900      Branch: perl
7901            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
7902 ____________________________________________________________________________
7903 [  3658] By: gsar                                  on 1999/07/08  01:24:25
7904         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
7905              type mismatch problems
7906      Branch: perl
7907            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
7908            ! t/pragma/warn/op toke.c utf8.c util.c
7909 ____________________________________________________________________________
7910 [  3657] By: jhi                                   on 1999/07/07  23:01:16
7911         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
7912      Branch: cfgperl
7913            ! pod/perldiag.pod
7914           !> Changes configure.com ext/B/B/Deparse.pm
7915           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
7916           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
7917           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
7918           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
7919           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
7920           !> t/pragma/overload.t thread.h vms/vms.c
7921 ____________________________________________________________________________
7922 [  3656] By: gsar                                  on 1999/07/07  21:04:38
7923         Log: integrate cfgperl contents
7924      Branch: perl
7925           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
7926           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
7927           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
7928            ! Changes
7929           !> (integrate 45 files)
7930 ____________________________________________________________________________
7931 [  3655] By: gsar                                  on 1999/07/07  18:55:45
7932         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
7933              <pvhp@forte.com>
7934      Branch: perl
7935            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
7936 ____________________________________________________________________________
7937 [  3654] By: gsar                                  on 1999/07/07  18:47:03
7938         Log: change#1889 mistakenly removed F_SETLK
7939      Branch: perl
7940            ! ext/Fcntl/Fcntl.xs
7941 ____________________________________________________________________________
7942 [  3653] By: gsar                                  on 1999/07/07  18:42:42
7943         Log: B::Deparse update
7944              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7945              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
7946              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
7947              Subject: [PATCH _57, long] B::Deparse 0.58
7948      Branch: perl
7949            ! ext/B/B/Deparse.pm
7950 ____________________________________________________________________________
7951 [  3652] By: gsar                                  on 1999/07/07  18:41:07
7952         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7953              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
7954              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
7955              Subject: Re: [ID 19990705.001] Overloading boolean conversion
7956      Branch: perl
7957            ! gv.c t/pragma/overload.t
7958 ____________________________________________________________________________
7959 [  3651] By: gsar                                  on 1999/07/07  17:47:30
7960         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
7961      Branch: perl
7962            ! perlsfio.h
7963 ____________________________________________________________________________
7964 [  3650] By: gsar                                  on 1999/07/07  17:45:52
7965         Log: applied new parts of suggested patch
7966              From: Charles Bailey <BAILEY@newman.upenn.edu>
7967              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
7968              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
7969              Subject: [PATCH 5.005_57] Consolidated VMS patch
7970      Branch: perl
7971            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
7972            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
7973            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
7974            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
7975            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
7976 ____________________________________________________________________________
7977 [  3649] By: jhi                                   on 1999/07/07  13:38:02
7978         Log: Sync regcomp warn with reality.
7979      Branch: cfgperl
7980            ! t/pragma/warn/regcomp
7981 ____________________________________________________________________________
7982 [  3648] By: jhi                                   on 1999/07/07  13:04:55
7983         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
7984              resolved manually.
7985      Branch: cfgperl
7986           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
7987           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
7988           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
7989            - README.lexwarn
7990           !> (integrate 79 files)
7991 ____________________________________________________________________________
7992 [  3647] By: gsar                                  on 1999/07/07  10:32:03
7993         Log: From: jan.dubois@ibm.net (Jan Dubois)
7994              Date: Thu, 01 Jul 1999 11:17:53 +0200
7995              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
7996              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
7997      Branch: perl
7998            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7999            ! lib/ExtUtils/MakeMaker.pm
8000 ____________________________________________________________________________
8001 [  3646] By: gsar                                  on 1999/07/07  10:27:55
8002         Log: fix undocumented IO::Handle functions as suggested
8003              by cj10@cam.ac.uk
8004      Branch: perl
8005            ! ext/IO/lib/IO/Handle.pm
8006 ____________________________________________________________________________
8007 [  3645] By: gsar                                  on 1999/07/07  10:18:55
8008         Log: prohibit thread join()ing itself (from Dan Sugalski)
8009      Branch: perl
8010            ! ext/Thread/Thread.xs
8011 ____________________________________________________________________________
8012 [  3644] By: gsar                                  on 1999/07/07  10:14:26
8013         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8014              Date: Wed, 30 Jun 1999 14:02:42 -0700
8015              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
8016              Subject:  [PATCH 5.005_57] Compiler and XSUBS
8017      Branch: perl
8018            ! ext/B/B/C.pm
8019 ____________________________________________________________________________
8020 [  3643] By: gsar                                  on 1999/07/07  10:08:38
8021         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
8022              (from François Désarménien <desar@club-internet.fr>)
8023      Branch: perl
8024            ! pod/perlsyn.pod
8025 ____________________________________________________________________________
8026 [  3642] By: gsar                                  on 1999/07/07  10:03:24
8027         Log: From: Doug MacEachern <dougm@cp.net>
8028              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
8029              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
8030              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
8031      Branch: perl
8032            ! ext/B/B.xs
8033 ____________________________________________________________________________
8034 [  3641] By: gsar                                  on 1999/07/07  10:00:57
8035         Log: slightly modified version of suggested patch
8036              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
8037              Date: Mon, 28 Jun 1999 14:23:59 -0400
8038              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
8039              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
8040      Branch: perl
8041            ! ext/POSIX/POSIX.xs
8042 ____________________________________________________________________________
8043 [  3640] By: gsar                                  on 1999/07/07  09:45:43
8044         Log: lexical warnings update (warning.t fails one test
8045              due to leaked scalar, investigation pending)
8046              From: paul.marquess@bt.com
8047              Date: Sat, 26 Jun 1999 23:19:52 +0100
8048              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
8049              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
8050      Branch: perl
8051            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
8052            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
8053            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
8054            - README.lexwarn
8055            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
8056            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
8057            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
8058            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
8059            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8060            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
8061            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
8062            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
8063            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
8064            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8065            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
8066            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
8067            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
8068            ! warning.h warning.pl win32/win32.c
8069 ____________________________________________________________________________
8070 [  3639] By: gsar                                  on 1999/07/07  08:09:30
8071         Log: From: Brian Jepson <bjepson@home.com>
8072              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
8073              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
8074              Subject: Patch to JPL example program
8075      Branch: perl
8076            ! jpl/JPL_Rolo/JPL_Rolo.jpl
8077 ____________________________________________________________________________
8078 [  3638] By: jhi                                   on 1999/07/07  08:07:58
8079         Log: Integrate with Sarathy.
8080      Branch: cfgperl
8081           !> (integrate 34 files)
8082 ____________________________________________________________________________
8083 [  3637] By: gsar                                  on 1999/07/07  08:07:49
8084         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8085              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
8086              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
8087              Subject: [PATCH _57, long] Eliminate CONDOPs
8088      Branch: perl
8089            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
8090            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
8091            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
8092            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
8093            ! pod/perltoc.pod pp_ctl.c pp_hot.c
8094 ____________________________________________________________________________
8095 [  3636] By: gsar                                  on 1999/07/07  07:50:51
8096         Log: adapted suggested patch for IO-1.20x
8097              From: ian@dial.pipex.com
8098              Date:  Fri, 25 Jun 1999 10:39:42 +0100
8099              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
8100              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
8101      Branch: perl
8102            ! ext/IO/lib/IO/Socket.pm
8103 ____________________________________________________________________________
8104 [  3635] By: gsar                                  on 1999/07/07  07:26:05
8105         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
8106      Branch: perl
8107            ! hints/powerux.sh
8108 ____________________________________________________________________________
8109 [  3634] By: gsar                                  on 1999/07/07  07:20:02
8110         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8111              Date: Wed, 23 Jun 1999 16:16:05 +0100
8112              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
8113              Subject: [PATCH 5.005_57] memleak in optimizer
8114      Branch: perl
8115            ! embed.h embed.pl objXSUB.h op.c proto.h
8116 ____________________________________________________________________________
8117 [  3633] By: gsar                                  on 1999/07/07  07:10:52
8118         Log: add do-not-edit caveats for files generated by opcode.pl
8119              (suggested by Hugo van der Sanden)
8120      Branch: perl
8121            ! opcode.h opcode.pl pp.sym pp_proto.h
8122 ____________________________________________________________________________
8123 [  3632] By: gsar                                  on 1999/07/07  06:41:13
8124         Log: better diagnostics on read operations from write-only
8125              filehandles
8126      Branch: perl
8127            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
8128            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8129 ____________________________________________________________________________
8130 [  3631] By: gsar                                  on 1999/07/07  02:03:34
8131         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
8132              by David Muir Sharnoff <muir@idiom.com>)
8133      Branch: perl
8134            ! lib/Sys/Hostname.pm
8135 ____________________________________________________________________________
8136 [  3630] By: gsar                                  on 1999/07/07  01:57:16
8137         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8138              Date: Sun, 20 Jun 1999 17:17:17 -0700
8139              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
8140              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
8141      Branch: perl
8142            ! ext/B/B/CC.pm
8143 ____________________________________________________________________________
8144 [  3629] By: gsar                                  on 1999/07/07  01:46:03
8145         Log: installperl should write normal messages to STDOUT, not STDERR
8146      Branch: perl
8147            ! installperl
8148 ____________________________________________________________________________
8149 [  3628] By: gsar                                  on 1999/07/07  01:41:25
8150         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
8151      Branch: perl
8152            ! hints/bsdos.sh
8153 ____________________________________________________________________________
8154 [  3627] By: gsar                                  on 1999/07/07  00:27:10
8155         Log: make diagnostic on C<my $^I> etc., more readable
8156      Branch: perl
8157            ! op.c
8158 ____________________________________________________________________________
8159 [  3626] By: gsar                                  on 1999/07/06  23:47:27
8160         Log: From: Andy Dougherty <doughera@lafayette.edu>
8161              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
8162              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
8163              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
8164      Branch: perl
8165            ! Makefile.SH utils/Makefile
8166 ____________________________________________________________________________
8167 [  3625] By: jhi                                   on 1999/07/06  21:50:46
8168         Log: Some new files of #3624 missing from MANIFEST.
8169      Branch: cfgperl
8170            ! MANIFEST
8171 ____________________________________________________________________________
8172 [  3624] By: jhi                                   on 1999/07/06  21:47:04
8173         Log: POSIX [[:character class:]] support for standard, locale,
8174              and utf8.  If both utf8 and locale are on, utf8 wins.
8175              I don't fully understand why so many tables changed in
8176              lib/unicode because of "make" -- maybe it was just overdue.
8177      Branch: cfgperl
8178            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
8179            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
8180            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
8181            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
8182            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
8183            ! lib/unicode/Block.pl lib/unicode/Category.pl
8184            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8185            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
8186            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
8187            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
8188            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
8189            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
8190            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
8191            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
8192            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
8193            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
8194            ! t/pragma/warn/regcomp utf8.c
8195 ____________________________________________________________________________
8196 [  3623] By: gsar                                  on 1999/07/06  20:52:48
8197         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8198              Date: Wed, 16 Jun 1999 14:57:22 -0400
8199              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
8200              Subject: [PATCH 5.00557] Devel::Peek
8201      Branch: perl
8202            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8203 ____________________________________________________________________________
8204 [  3622] By: gsar                                  on 1999/07/06  20:22:59
8205         Log: applied patch after demunging headers with appropriate paths
8206              From: "Vishal Bhatia" <vishalb@my-deja.com>
8207              Date: Sat, 12 Jun 1999 08:23:59 -0700
8208              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
8209              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
8210      Branch: perl
8211            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
8212            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
8213 ____________________________________________________________________________
8214 [  3621] By: gsar                                  on 1999/07/06  20:10:50
8215         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8216              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
8217              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
8218              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
8219      Branch: perl
8220            ! doio.c
8221 ____________________________________________________________________________
8222 [  3620] By: jhi                                   on 1999/07/06  19:16:47
8223         Log: Mention EPOC and SOCKS.
8224      Branch: cfgperl
8225            ! pod/perldelta.pod
8226 ____________________________________________________________________________
8227 [  3619] By: gsar                                  on 1999/07/06  16:52:37
8228         Log: fix int vs STRLEN issue
8229      Branch: perl
8230            ! pp.c
8231 ____________________________________________________________________________
8232 [  3618] By: jhi                                   on 1999/07/06  16:52:20
8233         Log: There ain't Perl_atonv().
8234      Branch: cfgperl
8235            ! ext/ByteLoader/bytecode.h
8236 ____________________________________________________________________________
8237 [  3617] By: jhi                                   on 1999/07/06  15:55:22
8238         Log: Integrate with Sarathy.
8239      Branch: cfgperl
8240           !> Makefile.SH
8241 ____________________________________________________________________________
8242 [  3616] By: jhi                                   on 1999/07/06  15:54:09
8243         Log: Tweak for #3613.
8244      Branch: cfgperl
8245            ! Configure config_h.SH
8246 ____________________________________________________________________________
8247 [  3615] By: gsar                                  on 1999/07/06  11:00:21
8248         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8249              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
8250              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
8251              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
8252      Branch: perl
8253            ! Makefile.SH
8254 ____________________________________________________________________________
8255 [  3614] By: jhi                                   on 1999/07/06  10:44:48
8256         Log: Integrate with Sarathy.
8257      Branch: cfgperl
8258           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
8259           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
8260 ____________________________________________________________________________
8261 [  3613] By: jhi                                   on 1999/07/06  10:43:20
8262         Log: From: Nathan Kurz <nate@valleytel.net>
8263              Subject: [ID 19990612.001 compiling three deep modules within ext/]
8264              ply-To: nate@valleytel.net
8265              erl5-porters@perl.org
8266              Date: Sat, 12 Jun 1999 01:26:04 -0500
8267              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
8268      Branch: cfgperl
8269            ! Configure config_h.SH
8270 ____________________________________________________________________________
8271 [  3612] By: gsar                                  on 1999/07/06  10:17:52
8272         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8273              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
8274              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
8275              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
8276      Branch: perl
8277            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
8278 ____________________________________________________________________________
8279 [  3611] By: gsar                                  on 1999/07/06  09:51:20
8280         Log: From: pvhp@forte.com (Peter Prymmer)
8281              Date: Fri, 11 Jun 99 17:07:19 PDT
8282              Message-Id: <9906120007.AA13802@forte.com>
8283              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
8284      Branch: perl
8285            ! ext/IO/lib/IO/File.pm
8286 ____________________________________________________________________________
8287 [  3610] By: gsar                                  on 1999/07/06  09:37:37
8288         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
8289              tweak)
8290              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8291              Date: Wed, 09 Jun 1999 18:27:51 +0100
8292              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
8293              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
8294      Branch: perl
8295            ! perl.h t/base/rs.t
8296 ____________________________________________________________________________
8297 [  3609] By: jhi                                   on 1999/07/06  09:28:48
8298         Log: Integrate with Sarathy.
8299      Branch: cfgperl
8300           !> (integrate 49 files)
8301 ____________________________________________________________________________
8302 [  3608] By: gsar                                  on 1999/07/06  09:28:21
8303         Log: test tweak
8304      Branch: perl
8305            ! t/pragma/warn/op
8306 ____________________________________________________________________________
8307 [  3607] By: jhi                                   on 1999/07/06  09:22:48
8308         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
8309      Branch: cfgperl
8310            ! Configure config_h.SH
8311 ____________________________________________________________________________
8312 [  3606] By: gsar                                  on 1999/07/06  09:05:02
8313         Log: applied slightly tweaked version of suggested patch for
8314              improved RE API
8315              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8316              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
8317              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
8318              Subject: [PATCH 5.005_57] REx engine rehash
8319      Branch: perl
8320            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
8321            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
8322            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
8323            ! util.c
8324 ____________________________________________________________________________
8325 [  3605] By: gsar                                  on 1999/07/06  08:54:03
8326         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
8327      Branch: perl
8328            ! sv.c
8329 ____________________________________________________________________________
8330 [  3604] By: gsar                                  on 1999/07/06  07:08:30
8331         Log: From: paul.marquess@bt.com
8332              Date: Tue, 8 Jun 1999 22:37:58 +0100 
8333              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
8334              Subject: [PATCH 5.005_57] DB_File 1.67
8335      Branch: perl
8336            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8337            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8338 ____________________________________________________________________________
8339 [  3603] By: gsar                                  on 1999/07/06  07:04:50
8340         Log: From: paul.marquess@bt.com
8341              Date: Tue, 8 Jun 1999 22:34:01 +0100 
8342              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
8343              Subject: [PATCH 5.005_57] DBM Filters
8344      Branch: perl
8345            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8346            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
8347            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
8348            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
8349 ____________________________________________________________________________
8350 [  3602] By: gsar                                  on 1999/07/06  07:00:01
8351         Log: slightly tweaked version of suggested patch
8352              From: Dan Sugalski <sugalskd@ous.edu>
8353              Date: Tue, 08 Jun 1999 14:09:38 -0700
8354              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
8355              Subject: [PATCH 5.005_57]Use NV instead of double in the core
8356      Branch: perl
8357            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
8358            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
8359            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
8360            ! proto.h sv.c sv.h toke.c universal.c util.c
8361 ____________________________________________________________________________
8362 [  3601] By: gsar                                  on 1999/07/06  06:52:57
8363         Log: integrate cfgperl contents into mainline
8364      Branch: perl
8365           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
8366           +> epoc/perl.mmp epoc/perl.pkg
8367           !> (integrate 30 files)
8368 ____________________________________________________________________________
8369 [  3598] By: jhi                                   on 1999/07/05  20:02:55
8370         Log: Integrate with mainperl.
8371      Branch: cfgperl
8372           +> lib/CGI/Pretty.pm
8373           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8374           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
8375           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
8376           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
8377           !> vms/vmsish.h
8378 ____________________________________________________________________________
8379 [  3597] By: jhi                                   on 1999/07/05  19:59:48
8380         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
8381              that addresses the notorious "Additional libraries" question.
8382      Branch: cfgperl
8383            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8384            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
8385            ! pp_sys.c
8386 ____________________________________________________________________________
8387 [  3596] By: gsar                                  on 1999/07/05  18:30:51
8388         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8389              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
8390              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
8391              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
8392      Branch: perl
8393            ! pp_sys.c t/lib/io_udp.t
8394 ____________________________________________________________________________
8395 [  3595] By: gsar                                  on 1999/07/05  18:29:08
8396         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8397              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
8398              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
8399              Subject: [PATCH 5.00557] Setting $^E wipes out $!
8400      Branch: perl
8401            ! mg.c
8402 ____________________________________________________________________________
8403 [  3594] By: gsar                                  on 1999/07/05  18:24:53
8404         Log: hand-apply whitespace mutiliated patch
8405              From: Dan Sugalski <sugalskd@osshe.edu>
8406              Date: Mon, 07 Jun 1999 14:46:42 -0700
8407              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
8408              Subject: [PATCH 5.005_57]Updated VMS patch
8409      Branch: perl
8410            ! thread.h vms/descrip_mms.template vms/subconfigure.com
8411            ! vms/vms.c vms/vmsish.h
8412 ____________________________________________________________________________
8413 [  3593] By: gsar                                  on 1999/07/05  17:53:04
8414         Log: applied parts not duplicated by previous patches
8415              From: "Vishal Bhatia" <vishalb@my-deja.com>
8416              Date: Sat, 05 Jun 1999 08:42:17 -0700
8417              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
8418              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
8419      Branch: perl
8420            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8421            ! ext/B/B/Stackobj.pm
8422 ____________________________________________________________________________
8423 [  3592] By: jhi                                   on 1999/07/05  17:17:22
8424         Log: AIX threaded build, plus few more on the side.
8425      Branch: cfgperl
8426            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
8427            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
8428            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
8429            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
8430 ____________________________________________________________________________
8431 [  3591] By: gsar                                  on 1999/07/05  16:52:34
8432         Log: "\e" and "\a" didn't produce right escape under EBCDIC
8433              From: pvhp@forte.com (Peter Prymmer)
8434              Date: Fri, 4 Jun 99 12:00:27 PDT
8435              Message-Id: <9906041900.AA28387@forte.com>
8436              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
8437      Branch: perl
8438            ! toke.c
8439 ____________________________________________________________________________
8440 [  3590] By: gsar                                  on 1999/07/05  16:40:01
8441         Log: s/scalar ref constructor/single ref constructor/ (suggested
8442              by Stephen McCamant)
8443      Branch: perl
8444            ! opcode.h opcode.pl
8445 ____________________________________________________________________________
8446 [  3589] By: gsar                                  on 1999/07/05  16:34:06
8447         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
8448      Branch: perl
8449            ! ext/GDBM_File/GDBM_File.xs
8450 ____________________________________________________________________________
8451 [  3588] By: gsar                                  on 1999/07/05  16:29:39
8452         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
8453              is unchanged still)
8454      Branch: perl
8455            ! op.c
8456 ____________________________________________________________________________
8457 [  3587] By: jhi                                   on 1999/07/05  10:31:43
8458         Log: Make perl_exp.SH smarter about what to include and what to exclude.
8459      Branch: cfgperl
8460            ! perl_exp.SH
8461 ____________________________________________________________________________
8462 [  3586] By: jhi                                   on 1999/07/05  09:29:31
8463         Log: Remove unnecessary and extraneous my $i = 0.
8464      Branch: cfgperl
8465            ! bytecode.pl
8466 ____________________________________________________________________________
8467 [  3585] By: jhi                                   on 1999/07/05  07:28:59
8468         Log: Integrate with mainperl.
8469      Branch: cfgperl
8470           !> (integrate 30 files)
8471 ____________________________________________________________________________
8472 [  3584] By: gsar                                  on 1999/07/05  05:36:28
8473         Log: From: Vishal Bhatia <vishalb@hotmail.com>
8474              Date: Thu, 03 Jun 1999 00:57:48 PDT
8475              Message-ID: <19990603075749.86665.qmail@hotmail.com>
8476              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
8477      Branch: perl
8478            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8479 ____________________________________________________________________________
8480 [  3583] By: gsar                                  on 1999/07/05  05:31:19
8481         Log: suppress fancy display when in verbose mode (suggested by
8482              Paul Johnson <pjcj@transeda.com>)
8483      Branch: perl
8484            ! lib/Test/Harness.pm
8485 ____________________________________________________________________________
8486 [  3582] By: gsar                                  on 1999/07/05  05:17:12
8487         Log: cygwin32 update
8488              From: "Fifer, Eric" <EFifer@sanwaint.com>
8489              Date:  Wed, 2 Jun 1999 15:16:05 +0100
8490              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
8491              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
8492      Branch: perl
8493            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
8494            ! cygwin32/build-instructions.READFIRST
8495            ! cygwin32/build-instructions.charles-wilson
8496            ! cygwin32/build-instructions.sebastien-barre
8497            ! cygwin32/build-instructions.steven-morlock
8498            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
8499            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
8500            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
8501            ! t/op/magic.t util.c
8502 ____________________________________________________________________________
8503 [  3581] By: gsar                                  on 1999/07/05  02:46:18
8504         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
8505      Branch: perl
8506            ! util.c
8507 ____________________________________________________________________________
8508 [  3580] By: gsar                                  on 1999/07/05  02:38:03
8509         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
8510              Date: Mon, 31 May 1999 18:18:13 -0600
8511              Message-ID: <19990601001813.AAA17834@csgsystems.com>
8512              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
8513      Branch: perl
8514            ! t/TEST t/UTEST t/harness utils/perlcc.PL
8515 ____________________________________________________________________________
8516 [  3579] By: gsar                                  on 1999/07/05  01:20:58
8517         Log: compatibility tweak for Class::Struct
8518      Branch: perl
8519            ! lib/Class/Struct.pm
8520 ____________________________________________________________________________
8521 [  3578] By: jhi                                   on 1999/07/04  23:26:01
8522         Log: Miscellaneus AIX fixes + SOCKS support.
8523      Branch: cfgperl
8524            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
8525            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
8526            ! hints/aix.sh pp_sys.c
8527 ____________________________________________________________________________
8528 [  3577] By: gsar                                  on 1999/07/04  23:07:39
8529         Log: test tweak
8530      Branch: perl
8531            ! t/io/openpid.t
8532 ____________________________________________________________________________
8533 [  3576] By: jhi                                   on 1999/07/04  22:39:23
8534         Log: Integrate with mainperl.
8535      Branch: cfgperl
8536           +> t/io/openpid.t
8537            - win32/perlhost.h
8538           !> (integrate 51 files)
8539 ____________________________________________________________________________
8540 [  3575] By: jhi                                   on 1999/07/04  22:26:48
8541         Log: Added 64-bit support for AIX 4.3 or better
8542              based on Martin H. Rusoff's observations.
8543      Branch: cfgperl
8544            ! Configure config_h.SH hints/aix.sh
8545 ____________________________________________________________________________
8546 [  3574] By: jhi                                   on 1999/07/04  21:34:47
8547         Log: Do not throw away gccvers compilation errors.
8548              From: Andy Dougherty <doughera@lafayette.edu>
8549              To: Ron Seguin <rseguin@on.bell.ca>
8550              Cc: Perl Porters <perl5-porters@perl.org>
8551              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
8552              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
8553              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
8554      Branch: cfgperl
8555            ! Configure config_h.SH
8556 ____________________________________________________________________________
8557 [  3573] By: gsar                                  on 1999/07/04  21:10:32
8558         Log: adapted suggested tests for addition to testsuite
8559              From: RonaldWS@aol.com
8560              Date:  Sun, 30 May 1999 16:27:28 EDT
8561              Message-Id:  <25cd799f.2482f930@aol.com>
8562              Subject: [19990530.007] Open with pipe | does not return pid under win32
8563      Branch: perl
8564            + t/io/openpid.t
8565            ! MANIFEST win32/win32.c
8566 ____________________________________________________________________________
8567 [  3572] By: gsar                                  on 1999/07/04  20:29:32
8568         Log: perl_run() should call my_exit(0) for normal completion
8569      Branch: perl
8570            ! perl.c
8571 ____________________________________________________________________________
8572 [  3571] By: jhi                                   on 1999/07/04  20:10:44
8573         Log: Add test for change #3568 plus general cleanup.
8574      Branch: cfgperl
8575            ! t/pragma/locale.t
8576 ____________________________________________________________________________
8577 [  3570] By: gsar                                  on 1999/07/04  20:03:21
8578         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
8579              overloading
8580      Branch: perl
8581            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8582            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
8583 ____________________________________________________________________________
8584 [  3569] By: gsar                                  on 1999/07/04  18:04:48
8585         Log: make AIX dynaloading work when libperl is shared (and thus under
8586              mod_perl etc.)
8587              From: Jens-Uwe Mager <jum@helios.de>
8588              Date:  Sat, 29 May 1999 17:09:52 +0200
8589              Message-Id:  <199905291509.RAA43978@ans.helios.de>
8590              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
8591      Branch: perl
8592            ! ext/DynaLoader/dl_aix.xs
8593 ____________________________________________________________________________
8594 [  3568] By: jhi                                   on 1999/07/04  14:54:23
8595         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
8596              This resulted for example in the 'o' magic not being cleared by
8597              magic_setcollxfrm(), which resulted in strange cmp results.
8598              The bug was reported originally in the message
8599              Subject: Bug with locale
8600              From: Jan Starzynski <jan@planet.de> 
8601              To: perlbug@perl.com 
8602              Date: Fri, 09 Apr 1999 13:23:07 +0200 
8603              Message-ID: <370DE31B.DAEE1332@planet.de> 
8604      Branch: cfgperl
8605            ! pp.c
8606 ____________________________________________________________________________
8607 [  3567] By: gsar                                  on 1999/07/04  02:38:34
8608         Log: remove misleading info on defined(&func), unclutter deprecation
8609              about defined(@array)
8610      Branch: perl
8611            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8612            ! t/pragma/warn/op
8613 ____________________________________________________________________________
8614 [  3566] By: gsar                                  on 1999/07/04  01:46:31
8615         Log: From: jan.dubois@ibm.net (Jan Dubois)
8616              Date: Wed, 26 May 1999 22:07:17 +0200
8617              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
8618              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
8619      Branch: perl
8620            ! Changes win32/win32.c win32/win32.h
8621 ____________________________________________________________________________
8622 [  3565] By: gsar                                  on 1999/07/04  01:26:02
8623         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
8624              for win32 issues)
8625      Branch: perl
8626            ! pod/perlxstut.pod
8627 ____________________________________________________________________________
8628 [  3564] By: gsar                                  on 1999/07/02  03:09:04
8629         Log: avoid warnings
8630      Branch: perl
8631            ! ext/Thread/Thread/Specific.pm lib/fields.pm
8632 ____________________________________________________________________________
8633 [  3563] By: gsar                                  on 1999/06/28  19:23:47
8634         Log: inc version (for CPAN.pm sanity)
8635      Branch: perl
8636            ! lib/Text/ParseWords.pm
8637 ____________________________________________________________________________
8638 [  3562] By: gsar                                  on 1999/06/28  19:19:01
8639         Log: regen perltoc
8640      Branch: perl
8641            ! pod/perltoc.pod
8642 ____________________________________________________________________________
8643 [  3561] By: gsar                                  on 1999/06/28  19:08:41
8644         Log: From: Damian Conway <damian@cs.monash.edu.au>
8645              Date: Wed, 26 May 1999 00:58:35 -0400
8646              Message-Id: <199905260458.AAA06411@defender.perl.org>
8647              Subject: [19990526.002] Misc. improvements to Class:Struct
8648      Branch: perl
8649            ! MANIFEST lib/Class/Struct.pm
8650 ____________________________________________________________________________
8651 [  3560] By: gsar                                  on 1999/06/28  18:50:52
8652         Log: remove bogus PL_optype_size
8653      Branch: perl
8654            ! bytecode.pl ext/ByteLoader/byterun.h
8655 ____________________________________________________________________________
8656 [  3559] By: gsar                                  on 1999/06/28  18:22:26
8657         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
8658      Branch: perl
8659            + lib/CGI/Pretty.pm
8660            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
8661            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
8662            ! t/lib/cgi-html.t t/lib/cgi-request.t
8663 ____________________________________________________________________________
8664 [  3558] By: jhi                                   on 1999/06/28  07:30:21
8665         Log: Change Olaf Lebbe's email address.
8666      Branch: cfgperl
8667            ! README.epoc
8668 ____________________________________________________________________________
8669 [  3557] By: gsar                                  on 1999/06/28  00:07:33
8670         Log: make autogenerated files writable
8671      Branch: perl
8672            - win32/perlhost.h
8673            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
8674            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
8675            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
8676            ! proto.h regnodes.h warning.h win32/config_H.bc
8677            ! win32/config_H.gc win32/config_H.vc
8678 ____________________________________________________________________________
8679 [  3556] By: jhi                                   on 1999/06/27  19:22:53
8680         Log: Update MANIFEST to match #3555.
8681      Branch: cfgperl
8682            ! MANIFEST
8683 ____________________________________________________________________________
8684 [  3555] By: jhi                                   on 1999/06/27  19:16:22
8685         Log: EPOC port to Psion5.
8686              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8687              To: Jarkko Hietaniemi <jhi@iki.fi>
8688              Cc: perl5-porters@perl.org
8689              Subject: Re: Psion5
8690              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
8691              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
8692      Branch: cfgperl
8693            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
8694            + epoc/perl.mmp epoc/perl.pkg
8695            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
8696            ! perl.h sv.c util.c
8697 ____________________________________________________________________________
8698 [  3554] By: jhi                                   on 1999/06/27  18:50:52
8699         Log: Integrate from mainperl.
8700      Branch: cfgperl
8701           !> (integrate 48 files)
8702 ____________________________________________________________________________
8703 [  3553] By: gsar                                  on 1999/06/27  14:28:49
8704         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
8705              gone from the public API); PERL_OBJECT builds again on
8706              windows
8707              
8708              TODO: namespace-clean the typedefs in iperlsys.h and
8709              elsewhere; remove C++ remnants from public headers
8710      Branch: perl
8711            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
8712            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8713            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8714            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
8715            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
8716            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
8717            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
8718            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
8719            ! win32/config.gc win32/config.vc win32/dl_win32.xs
8720            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
8721            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
8722            ! win32/win32sck.c
8723 ____________________________________________________________________________
8724 [  3552] By: gsar                                  on 1999/06/27  13:49:31
8725         Log: integrate cfgperl changes into mainline
8726      Branch: perl
8727           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8728           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8729           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8730           !> util.c
8731 ____________________________________________________________________________
8732 [  3551] By: gsar                                  on 1999/06/27  13:31:11
8733         Log: fix indents
8734      Branch: perl
8735            ! op.c
8736 ____________________________________________________________________________
8737 [  3550] By: gsar                                  on 1999/06/24  22:42:53
8738         Log: update Changes
8739      Branch: perl
8740            ! Changes
8741 ____________________________________________________________________________
8742 [  3549] By: gsar                                  on 1999/06/24  22:41:17
8743         Log: avoid race condition in the CAPI extension bootstrap handler
8744      Branch: perl
8745            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
8746 ____________________________________________________________________________
8747 [  3548] By: gsar                                  on 1999/06/24  22:39:53
8748         Log: sanity check to cover the case when perl is installed into the
8749              X:\ (drive root)
8750      Branch: perl
8751            ! win32/win32.c
8752 ____________________________________________________________________________
8753 [  3547] By: gsar                                  on 1999/06/22  19:30:32
8754         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
8755      Branch: perl
8756            ! lib/Tie/RefHash.pm
8757 ____________________________________________________________________________
8758 [  3544] By: jhi                                   on 1999/06/18  19:24:28
8759         Log: Tidy up #3542 and #3543. 
8760      Branch: cfgperl
8761            ! t/pragma/locale.t util.c
8762 ____________________________________________________________________________
8763 [  3543] By: jhi                                   on 1999/06/18  10:28:45
8764         Log: Spice up locale.t.
8765      Branch: cfgperl
8766            ! t/pragma/locale.t
8767 ____________________________________________________________________________
8768 [  3542] By: jhi                                   on 1999/06/17  22:42:03
8769         Log: Fixed two long-standing locale bugs.
8770              
8771              Both problems were related to numeric locale which
8772              controls the radix character aka the decimal separator.
8773              (1) printf (and sprintf) were resetting the numeric locale to C.
8774              (2) Using locale-numerically formatted floating point
8775              numbers (e.g. "1,23") together with -w caused warnings about
8776              "isn't numeric".  The operations were working fine, though,
8777              because atof() was using the local locale.
8778              Both problems reported by Stefan Vogtner.
8779              
8780              Introduced a wrapper for atof() that attempts to convert
8781              the string both ways.  This helps Perl to understand
8782              numbers like this "4.56" even when using a local locale
8783              makes atof() understand only numbers like this "7,89".
8784              
8785              Remaining related problems, both of which existed before
8786              this patch and continue to exist after this patch:
8787              (a) The behaviour of print() is _not_ as documented by perllocale.
8788              Instead of always using the C locale, print() does use the
8789              local locale, just like the *printf() do.  This may be fixable
8790              now that switching to-and-fro between locales has been made
8791              more consistent, but fixing print() would change existing
8792              behaviour.  perllocale is not changed by this patch.
8793              (b) If a number has been stringified (say, via "$number") under
8794              a local locale, the cached string value persists even under
8795              "no locale".  This may or may not be a problem: operations
8796              work fine because the original number is still there, but
8797              that the string form keeps its locale-ish outlook may be
8798              somewhat confusing.
8799      Branch: cfgperl
8800            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8801            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8802            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8803            ! util.c
8804 ____________________________________________________________________________
8805 [  3541] By: jhi                                   on 1999/06/17  20:00:16
8806         Log: Integrate from mainperl.
8807      Branch: cfgperl
8808           !> ext/Data/Dumper/Dumper.pm op.c
8809 ____________________________________________________________________________
8810 [  3540] By: gsar                                  on 1999/06/16  16:49:55
8811         Log: dump C<0> as such, not C<'0'>
8812      Branch: perl
8813            ! ext/Data/Dumper/Dumper.pm
8814 ____________________________________________________________________________
8815 [  3539] By: gsar                                  on 1999/06/13  04:04:40
8816         Log: fix coredumper in change#3498
8817      Branch: perl
8818            ! op.c
8819 ____________________________________________________________________________
8820 [  3538] By: jhi                                   on 1999/06/12  22:01:26
8821         Log: Integrate from mainperl.
8822      Branch: cfgperl
8823           +> lib/caller.pm
8824           !> (integrate 36 files)
8825 ____________________________________________________________________________
8826 [  3537] By: gsar                                  on 1999/06/12  06:43:03
8827         Log: EXTERN_C declarations for global arrays in various
8828              headers, so perl can be built even in C++ mode; win32
8829              build fixups; regen headers
8830      Branch: perl
8831            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
8832            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
8833 ____________________________________________________________________________
8834 [  3536] By: gsar                                  on 1999/06/12  06:38:21
8835         Log: caller.pm typos
8836      Branch: perl
8837            ! lib/caller.pm
8838 ____________________________________________________________________________
8839 [  3535] By: gsar                                  on 1999/06/11  23:13:54
8840         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
8841              is temporarily gone
8842      Branch: perl
8843            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
8844            ! pod/perldelta.pod proto.h win32/perllib.c
8845 ____________________________________________________________________________
8846 [  3534] By: gsar                                  on 1999/06/11  20:41:51
8847         Log: implement C<use caller 'encoding'>
8848      Branch: perl
8849            + lib/caller.pm
8850            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
8851 ____________________________________________________________________________
8852 [  3533] By: gsar                                  on 1999/06/11  16:51:04
8853         Log: truncate() has a peculiar exemption from strict barewords, even
8854              though it has a non-filehandle prototype
8855      Branch: perl
8856            ! op.c t/io/fs.t
8857 ____________________________________________________________________________
8858 [  3532] By: gsar                                  on 1999/06/11  09:09:16
8859         Log: GDBM tweak
8860      Branch: perl
8861            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
8862 ____________________________________________________________________________
8863 [  3531] By: gsar                                  on 1999/06/10  23:34:19
8864         Log: part of the platform changes for IMPLICIT_CONTEXT
8865      Branch: perl
8866            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
8867            ! jpl/PerlInterpreter/PerlInterpreter.c
8868            ! jpl/PerlInterpreter/PerlInterpreter.h
8869            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
8870            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
8871 ____________________________________________________________________________
8872 [  3530] By: jhi                                   on 1999/06/10  20:55:56
8873         Log: Integrate from mainperl.
8874      Branch: cfgperl
8875           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
8876 ____________________________________________________________________________
8877 [  3529] By: gsar                                  on 1999/06/10  20:40:01
8878         Log: DB_File tweaks for IMPLICIT CONTEXT
8879      Branch: perl
8880            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8881 ____________________________________________________________________________
8882 [  3528] By: jhi                                   on 1999/06/10  10:18:15
8883         Log: Integrate from mainperl.
8884      Branch: cfgperl
8885           !> (integrate 105 files)
8886 ____________________________________________________________________________
8887 [  3527] By: gsar                                  on 1999/06/10  09:30:35
8888         Log: most globals are now interpreter local; locale initialization
8889              was too early, defer it until interpreter is allocated and
8890              initialized; multiple interpreters should now be
8891              concurrency-safe (untested)
8892      Branch: perl
8893            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
8894            ! perlvars.h
8895 ____________________________________________________________________________
8896 [  3526] By: gsar                                  on 1999/06/10  08:38:00
8897         Log: fix small nits
8898      Branch: perl
8899            ! cc_runtime.h ext/B/B/CC.pm run.c
8900 ____________________________________________________________________________
8901 [  3525] By: gsar                                  on 1999/06/10  04:41:38
8902         Log: win32 build fixes
8903      Branch: perl
8904            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
8905            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8906            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
8907            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
8908            ! win32/Makefile win32/config_H.bc win32/config_H.gc
8909            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
8910            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
8911            ! win32/win32.c win32/win32.h win32/win32sck.c
8912            ! win32/win32thread.c win32/win32thread.h
8913 ____________________________________________________________________________
8914 [  3524] By: gsar                                  on 1999/06/09  18:03:01
8915         Log: more complete support for implicit thread/interpreter pointer,
8916              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
8917              without that enabled):
8918              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
8919              is a noop; tests pass on Solaris; should be faster now!
8920              - MULTIPLICITY has been tested with and without
8921              PERL_IMPLICIT_CONTEXT on Solaris
8922              - improved function database now merged with embed.pl
8923              - everything except the varargs functions have foo(a,b,c) macros
8924              to provide compatibility
8925              - varargs functions default to compatibility variants that
8926              get the context pointer using dTHX
8927              - there should be almost no source compatibility issues as a
8928              result of all this
8929              - dl_foo.xs changes other than dl_dlopen.xs untested
8930              - still needs documentation, fixups for win32 etc
8931              Next step: migrate most non-mutex variables from perlvars.h
8932              to intrpvar.h
8933      Branch: perl
8934            - proto.pl
8935            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
8936            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
8937            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8938            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8939            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
8940            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8941            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
8942            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
8943            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
8944            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
8945            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8946            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
8947            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
8948            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
8949            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
8950            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
8951            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
8952            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
8953            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
8954            ! util.c win32/Makefile win32/makefile.mk writemain.SH
8955 ____________________________________________________________________________
8956 [  3523] By: gsar                                  on 1999/06/07  05:24:13
8957         Log: missed a file
8958      Branch: perl
8959            + proto.pl
8960            ! MANIFEST
8961 ____________________________________________________________________________
8962 [  3522] By: gsar                                  on 1999/06/07  05:18:34
8963         Log: initial stub implementation of implicit thread/this
8964              pointer    argument; builds/tests on Solaris, win32
8965              hasn't been fixed up yet; proto.h, global.sym and
8966              static function decls are now generated from a common
8967              database in proto.pl; some inconsistently named
8968              perl_foo() things are now Perl_foo(), compatibility
8969              #defines provided; perl_foo() (lowercase 'p') reserved
8970              for functions that take an explicit context argument;
8971              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
8972      Branch: perl
8973            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
8974            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
8975            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
8976            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
8977            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
8978            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
8979            ! universal.c utf8.c util.c
8980 ____________________________________________________________________________
8981 [  3521] By: gsar                                  on 1999/06/04  23:00:22
8982         Log: clean up some stray "global" symbols
8983      Branch: perl
8984            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
8985            ! pp_proto.h proto.h
8986 ____________________________________________________________________________
8987 [  3520] By: jhi                                   on 1999/06/02  21:33:28
8988         Log: Integrate from mainperl.
8989      Branch: cfgperl
8990           !> (integrate 94 files)
8991 ____________________________________________________________________________
8992 [  3519] By: gsar                                  on 1999/06/02  07:16:10
8993         Log: avoid dereferencing null pointer from getpwent() et al
8994      Branch: perl
8995            ! pp_sys.c
8996 ____________________________________________________________________________
8997 [  3518] By: gsar                                  on 1999/06/02  04:47:10
8998         Log: remove _() non-ansism
8999      Branch: perl
9000            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
9001            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
9002            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
9003            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
9004            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
9005            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
9006            ! ext/re/re.xs handy.h hv.c iperlsys.h
9007            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
9008            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
9009            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
9010            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
9011            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
9012            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
9013            ! vms/vmsish.h vms/writemain.pl vos/config.h
9014            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
9015            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
9016            ! win32/perllib.c win32/runperl.c win32/win32.h
9017            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
9018            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
9019 ____________________________________________________________________________
9020 [  3517] By: gsar                                  on 1999/06/02  02:17:51
9021         Log: missed a few files
9022      Branch: perl
9023            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
9024 ____________________________________________________________________________
9025 [  3516] By: gsar                                  on 1999/06/02  01:37:33
9026         Log: integrate cfgperl contents into mainline
9027      Branch: perl
9028           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9029           +> ext/ByteLoader/byterun.h
9030            - bytecode.h byterun.c byterun.h
9031            ! Changes
9032           !> (integrate 58 files)
9033 ____________________________________________________________________________
9034 [  3515] By: gsar                                  on 1999/06/02  00:48:50
9035         Log: remove stray K&R-isms
9036      Branch: perl
9037            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
9038            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
9039            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
9040            ! toke.c util.c win32/win32.c x2p/hash.c
9041 ____________________________________________________________________________
9042 [  3514] By: gsar                                  on 1999/06/01  15:55:55
9043         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
9044              strict 'subs'
9045      Branch: perl
9046            ! op.c t/pragma/strict-subs
9047 ____________________________________________________________________________
9048 [  3513] By: jhi                                   on 1999/06/01  07:17:05
9049         Log: Patch applying of #3499 had gone awry.
9050      Branch: cfgperl
9051            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
9052 ____________________________________________________________________________
9053 [  3512] By: gsar                                  on 1999/05/31  19:21:30
9054         Log: tighter -help output
9055      Branch: perl
9056            ! perl.c
9057 ____________________________________________________________________________
9058 [  3511] By: gsar                                  on 1999/05/31  17:18:23
9059         Log: fix memory leak in C<eval 'return sub {...}'>
9060      Branch: perl
9061            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
9062 ____________________________________________________________________________
9063 [  3510] By: gsar                                  on 1999/05/31  14:11:46
9064         Log: tweak C++isms
9065      Branch: perl
9066            ! win32/dl_win32.xs win32/win32.c
9067 ____________________________________________________________________________
9068 [  3509] By: jhi                                   on 1999/05/30  13:02:26
9069         Log: Cleanup of #3488.
9070      Branch: cfgperl
9071            ! Configure config_h.SH
9072 ____________________________________________________________________________
9073 [  3508] By: jhi                                   on 1999/05/30  11:16:01
9074         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9075              To: Mailing list Perl5 <perl5-porters@perl.org>
9076              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
9077              Date: Sat, 29 May 1999 20:18:13 -0400
9078              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
9079      Branch: cfgperl
9080            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
9081 ____________________________________________________________________________
9082 [  3507] By: jhi                                   on 1999/05/29  20:05:40
9083         Log: From: Mark-Jason Dominus <mjd@plover.com>
9084              To: perl5-porters@perl.com
9085              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
9086              Date: Sat, 29 May 1999 14:45:10 -0400
9087              Message-ID: <19990529184510.27557.qmail@plover.com>
9088      Branch: cfgperl
9089            ! op.h
9090 ____________________________________________________________________________
9091 [  3506] By: gsar                                  on 1999/05/29  16:49:39
9092         Log: avoid gv_check() recursive pit
9093      Branch: perl
9094            ! gv.c
9095 ____________________________________________________________________________
9096 [  3505] By: jhi                                   on 1999/05/29  11:38:16
9097         Log: From: jan.dubois@ibm.net (Jan Dubois)
9098              To: Gurusamy Sarathy <gsar@activestate.com>
9099              Cc: perl5-porters@perl.org
9100              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
9101              Date: Sat, 29 May 1999 08:46:22 +0200
9102              Message-ID: <374f8007.2016008@smtp1.ibm.net>
9103      Branch: cfgperl
9104            ! t/op/grent.t t/op/pwent.t
9105 ____________________________________________________________________________
9106 [  3504] By: jhi                                   on 1999/05/29  11:07:10
9107         Log: QNX needs <sys/select.h> to define fd_set.
9108              
9109              From: Norton Allen <allen@huarp.harvard.edu>
9110              To: perl5-porters@perl.org
9111              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
9112              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
9113              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
9114      Branch: cfgperl
9115            ! ext/IO/poll.c
9116 ____________________________________________________________________________
9117 [  3503] By: jhi                                   on 1999/05/29  10:53:31
9118         Log: From: jan.dubois@ibm.net (Jan Dubois)
9119              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
9120              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
9121              Date: Fri, 28 May 1999 20:14:35 +0200
9122              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
9123      Branch: cfgperl
9124            ! lib/Math/BigFloat.pm
9125 ____________________________________________________________________________
9126 [  3502] By: jhi                                   on 1999/05/29  10:44:44
9127         Log: Make Configure support the change #3367,
9128              SysV shadow passwords.
9129      Branch: cfgperl
9130            ! Configure config_h.SH pp_sys.c
9131 ____________________________________________________________________________
9132 [  3501] By: gsar                                  on 1999/05/28  21:22:23
9133         Log: add wide versions of win32 system calls (first step in
9134              globalization); delayload winsock for performance if compiling
9135              with VC 6.0
9136      Branch: perl
9137            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
9138            ! win32/win32.c win32/win32.h
9139 ____________________________________________________________________________
9140 [  3500] By: jhi                                   on 1999/05/28  21:17:24
9141         Log: The new t/lib/io_linenum.t was using stricture
9142              before @INC was set up.
9143      Branch: cfgperl
9144            ! t/lib/io_linenum.t
9145 ____________________________________________________________________________
9146 [  3499] By: jhi                                   on 1999/05/28  17:13:23
9147         Log: From: Tom Hughes <tom@compton.nu>
9148              To: perl5-porters@perl.org
9149              Subject: [PATCH 5.005_57] ByteLoader mark 2
9150              Date: Wed, 26 May 1999 23:59:49 +0100
9151              Message-ID: <bf337a0849.tom@compton.compton.nu>
9152              
9153              plus resolve tiny conflict with #3479
9154              plus regen_headers.
9155      Branch: cfgperl
9156            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9157            + ext/ByteLoader/byterun.h
9158            - bytecode.h byterun.c byterun.h
9159            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
9160            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
9161            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9162            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
9163            ! perl.h perlvars.h proto.h util.c utils/Makefile
9164 ____________________________________________________________________________
9165 [  3498] By: jhi                                   on 1999/05/28  16:53:04
9166         Log: From: Mark-Jason Dominus <mjd@plover.com>
9167              To: perl5-porters@perl.com
9168              Subject: PATCH (5.005_57): defined(@a) now deprecated
9169              Date: Thu, 27 May 1999 16:05:44 -0400
9170              Message-ID: <19990527200544.13330.qmail@plover.com>
9171      Branch: cfgperl
9172            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
9173            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
9174 ____________________________________________________________________________
9175 [  3497] By: jhi                                   on 1999/05/28  16:50:54
9176         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9177              To: perl5-porters@perl.org (Mailing list Perl5)
9178              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
9179              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
9180              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
9181      Branch: cfgperl
9182            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
9183            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
9184 ____________________________________________________________________________
9185 [  3496] By: jhi                                   on 1999/05/28  16:48:39
9186         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9187              To: perl5-porters@perl.org (Mailing list Perl5)
9188              Subject: [PATCH 5.00557] Required OS/2-related patches
9189              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
9190              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
9191      Branch: cfgperl
9192            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
9193            ! t/op/stat.t util.c
9194 ____________________________________________________________________________
9195 [  3495] By: jhi                                   on 1999/05/28  16:45:56
9196         Log: From: Paul Johnson <pjcj@transeda.com>
9197              To: perl5-porters <perl5-porters@perl.org>
9198              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
9199              Date: Fri, 28 May 1999 15:13:54 +0100
9200              Message-ID: <19990528151354.B289@west-tip.transeda.com>
9201      Branch: cfgperl
9202            ! t/TEST
9203 ____________________________________________________________________________
9204 [  3494] By: jhi                                   on 1999/05/28  16:44:34
9205         Log: From: Paul Johnson <pjcj@transeda.com>
9206              To: perl5-porters <perl5-porters@perl.org>
9207              Subject: [PATCH 5.005_57] Fixes related to working local $.
9208              Date: Fri, 28 May 1999 15:11:18 +0100
9209              Message-ID: <19990528151118.A289@west-tip.transeda.com>
9210      Branch: cfgperl
9211            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
9212 ____________________________________________________________________________
9213 [  3493] By: gsar                                  on 1999/05/28  16:37:26
9214         Log: change#3449 wasn't doing enough
9215      Branch: perl
9216            ! op.c t/comp/proto.t
9217 ____________________________________________________________________________
9218 [  3492] By: jhi                                   on 1999/05/28  08:12:23
9219         Log: From: paul.marquess@bt.com
9220              To: doughera@lafayette.edu
9221              Cc: perl5-porters@perl.org
9222              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
9223              Date: Thu, 27 May 1999 23:31:38 +0100
9224              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
9225              
9226              Had to be applied manually; some mailer had munged the patch slightly.
9227      Branch: cfgperl
9228            ! ext/NDBM_File/NDBM_File.xs
9229 ____________________________________________________________________________
9230 [  3491] By: jhi                                   on 1999/05/28  07:51:17
9231         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
9232              To: perl5-porters@perl.org
9233              Subject: [PATCH 5.005_57] fixing eval in the compiler
9234              Date: Thu, 27 May 1999 07:56:54 -0700
9235              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
9236      Branch: cfgperl
9237            ! cc_runtime.h scope.h
9238 ____________________________________________________________________________
9239 [  3490] By: jhi                                   on 1999/05/28  07:47:06
9240         Log: From: Andy Dougherty <doughera@lafayette.edu>
9241              To: perlbug@perl.com
9242              Cc: Jarkko Hietaniemi <jhi@iki.fi>
9243              Subject: [PATCH] Configure updates for ISC 4.1
9244              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
9245              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
9246      Branch: cfgperl
9247            ! Configure config_h.SH
9248 ____________________________________________________________________________
9249 [  3489] By: jhi                                   on 1999/05/28  07:39:17
9250         Log: Integrate from mainperl.
9251      Branch: cfgperl
9252           !> malloc.c win32/makedef.pl win32/win32.c
9253 ____________________________________________________________________________
9254 [  3488] By: jhi                                   on 1999/05/27  16:57:19
9255         Log: From: Andy Dougherty <doughera@lafayette.edu>
9256              To: Perl Porters <perl5-porters@perl.org>
9257              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
9258              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
9259              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
9260      Branch: cfgperl
9261            ! Configure config_h.SH hints/sunos_4_1.sh util.c
9262 ____________________________________________________________________________
9263 [  3487] By: gsar                                  on 1999/05/27  03:56:20
9264         Log: make win32_spawnvp() inherit standard handles even when they
9265              may be redirected
9266      Branch: perl
9267            ! win32/win32.c
9268 ____________________________________________________________________________
9269 [  3486] By: jhi                                   on 1999/05/26  19:55:52
9270         Log: From: Andy Dougherty <doughera@lafayette.edu>
9271              To: perl5-porters@perl.org
9272              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
9273              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
9274              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
9275      Branch: cfgperl
9276            ! util.c
9277 ____________________________________________________________________________
9278 [  3485] By: chip                                  on 1999/05/26  17:19:11
9279         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
9280      Branch: maint-5.004/perl
9281            ! Configure
9282 ____________________________________________________________________________
9283 [  3484] By: gsar                                  on 1999/05/26  01:56:28
9284         Log: fix missing exported symbol
9285      Branch: perl
9286            ! malloc.c win32/makedef.pl
9287 ____________________________________________________________________________
9288 [  3483] By: jhi                                   on 1999/05/25  23:08:07
9289         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
9290              
9291              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9292              To: perlbug@perl.com
9293              Subject: OpenBSD hints file update
9294              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
9295              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
9296      Branch: cfgperl
9297            ! hints/openbsd.sh
9298 ____________________________________________________________________________
9299 [  3482] By: jhi                                   on 1999/05/25  23:01:25
9300         Log: From: Tom Hughes <tom@compton.nu>
9301              To: perl5-porters@perl.org
9302              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
9303              Date: Tue, 25 May 1999 23:10:23 +0100
9304              Message-ID: <1ed7f10749.tom@compton.compton.nu>
9305      Branch: cfgperl
9306            ! Configure config_h.SH
9307 ____________________________________________________________________________
9308 [  3481] By: jhi                                   on 1999/05/25  22:31:50
9309         Log: 3479, 3480, 3481 seems logical.
9310      Branch: cfgperl
9311           !> hints/aix.sh
9312 ____________________________________________________________________________
9313 [  3480] By: jhi                                   on 1999/05/25  22:13:39
9314         Log: The change #3479 wasn't perfect.
9315      Branch: perl
9316            ! hints/aix.sh
9317 ____________________________________________________________________________
9318 [  3479] By: jhi                                   on 1999/05/25  21:59:21
9319         Log: Cures for _57 in AIX 4.1.5.0.
9320              (1) The lddlflags lost its -lc by change #3660
9321              (and the politeness of change #3257).
9322              (2) optype_size must end up in perl.exp (as PL_optype_size).
9323              Added it to perlvars.h, fixed bytecode.pl,
9324              regen'ed the relevant headers.
9325      Branch: cfgperl
9326            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
9327            ! perlvars.h
9328      Branch: perl
9329            ! hints/aix.sh
9330 ____________________________________________________________________________
9331 [  3478] By: jhi                                   on 1999/05/25  20:13:47
9332         Log: Integrate from mainperl.
9333      Branch: cfgperl
9334           +> pod/perltootc.pod
9335           !> (integrate 101 files)
9336 ____________________________________________________________________________
9337 [  3477] By: gsar                                  on 1999/05/25  10:43:48
9338         Log: here be 5.005_57
9339      Branch: perl
9340            ! Changes MANIFEST Porting/makerel
9341           !> Changes5.005
9342
9343 ----------------
9344 Version 5.005_57
9345 ----------------
9346
9347 ____________________________________________________________________________
9348 [  3476] By: gsar                                  on 1999/05/25  09:23:43
9349         Log: up patchlevel &c
9350      Branch: perl
9351            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
9352            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9353            ! win32/makefile.mk
9354 ____________________________________________________________________________
9355 [  3475] By: gsar                                  on 1999/05/25  09:14:51
9356         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9357              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
9358              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
9359              Subject: [PATCH 5.005_56] REx engine improvements
9360      Branch: perl
9361            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
9362            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
9363            ! thrdvar.h util.c
9364 ____________________________________________________________________________
9365 [  3474] By: gsar                                  on 1999/05/25  08:39:56
9366         Log: test case for change#3470
9367      Branch: perl
9368            ! t/lib/bigintpm.t
9369 ____________________________________________________________________________
9370 [  3473] By: gsar                                  on 1999/05/25  08:36:52
9371         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
9372      Branch: perl
9373            ! Changes pod/perlport.pod
9374 ____________________________________________________________________________
9375 [  3472] By: gsar                                  on 1999/05/25  08:28:57
9376         Log: assorted tweaks
9377      Branch: perl
9378            ! doio.c iperlsys.h win32/config.bc win32/config.gc
9379            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9380            ! win32/config_H.vc win32/makedef.pl
9381 ____________________________________________________________________________
9382 [  3471] By: gsar                                  on 1999/05/25  06:06:04
9383         Log: perlref update from Tom Christiansen
9384      Branch: perl
9385            ! pod/perlref.pod
9386 ____________________________________________________________________________
9387 [  3470] By: gsar                                  on 1999/05/25  06:03:27
9388         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9389              Date: Mon, 24 May 1999 17:43:56 -0400
9390              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
9391              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
9392      Branch: perl
9393            ! hv.c
9394 ____________________________________________________________________________
9395 [  3469] By: gsar                                  on 1999/05/25  05:59:22
9396         Log: avoid temporary files that have a constant name (from a suggestion
9397              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
9398      Branch: perl
9399            ! lib/ExtUtils/MM_Unix.pm
9400 ____________________________________________________________________________
9401 [  3468] By: gsar                                  on 1999/05/25  05:54:29
9402         Log: From: pvhp@forte.com (Peter Prymmer)
9403              Date: Mon, 24 May 99 11:20:25 PDT
9404              Message-Id: <9905241820.AA28071@forte.com>
9405              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
9406      Branch: perl
9407            ! lib/Pod/Text.pm
9408 ____________________________________________________________________________
9409 [  3467] By: gsar                                  on 1999/05/25  04:08:50
9410         Log: fix glob() bug that resulted in missing symlinks that don't point
9411              anywhere
9412      Branch: perl
9413            ! pp_hot.c
9414 ____________________________________________________________________________
9415 [  3466] By: gsar                                  on 1999/05/25  03:00:00
9416         Log: avoid enumerating @INC contents in diagnostic if @INC was never
9417              searched
9418      Branch: perl
9419            ! pod/perldiag.pod pp_ctl.c
9420 ____________________________________________________________________________
9421 [  3465] By: gsar                                  on 1999/05/25  02:24:08
9422         Log: add caveat about close(PIPE) carelessness
9423      Branch: perl
9424            ! pod/perlfunc.pod
9425 ____________________________________________________________________________
9426 [  3464] By: gsar                                  on 1999/05/24  23:55:53
9427         Log: fix bogus line numbers for void context warnings
9428              (change#2548 was overeager)
9429      Branch: perl
9430            ! op.c
9431 ____________________________________________________________________________
9432 [  3463] By: gsar                                  on 1999/05/24  23:31:58
9433         Log: change#3455 had a typo
9434      Branch: perl
9435            ! pp_ctl.c
9436 ____________________________________________________________________________
9437 [  3462] By: gsar                                  on 1999/05/24  17:32:20
9438         Log: more pod updates from Tom Christiansen; regen perltoc
9439      Branch: perl
9440            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
9441            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
9442 ____________________________________________________________________________
9443 [  3461] By: gsar                                  on 1999/05/24  07:41:32
9444         Log: perlmod notes from Damian Conway (via Tom Christiansen)
9445      Branch: perl
9446            ! pod/perlmod.pod
9447 ____________________________________________________________________________
9448 [  3460] By: gsar                                  on 1999/05/24  07:24:11
9449         Log: major pod update from Tom Christiansen
9450      Branch: perl
9451            + pod/perltootc.pod
9452            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
9453            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
9454            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
9455            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
9456            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
9457            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
9458            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
9459            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
9460            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
9461            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
9462            ! pod/perlxs.pod pod/pod2man.PL
9463 ____________________________________________________________________________
9464 [  3459] By: gsar                                  on 1999/05/24  06:26:48
9465         Log: perlfaq update from Tom Christiansen
9466      Branch: perl
9467            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9468            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9469            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9470            ! pod/perlfaq9.pod
9471 ____________________________________________________________________________
9472 [  3458] By: gsar                                  on 1999/05/24  05:55:11
9473         Log: updated to v1.50 from CPAN
9474      Branch: perl
9475            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
9476 ____________________________________________________________________________
9477 [  3457] By: gsar                                  on 1999/05/24  05:46:20
9478         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9479              Date: Sun, 23 May 1999 16:35:07 +0100
9480              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
9481              Subject: [PATCH 5.005_56] name PL_in_eval bits
9482      Branch: perl
9483            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
9484 ____________________________________________________________________________
9485 [  3456] By: gsar                                  on 1999/05/24  05:18:06
9486         Log: make -t mode the default on emacs/dumb terminals
9487      Branch: perl
9488            ! Changes utils/perldoc.PL
9489 ____________________________________________________________________________
9490 [  3455] By: gsar                                  on 1999/05/24  05:05:19
9491         Log: return 0 rather than "" when scalar grep has nothing to iterate
9492              on (brings behavior in line with documentation)
9493      Branch: perl
9494            ! pp_ctl.c
9495 ____________________________________________________________________________
9496 [  3454] By: gsar                                  on 1999/05/24  04:52:52
9497         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
9498              Date: Thu, 20 May 1999 13:27:02 -1000
9499              Message-Id: <E10kcDN-0007TA-00@lapaki>
9500              Subject: Problem with MM_Unix in 5.005_03
9501      Branch: perl
9502            ! lib/ExtUtils/MM_Unix.pm
9503 ____________________________________________________________________________
9504 [  3453] By: gsar                                  on 1999/05/24  04:39:49
9505         Log: avoid removing duplicates in user-generated warnings
9506              From: byron@omix.com (Byron Brummer)
9507              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
9508              Message-Id: <199905201101.EAA91175@thrush.omix.com>
9509              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
9510      Branch: perl
9511            ! lib/diagnostics.pm
9512 ____________________________________________________________________________
9513 [  3452] By: gsar                                  on 1999/05/24  04:23:10
9514         Log: straighten some code to avoid NeXT compiler bugs (from
9515              Geoff Kuenning <geoff@cs.hmc.edu>)
9516      Branch: perl
9517            ! pp_ctl.c
9518 ____________________________________________________________________________
9519 [  3451] By: gsar                                  on 1999/05/24  03:03:05
9520         Log: minor logic tweak for reserved word warning
9521      Branch: perl
9522            ! lib/Test/Harness.pm toke.c
9523 ____________________________________________________________________________
9524 [  3450] By: gsar                                  on 1999/05/24  02:34:20
9525         Log: oops, some files missing in change#3449
9526      Branch: perl
9527            ! op.c op.h toke.c
9528 ____________________________________________________________________________
9529 [  3449] By: gsar                                  on 1999/05/24  02:33:12
9530         Log: allow '*' prototype to autoquote even barewords that happen to be
9531              function names; parens or ampersand continue to force the other
9532              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
9533              do the right thing, for example
9534      Branch: perl
9535            ! t/comp/proto.t
9536 ____________________________________________________________________________
9537 [  3448] By: gsar                                  on 1999/05/24  01:51:24
9538         Log: remove vestiges of PL_last_proto
9539      Branch: perl
9540            ! embedvar.h intrpvar.h objXSUB.h
9541 ____________________________________________________________________________
9542 [  3447] By: gsar                                  on 1999/05/24  01:49:20
9543         Log: redo change#2061 and parts of change#1169 with code in the
9544              parser; PL_last_proto hackery gone, strict 'subs' in now
9545              implemented in the optimizer where specifying the exceptional
9546              cases is much more robust; '*' (bareword) prototype now works
9547              reliably when used in second and subsequent arguments
9548      Branch: perl
9549            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
9550 ____________________________________________________________________________
9551 [  3446] By: gsar                                  on 1999/05/23  05:00:55
9552         Log: remove redundant part of change#1169 superceded by change#2061;
9553              avoid "future reserved word" warning on prototypical bearwords
9554      Branch: perl
9555            ! t/lib/fatal.t toke.c
9556 ____________________________________________________________________________
9557 [  3445] By: gsar                                  on 1999/05/21  23:36:49
9558         Log: s/isspace/isSPACE/g and make sure the CRT version is always
9559              passed an unsigned char (fixes random occurrence of spaces in
9560              arguments containing high-bit chars passed to spawned children,
9561              on win32)
9562      Branch: perl
9563            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
9564 ____________________________________________________________________________
9565 [  3444] By: gsar                                  on 1999/05/21  23:08:55
9566         Log: integrate Configure changes from cfgperl
9567      Branch: perl
9568           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9569           !> config_h.SH
9570 ____________________________________________________________________________
9571 [  3443] By: jhi                                   on 1999/05/21  22:00:56
9572         Log: Integrate from mainperl.
9573      Branch: cfgperl
9574           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
9575           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
9576           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
9577           !> win32/perlhost.h win32/win32.c x2p/walk.c
9578 ____________________________________________________________________________
9579 [  3442] By: jhi                                   on 1999/05/21  21:59:46
9580         Log: fflush.
9581      Branch: cfgperl
9582            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9583            ! config_h.SH
9584 ____________________________________________________________________________
9585 [  3441] By: gsar                                  on 1999/05/21  17:48:55
9586         Log: integrate cfgperl changes
9587      Branch: perl
9588           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9589           !> config_h.SH hints/sunos_4_1.sh installperl
9590 ____________________________________________________________________________
9591 [  3440] By: gsar                                  on 1999/05/21  17:42:49
9592         Log: test tweak
9593      Branch: perl
9594            ! t/comp/proto.t
9595 ____________________________________________________________________________
9596 [  3439] By: gsar                                  on 1999/05/21  17:31:26
9597         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
9598              (Configure fflush(NULL) detection seems broken on Solaris, which
9599              is why I hit the problem)
9600      Branch: perl
9601            ! Changes perl.h
9602 ____________________________________________________________________________
9603 [  3438] By: gsar                                  on 1999/05/20  16:41:01
9604         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
9605      Branch: perl
9606            ! pod/perlport.pod
9607 ____________________________________________________________________________
9608 [  3437] By: jhi                                   on 1999/05/20  07:14:39
9609         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
9610              (via private email).
9611      Branch: cfgperl
9612            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9613            ! config_h.SH hints/sunos_4_1.sh
9614 ____________________________________________________________________________
9615 [  3436] By: gsar                                  on 1999/05/20  05:18:26
9616         Log: various little nits
9617      Branch: perl
9618            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
9619            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
9620            ! win32/perlhost.h win32/win32.c x2p/walk.c
9621 ____________________________________________________________________________
9622 [  3435] By: jhi                                   on 1999/05/18  16:25:49
9623         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9624              To: perl5-porters@perl.org
9625              Subject: installperl
9626              Date: Fri, 14 May 1999 21:34:58 +0100
9627              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
9628      Branch: cfgperl
9629            ! installperl
9630 ____________________________________________________________________________
9631 [  3434] By: jhi                                   on 1999/05/17  21:25:54
9632         Log: Integrate from mainperl.
9633      Branch: cfgperl
9634           +> lib/ExtUtils/MM_Cygwin.pm
9635            - cygwin32/impure_ptr.c
9636           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9637           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9638           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
9639           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
9640           !> x2p/find2perl.PL
9641 ____________________________________________________________________________
9642 [  3433] By: gsar                                  on 1999/05/17  09:49:01
9643         Log: integrate cfgperl changes into mainline
9644      Branch: perl
9645           !> Configure INSTALL config_h.SH configure.com embed.h
9646           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
9647           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
9648           !> util.c
9649 ____________________________________________________________________________
9650 [  3432] By: gsar                                  on 1999/05/17  09:06:45
9651         Log: emit more appropriate diagnostic for failed glob (variant
9652              of patch suggested by Graham Barr)
9653      Branch: perl
9654            ! gv.c pod/perldiag.pod pp.c pp_hot.c
9655 ____________________________________________________________________________
9656 [  3431] By: gsar                                  on 1999/05/17  08:38:09
9657         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9658              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
9659              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
9660              Subject: find2perl does not grok the 'c' suffix to the -size argument
9661      Branch: perl
9662            ! x2p/find2perl.PL
9663 ____________________________________________________________________________
9664 [  3430] By: gsar                                  on 1999/05/17  08:26:21
9665         Log: additional cleanups for cygwin32 port
9666              From: "Fifer, Eric" <EFifer@sanwaint.com>
9667              Date: Wed, 12 May 1999 20:25:54 +0100
9668              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
9669              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
9670      Branch: perl
9671            + lib/ExtUtils/MM_Cygwin.pm
9672            - cygwin32/impure_ptr.c
9673            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9674            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9675            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
9676            ! perl.h util.c
9677 ____________________________________________________________________________
9678 [  3429] By: gsar                                  on 1999/05/17  08:01:04
9679         Log: From: Andy Dougherty <doughera@lafayette.edu>
9680              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9681              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9682              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9683      Branch: perl
9684            ! INSTALL
9685 ____________________________________________________________________________
9686 [  3428] By: jhi                                   on 1999/05/17  07:03:26
9687         Log: Integrate from mainperl modulo the Socket.xs change.
9688      Branch: cfgperl
9689           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
9690           !> win32/win32.c win32/win32.h
9691 ____________________________________________________________________________
9692 [  3427] By: jhi                                   on 1999/05/16  22:09:11
9693         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9694              To: perl5-porters@perl.org (Mailing list Perl5)
9695              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
9696              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
9697              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
9698      Branch: cfgperl
9699            ! ext/Devel/Peek/Peek.xs
9700 ____________________________________________________________________________
9701 [  3426] By: jhi                                   on 1999/05/16  22:07:11
9702         Log: From: Mark-Jason Dominus <mjd@plover.com>
9703              To: perl5-porters@perl.com
9704              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
9705              Date: Sat, 15 May 1999 12:43:47 -0400
9706              Message-ID: <19990515164348.7313.qmail@plover.com>
9707      Branch: cfgperl
9708            ! pod/perldiag.pod
9709 ____________________________________________________________________________
9710 [  3425] By: nick                                  on 1999/05/15  15:56:10
9711         Log: Mingw32 + w32api-0.1.5 tweaks
9712              - now more like other Win32 compilers
9713      Branch: perl
9714            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
9715            ! win32/win32.h
9716 ____________________________________________________________________________
9717 [  3424] By: nick                                  on 1999/05/14  21:04:22
9718         Log: Experimental "slab" allocator for ops.
9719              To try it -DPL_OP_SLAB_ALLOC for op.c 
9720              This is for proof of concept only, it leaks memory 
9721              (ops are not free'd) so don't use in embedded apps.
9722              If this minimalist version does not show performance 
9723              gain then whole idea is worthless. 
9724              Nick see's approx 12% speed up vs perlmalloc running
9725              perl -Ilib -MCPAN -e '' 
9726              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
9727      Branch: perl
9728            ! op.c
9729 ____________________________________________________________________________
9730 [  3423] By: gsar                                  on 1999/05/14  19:55:04
9731         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
9732              found (brings sitelib intuition in line with privlib)
9733      Branch: perl
9734            ! win32/win32.c
9735 ____________________________________________________________________________
9736 [  3422] By: jhi                                   on 1999/05/14  08:08:01
9737         Log: From: pvhp@forte.com (Peter Prymmer)
9738              To: perl5-porters@perl.org, vmsperl@perl.org
9739              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
9740              Date: Thu, 13 May 99 15:29:57 PDT
9741              Message-Id: <9905132229.AA15854@forte.com>
9742      Branch: cfgperl
9743            ! configure.com
9744 ____________________________________________________________________________
9745 [  3421] By: jhi                                   on 1999/05/14  07:34:20
9746         Log: Integrate from mainperl.
9747      Branch: cfgperl
9748           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
9749 ____________________________________________________________________________
9750 [  3420] By: jhi                                   on 1999/05/14  07:33:26
9751         Log: Still fflushing.
9752      Branch: cfgperl
9753            ! Configure config_h.SH util.c
9754 ____________________________________________________________________________
9755 [  3419] By: gsar                                  on 1999/05/14  03:08:29
9756         Log: mortalize string allocations by win32_get_{priv,site}lib()
9757              (fixes small memory leak in interpreter)
9758      Branch: perl
9759            ! win32/win32.c
9760 ____________________________________________________________________________
9761 [  3418] By: gsar                                  on 1999/05/14  03:06:50
9762         Log: make win32_longname() preserve kind of slashes in argument
9763      Branch: perl
9764            ! win32/win32.c
9765 ____________________________________________________________________________
9766 [  3417] By: gsar                                  on 1999/05/14  03:04:44
9767         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
9768      Branch: perl
9769            ! lib/ExtUtils/MM_Unix.pm
9770 ____________________________________________________________________________
9771 [  3416] By: jhi                                   on 1999/05/13  21:18:06
9772         Log: Integrate from mainperl.
9773      Branch: cfgperl
9774           !> pp_ctl.c
9775 ____________________________________________________________________________
9776 [  3415] By: jhi                                   on 1999/05/13  21:16:49
9777         Log: Fixes from Andy Dougherty (via private email).
9778      Branch: cfgperl
9779            ! Configure config_h.SH
9780 ____________________________________________________________________________
9781 [  3414] By: nick                                  on 1999/05/13  20:04:26
9782         Log: valist vs va_list typo
9783      Branch: perl
9784            ! pp_ctl.c
9785 ____________________________________________________________________________
9786 [  3413] By: jhi                                   on 1999/05/13  15:04:05
9787         Log: From: Andy Dougherty <doughera@lafayette.edu>
9788              To: perlbug@perl.com
9789              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9790              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9791              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9792      Branch: cfgperl
9793            ! INSTALL
9794 ____________________________________________________________________________
9795 [  3412] By: jhi                                   on 1999/05/13  14:20:17
9796         Log: Integrate from mainperl.
9797      Branch: cfgperl
9798           !> pp_ctl.c
9799 ____________________________________________________________________________
9800 [  3411] By: gsar                                  on 1999/05/13  14:16:56
9801         Log: docatch_body() declaration mismatch
9802      Branch: perl
9803            ! pp_ctl.c
9804 ____________________________________________________________________________
9805 [  3410] By: jhi                                   on 1999/05/13  13:51:44
9806         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
9807      Branch: cfgperl
9808            ! Configure config_h.SH perl.h
9809 ____________________________________________________________________________
9810 [  3409] By: jhi                                   on 1999/05/13  13:31:53
9811         Log: Still fflushing strong.
9812      Branch: cfgperl
9813            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
9814            ! proto.h util.c
9815 ____________________________________________________________________________
9816 [  3408] By: jhi                                   on 1999/05/12  14:30:23
9817         Log: Integrate from mainperl.
9818      Branch: cfgperl
9819           !> (integrate 30 files)
9820 ____________________________________________________________________________
9821 [  3407] By: jhi                                   on 1999/05/12  12:28:31
9822         Log: Be tidier with fflush(NULL) testing.
9823      Branch: cfgperl
9824            ! Configure config_h.SH
9825 ____________________________________________________________________________
9826 [  3406] By: gsar                                  on 1999/05/12  11:26:03
9827         Log: better range-checking on list slices, with test
9828              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9829              Date: Sun, 02 May 1999 17:02:53 +0100
9830              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
9831              Subject: Re: List slice of undefs returns 0 items 
9832      Branch: perl
9833            ! pp.c t/op/list.t
9834 ____________________________________________________________________________
9835 [  3405] By: gsar                                  on 1999/05/12  11:22:27
9836         Log: change#3397 needs test tweak
9837      Branch: perl
9838            ! Changes t/pragma/warn/sv
9839 ____________________________________________________________________________
9840 [  3404] By: gsar                                  on 1999/05/12  11:07:44
9841         Log: typo in change#3397
9842      Branch: perl
9843            ! doop.c
9844 ____________________________________________________________________________
9845 [  3403] By: gsar                                  on 1999/05/12  10:49:01
9846         Log: From: Stephen Zander <gibreel@pobox.com>
9847              Date: 12 May 1999 01:22:31 -0700
9848              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
9849              Subject: Re: Test::Harness runs tainted tests with wrong library path
9850      Branch: perl
9851            ! lib/Test/Harness.pm
9852 ____________________________________________________________________________
9853 [  3402] By: gsar                                  on 1999/05/12  10:42:06
9854         Log: typo in change#3400
9855      Branch: perl
9856            ! ext/B/B/Deparse.pm
9857 ____________________________________________________________________________
9858 [  3401] By: jhi                                   on 1999/05/12  10:40:42
9859         Log: A better, shinier, and possibly even correctly working
9860              reincarnation of #3398.
9861      Branch: cfgperl
9862            ! Configure config_h.SH
9863 ____________________________________________________________________________
9864 [  3400] By: gsar                                  on 1999/05/12  10:40:11
9865         Log: deparse \&func() as \(&func()) for clarity
9866              From: Albert Dvornik <bert@genscan.com>
9867              Date: 11 May 1999 13:32:04 -0400
9868              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
9869              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
9870      Branch: perl
9871            ! ext/B/B/Deparse.pm
9872 ____________________________________________________________________________
9873 [  3399] By: gsar                                  on 1999/05/12  10:36:02
9874         Log: more testsuite smarts (many of them courtesy Ilya)
9875      Branch: perl
9876            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
9877            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
9878            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
9879            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
9880            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
9881            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
9882            ! t/op/pwent.t
9883 ____________________________________________________________________________
9884 [  3398] By: jhi                                   on 1999/05/12  09:33:08
9885         Log: Detect whether fflush(NULL) works as per change #3352.
9886      Branch: cfgperl
9887            ! Configure config_h.SH perl.h
9888 ____________________________________________________________________________
9889 [  3397] By: gsar                                  on 1999/05/12  08:56:03
9890         Log: From: jan.dubois@ibm.net (Jan Dubois)
9891              Date: Wed, 12 May 1999 01:01:00 +0200
9892              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
9893              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
9894      Branch: perl
9895            ! doop.c
9896 ____________________________________________________________________________
9897 [  3396] By: gsar                                  on 1999/05/12  08:23:27
9898         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
9899              stat() behaves similarly
9900      Branch: perl
9901            ! win32/win32.c
9902 ____________________________________________________________________________
9903 [  3395] By: jhi                                   on 1999/05/11  22:21:32
9904         Log: Redo parts of #3341 and #3358 that #3394 undid.
9905      Branch: cfgperl
9906            ! Configure config_h.SH
9907 ____________________________________________________________________________
9908 [  3394] By: jhi                                   on 1999/05/11  22:03:48
9909         Log: Add I_NETINET_TCP to help change #3391.
9910      Branch: cfgperl
9911            ! Configure config_h.SH ext/Socket/Socket.xs
9912 ____________________________________________________________________________
9913 [  3393] By: jhi                                   on 1999/05/11  21:44:59
9914         Log: Integrate from mainperl.
9915      Branch: cfgperl
9916           !> (integrate 55 files)
9917 ____________________________________________________________________________
9918 [  3392] By: gsar                                  on 1999/05/11  20:56:43
9919         Log: update embedvar.h
9920      Branch: perl
9921            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
9922 ____________________________________________________________________________
9923 [  3391] By: gsar                                  on 1999/05/11  16:32:05
9924         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9925              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
9926              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
9927              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
9928      Branch: perl
9929            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
9930 ____________________________________________________________________________
9931 [  3390] By: gsar                                  on 1999/05/11  15:27:40
9932         Log: display more frequent progress messages when STDOUT is a tty
9933      Branch: perl
9934            ! lib/Test/Harness.pm
9935 ____________________________________________________________________________
9936 [  3389] By: gsar                                  on 1999/05/11  14:40:58
9937         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9938              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
9939              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
9940              Subject: [PATCH 5.005_53] Explanations by Test::Harness
9941      Branch: perl
9942            ! lib/Test/Harness.pm
9943 ____________________________________________________________________________
9944 [  3388] By: gsar                                  on 1999/05/11  14:08:14
9945         Log: avoid creating spurious subroutine stubs on failed subroutine
9946              call and other places of sv_2cv() misuse; fixes problems with
9947              failed subroutine calls "hiding" later attempts to lookup methods
9948              in base classes
9949      Branch: perl
9950            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
9951 ____________________________________________________________________________
9952 [  3387] By: gsar                                  on 1999/05/11  09:34:13
9953         Log: various fixes for clean build and test on win32; configpm broken,
9954              needed to open myconfig.SH rather than myconfig; sundry adjustments
9955              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
9956              work under win32; getenv_sv() changed to getenv_len() since SVs
9957              aren't visible in the lower echelons; remove bogus exports from
9958              config.sym; PERL_OBJECT-ness for C++ exception support; null out
9959              IoDIRP in filter_del() or sv_free() will attempt to close it
9960      Branch: perl
9961            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
9962            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
9963            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
9964            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
9965            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
9966            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
9967            ! win32/config.gc win32/config.vc win32/makedef.pl
9968            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
9969            ! win32/win32.c win32/win32.h
9970 ____________________________________________________________________________
9971 [  3386] By: gsar                                  on 1999/05/11  02:49:07
9972         Log: gutsupport for C++ exceptions
9973              From: Chip Salzenberg <chip@perlsupport.com>
9974              Date: Tue, 9 Mar 1999 11:51:57 -0500
9975              Message-ID: <19990309115157.E7911@perlsupport.com>
9976              Subject: [PATCH 5.005] Flexible Exceptions
9977      Branch: perl
9978            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
9979            ! scope.c scope.h thrdvar.h util.c
9980 ____________________________________________________________________________
9981 [  3385] By: gsar                                  on 1999/05/10  19:33:36
9982         Log: "weak" references internals, still needs perlguts documentation
9983              (somewhat modified version of patch suggested by Tuomas J. Lukka
9984              <lukka@fas.harvard.edu>)
9985      Branch: perl
9986            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
9987            ! pod/perldiag.pod proto.h sv.c sv.h util.c
9988 ____________________________________________________________________________
9989 [  3384] By: jhi                                   on 1999/05/10  18:21:43
9990         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
9991              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
9992      Branch: cfgperl
9993            ! INSTALL hints/dec_osf.sh
9994 ____________________________________________________________________________
9995 [  3381] By: jhi                                   on 1999/05/10  14:39:28
9996         Log: Integrate from mainperl.
9997      Branch: cfgperl
9998           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
9999           +> cygwin32/build-instructions.charles-wilson
10000           +> cygwin32/build-instructions.sebastien-barre
10001           +> cygwin32/build-instructions.steven-morlock
10002           +> cygwin32/build-instructions.steven-morlock2
10003           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
10004           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
10005           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
10006           +> t/op/numconvert.t utils/perlbc.PL
10007            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
10008            - cygwin32/perlld
10009           !> (integrate 105 files)
10010 ____________________________________________________________________________
10011 [  3380] By: gsar                                  on 1999/05/10  12:27:14
10012         Log: regen regnodes.h
10013      Branch: perl
10014            ! Changes regnodes.h
10015 ____________________________________________________________________________
10016 [  3379] By: gsar                                  on 1999/05/10  12:17:26
10017         Log: From: jan.dubois@ibm.net (Jan Dubois)
10018              Date: Sat, 01 May 1999 22:55:36 +0200
10019              Message-ID: <373067e9.56194713@smtp1.ibm.net>
10020              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
10021      Branch: perl
10022            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
10023            ! win32/config_H.vc
10024 ____________________________________________________________________________
10025 [  3378] By: gsar                                  on 1999/05/10  12:07:13
10026         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10027              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
10028              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
10029              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
10030      Branch: perl
10031            + t/op/numconvert.t
10032            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
10033            ! util.c
10034 ____________________________________________________________________________
10035 [  3377] By: gsar                                  on 1999/05/10  11:39:48
10036         Log: pp_modulo comment tweak from Ilya
10037      Branch: perl
10038            ! pp.c
10039 ____________________________________________________________________________
10040 [  3376] By: gsar                                  on 1999/05/10  11:30:40
10041         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10042              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
10043              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
10044              Subject: Test.pm update [PATCH _56]
10045      Branch: perl
10046            ! lib/Test.pm
10047 ____________________________________________________________________________
10048 [  3375] By: gsar                                  on 1999/05/10  11:28:30
10049         Log: From: jan.dubois@ibm.net (Jan Dubois)
10050              Date: Fri, 07 May 1999 00:59:54 +0200
10051              Message-ID: <373318ae.19292461@smtp1.ibm.net>
10052              Subject: Re: Using existing memory for an SV's PV 
10053      Branch: perl
10054            ! sv.c
10055 ____________________________________________________________________________
10056 [  3374] By: gsar                                  on 1999/05/10  11:23:44
10057         Log: From: jan.dubois@ibm.net (Jan Dubois)
10058              Date: Fri, 07 May 1999 00:59:52 +0200
10059              Message-ID: <37321800.19118320@smtp1.ibm.net>
10060              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
10061      Branch: perl
10062            ! perl.h
10063 ____________________________________________________________________________
10064 [  3373] By: gsar                                  on 1999/05/10  11:22:10
10065         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10066              Date: Thu, 6 May 1999 18:17:28 -0400
10067              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
10068              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
10069      Branch: perl
10070            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
10071            ! util.c
10072 ____________________________________________________________________________
10073 [  3372] By: gsar                                  on 1999/05/10  10:57:49
10074         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10075              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
10076              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
10077              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
10078      Branch: perl
10079            ! regcomp.c regcomp.pl
10080 ____________________________________________________________________________
10081 [  3371] By: gsar                                  on 1999/05/10  10:54:01
10082         Log: From: lane@duphy4.physics.drexel.edu
10083              Date: Tue, 04 May 1999 10:19:25 -0700
10084              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
10085              Subject: [PATCH 5.005.56] pod->html VMS fixes
10086      Branch: perl
10087            ! installhtml lib/Pod/Html.pm
10088 ____________________________________________________________________________
10089 [  3370] By: gsar                                  on 1999/05/10  10:45:52
10090         Log: testsuite nits
10091      Branch: perl
10092            ! t/lib/io_linenum.t t/op/filetest.t
10093 ____________________________________________________________________________
10094 [  3369] By: gsar                                  on 1999/05/10  10:35:22
10095         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10096              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
10097              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
10098              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
10099      Branch: perl
10100            ! os2/os2ish.h os2/os2thread.h
10101 ____________________________________________________________________________
10102 [  3368] By: gsar                                  on 1999/05/10  10:00:11
10103         Log: From: Albert Dvornik <bert@genscan.com>
10104              Date: 03 May 1999 12:20:57 -0400
10105              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
10106              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
10107      Branch: perl
10108            ! dump.c
10109 ____________________________________________________________________________
10110 [  3367] By: gsar                                  on 1999/05/10  09:55:51
10111         Log: shadow password support for Solaris (needs Configure help to
10112              determine HAS_GETSPENT)
10113              From: "Patrick O'Brien" <pdo@cs.umd.edu>
10114              Date: Sat, 01 May 1999 19:41:17 -0400
10115              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
10116              Subject: getpwent() under solaris
10117      Branch: perl
10118            ! pp_sys.c
10119 ____________________________________________________________________________
10120 [  3366] By: gsar                                  on 1999/05/10  09:45:58
10121         Log: From: jan.dubois@ibm.net (Jan Dubois)
10122              Date: Sat, 01 May 1999 23:45:47 +0200
10123              Message-ID: <373373fb.59284266@smtp1.ibm.net>
10124              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
10125      Branch: perl
10126            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10127            ! pod/perldelta.pod
10128 ____________________________________________________________________________
10129 [  3365] By: gsar                                  on 1999/05/10  09:34:22
10130         Log: test suite and fix input_line_number()
10131              From: Paul Johnson <pjcj@transeda.com>
10132              Date: Thu, 29 Apr 1999 06:28:14 +0100
10133              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
10134              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
10135      Branch: perl
10136            + t/lib/io_linenum.t
10137            ! MANIFEST ext/IO/lib/IO/Handle.pm
10138 ____________________________________________________________________________
10139 [  3364] By: gsar                                  on 1999/05/10  09:20:56
10140         Log: fix overeager [:foo:] parsing
10141              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10142              Date: Fri, 30 Apr 1999 09:26:18 +0100
10143              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
10144              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
10145      Branch: perl
10146            ! regcomp.c t/op/re_tests
10147 ____________________________________________________________________________
10148 [  3363] By: gsar                                  on 1999/05/10  09:09:21
10149         Log: documentation for Win32 builtins (somewhat modified)
10150              From: jan.dubois@ibm.net (Jan Dubois)
10151              Date: Tue, 30 Mar 1999 08:05:03 +0200
10152              Message-ID: <37006783.1926460@smtp1.ibm.net>
10153              Subject: Re: Issues with build 509 
10154      Branch: perl
10155            + pod/Win32.pod
10156            ! MANIFEST
10157 ____________________________________________________________________________
10158 [  3362] By: gsar                                  on 1999/05/10  08:22:07
10159         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
10160      Branch: perl
10161            ! lib/File/Copy.pm win32/win32.c
10162 ____________________________________________________________________________
10163 [  3361] By: gsar                                  on 1999/05/10  08:11:29
10164         Log: escape ampersands in <pre> sections
10165      Branch: perl
10166            ! Changes lib/Pod/Html.pm
10167 ____________________________________________________________________________
10168 [  3360] By: gsar                                  on 1999/05/10  08:04:14
10169         Log: AIX hints enhancements (threads build, SOCKS support)
10170              From: "David R. Favor" <dfavor@austin.ibm.com>
10171              Date: Wed, 28 Apr 1999 08:45:28 -0500
10172              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
10173              Subject: Working build for AIX + gcc + threading
10174      Branch: perl
10175            ! hints/aix.sh
10176 ____________________________________________________________________________
10177 [  3359] By: gsar                                  on 1999/05/10  07:49:26
10178         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
10179              Date: Tue, 27 Apr 1999 23:47:24 PDT
10180              Message-ID: <19990428064724.95244.qmail@hotmail.com>
10181              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
10182              --
10183              Date: Thu, 29 Apr 1999 18:21:06 -0700
10184              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
10185              Subject: [PATCH 5.005_56] double constants ( C.pm)
10186              --
10187              Date: Mon, 03 May 1999 20:21:31 PDT
10188              Message-ID: <19990504032131.81113.qmail@hotmail.com>
10189              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
10190              --
10191              Date: Thu, 06 May 1999 17:57:09 -0700
10192              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
10193              Subject: Stash.pm
10194      Branch: perl
10195            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
10196            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
10197 ____________________________________________________________________________
10198 [  3358] By: gsar                                  on 1999/05/10  04:39:15
10199         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
10200              From: alexander smishlajev <als@turnhere.com>
10201              Date: Sun, 25 Apr 1999 14:58:29 +0300
10202              Message-ID: <37230365.5F68B460@turnhere.com>
10203              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
10204      Branch: perl
10205            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
10206            + cygwin32/build-instructions.charles-wilson
10207            + cygwin32/build-instructions.sebastien-barre
10208            + cygwin32/build-instructions.steven-morlock
10209            + cygwin32/build-instructions.steven-morlock2
10210            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
10211            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
10212            - cygwin32/perlld
10213            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
10214            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
10215            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
10216            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
10217            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
10218            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
10219 ____________________________________________________________________________
10220 [  3357] By: gsar                                  on 1999/05/10  04:07:07
10221         Log: applied suggested patch, modulo already applied parts
10222              From: Charles Bailey <BAILEY@newman.upenn.edu>
10223              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
10224              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
10225              Subject: [Patch 5.005_56] VMS consolidated patch #2
10226      Branch: perl
10227            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
10228            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
10229            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
10230            ! vms/subconfigure.com vms/test.com vms/vms.c
10231 ____________________________________________________________________________
10232 [  3356] By: gsar                                  on 1999/05/10  03:48:08
10233         Log: applied suggested patch, with win32 and PERL_OBJECT additions
10234              From: Tom Hughes <tom@compton.nu>
10235              Date: Sat, 24 Apr 1999 18:11:59 +0100
10236              Message-ID: <609bdff748.tom@compton.compton.nu>
10237              Subject: ByteLoader patch
10238      Branch: perl
10239            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
10240            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
10241            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
10242            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
10243            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
10244            ! utils/Makefile win32/Makefile win32/makefile.mk
10245 ____________________________________________________________________________
10246 [  3355] By: gsar                                  on 1999/05/10  03:22:49
10247         Log: document 'test' attribute (from Andreas Koenig)
10248      Branch: perl
10249            ! lib/ExtUtils/MakeMaker.pm
10250 ____________________________________________________________________________
10251 [  3354] By: gsar                                  on 1999/05/10  03:12:37
10252         Log: From: pmarquess@bfsec.bt.co.uk
10253              Date: Thu, 22 Apr 1999 23:12:08 +0100
10254              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
10255              Subject: PATCH for small bug in scan_bin
10256      Branch: perl
10257            ! util.c
10258 ____________________________________________________________________________
10259 [  3353] By: gsar                                  on 1999/05/10  02:39:33
10260         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
10261              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
10262      Branch: perl
10263            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
10264            ! win32/win32iop.h
10265 ____________________________________________________________________________
10266 [  3352] By: gsar                                  on 1999/05/09  22:47:39
10267         Log: flush all open output buffers before fork(), exec(), system, qx//
10268              and pipe open() operations, simplifying buffering headaches faced
10269              by users; uses fflush(NULL), which may need Configure test
10270      Branch: perl
10271            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
10272            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
10273 ____________________________________________________________________________
10274 [  3351] By: gsar                                  on 1999/05/09  21:11:51
10275         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
10276              Leroy <jll@skynet.be>)
10277      Branch: perl
10278            ! utils/perlcc.PL
10279 ____________________________________________________________________________
10280 [  3350] By: gsar                                  on 1999/05/09  20:39:11
10281         Log: normalize $^X to full pathname on win32
10282      Branch: perl
10283            ! win32/runperl.c
10284 ____________________________________________________________________________
10285 [  3349] By: gsar                                  on 1999/05/09  20:23:07
10286         Log: allow readline($globref), <$globref> already works
10287      Branch: perl
10288            ! pp_hot.c
10289 ____________________________________________________________________________
10290 [  3348] By: gsar                                  on 1999/05/09  20:00:09
10291         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
10292              <lemburg@online-club.de>)
10293      Branch: perl
10294            ! utils/perldoc.PL
10295 ____________________________________________________________________________
10296 [  3347] By: gsar                                  on 1999/05/09  18:47:21
10297         Log: additions to Thread.pm docs from Tuomas J. Lukka
10298              <lukka@fas.harvard.edu>
10299      Branch: perl
10300            ! ext/Thread/Thread.pm
10301 ____________________________________________________________________________
10302 [  3346] By: gsar                                  on 1999/05/09  18:38:00
10303         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10304              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
10305              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
10306              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
10307      Branch: perl
10308            ! ext/B/B/Xref.pm
10309 ____________________________________________________________________________
10310 [  3345] By: gsar                                  on 1999/05/09  18:22:43
10311         Log: work around mangled archname on win32 while finding privlib/sitelib;
10312              normalize lib paths to forward slashes internally
10313      Branch: perl
10314            ! win32/win32.c
10315 ____________________________________________________________________________
10316 [  3344] By: gsar                                  on 1999/05/09  03:20:06
10317         Log: fix typo in dbm filters that caused odbm.t to fail
10318      Branch: perl
10319            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
10320 ____________________________________________________________________________
10321 [  3343] By: gsar                                  on 1999/05/09  02:02:59
10322         Log: tweak test totals
10323      Branch: perl
10324            ! Changes t/lib/tie-stdhandle.t
10325 ____________________________________________________________________________
10326 [  3342] By: gsar                                  on 1999/05/09  01:42:06
10327         Log: import list propagation busted (pointed out by Ton Hospel
10328              <thospel@mail.dma.be>)
10329      Branch: perl
10330            ! lib/autouse.pm
10331 ____________________________________________________________________________
10332 [  3341] By: gsar                                  on 1999/05/09  00:54:18
10333         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
10334              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
10335      Branch: perl
10336            ! Configure Makefile.SH
10337 ____________________________________________________________________________
10338 [  3340] By: gsar                                  on 1999/05/09  00:40:41
10339         Log: generate manpages for newly added utils
10340      Branch: perl
10341            ! installman
10342 ____________________________________________________________________________
10343 [  3339] By: gsar                                  on 1999/05/09  00:33:50
10344         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10345              Date: Sun, 02 May 1999 17:59:24 +0100
10346              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
10347              Subject: [PATCH] Re: ptr to realloced memory in yylex
10348      Branch: perl
10349            ! toke.c
10350 ____________________________________________________________________________
10351 [  3338] By: jhi                                   on 1999/05/08  22:40:29
10352         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
10353      Branch: cfgperl
10354            ! INSTALL
10355 ____________________________________________________________________________
10356 [  3337] By: jhi                                   on 1999/05/08  22:22:26
10357         Log: Integrate from mainperl.
10358      Branch: cfgperl
10359           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
10360           !> (integrate 54 files)
10361 ____________________________________________________________________________
10362 [  3336] By: gsar                                  on 1999/05/08  21:48:22
10363         Log: make perldoc -f grok nested =items
10364      Branch: perl
10365            ! utils/perldoc.PL
10366 ____________________________________________________________________________
10367 [  3335] By: gsar                                  on 1999/05/08  19:48:11
10368         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
10369      Branch: perl
10370            ! op.c t/lib/fields.t
10371 ____________________________________________________________________________
10372 [  3334] By: gsar                                  on 1999/05/08  19:09:41
10373         Log: update test totals
10374      Branch: perl
10375            ! t/lib/bigintpm.t
10376 ____________________________________________________________________________
10377 [  3333] By: gsar                                  on 1999/05/08  16:56:02
10378         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
10379      Branch: perl
10380            ! pod/perlfunc.pod
10381 ____________________________________________________________________________
10382 [  3332] By: gsar                                  on 1999/05/08  16:46:44
10383         Log: applied suggested patch, added tests
10384              From: William Mann <wmann@avici.com>
10385              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
10386              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
10387              Subject: BigInt.pm extensions for logical operations
10388      Branch: perl
10389            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
10390 ____________________________________________________________________________
10391 [  3331] By: gsar                                  on 1999/05/08  16:09:33
10392         Log: avoid temporary files named 'tmp'
10393      Branch: perl
10394            ! Makefile.SH pp.c
10395 ____________________________________________________________________________
10396 [  3330] By: nick                                  on 1999/05/08  14:16:30
10397         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
10398              Provide Tie::StdHandle
10399              Basic update of docs.
10400      Branch: perl
10401            + t/lib/tie-stdhandle.t
10402            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
10403 ____________________________________________________________________________
10404 [  3329] By: nick                                  on 1999/05/08  12:03:45
10405         Log: Tweaks to open(my $fh,...) stuff
10406      Branch: perl
10407            ! op.c pp.c pp_sys.c t/io/open.t
10408 ____________________________________________________________________________
10409 [  3328] By: nick                                  on 1999/05/08  11:18:42
10410         Log: Bring SDBM_File.xs into line with new typemap
10411      Branch: perl
10412            ! ext/SDBM_File/SDBM_File.xs
10413 ____________________________________________________________________________
10414 [  3327] By: gsar                                  on 1999/05/08  00:07:11
10415         Log: add test case for AUTOLOAD reentrancy fix in change#3279
10416      Branch: perl
10417            ! t/lib/autoloader.t
10418 ____________________________________________________________________________
10419 [  3326] By: nick                                  on 1999/05/07  21:24:50
10420         Log: Implement open( my $fh, ...) and similar.
10421              Set flag in op.c for "constructor ops"
10422              In pp_rv2gv, if flag is set and arg is PADSV and uninit
10423              vivify as reference to a detached GV.
10424              (Name of GV is the pad name.)
10425              This scheme should "just work" for pipe/socket etc. too.
10426              
10427              #if 0 out the open(FH,undef) for now.
10428              Change t/io/open.t to test open(my $fh,...)
10429      Branch: perl
10430            ! op.c pp.c pp_sys.c t/io/open.t
10431 ____________________________________________________________________________
10432 [  3325] By: nick                                  on 1999/05/07  21:18:42
10433         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
10434      Branch: perl
10435            ! util.c
10436 ____________________________________________________________________________
10437 [  3324] By: gsar                                  on 1999/05/07  20:28:31
10438         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
10439              intervening code has to allocate SVs)
10440      Branch: perl
10441            ! util.c
10442 ____________________________________________________________________________
10443 [  3323] By: gsar                                  on 1999/05/07  19:45:08
10444         Log: allow line numbers to show in diagnostics during global destruction
10445      Branch: perl
10446            ! util.c
10447 ____________________________________________________________________________
10448 [  3322] By: gsar                                  on 1999/05/07  09:38:11
10449         Log: From: Dan Sugalski <sugalskd@ous.edu>
10450              Date: Fri, 09 Apr 1999 16:16:39 -0700
10451              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
10452              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
10453      Branch: perl
10454            ! lib/ExtUtils/MM_VMS.pm
10455 ____________________________________________________________________________
10456 [  3321] By: gsar                                  on 1999/05/07  09:08:23
10457         Log: From: kwzh@gnu.org (Karl Heuer)
10458              Date: Wed, 7 Apr 1999 23:58:58 -0400
10459              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
10460              Subject: [perl-5.005.02] detect lack of /dev/tty
10461      Branch: perl
10462            ! Makefile.SH
10463 ____________________________________________________________________________
10464 [  3320] By: gsar                                  on 1999/05/07  08:52:14
10465         Log: allow distinct prefix for versioned executables
10466              From: Roderick Schertler <roderick@argon.org>
10467              Date: Wed, 07 Apr 1999 15:34:56 -0400
10468              Message-ID: <3003.923513696@eeyore.ibcinc.com>
10469              Subject: perl55.00503 -> perl5.00503 patch for installperl
10470      Branch: perl
10471            ! INSTALL installperl
10472 ____________________________________________________________________________
10473 [  3319] By: gsar                                  on 1999/05/07  08:07:02
10474         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10475              Date: Mon, 05 Apr 1999 15:38:42 -0700
10476              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
10477              Subject: Re: chomp fails with $/ in fixed-length record mode
10478              --
10479              From: Roderick Schertler <roderick@argon.org>
10480              Date: Tue, 06 Apr 1999 21:11:37 -0400
10481              Message-ID: <2795.923447497@eeyore.ibcinc.com>
10482              Subject: Re: chomp fails with $/ in fixed-length record mode
10483      Branch: perl
10484            ! doop.c pod/perlfunc.pod t/op/chop.t
10485 ____________________________________________________________________________
10486 [  3318] By: gsar                                  on 1999/05/07  07:56:35
10487         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10488              Date: Tue, 6 Apr 1999 01:40:36 -0400
10489              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
10490              Subject: [PATCH 5.005_*] Make % use fmod()
10491      Branch: perl
10492            ! pp.c t/op/arith.t
10493 ____________________________________________________________________________
10494 [  3317] By: gsar                                  on 1999/05/07  04:18:11
10495         Log: DBM Filters (via private mail)
10496              From: pmarquess@bfsec.bt.co.uk
10497              Date: Sun, 18 Apr 1999 21:05:52 +0100
10498              Message-Id: <199904182009.NAA19152@activestate.com>
10499              Subject: DBM Filters
10500      Branch: perl
10501            + pod/perldbmfilter.pod
10502            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
10503            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10504            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10505            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
10506            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
10507            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
10508            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
10509            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
10510            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
10511            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
10512            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10513            ! t/lib/sdbm.t
10514 ____________________________________________________________________________
10515 [  3316] By: gsar                                  on 1999/05/07  03:28:53
10516         Log: avoid negative return value from Win32::GetTickCount()
10517              From: jan.dubois@ibm.net (Jan Dubois)
10518              Date: Sat, 03 Apr 1999 19:04:18 +0200
10519              Message-ID: <37084742.22824479@smtp1.ibm.net>
10520              Subject: Re: Win32::GetTickCount
10521      Branch: perl
10522            ! win32/win32.c
10523 ____________________________________________________________________________
10524 [  3314] By: gsar                                  on 1999/05/06  08:01:23
10525         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
10526              Date: Tue, 30 Mar 1999 23:40:34 PST
10527              Message-ID: <19990331074034.6117.qmail@hotmail.com>
10528              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
10529              --
10530              Date: Wed, 07 Apr 1999 00:28:23 -0800
10531              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
10532              Subject: [PATCH 5.005_56] function prototypes(B.pm)
10533              --
10534              Date: Thu, 22 Apr 1999 23:40:52 -0700
10535              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
10536              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
10537              --
10538              Date: Tue, 27 Apr 1999 01:14:49 PDT
10539              Message-ID: <19990427081449.28615.qmail@hotmail.com>
10540              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
10541      Branch: perl
10542            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
10543            ! t/op/ref.t
10544 ____________________________________________________________________________
10545 [  3313] By: jhi                                   on 1999/05/06  07:59:52
10546         Log: Integrate from mainperl.
10547      Branch: cfgperl
10548           !> (integrate 33 files)
10549 ____________________________________________________________________________
10550 [  3312] By: gsar                                  on 1999/05/06  07:11:50
10551         Log: add Ethiopic section to unicode master database (from Ken
10552              Whistler <kenw@sybase.com>)
10553      Branch: perl
10554            ! lib/unicode/UnicodeData-Latest.txt
10555 ____________________________________________________________________________
10556 [  3311] By: gsar                                  on 1999/05/06  05:37:55
10557         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
10558              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
10559              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
10560              Subject: Largefiles for Solaris
10561      Branch: perl
10562            ! hints/solaris_2.sh
10563 ____________________________________________________________________________
10564 [  3310] By: gsar                                  on 1999/05/06  05:14:35
10565         Log: emit more accurate diagnostic for syntax errors involving <>
10566              within eval""
10567      Branch: perl
10568            ! toke.c utils/perldoc.PL
10569 ____________________________________________________________________________
10570 [  3309] By: gsar                                  on 1999/05/06  04:36:31
10571         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
10572      Branch: perl
10573            ! t/lib/open3.t
10574 ____________________________________________________________________________
10575 [  3308] By: gsar                                  on 1999/05/06  03:19:16
10576         Log: applied first part of suggested patch (bug described cannot be
10577              reproduced any longer, so the second inconclusive part has not
10578              been applied)
10579              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10580              Date: Sun, 28 Mar 1999 04:51:34 +0100
10581              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
10582              Subject: [PATCH 5.005_56] Re: A core dump 
10583      Branch: perl
10584            ! toke.c
10585 ____________________________________________________________________________
10586 [  3307] By: gsar                                  on 1999/05/06  01:56:06
10587         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
10588              change#3180)
10589      Branch: perl
10590            ! op.c
10591 ____________________________________________________________________________
10592 [  3306] By: gsar                                  on 1999/05/05  17:17:34
10593         Log: applied non-conflicting parts of suggested patch
10594              From: Charles Bailey <BAILEY@newman.upenn.edu>
10595              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
10596              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
10597              Subject: [Patch 5.005_56] Revised VMS patch
10598      Branch: perl
10599            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
10600            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
10601 ____________________________________________________________________________
10602 [  3305] By: gsar                                  on 1999/05/05  16:20:19
10603         Log: make perldoc use backslashed pathnames within system() on win32
10604      Branch: perl
10605            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
10606 ____________________________________________________________________________
10607 [  3304] By: gsar                                  on 1999/05/05  07:29:43
10608         Log: upgrade Pod::Parser to v1.081 from CPAN
10609      Branch: perl
10610            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
10611            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
10612            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
10613 ____________________________________________________________________________
10614 [  3303] By: gsar                                  on 1999/05/05  07:02:07
10615         Log: From: Andy Dougherty <doughera@lafayette.edu>
10616              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
10617              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
10618              Subject: [PATCH 5.005_03-MT3] INSTALL patches
10619      Branch: perl
10620            ! INSTALL
10621 ____________________________________________________________________________
10622 [  3302] By: gsar                                  on 1999/05/05  06:55:21
10623         Log: load base packages based on nonexistent $VERSION
10624              From: andreas.koenig@anima.de (Andreas J. Koenig)
10625              Date: 19 Mar 1999 06:00:28 +0100
10626              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
10627              Subject: Re: base.pm flaw
10628      Branch: perl
10629            ! lib/base.pm lib/locale.pm
10630 ____________________________________________________________________________
10631 [  3301] By: gsar                                  on 1999/05/04  05:41:08
10632         Log: pod2man outputs switched date and revision label (fix suggested by
10633              EthanSasiela@mede.com)
10634      Branch: perl
10635            ! pod/pod2man.PL
10636 ____________________________________________________________________________
10637 [  3300] By: gsar                                  on 1999/05/03  18:48:25
10638         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
10639              (makes opendir(D,"c:") work reliably)
10640      Branch: perl
10641            ! win32/win32.c
10642 ____________________________________________________________________________
10643 [  3299] By: gsar                                  on 1999/05/02  19:39:55
10644         Log: add test case for change#3298
10645      Branch: perl
10646            ! sv.c t/op/readdir.t
10647 ____________________________________________________________________________
10648 [  3298] By: gsar                                  on 1999/05/02  19:24:41
10649         Log: close directory handles properly when localized
10650      Branch: perl
10651            ! sv.c
10652 ____________________________________________________________________________
10653 [  3297] By: jhi                                   on 1999/04/30  11:42:14
10654         Log: Integrate from mainperl.
10655      Branch: cfgperl
10656           !> Changes config_h.SH configure.com lib/AutoLoader.pm
10657           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
10658           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
10659           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
10660           !> vms/subconfigure.com win32/win32.c
10661 ____________________________________________________________________________
10662 [  3293] By: chip                                  on 1999/04/29  18:50:49
10663         Log: Fix shebang lines.
10664      Branch: maint-5.004/perl
10665            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
10666            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
10667            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
10668            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
10669            ! x2p/find2perl.PL x2p/s2p.PL
10670 ____________________________________________________________________________
10671 [  3284] By: gsar                                  on 1999/04/27  00:48:42
10672         Log: integrate change#3279 from maint-5.004
10673      Branch: perl
10674            ! lib/AutoLoader.pm
10675 ____________________________________________________________________________
10676 [  3279] By: chip                                  on 1999/04/26  23:09:26
10677         Log: Make &AutoLoad::AUTOLOAD reentrant.
10678      Branch: maint-5.004/perl
10679            ! lib/AutoLoader.pm
10680 ____________________________________________________________________________
10681 [  3276] By: chip                                  on 1999/04/26  22:34:36
10682         Log: Make porting scripts executable.
10683      Branch: maint-5.004/perl
10684            ! Changes Porting/genlog Porting/makerel Porting/p4desc
10685            ! Porting/patchls
10686 ____________________________________________________________________________
10687 [  3274] By: gsar                                  on 1999/04/26  17:30:31
10688         Log: allow embedded null characters in diagnostics
10689      Branch: perl
10690            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
10691 ____________________________________________________________________________
10692 [  3273] By: gsar                                  on 1999/04/26  08:27:22
10693         Log: hand-applied conflicting parts of suggested patch
10694              From: Charles Bailey <BAILEY@newman.upenn.edu>
10695              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
10696              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
10697              Subject: [PATCH 5.005_56] VMS configuration/build
10698      Branch: perl
10699            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
10700            ! vms/munchconfig.c vms/subconfigure.com
10701 ____________________________________________________________________________
10702 [  3272] By: gsar                                  on 1999/04/26  08:25:41
10703         Log: update Changes; tweak minor regressions
10704      Branch: perl
10705            ! Changes lib/AutoSplit.pm lib/File/Path.pm
10706 ____________________________________________________________________________
10707 [  3271] By: gsar                                  on 1999/04/26  07:52:51
10708         Log: integrate change#3229 from maint-5.004
10709      Branch: perl
10710            ! pp_ctl.c util.c
10711 ____________________________________________________________________________
10712 [  3270] By: gsar                                  on 1999/04/25  22:58:27
10713         Log: fix buggy reference count on refs to SVs with autoviv magic
10714              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
10715              accessing free()d memory)
10716      Branch: perl
10717            ! pp.c t/op/ref.t
10718 ____________________________________________________________________________
10719 [  3269] By: gsar                                  on 1999/04/24  17:07:55
10720         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
10721              on win32)
10722      Branch: perl
10723            ! win32/win32.c
10724 ____________________________________________________________________________
10725 [  3268] By: gsar                                  on 1999/04/24  16:38:25
10726         Log: kill dup hunk
10727      Branch: perl
10728            ! config_h.SH
10729 ____________________________________________________________________________
10730 [  3267] By: gsar                                  on 1999/04/24  16:35:57
10731         Log: integrate cfgperl changes into mainline
10732      Branch: perl
10733           +> myconfig.SH
10734            - myconfig
10735            ! pod/perlre.pod
10736           !> (integrate 38 files)
10737 ____________________________________________________________________________
10738 [  3266] By: jhi                                   on 1999/04/23  18:42:44
10739         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10740              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
10741              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
10742              Cc: Lionel Cons <lionel.cons@cern.ch>,
10743              Ilya Zakharevich <ilya@math.ohio-state.edu>,
10744              David Hayes <david@bdel.com>
10745              Subject: [PATCH] h2ph
10746              Date: Fri, 23 Apr 1999 12:37:23 -0400
10747              Message-ID: <19990423123723.A49550@O2.chapin.edu>
10748      Branch: cfgperl
10749            ! utils/h2ph.PL
10750 ____________________________________________________________________________
10751 [  3265] By: jhi                                   on 1999/04/21  18:17:12
10752         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
10753              To: perlbug@perl.org
10754              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
10755              Date: Wed, 21 Apr 1999 08:17:54 -0700
10756              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
10757      Branch: cfgperl
10758            ! vms/descrip_mms.template
10759 ____________________________________________________________________________
10760 [  3264] By: jhi                                   on 1999/04/20  08:50:54
10761         Log: From: Andy Dougherty <doughera@lafayette.edu>
10762              To: The Perl Porters Mailing List <perl5-porters@perl.org>
10763              Subject: [PATCH 5.005_56] Re: 5.006 Todo
10764              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
10765              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
10766      Branch: cfgperl
10767            ! Porting/pumpkin.pod
10768 ____________________________________________________________________________
10769 [  3263] By: jhi                                   on 1999/04/20  08:05:01
10770         Log: From: Chip Salzenberg <chip@perlsupport.com>
10771              To: Perl 5 Porters <perl5-porters@perl.org>
10772              Subject: [PATCH 5.005_56] Configure: $sig_count
10773              Date: Sun, 18 Apr 1999 17:54:36 -0400
10774              Message-ID: <19990418175436.A27496@perlsupport.com>
10775      Branch: cfgperl
10776            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10777            ! config_h.SH
10778 ____________________________________________________________________________
10779 [  3262] By: jhi                                   on 1999/04/19  18:23:50
10780         Log: Subject: PATCH wrong faq reference in perlbook.pod
10781              From: Robin Barker <rmb1@cise.npl.co.uk>
10782              To: perlbug@perl.com
10783              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
10784              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
10785      Branch: cfgperl
10786            ! pod/perlbook.pod
10787 ____________________________________________________________________________
10788 [  3261] By: jhi                                   on 1999/04/15  13:59:04
10789         Log: From: Andy Dougherty <doughera@lafayette.edu>
10790              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
10791              Cc: Perl Porters <perl5-porters@perl.org>
10792              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
10793              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
10794              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
10795      Branch: cfgperl
10796            ! hints/solaris_2.sh
10797 ____________________________________________________________________________
10798 [  3260] By: jhi                                   on 1999/04/15  13:56:53
10799         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
10800              To: pumpkings@jhereg.perl.com
10801              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
10802              Date: Thu, 15 Apr 1999 07:13:41 -0600
10803              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
10804      Branch: cfgperl
10805            ! pod/perldata.pod
10806 ____________________________________________________________________________
10807 [  3259] By: jhi                                   on 1999/04/13  23:12:52
10808         Log: LDLIBPTH also on 'clean' targets.
10809      Branch: cfgperl
10810            ! Makefile.SH
10811 ____________________________________________________________________________
10812 [  3258] By: jhi                                   on 1999/04/13  21:38:46
10813         Log: Add information about the two DEC C compiler optimizer bugs
10814              (what patch levels of the compilers fix them).
10815      Branch: cfgperl
10816            ! pp.c t/op/repeat.t
10817 ____________________________________________________________________________
10818 [  3257] By: jhi                                   on 1999/04/13  14:25:08
10819         Log: Be polite about ccdlflags and lddflags, too.
10820              Avoid Perl's malloc only when threaded.
10821      Branch: cfgperl
10822            ! hints/aix.sh
10823 ____________________________________________________________________________
10824 [  3256] By: jhi                                   on 1999/04/13  10:21:33
10825         Log: Croak if no known ways to semctl() (don't assume union semun).
10826      Branch: cfgperl
10827            ! doio.c perl.h
10828 ____________________________________________________________________________
10829 [  3255] By: jhi                                   on 1999/04/13  09:10:26
10830         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10831              To: perl5-porters@perl.org, vmsperl@perl.org
10832              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
10833              Date: Mon, 12 Apr 1999 13:36:48 -0700
10834              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
10835      Branch: cfgperl
10836            ! lib/ExtUtils/MM_VMS.pm
10837 ____________________________________________________________________________
10838 [  3254] By: jhi                                   on 1999/04/13  06:56:26
10839         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10840              To: perlbug@perl.com
10841              Subject: Update for OpenBSD hints
10842              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
10843              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
10844      Branch: cfgperl
10845            ! hints/openbsd.sh
10846 ____________________________________________________________________________
10847 [  3229] By: chip                                  on 1999/04/13  04:04:14
10848         Log: Preserve errno from importunities of sfio.
10849      Branch: maint-5.004/perl
10850            ! pp_ctl.c util.c
10851 ____________________________________________________________________________
10852 [  3226] By: jhi                                   on 1999/04/11  12:52:26
10853         Log: If both ways to call semctl are broken,    skip the tests.
10854      Branch: cfgperl
10855            ! t/lib/ipc_sysv.t
10856 ____________________________________________________________________________
10857 [  3225] By: jhi                                   on 1999/04/10  22:27:28
10858         Log: From: Andy Dougherty <doughera@lafayette.edu>
10859              To: dsembr01@ox.slug.louisville.edu
10860              Cc: perlbug@perl.com
10861              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
10862              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
10863              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
10864      Branch: cfgperl
10865            ! ext/POSIX/POSIX.xs
10866 ____________________________________________________________________________
10867 [  3224] By: jhi                                   on 1999/04/09  18:50:32
10868         Log: From: Andy Dougherty <doughera@lafayette.edu>
10869              To: Perl Porters <perl5-porters@perl.org>
10870              Subject: [PATCH 5.005_56] Re: prefix= in hints
10871              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
10872              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
10873              
10874              (Overrides change #3204 from Kurt)
10875      Branch: cfgperl
10876            ! hints/linux.sh
10877 ____________________________________________________________________________
10878 [  3223] By: jhi                                   on 1999/04/09  18:37:55
10879         Log: Understand Apollo's //node notation.
10880              
10881              From: Johann Klasek <jk@auto.tuwien.ac.at>
10882              To: jhi@iki.fi
10883              Subject: Re: DomainPerl
10884              Date: Fri, 9 Apr 1999 18:21:37 +0200
10885              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
10886      Branch: cfgperl
10887            ! lib/Cwd.pm
10888 ____________________________________________________________________________
10889 [  3220] By: jhi                                   on 1999/04/04  16:33:49
10890         Log: Integrate from mainperl.
10891      Branch: cfgperl
10892           !> (integrate 39 files)
10893 ____________________________________________________________________________
10894 [  3219] By: gsar                                  on 1999/04/04  02:48:17
10895         Log: tweak previous change
10896      Branch: maint-5.005/perl
10897            ! win32/win32.c
10898 ____________________________________________________________________________
10899 [  3218] By: gsar                                  on 1999/04/04  02:44:47
10900         Log: be careful about extending the stack for the Win32:: builtins
10901      Branch: maint-5.005/perl
10902            ! win32/win32.c
10903 ____________________________________________________________________________
10904 [  3217] By: gsar                                  on 1999/04/04  01:59:26
10905         Log: correct places that said newSVpv() when they meant newSVpvn()
10906      Branch: perl
10907            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
10908            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
10909            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10910            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
10911            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
10912            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
10913            ! win32/win32.c
10914 ____________________________________________________________________________
10915 [  3216] By: gsar                                  on 1999/04/03  23:58:27
10916         Log: avoid duplicate code
10917      Branch: perl
10918            ! sv.c
10919 ____________________________________________________________________________
10920 [  3215] By: gsar                                  on 1999/04/03  23:14:34
10921         Log: grow PL_tmps_stack more efficiently; make it more amenable to
10922              STRESS_REALLOC testing
10923      Branch: perl
10924            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
10925            ! sv.c
10926 ____________________________________________________________________________
10927 [  3214] By: gsar                                  on 1999/04/03  21:01:09
10928         Log: scrounge and save three extra branches in pp_entersub()
10929      Branch: perl
10930            ! cv.h pp_ctl.c pp_hot.c
10931 ____________________________________________________________________________
10932 [  3213] By: gsar                                  on 1999/04/03  17:43:23
10933         Log: remove duplicate code and an extra branch in sv_setsv() and
10934              other hot code by making SvTHINKFIRST() think about FAKE SVs
10935      Branch: perl
10936            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
10937            ! proto.h scope.c sv.c sv.h
10938 ____________________________________________________________________________
10939 [  3212] By: jhi                                   on 1999/04/03  16:20:09
10940         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
10941              
10942              From: John Bley <jbb6@acpub.duke.edu>
10943              To: perlbug@perl.org
10944              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
10945              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
10946              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
10947      Branch: cfgperl
10948            ! doio.c pp_sys.c
10949 ____________________________________________________________________________
10950 [  3211] By: jhi                                   on 1999/04/03  13:27:26
10951         Log: Change #3210 was rather unportable.  This is better.
10952      Branch: cfgperl
10953            ! Configure config_h.SH
10954 ____________________________________________________________________________
10955 [  3210] By: jhi                                   on 1999/04/03  13:16:20
10956         Log: Avoid Digital UNIX' ksh.
10957              
10958              From: Jarkko Hietaniemi <jhi@iki.fi> 
10959              To: Henrik Tougaard <ht000@siberut.foa.dk> 
10960              Cc: perlbug@perl.com, ht000@foa.dk 
10961              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
10962              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
10963              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
10964      Branch: cfgperl
10965            ! Configure config_h.SH
10966 ____________________________________________________________________________
10967 [  3209] By: jhi                                   on 1999/04/03  12:49:04
10968         Log: Integrate from mainperl.
10969      Branch: cfgperl
10970           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
10971 ____________________________________________________________________________
10972 [  3208] By: jhi                                   on 1999/04/03  12:27:24
10973         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
10974              
10975              From: Lionel Cons <lionel.cons@cern.ch>
10976              To: jhi@iki.fi
10977              Cc: perlbug@perl.com, kstar@isinet.com,
10978              Philippe Defert <philippe.defert@cern.ch>
10979              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
10980              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
10981              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
10982      Branch: cfgperl
10983            ! hints/irix_6.sh
10984 ____________________________________________________________________________
10985 [  3207] By: jhi                                   on 1999/04/03  12:20:21
10986         Log: Be polite about usemymalloc.
10987      Branch: cfgperl
10988            ! hints/aix.sh
10989 ____________________________________________________________________________
10990 [  3206] By: gsar                                  on 1999/04/02  23:31:59
10991         Log: a typo in change#3205
10992      Branch: perl
10993            ! t/lib/bigfloatpm.t
10994 ____________________________________________________________________________
10995 [  3205] By: gsar                                  on 1999/04/02  23:20:31
10996         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
10997              returns NaNs faithfully)
10998      Branch: perl
10999            ! t/lib/bigfloatpm.t
11000 ____________________________________________________________________________
11001 [  3204] By: jhi                                   on 1999/04/02  22:03:23
11002         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
11003              
11004              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11005              To: perl5-porters@perl.org
11006              Subject: linux hints nit
11007              Date: Fri, 2 Apr 1999 16:49:47 -0500
11008              Message-ID: <19990402164947.E80926@O2.chapin.edu>
11009      Branch: cfgperl
11010            ! hints/linux.sh
11011 ____________________________________________________________________________
11012 [  3203] By: jhi                                   on 1999/04/02  22:00:56
11013         Log: Display exact glibc version in Linux. 
11014              
11015              From: Andy Dougherty <doughera@lafayette.edu>
11016              To: Perl Porters <perl5-porters@perl.org>
11017              Subject: Displaying glibc version on Linux
11018              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
11019              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
11020      Branch: cfgperl
11021            ! hints/linux.sh
11022 ____________________________________________________________________________
11023 [  3202] By: gsar                                  on 1999/04/02  21:23:18
11024         Log: various little goofs
11025      Branch: perl
11026            ! Changes Makefile.SH README installperl
11027 ____________________________________________________________________________
11028 [  3201] By: jhi                                   on 1999/04/02  13:13:39
11029         Log: Configure regen.
11030              
11031              Add llseek + offset_t probing.
11032              Change CONFIG to CONFIGDOTSH.
11033              'unset foo' is unportable, use foo=''.
11034      Branch: cfgperl
11035            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
11036            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
11037            ! perl_exp.SH writemain.SH
11038 ____________________________________________________________________________
11039 [  3200] By: jhi                                   on 1999/04/02  12:06:22
11040         Log: Introduce myconfig.SH.
11041              
11042              From: Andy Dougherty <doughera@lafayette.edu>
11043              To: Jarkko Hietaniemi <jhi@iki.fi>
11044              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
11045              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
11046              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
11047              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
11048      Branch: cfgperl
11049            + myconfig.SH
11050            - myconfig
11051            ! MANIFEST
11052 ____________________________________________________________________________
11053 [  3195] By: jhi                                   on 1999/03/28  16:42:54
11054         Log: Update perlhist on 5_03.
11055      Branch: maint-5.005/perl
11056            ! pod/perlhist.pod
11057 ____________________________________________________________________________
11058 [  3194] By: jhi                                   on 1999/03/28  12:30:01
11059         Log: Integrate from mainperl.
11060      Branch: cfgperl
11061           +> t/op/grep.t
11062            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
11063            ! t/lib/bigintpm.t
11064           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
11065           !> t/lib/thread.t
11066 ____________________________________________________________________________
11067 [  3189] By: gsar                                  on 1999/03/28  08:22:00
11068         Log: various pod niggles
11069      Branch: maint-5.005/perl
11070            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
11071            ! pod/perlfunc.pod pod/perlhist.pod
11072 ____________________________________________________________________________
11073 [  3187] By: gsar                                  on 1999/03/28  07:31:16
11074         Log: regularize CAPI declarations (CAPI extensions now build under
11075              the Borland compiler)
11076      Branch: maint-5.005/perl
11077            ! win32/GenCAPI.pl
11078 ____________________________________________________________________________
11079 [  3186] By: gsar                                  on 1999/03/28  07:26:33
11080         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
11081              -DPERL_CAPI
11082      Branch: maint-5.005/perl
11083            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
11084 ____________________________________________________________________________
11085 [  3183] By: gsar                                  on 1999/03/28  06:00:46
11086         Log: update p4 utility to ignore non-text files
11087      Branch: perl
11088            ! Porting/p4desc
11089 ____________________________________________________________________________
11090 [  3181] By: gsar                                  on 1999/03/28  03:37:23
11091         Log: integrate change#3179 from maint-5.005
11092      Branch: perl
11093           !> ext/Thread/Thread.xs t/lib/thread.t
11094 ____________________________________________________________________________
11095 [  3180] By: gsar                                  on 1999/03/28  02:28:20
11096         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
11097              (sometimes caused bizarreness in the BLOCK)
11098      Branch: perl
11099            + t/op/grep.t
11100            ! MANIFEST op.c
11101 ____________________________________________________________________________
11102 [  3179] By: gsar                                  on 1999/03/28  02:14:04
11103         Log: fix thread segfault when passing large number of arguments to child
11104              a la C<Thread->new($foo, 1..1000)>
11105      Branch: maint-5.005/perl
11106            ! ext/Thread/Thread.xs t/lib/thread.t
11107 ____________________________________________________________________________
11108 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
11109         Log: fix $Config{'usethreads'} typo in perlthrtut
11110              
11111              From: Ian Maloney <szhmf9@wsblob.ubs.com>
11112              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
11113              Message-Id: <199903251540.QAA02439@wsblob.>
11114              Subject: perlthrtut documentation error
11115      Branch: maint-5.005/perl
11116            ! pod/perlthrtut.pod
11117 ____________________________________________________________________________
11118 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
11119         Log: Update Test.pm to VERSION 1.122 from CPAN
11120      Branch: maint-5.005/perl
11121            ! lib/Test.pm
11122 ____________________________________________________________________________
11123 [  3171] By: jhi                                   on 1999/03/26  22:38:28
11124         Log: Integrate from mainperl.
11125      Branch: cfgperl
11126           !> (integrate 37 files)
11127 ____________________________________________________________________________
11128 [  3170] By: gsar                                  on 1999/03/26  01:30:25
11129         Log: specify type of bracket in "Unmatched bracket" diagnostic;
11130              prefer 'brace' or 'curly bracket' over 'curly brace'
11131      Branch: perl
11132            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
11133            ! t/op/misc.t t/op/re_tests toke.c
11134 ____________________________________________________________________________
11135 [  3169] By: gsar                                  on 1999/03/26  00:50:51
11136         Log: better description of "Integer overflow" diagnostic
11137      Branch: perl
11138            ! pod/perldiag.pod
11139 ____________________________________________________________________________
11140 [  3168] By: gsar                                  on 1999/03/25  11:02:46
11141         Log: applied needful parts of suggested patch
11142              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
11143              Date: Tue, 23 Mar 1999 16:21:43 -0800
11144              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
11145              Subject: [PATCH 5.005_56] pp_formline correction
11146      Branch: perl
11147            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
11148 ____________________________________________________________________________
11149 [  3167] By: gsar                                  on 1999/03/25  10:39:02
11150         Log: clarify what a "comment" means (due to Mark-Jason Dominus
11151              <mjd@plover.com>)
11152      Branch: perl
11153            ! pod/perlsyn.pod
11154 ____________________________________________________________________________
11155 [  3166] By: gsar                                  on 1999/03/25  10:33:18
11156         Log: describe current behavior on local($foo{nothere}) (suggested by
11157              Lionel Cons <lionel.cons@cern.ch>)
11158      Branch: perl
11159            ! pod/perlsub.pod
11160 ____________________________________________________________________________
11161 [  3165] By: gsar                                  on 1999/03/25  06:21:05
11162         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
11163              <vishalb@hotmail.com>)
11164      Branch: perl
11165            ! ext/B/B/C.pm
11166 ____________________________________________________________________________
11167 [  3164] By: gsar                                  on 1999/03/25  06:17:27
11168         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11169              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
11170              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
11171              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
11172      Branch: perl
11173            ! ext/B/B.xs op.h opcode.pl
11174 ____________________________________________________________________________
11175 [  3163] By: gsar                                  on 1999/03/25  06:15:49
11176         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
11177              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
11178              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
11179              Subject: [PATCH _56] B::Deparse 0.57
11180              --
11181              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
11182              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
11183              Subject: Re: [PATCH _56] B::Deparse 0.57 
11184      Branch: perl
11185            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
11186 ____________________________________________________________________________
11187 [  3162] By: gsar                                  on 1999/03/25  06:11:46
11188         Log: fix a few places that said 'int', but meant 'STRLEN'
11189      Branch: perl
11190            ! pod/perlguts.pod proto.h sv.c
11191 ____________________________________________________________________________
11192 [  3161] By: gsar                                  on 1999/03/25  06:01:18
11193         Log: From: Russ Allbery <rra@stanford.edu>
11194              Date: 22 Mar 1999 04:26:26 -0800
11195              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
11196              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
11197      Branch: perl
11198            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
11199            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
11200            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
11201            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
11202 ____________________________________________________________________________
11203 [  3160] By: gsar                                  on 1999/03/25  02:26:31
11204         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
11205      Branch: perl
11206            ! opcode.h opcode.pl
11207 ____________________________________________________________________________
11208 [  3159] By: gsar                                  on 1999/03/25  02:18:17
11209         Log: add statement-modifier loops to :base_loop class
11210      Branch: perl
11211            ! ext/Opcode/Opcode.pm
11212 ____________________________________________________________________________
11213 [  3158] By: gsar                                  on 1999/03/25  00:36:57
11214         Log: integrate changes#3105,3130,3154 from maint-5.005
11215      Branch: perl
11216           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
11217 ____________________________________________________________________________
11218 [  3157] By: gsar                                  on 1999/03/25  00:24:17
11219         Log: remove bogus panic()
11220      Branch: perl
11221            ! Changes lib/Math/BigFloat.pm
11222 ____________________________________________________________________________
11223 [  3156] By: jhi                                   on 1999/03/24  22:43:43
11224         Log: Integrate from mainperl.
11225      Branch: cfgperl
11226           +> (branch 38 files)
11227           !> (integrate 68 files)
11228 ____________________________________________________________________________
11229 [  3155] By: jhi                                   on 1999/03/24  22:12:17
11230         Log: Configure regenerated because of changes #3130/#3154 and #3147.
11231      Branch: cfgperl
11232            ! Configure config_h.SH
11233 ____________________________________________________________________________
11234 [  3154] By: jhi                                   on 1999/03/24  21:40:51
11235         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
11236              based on suggestions from Andy Dougherty.
11237      Branch: maint-5.005/perl
11238            ! INSTALL
11239 ____________________________________________________________________________
11240 [  3153] By: gsar                                  on 1999/03/24  10:38:05
11241         Log: applied suggested patch, modulo superceded parts
11242              From: Charles Bailey <BAILEY@newman.upenn.edu>
11243              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
11244              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
11245              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
11246      Branch: perl
11247            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
11248            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
11249            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
11250            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
11251 ____________________________________________________________________________
11252 [  3152] By: gsar                                  on 1999/03/24  10:30:51
11253         Log: applied suggested patch, modulo superceded parts
11254              From: Charles Bailey <BAILEY@newman.upenn.edu>
11255              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
11256              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
11257              Subject: [PATCH 5.005_56] Miscellaneous small fixes
11258      Branch: perl
11259            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
11260            ! lib/File/Basename.pm
11261 ____________________________________________________________________________
11262 [  3151] By: gsar                                  on 1999/03/24  10:15:00
11263         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
11264      Branch: perl
11265            ! pod/perlop.pod
11266 ____________________________________________________________________________
11267 [  3150] By: gsar                                  on 1999/03/24  10:09:13
11268         Log: missing integration in previous change
11269      Branch: perl
11270           !> README.apollo
11271 ____________________________________________________________________________
11272 [  3149] By: gsar                                  on 1999/03/24  10:06:44
11273         Log: integrate changes#3116,3119 from maint-5.005
11274      Branch: perl
11275            + README.apollo
11276           +> apollo/netinet/in.h
11277           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
11278 ____________________________________________________________________________
11279 [  3148] By: gsar                                  on 1999/03/24  10:01:56
11280         Log: integrate changes#3091-3094 from maint-5.005
11281      Branch: perl
11282           !> README.hurd vms/subconfigure.com vos/config.h
11283           !> vos/config_h.SH_orig
11284 ____________________________________________________________________________
11285 [  3147] By: gsar                                  on 1999/03/24  09:31:49
11286         Log: warn about newfangled vfork() caveats
11287      Branch: perl
11288            ! Configure
11289 ____________________________________________________________________________
11290 [  3146] By: jhi                                   on 1999/03/24  09:20:14
11291         Log: Bring in changes #2808 and #2812 (from mainline perl)
11292              that enhance the perlbug checklist.
11293      Branch: maint-5.005/perl
11294            ! utils/perlbug.PL
11295 ____________________________________________________________________________
11296 [  3145] By: gsar                                  on 1999/03/24  08:37:02
11297         Log: integrate change#3115 from maint-5.005
11298      Branch: perl
11299           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
11300           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
11301 ____________________________________________________________________________
11302 [  3144] By: gsar                                  on 1999/03/24  08:33:59
11303         Log: add note about map in scalar context
11304      Branch: perl
11305            ! pod/perlfunc.pod
11306 ____________________________________________________________________________
11307 [  3143] By: gsar                                  on 1999/03/24  08:25:59
11308         Log: doc tweak
11309      Branch: perl
11310            ! lib/Time/Local.pm
11311 ____________________________________________________________________________
11312 [  3142] By: gsar                                  on 1999/03/24  08:20:37
11313         Log: applied suggested patch, modulo bogus hunk
11314              From: "Vishal Bhatia" <vishalb@hotmail.com>
11315              Date: Thu, 11 Mar 1999 07:40:27 PST
11316              Message-ID: <19990311154027.25891.qmail@hotmail.com>
11317              Subject: [PATCH 5.005_56] Minor fixes in perlcc
11318      Branch: perl
11319            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
11320 ____________________________________________________________________________
11321 [  3141] By: gsar                                  on 1999/03/24  08:06:12
11322         Log: integrate change#3104 from maint-5.005
11323      Branch: perl
11324           !> README.os390 t/lib/posix.t
11325 ____________________________________________________________________________
11326 [  3140] By: gsar                                  on 1999/03/24  06:34:56
11327         Log: fix failure of C<&locked_sub;> under -Dusethreads
11328      Branch: perl
11329            ! pp_hot.c t/lib/thread.t
11330 ____________________________________________________________________________
11331 [  3139] By: gsar                                  on 1999/03/24  05:52:00
11332         Log: debugger tweak (wasn't printing a newline after recalled commands)
11333      Branch: perl
11334            ! lib/perl5db.pl
11335 ____________________________________________________________________________
11336 [  3138] By: gsar                                  on 1999/03/24  05:33:28
11337         Log: document OO exceptions (based on a suggestion by Andreas Koenig
11338              <andreas.koenig@anima.de>)
11339      Branch: perl
11340            ! pod/perlfunc.pod
11341 ____________________________________________________________________________
11342 [  3137] By: gsar                                  on 1999/03/24  02:50:20
11343         Log: better "Illegal %s digit ignored" warnings
11344      Branch: perl
11345            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
11346            ! toke.c util.c
11347 ____________________________________________________________________________
11348 [  3136] By: gsar                                  on 1999/03/24  02:26:38
11349         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
11350      Branch: perl
11351            + t/pragma/utf8.t
11352            ! regcomp.c
11353 ____________________________________________________________________________
11354 [  3135] By: gsar                                  on 1999/03/24  01:29:09
11355         Log: flip release & version in win32_uname()
11356      Branch: perl
11357            ! win32/win32.c
11358 ____________________________________________________________________________
11359 [  3134] By: gsar                                  on 1999/03/24  01:08:33
11360         Log: support POSIX::uname() via win32_uname()
11361      Branch: perl
11362            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
11363            ! win32/config.gc win32/config.vc win32/config_H.bc
11364            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
11365            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
11366 ____________________________________________________________________________
11367 [  3133] By: gsar                                  on 1999/03/23  22:20:10
11368         Log: From: jan.dubois@ibm.net (Jan Dubois)
11369              Date: Sat, 06 Mar 1999 21:42:56 +0100
11370              Message-ID: <36e49281.50337171@smtp1.ibm.net>
11371              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
11372      Branch: perl
11373            ! pod/perldelta.pod
11374 ____________________________________________________________________________
11375 [  3132] By: gsar                                  on 1999/03/23  22:17:45
11376         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
11377              Date: Sat, 06 Mar 1999 17:50:49 +0100
11378              Message-ID: <36e25209.33833760@smtp1.ibm.net>
11379              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
11380              --
11381              Date: Sat, 06 Mar 1999 18:15:00 +0100
11382              Message-ID: <36e36222.37954195@smtp1.ibm.net>
11383              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
11384      Branch: perl
11385            + t/lib/filefunc.t
11386            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
11387            ! pod/perldelta.pod pod/perlmodlib.pod
11388 ____________________________________________________________________________
11389 [  3131] By: gsar                                  on 1999/03/23  22:07:59
11390         Log: integrate cfgperl changes into mainline
11391      Branch: perl
11392           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
11393           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
11394           !> installperl malloc.c perl.c perl.h pod/perl.pod
11395           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
11396 ____________________________________________________________________________
11397 [  3130] By: jhi                                   on 1999/03/23  22:02:23
11398         Log: Don't use config.msg to remind about the
11399              LD_LIBRARY_PATH because Makefile.SH takes
11400              care of that.
11401              
11402              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
11403              This used to be the default but in some MT or another it
11404              was dropped because of some transient error or another.
11405      Branch: maint-5.005/perl
11406            ! Configure hints/dec_osf.sh
11407 ____________________________________________________________________________
11408 [  3129] By: gsar                                  on 1999/03/23  21:38:03
11409         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
11410              to size    and better maintainability)
11411      Branch: perl
11412            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
11413            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
11414            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
11415            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
11416            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
11417            + t/pod/include.xr t/pod/included.t t/pod/included.xr
11418            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
11419            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
11420            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
11421            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
11422            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
11423            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
11424            ! win32/Makefile win32/makefile.mk win32/pod.mak
11425 ____________________________________________________________________________
11426 [  3128] By: jhi                                   on 1999/03/23  10:14:54
11427         Log: Integrate from mainperl.
11428      Branch: cfgperl
11429           !> (integrate 46 files)
11430 ____________________________________________________________________________
11431 [  3127] By: gsar                                  on 1999/03/23  06:57:30
11432         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
11433              Date: Thu, 4 Mar 1999 10:54:01 -0800
11434              Message-Id: <9903041854.AA46868@frc0000>
11435              Subject: patch for useless Math::BigInt warnings
11436      Branch: perl
11437            ! lib/Math/BigInt.pm
11438 ____________________________________________________________________________
11439 [  3126] By: gsar                                  on 1999/03/23  05:54:37
11440         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
11441              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11442              Date: Fri, 19 Feb 1999 15:47:59 -0500
11443              Message-ID: <19990219154759.A32350@O2.chapin.edu>
11444              Subject: [PATCH] OSF/1 hints
11445      Branch: perl
11446            ! hints/dec_osf.sh
11447 ____________________________________________________________________________
11448 [  3125] By: gsar                                  on 1999/03/23  00:56:38
11449         Log: avoid typeglob persistence in pp_readline()
11450      Branch: perl
11451            ! sv.c t/op/gv.t
11452 ____________________________________________________________________________
11453 [  3124] By: gsar                                  on 1999/03/22  21:12:23
11454         Log: update copyright years
11455      Branch: perl
11456            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
11457            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
11458            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
11459            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
11460            ! sv.c sv.h toke.c utf8.c utf8.h util.c
11461 ____________________________________________________________________________
11462 [  3123] By: gsar                                  on 1999/03/22  07:07:06
11463         Log: implement win32_spawnvp() internally, making it return true PIDs
11464              for asynchronous spawns; fix win32_kill() to always deal with
11465              PIDs
11466      Branch: perl
11467            ! win32/win32.c win32/win32.h
11468 ____________________________________________________________________________
11469 [  3122] By: jhi                                   on 1999/03/19  21:12:14
11470         Log: Describe the new Benchmark feature in more detail.
11471      Branch: cfgperl
11472            ! pod/perldelta.pod
11473      Branch: maint-5.005/perl
11474            ! pod/perldelta.pod
11475 ____________________________________________________________________________
11476 [  3121] By: jhi                                   on 1999/03/19  08:16:12
11477         Log: AVAILABILITY tuning.
11478      Branch: cfgperl
11479            ! pod/perl.pod
11480      Branch: maint-5.005/perl
11481            ! pod/perl.pod
11482 ____________________________________________________________________________
11483 [  3120] By: jhi                                   on 1999/03/17  14:52:17
11484         Log: Rhapsody change assumed too much.
11485      Branch: cfgperl
11486            ! t/op/stat.t
11487 ____________________________________________________________________________
11488 [  3119] By: jhi                                   on 1999/03/17  14:33:43
11489         Log: More Apollo fixes.
11490      Branch: maint-5.005/perl
11491            ! README.apollo hints/apollo.sh t/lib/io_udp.t
11492 ____________________________________________________________________________
11493 [  3118] By: jhi                                   on 1999/03/16  17:23:39
11494         Log: Nada.
11495      Branch: maint-5.005/perl
11496            ! README.apollo
11497 ____________________________________________________________________________
11498 [  3117] By: jhi                                   on 1999/03/16  17:18:49
11499         Log: Apollo DomainOS AVAILABILITY.
11500      Branch: cfgperl
11501            ! pod/perl.pod
11502      Branch: maint-5.005/perl
11503            ! pod/perl.pod
11504 ____________________________________________________________________________
11505 [  3116] By: jhi                                   on 1999/03/16  17:14:00
11506         Log: Apollo DomainOS patch
11507              From: Johann Klasek <jk@auto.tuwien.ac.at>
11508              Subject: Re: DomainPerl
11509              Date: Tue, 16 Mar 1999 17:46:32 +0100
11510              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
11511      Branch: maint-5.005/perl
11512            + README.apollo apollo/netinet/in.h
11513            ! MANIFEST hints/apollo.sh
11514 ____________________________________________________________________________
11515 [  3115] By: jhi                                   on 1999/03/16  14:23:54
11516         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
11517              To: Gurusamy Sarathy <gsar@activestate.com>,
11518              Graham Barr <gbarr@pobox.com>
11519              Cc: Perl5 Porters <perl5-porters@perl.org>,
11520              "Paul.Marquess" <Paul.Marquess@btinternet.com>
11521              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
11522              Date: Sun, 14 Mar 1999 14:43:57 -0000
11523              Message-Id: <199903141841.NAA17040@defender.perl.org>
11524      Branch: maint-5.005/perl
11525            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11526            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11527 ____________________________________________________________________________
11528 [  3114] By: jhi                                   on 1999/03/16  12:42:20
11529         Log: Mention Rhapsody in 5.005_5X perldelta,
11530              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
11531              *planned* AVAILABILITY.
11532      Branch: cfgperl
11533            ! pod/perl.pod pod/perldelta.pod
11534      Branch: maint-5.005/perl
11535            ! pod/perl.pod
11536 ____________________________________________________________________________
11537 [  3113] By: jhi                                   on 1999/03/16  10:38:53
11538         Log: perldelta niggling.
11539      Branch: cfgperl
11540            ! pod/perldelta.pod
11541      Branch: maint-5.005/perl
11542            ! pod/perldelta.pod
11543 ____________________________________________________________________________
11544 [  3112] By: jhi                                   on 1999/03/16  10:35:21
11545         Log: Integrate from mainperl.
11546      Branch: cfgperl
11547           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
11548           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
11549 ____________________________________________________________________________
11550 [  3111] By: jhi                                   on 1999/03/16  10:28:10
11551         Log: AVAILABILITY update: still mention PowerUX,
11552              Novell Netware now has sources available.
11553      Branch: cfgperl
11554            ! pod/perl.pod
11555      Branch: maint-5.005/perl
11556            ! pod/perl.pod
11557 ____________________________________________________________________________
11558 [  3110] By: gsar                                  on 1999/03/16  04:34:23
11559         Log: sundry pod niggles
11560      Branch: perl
11561            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
11562            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
11563 ____________________________________________________________________________
11564 [  3109] By: jhi                                   on 1999/03/15  17:00:11
11565         Log: Integrate from mainperl.
11566      Branch: cfgperl
11567           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
11568           +> lib/unicode/Is/Syllable.pl
11569           +> lib/unicode/MakeEthiopicSyllables.PL
11570           +> lib/unicode/README.Ethiopic
11571           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
11572           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
11573           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
11574           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
11575           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
11576           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
11577           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
11578           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
11579 ____________________________________________________________________________
11580 [  3108] By: jhi                                   on 1999/03/15  16:58:12
11581         Log: First pass of integrating the Rhapsody port,
11582              
11583              From: Wilfredo Sanchez <wsanchez@apple.com> 
11584              Subject: Keeping the world in sync.
11585              Reply-To: wsanchez@apple.com 
11586              To: perlbug@perl.com 
11587              Date: Fri, 13 Nov 1998 17:11:30 -0800 
11588              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
11589      Branch: cfgperl
11590            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
11591            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
11592            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
11593            ! x2p/util.c
11594 ____________________________________________________________________________
11595 [  3107] By: gsar                                  on 1999/03/15  03:22:10
11596         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
11597              From: Daniel Yacob <dmulholl@cs.indiana.edu>
11598              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
11599              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
11600              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
11601      Branch: perl
11602            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
11603            + lib/unicode/Is/Syllable.pl
11604            + lib/unicode/MakeEthiopicSyllables.PL
11605            + lib/unicode/README.Ethiopic
11606            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
11607            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
11608            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
11609            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
11610            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
11611            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
11612            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
11613            ! lib/unicode/Name.pl lib/unicode/Number.pl
11614 ____________________________________________________________________________
11615 [  3106] By: gsar                                  on 1999/03/12  20:35:36
11616         Log: change#3067 failed package.t due to needless creation of $a and $b;
11617              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
11618      Branch: perl
11619            ! op.c
11620 ____________________________________________________________________________
11621 [  3105] By: jhi                                   on 1999/03/12  15:54:57
11622         Log: Recognize the NetBSD packages collection.
11623      Branch: maint-5.005/perl
11624            ! hints/netbsd.sh
11625 ____________________________________________________________________________
11626 [  3104] By: jhi                                   on 1999/03/12  09:07:04
11627         Log: From: pvhp@forte.com (Peter Prymmer)
11628              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
11629              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
11630              Date: Thu, 11 Mar 99 14:24:54 PST
11631              Message-Id: <9903112224.AA24346@forte.com>
11632      Branch: maint-5.005/perl
11633            ! README.os390 t/lib/posix.t
11634 ____________________________________________________________________________
11635 [  3103] By: jhi                                   on 1999/03/10  11:07:46
11636         Log: Integrate from mainperl.
11637      Branch: cfgperl
11638           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
11639           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
11640           !> t/pragma/warn/1global toke.c win32/makedef.pl
11641 ____________________________________________________________________________
11642 [  3102] By: jhi                                   on 1999/03/10  11:01:20
11643         Log: From: pvhp@forte.com (Peter Prymmer)
11644              To: perl5-porters@perl.org
11645              Subject: [5.005_03-MT6]Patch: time passes
11646              Date: Tue, 9 Mar 99 18:42:17 PST
11647              Message-Id: <9903100242.AA29057@forte.com>
11648      Branch: maint-5.005/perl
11649            ! perl.c
11650 ____________________________________________________________________________
11651 [  3101] By: jhi                                   on 1999/03/10  10:30:15
11652         Log: From: Mark-Jason Dominus <mjd@plover.com>
11653              To: perl5-porters@perl.com
11654              Subject: Minor fix to perlfunc.pod
11655              Date: Mon, 08 Mar 1999 20:05:53 -0500
11656              Message-ID: <19990309010553.13757.qmail@plover.com>
11657      Branch: maint-5.005/perl
11658            ! pod/perlfunc.pod
11659 ____________________________________________________________________________
11660 [  3100] By: gsar                                  on 1999/03/09  23:04:44
11661         Log: change#3060 had the wrong quotes
11662      Branch: perl
11663            ! pod/pod2man.PL
11664 ____________________________________________________________________________
11665 [  3099] By: jhi                                   on 1999/03/09  12:52:21
11666         Log: d_uname was broken (probably since _53), reported by
11667              
11668              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11669              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
11670              cpan-testers@perl.org
11671              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
11672              Date: Mon, 08 Mar 1999 13:22:31 +0000
11673              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
11674              
11675              and
11676              
11677              From: lvirden@cas.org (Larry W. Virden)
11678              To: perlbug@perl.com
11679              Subject: configure not correctly identifying uname posix compatibility
11680              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
11681              Message-Id: <199903081136.GAA23682@cas.org>
11682      Branch: cfgperl
11683            ! Configure config_h.SH
11684 ____________________________________________________________________________
11685 [  3098] By: gsar                                  on 1999/03/09  03:16:07
11686         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
11687      Branch: perl
11688            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
11689 ____________________________________________________________________________
11690 [  3097] By: gsar                                  on 1999/03/09  02:50:43
11691         Log: use yyerror() instead of croak() so that compile-time failures in
11692              my(LIST) don't confuse globals with lexicals
11693      Branch: perl
11694            ! op.c toke.c
11695 ____________________________________________________________________________
11696 [  3096] By: gsar                                  on 1999/03/09  02:47:36
11697         Log: adjust testsuite for change#3067
11698      Branch: perl
11699            ! t/pragma/warn/1global
11700 ____________________________________________________________________________
11701 [  3095] By: gsar                                  on 1999/03/08  21:04:48
11702         Log: remove bogus symbols from global.sym
11703      Branch: perl
11704            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
11705            ! perl.h win32/makedef.pl
11706 ____________________________________________________________________________
11707 [  3094] By: jhi                                   on 1999/03/06  16:16:15
11708         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11709              To: jhi@iki.fi
11710              Subject: Oops
11711              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
11712              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
11713      Branch: maint-5.005/perl
11714            ! README.hurd
11715 ____________________________________________________________________________
11716 [  3093] By: jhi                                   on 1999/03/06  15:59:46
11717         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11718              To: jhi@iki.fi
11719              Subject: New Hurd README
11720              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
11721              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
11722      Branch: maint-5.005/perl
11723            ! README.hurd
11724 ____________________________________________________________________________
11725 [  3092] By: jhi                                   on 1999/03/06  12:52:06
11726         Log: From: Paul_Green@stratus.com
11727              To: perl5-porters@perl.org
11728              Cc: jhi@iki.fi, Paul_Green@stratus.com
11729              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
11730              Date: Fri, 5 Mar 1999 18:08:49 -0500 
11731              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
11732      Branch: maint-5.005/perl
11733            ! vos/config.h vos/config_h.SH_orig
11734 ____________________________________________________________________________
11735 [  3091] By: jhi                                   on 1999/03/06  12:42:21
11736         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11737              To: perl5-porters@perl.org, vmsperl@perl.org
11738              Subject: [PATCH 5.005_03-MT6]VMS build patch
11739              Date: Fri, 05 Mar 1999 12:36:19 -0800
11740              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
11741      Branch: maint-5.005/perl
11742            ! vms/subconfigure.com
11743 ____________________________________________________________________________
11744 [  3090] By: gsar                                  on 1999/03/06  04:40:03
11745         Log: integrate change#3089 from mainline
11746              
11747              tolerate CRs after options
11748      Branch: maint-5.005/perl
11749           !> perl.c
11750 ____________________________________________________________________________
11751 [  3089] By: gsar                                  on 1999/03/06  04:30:40
11752         Log: tolerate CRs after options
11753      Branch: perl
11754            ! perl.c
11755 ____________________________________________________________________________
11756 [  3088] By: jhi                                   on 1999/03/05  12:49:01
11757         Log: Integrate from mainperl.
11758      Branch: cfgperl
11759           +> README.hurd
11760           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
11761 ____________________________________________________________________________
11762 [  3087] By: gsar                                  on 1999/03/05  06:41:16
11763         Log: adjust timeouts to accomodate slow/busy systems
11764      Branch: perl
11765            ! t/lib/io_sock.t
11766 ____________________________________________________________________________
11767 [  3083] By: gsar                                  on 1999/03/05  01:32:47
11768         Log: integrate change#3081 from maint-5.005
11769      Branch: perl
11770           !> ext/Errno/Errno_pm.PL
11771 ____________________________________________________________________________
11772 [  3082] By: gsar                                  on 1999/03/05  01:31:06
11773         Log: integrate change#2904 from maint-5.005
11774      Branch: perl
11775           +> README.hurd
11776           !> MANIFEST
11777 ____________________________________________________________________________
11778 [  3081] By: gsar                                  on 1999/03/05  00:14:33
11779         Log: protect against doubled backslashes
11780      Branch: maint-5.005/perl
11781            ! ext/Errno/Errno_pm.PL
11782 ____________________________________________________________________________
11783 [  3077] By: jhi                                   on 1999/03/04  08:10:13
11784         Log: Integrate from mainperl.
11785      Branch: cfgperl
11786           +> ext/B/B/Stash.pm
11787           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
11788           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
11789           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
11790           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
11791 ____________________________________________________________________________
11792 [  3076] By: jhi                                   on 1999/03/04  08:07:59
11793         Log: Regen config_h.SH once more because of *size, 
11794              noticed by
11795              
11796              From: Hans Mulder <hansm@icgned.icgroup.nl>
11797              To: Jarkko Hietaniemi <jhi@iki.fi>
11798              Cc: perl5-porters@perl.org
11799              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
11800              Date: Thu,  4 Mar 99 00:10:45 +0100
11801              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
11802      Branch: cfgperl
11803            ! Configure config_h.SH
11804 ____________________________________________________________________________
11805 [  3068] By: gsar                                  on 1999/03/04  05:48:03
11806         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
11807              Date: Thu,  4 Mar 99 00:10:45 +0100
11808              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
11809              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
11810      Branch: perl
11811            ! config_h.SH
11812 ____________________________________________________________________________
11813 [  3067] By: gsar                                  on 1999/03/04  05:44:32
11814         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
11815              From: Graham Barr <gbarr@ti.com>
11816              Date: Wed, 3 Mar 1999 17:23:56 -0600
11817              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
11818              Subject: Re: 'use strict' doesn't work for one-letter variables
11819      Branch: perl
11820            ! gv.c op.c
11821 ____________________________________________________________________________
11822 [  3066] By: gsar                                  on 1999/03/04  05:20:50
11823         Log: updates to compiler modules
11824              From: "Vishal Bhatia" <vishalb@hotmail.com>
11825              Date: Tue, 02 Mar 1999 23:27:25 PST
11826              Message-ID: <19990303072725.779.qmail@hotmail.com>
11827              Subject: PATCH 5.005_56 + Test procedure
11828      Branch: perl
11829            + ext/B/B/Stash.pm
11830            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
11831            ! lib/Test/Harness.pm utils/perlcc.PL
11832 ____________________________________________________________________________
11833 [  3065] By: gsar                                  on 1999/03/04  05:03:30
11834         Log: more s/s_/s!/ etc.
11835      Branch: perl
11836            ! pod/perldelta.pod pod/perlfunc.pod
11837 ____________________________________________________________________________
11838 [  3064] By: gsar                                  on 1999/03/04  04:50:45
11839         Log: integrate cfgperl contents into mainline
11840      Branch: perl
11841           !> Configure README.vms bytecode.h config_h.SH configure.com
11842           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
11843           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
11844           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
11845 ____________________________________________________________________________
11846 [  3063] By: gsar                                  on 1999/03/04  04:44:13
11847         Log: HP-UX has yet another spelling for /NaNQ?/
11848      Branch: perl
11849            ! t/lib/bigfloatpm.t
11850 ____________________________________________________________________________
11851 [  3062] By: gsar                                  on 1999/03/04  04:36:08
11852         Log: error-check for accept() test
11853      Branch: perl
11854            ! t/lib/io_sock.t
11855 ____________________________________________________________________________
11856 [  3061] By: gsar                                  on 1999/03/04  03:40:25
11857         Log: allow custom comparison function in File::Compare::compare_text()
11858              From: jan.dubois@ibm.net (Jan Dubois)
11859              Date: Fri, 26 Feb 1999 21:56:09 +0100
11860              Message-ID: <36db0838.8805651@smtp1.ibm.net>
11861              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
11862      Branch: perl
11863            ! lib/File/Compare.pm
11864 ____________________________________________________________________________
11865 [  3060] By: gsar                                  on 1999/03/04  03:37:38
11866         Log: better version of change#3038
11867              From: abigail@fnx.com
11868              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
11869              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
11870              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
11871      Branch: perl
11872            ! pod/pod2man.PL
11873 ____________________________________________________________________________
11874 [  3058] By: jhi                                   on 1999/03/03  22:30:40
11875         Log: Configure regen to
11876              (1) match maint-5.005 patches #3056 and #3057
11877              (2) better version of PHOSTNAME of #3050
11878              (3) the crosscompile/multiarch config_h.SH trouble solved for now
11879      Branch: cfgperl
11880            ! Configure config_h.SH
11881 ____________________________________________________________________________
11882 [  3054] By: jhi                                   on 1999/03/03  09:57:59
11883         Log: Change #3053 missed perldelta.
11884      Branch: cfgperl
11885            ! pod/perldelta.pod
11886 ____________________________________________________________________________
11887 [  3053] By: jhi                                   on 1999/03/03  08:29:43
11888         Log: Use '!' to mark native integer packings instead of '_'.
11889      Branch: cfgperl
11890            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
11891 ____________________________________________________________________________
11892 [  3052] By: jhi                                   on 1999/03/02  23:12:36
11893         Log: The HP-UX threads patch (change #3028) is needed also here.
11894      Branch: cfgperl
11895            ! hints/hpux.sh thread.h
11896 ____________________________________________________________________________
11897 [  3051] By: jhi                                   on 1999/03/02  08:24:52
11898         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11899              To: perl5-porters@perl.org, vmsperl@perl.org
11900              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
11901              Date: Mon, 01 Mar 1999 16:10:57 -0800
11902              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
11903      Branch: cfgperl
11904            ! README.vms
11905      Branch: maint-5.005/perl
11906            ! README.vms
11907 ____________________________________________________________________________
11908 [  3050] By: jhi                                   on 1999/03/02  08:22:29
11909         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11910              To: perl5-porters@perl.org, vmsperl@perl.org
11911              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
11912              Date: Mon, 01 Mar 1999 16:06:29 -0800
11913              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
11914              
11915              From: Dan Sugalski <sugalskd@osshe.edu>
11916              To: perl5-porters@perl.org, vmsperl@perl.org
11917              Subject: [PATCH 5.005_56]vmsish.pm patch
11918              Date: Mon, 01 Mar 1999 20:19:04 -0800
11919              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
11920              
11921              plus Configure regen containing a "solution" to the
11922              crosscompile/multiarch problem.
11923      Branch: cfgperl
11924            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
11925            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
11926 ____________________________________________________________________________
11927 [  3049] By: jhi                                   on 1999/03/02  07:34:21
11928         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
11929              To: perl5-porters@perl.org
11930              Subject: [PATCH] Eliminate (valid) warning in byterun.c
11931              Date: Mon, 01 Mar 1999 17:27:59 -0500
11932              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
11933      Branch: cfgperl
11934            ! bytecode.h
11935      Branch: maint-5.005/perl
11936            ! bytecode.h
11937 ____________________________________________________________________________
11938 [  3048] By: gsar                                  on 1999/03/02  06:41:21
11939         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11940      Branch: perl
11941            ! MANIFEST README.hpux
11942 ____________________________________________________________________________
11943 [  3047] By: jhi                                   on 1999/03/01  06:34:43
11944         Log: Integrate from mainperl.
11945      Branch: cfgperl
11946           +> README.hpux lib/File/Spec/Functions.pm
11947           !> (integrate 28 files)
11948 ____________________________________________________________________________
11949 [  3046] By: gsar                                  on 1999/03/01  05:34:28
11950         Log: this is 5.005_56
11951      Branch: perl
11952            ! Changes
11953
11954 ----------------
11955 Version 5.005_56
11956 ----------------
11957
11958 ____________________________________________________________________________
11959 [  3045] By: gsar                                  on 1999/03/01  03:32:30
11960         Log: destroy PL_svref_mutex in perl_destruct()
11961      Branch: perl
11962            ! perl.c
11963 ____________________________________________________________________________
11964 [  3044] By: gsar                                  on 1999/03/01  00:38:50
11965         Log: up patchlevel &c.
11966      Branch: perl
11967            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
11968            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11969            ! win32/makefile.mk
11970 ____________________________________________________________________________
11971 [  3043] By: gsar                                  on 1999/03/01  00:14:15
11972         Log: integrate cfgperl contents into mainline
11973      Branch: perl
11974            ! pod/perldelta.pod
11975           !> Configure config_h.SH
11976 ____________________________________________________________________________
11977 [  3042] By: gsar                                  on 1999/02/28  23:55:08
11978         Log: slightly edited version of suggested patch
11979              From: jan.dubois@ibm.net (Jan Dubois)
11980              Date: Mon, 01 Mar 1999 00:32:05 +0100
11981              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
11982              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
11983      Branch: perl
11984            + lib/File/Spec/Functions.pm
11985            ! MANIFEST lib/File/Spec.pm
11986 ____________________________________________________________________________
11987 [  3041] By: gsar                                  on 1999/02/28  22:47:19
11988         Log: fix subtle bug in eval'' testsuite
11989      Branch: perl
11990            ! t/op/eval.t
11991 ____________________________________________________________________________
11992 [  3040] By: gsar                                  on 1999/02/28  22:46:24
11993         Log: avoid literal control characters in change#3039
11994      Branch: perl
11995            ! t/base/lex.t
11996 ____________________________________________________________________________
11997 [  3039] By: gsar                                  on 1999/02/28  21:47:18
11998         Log: todo item: permit extended control variables a la ${^Foo} (patch
11999              courtesy Mark-Jason Dominus <mjd@plover.com>)
12000      Branch: perl
12001            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
12002            ! t/base/lex.t toke.c
12003 ____________________________________________________________________________
12004 [  3038] By: gsar                                  on 1999/02/28  21:21:05
12005         Log: From: abigail@fnx.com
12006              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
12007              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
12008              Subject: Recognize -> and => inside [A-Z]<> sequences.
12009      Branch: perl
12010            ! pod/pod2man.PL
12011 ____________________________________________________________________________
12012 [  3037] By: gsar                                  on 1999/02/28  21:12:22
12013         Log: fix longstanding bug: searches for lexicals originating within eval''
12014              weren't stopping at the subroutine boundary correctly
12015      Branch: perl
12016            ! op.c proto.h t/op/eval.t
12017 ____________________________________________________________________________
12018 [  3036] By: gsar                                  on 1999/02/28  20:02:29
12019         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
12020              as stacked list values
12021              From: jan.dubois@ibm.net (Jan Dubois)
12022              Date: Sat, 27 Feb 1999 18:24:17 +0100
12023              Message-ID: <36e22849.36531259@smtp1.ibm.net>
12024              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
12025      Branch: perl
12026            ! win32/win32.c
12027 ____________________________________________________________________________
12028 [  3035] By: gsar                                  on 1999/02/28  19:48:54
12029         Log: remove superfluous stack_sp decl
12030      Branch: perl
12031            ! jpl/JNI/JNI.xs
12032 ____________________________________________________________________________
12033 [  3034] By: gsar                                  on 1999/02/28  19:34:58
12034         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
12035      Branch: perl
12036            ! lib/Getopt/Std.pm
12037 ____________________________________________________________________________
12038 [  3033] By: gsar                                  on 1999/02/28  19:23:41
12039         Log: add File::Compare::compare_text()
12040              From: jan.dubois@ibm.net (Jan Dubois)
12041              Date: Fri, 26 Feb 1999 00:20:41 +0100
12042              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
12043              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
12044      Branch: perl
12045            ! lib/File/Compare.pm pod/perltodo.pod
12046 ____________________________________________________________________________
12047 [  3032] By: gsar                                  on 1999/02/28  19:01:33
12048         Log: add README.hpux
12049      Branch: perl
12050            + README.hpux
12051            ! MAINTAIN MANIFEST
12052 ____________________________________________________________________________
12053 [  3031] By: gsar                                  on 1999/02/28  18:49:08
12054         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
12055              James Cromie <jcromie@fossil.uswc.uswest.com>
12056      Branch: perl
12057            ! lib/Pod/Html.pm
12058 ____________________________________________________________________________
12059 [  3030] By: gsar                                  on 1999/02/28  18:35:09
12060         Log: From: jan.dubois@ibm.net (Jan Dubois)
12061              Date: Wed, 24 Feb 1999 22:34:56 +0100
12062              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
12063              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
12064      Branch: perl
12065            ! lib/Test/Harness.pm
12066 ____________________________________________________________________________
12067 [  3029] By: gsar                                  on 1999/02/28  18:28:18
12068         Log: add note about env pollution
12069      Branch: perl
12070            ! INSTALL pod/perltodo.pod
12071 ____________________________________________________________________________
12072 [  3028] By: jhi                                   on 1999/02/26  14:40:00
12073         Log: HP-UX 11 threads.
12074              
12075              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12076              To: perl5-porters@perl.org
12077              Cc: jhi@cc.hut.fi
12078              Subject: Maint 5 and _54 with threading on HP-UX 11.00
12079              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
12080              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
12081              
12082              NOTE from jhi: the hpux hints could still be more robust by
12083              disabling gdbm when necessary.
12084              
12085              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
12086              linking -lgdbm -lpthread creates an executable that instantly
12087              core dumps on a pthreads internal panic:
12088              
12089              ./gdpt
12090              
12091              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
12092              Return Pointer is 0xc082bf33
12093              17639 quit (core dumped)  ./gdpt
12094              
12095              You don't have to *use* either gdbm or pthreads in the executable,
12096              just linking them together is enough.  Workaround is to recompile
12097              the GDBM under HP-UX 11, that makes the problem go away.
12098      Branch: maint-5.005/perl
12099            ! hints/hpux.sh thread.h
12100 ____________________________________________________________________________
12101 [  3025] By: jhi                                   on 1999/02/25  20:41:07
12102         Log: Temporary workaround for the config_h.SH versus
12103              crosscompile and multiarch plus introduce 'rt'
12104              to $libswanted: in UNIX98 sched_yield() lives there.
12105      Branch: cfgperl
12106            ! Configure config_h.SH
12107 ____________________________________________________________________________
12108 [  3024] By: jhi                                   on 1999/02/24  12:54:59
12109         Log: Integrate from mainperl.
12110      Branch: cfgperl
12111           +> t/lib/fatal.t
12112           !> (integrate 44 files)
12113 ____________________________________________________________________________
12114 [  3023] By: gsar                                  on 1999/02/24  07:02:12
12115         Log: integrate cfgperl contents
12116      Branch: perl
12117           !> (integrate 30 files)
12118 ____________________________________________________________________________
12119 [  3022] By: gsar                                  on 1999/02/24  05:59:47
12120         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
12121              Date: 23 Feb 1999 17:53:22 -0700
12122              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
12123              Subject: [PATCH: _55] perldoc -q broken
12124      Branch: perl
12125            ! utils/perldoc.PL
12126 ____________________________________________________________________________
12127 [  3021] By: gsar                                  on 1999/02/24  05:51:53
12128         Log: ansify perlio.c, fix PerlIO-ish typos
12129      Branch: perl
12130            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
12131            ! iperlsys.h perlio.c
12132 ____________________________________________________________________________
12133 [  3020] By: gsar                                  on 1999/02/24  05:28:06
12134         Log: adjust a Perl_malloc() flag for NeXT
12135              From: Hans Mulder <hansm@icgned.icgroup.nl>
12136              Date: Tue, 23 Feb 99 00:26:25 +0100
12137              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
12138              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
12139      Branch: perl
12140            ! perl.h
12141 ____________________________________________________________________________
12142 [  3019] By: gsar                                  on 1999/02/24  05:19:42
12143         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
12144      Branch: perl
12145            ! pod/perltodo.pod
12146 ____________________________________________________________________________
12147 [  3018] By: gsar                                  on 1999/02/24  04:15:18
12148         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12149              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
12150              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
12151              Subject: improved error message [PATCH _55] [RESEND]
12152      Branch: perl
12153            ! sv.c
12154 ____________________________________________________________________________
12155 [  3017] By: gsar                                  on 1999/02/24  03:50:34
12156         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12157              Date: Sun, 21 Feb 1999 20:02:18 -0700
12158              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
12159              Subject: perlfunc updates (against 55)
12160      Branch: perl
12161            ! pod/perlfunc.pod
12162 ____________________________________________________________________________
12163 [  3016] By: gsar                                  on 1999/02/24  03:17:05
12164         Log: testsuite adjustments
12165              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12166              Date: Sat, 20 Feb 1999 15:24:57 +0000
12167              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
12168              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
12169      Branch: perl
12170            ! t/lib/io_sock.t t/op/lex_assign.t
12171 ____________________________________________________________________________
12172 [  3015] By: gsar                                  on 1999/02/24  02:54:47
12173         Log: avoid modifying readonly values from qw()
12174      Branch: perl
12175            ! lib/ExtUtils/MM_Unix.pm
12176 ____________________________________________________________________________
12177 [  3014] By: gsar                                  on 1999/02/24  02:49:04
12178         Log: more "correct" utbuf for utime()
12179      Branch: perl
12180            ! doio.c
12181 ____________________________________________________________________________
12182 [  3013] By: jhi                                   on 1999/02/22  19:27:44
12183         Log: Fix MacPerl version, change PowerUX to PowerMAX.
12184              
12185              From: Chris Nandor <pudge@pobox.com>
12186              To: jhi@iki.fi
12187              Cc: perl5-porters@perl.org
12188              Subject: Re: perl current availability as documented by perl.pod
12189              Date: Sun, 21 Feb 1999 11:06:03 -0500
12190              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
12191              
12192              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
12193              To: jhi@iki.fi
12194              Cc: perl5-porters@perl.org
12195              Subject: Re: perl current availability as documented by perl.pod
12196              Date: Mon, 22 Feb 1999 13:08:30 GMT
12197              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
12198      Branch: cfgperl
12199            ! pod/perl.pod
12200      Branch: maint-5.005/perl
12201            ! pod/perl.pod
12202 ____________________________________________________________________________
12203 [  3012] By: jhi                                   on 1999/02/22  10:26:11
12204         Log: Snapshot the cross-compilation/multiarchitecture stuff
12205              (currently broken in next)
12206      Branch: cfgperl
12207            ! Configure config_h.SH pp.c
12208 ____________________________________________________________________________
12209 [  3011] By: jhi                                   on 1999/02/22  10:24:51
12210         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12211              To: gsar@activestate.com (Gurusamy Sarathy)
12212              Cc: perl5-porters@perl.org (Perl5 Porters)
12213              Subject: [PATCH 5.005_55] DB_File 1.64 patch
12214              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
12215              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
12216      Branch: cfgperl
12217            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12218            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
12219 ____________________________________________________________________________
12220 [  3009] By: jhi                                   on 1999/02/22  09:14:26
12221         Log: Scratch #3008 and introduce $crosscompile and $multiarch
12222              also in non-Configure lands.
12223      Branch: cfgperl
12224            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
12225            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
12226            ! win32/config.gc win32/config.vc win32/config_H.bc
12227            ! win32/config_H.gc win32/config_H.vc
12228 ____________________________________________________________________________
12229 [  3008] By: jhi                                   on 1999/02/22  08:58:04
12230         Log: Add -DMULTIARCH (see change #3006).
12231      Branch: cfgperl
12232            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
12233 ____________________________________________________________________________
12234 [  3007] By: jhi                                   on 1999/02/22  08:54:06
12235         Log: Undo the references to local{lib,arch} introduced by #3006.
12236      Branch: cfgperl
12237            ! Configure config_h.SH
12238 ____________________________________________________________________________
12239 [  3006] By: jhi                                   on 1999/02/22  08:43:50
12240         Log: From: hansm@icgned.icgroup.nl
12241              To: perlbug@perl.com
12242              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
12243              Date: Sun, 21 Feb 1999 22:58:55 +0100
12244              Reply-To: hansmu@xs4all.nl
12245              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
12246              
12247              plus other Configure changes: prepare for cross-compilation/
12248              multiarchitecture builds.
12249      Branch: cfgperl
12250            ! Configure config_h.SH
12251 ____________________________________________________________________________
12252 [  3005] By: jhi                                   on 1999/02/22  08:35:30
12253         Log: Configure/Perl knew how to look for use Mach cthreads
12254              but Configure didn't let them to be used ($osname 'next').
12255      Branch: cfgperl
12256            ! Configure config_h.SH
12257      Branch: maint-5.005/perl
12258            ! Configure
12259 ____________________________________________________________________________
12260 [  3004] By: jhi                                   on 1999/02/21  15:46:02
12261         Log: Update Acorn AVAILABILITY.
12262      Branch: cfgperl
12263            ! pod/perl.pod
12264      Branch: maint-5.005/perl
12265            ! pod/perl.pod
12266 ____________________________________________________________________________
12267 [  3003] By: jhi                                   on 1999/02/21  14:50:42
12268         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
12269              To: perl5-porters@perl.org (Perl 5 Porters)
12270              Subject: PATCH: perlref.pod - symbolic ref example
12271              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
12272              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
12273      Branch: cfgperl
12274            ! pod/perlref.pod
12275      Branch: maint-5.005/perl
12276            ! pod/perlref.pod
12277 ____________________________________________________________________________
12278 [  3002] By: jhi                                   on 1999/02/21  14:35:22
12279         Log: Sync cfgperl with maint-5.005 change #3000.
12280      Branch: cfgperl
12281            ! pod/perlfunc.pod t/op/pack.t
12282 ____________________________________________________________________________
12283 [  2999] By: gsar                                  on 1999/02/20  22:48:30
12284         Log: From:    John Bley <jbb6@acpub.duke.edu>
12285              Date:    Sat, 20 Feb 1999 16:02:34 EST
12286              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
12287              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
12288      Branch: perl
12289            ! regcomp.c
12290 ____________________________________________________________________________
12291 [  2998] By: jhi                                   on 1999/02/20  14:13:06
12292         Log: Enhanced the endianness description.
12293      Branch: cfgperl
12294            ! pod/perlfunc.pod
12295 ____________________________________________________________________________
12296 [  2996] By: jhi                                   on 1999/02/20  13:55:41
12297         Log: Glossary now mostly fixed.
12298      Branch: cfgperl
12299            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12300            ! config_h.SH
12301 ____________________________________________________________________________
12302 [  2994] By: jhi                                   on 1999/02/20  11:58:33
12303         Log: Perldeltify GNU/Hurd.
12304      Branch: cfgperl
12305            ! pod/perldelta.pod
12306 ____________________________________________________________________________
12307 [  2993] By: gsar                                  on 1999/02/20  00:59:10
12308         Log: fix typo in Perl_sbrk()
12309              From: hansm@icgned.icgroup.nl
12310              Date: Fri, 19 Feb 1999 23:19:31 +0100
12311              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
12312              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
12313      Branch: perl
12314            ! malloc.c
12315 ____________________________________________________________________________
12316 [  2992] By: gsar                                  on 1999/02/20  00:51:08
12317         Log: integrate change#2980 from maint-5.005
12318      Branch: perl
12319           !> utils/h2xs.PL
12320 ____________________________________________________________________________
12321 [  2991] By: gsar                                  on 1999/02/20  00:34:01
12322         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12323              Date: Thu, 18 Feb 1999 18:51:38 +0000
12324              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
12325              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
12326      Branch: perl
12327            ! pp_hot.c t/op/pat.t
12328 ____________________________________________________________________________
12329 [  2990] By: gsar                                  on 1999/02/20  00:30:48
12330         Log: From: jan.dubois@ibm.net (Jan Dubois)
12331              Date: Thu, 18 Feb 1999 19:14:07 +0100
12332              Message-ID: <36d15809.40853323@smtp1.ibm.net>
12333              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
12334      Branch: perl
12335            ! win32/win32.c
12336 ____________________________________________________________________________
12337 [  2989] By: gsar                                  on 1999/02/20  00:27:01
12338         Log: do poll() emulation unless HAS_POLL && I_POLL
12339      Branch: perl
12340            ! ext/IO/poll.h
12341 ____________________________________________________________________________
12342 [  2988] By: gsar                                  on 1999/02/19  23:52:12
12343         Log: tweak RE for NaNQ? recognition
12344      Branch: perl
12345            ! t/lib/bigfloatpm.t
12346 ____________________________________________________________________________
12347 [  2987] By: gsar                                  on 1999/02/19  23:29:59
12348         Log: mention C<use utf8> and C<use warning> in perldelta
12349      Branch: perl
12350            ! pod/perldelta.pod
12351 ____________________________________________________________________________
12352 [  2985] By: jhi                                   on 1999/02/19  20:43:19
12353         Log: pack/unpack better in (network-)short-non-16-bits and
12354              (network-)long-non-32-bits systems such as Cray C90.
12355      Branch: cfgperl
12356            ! perl.h pp.c t/op/pack.t
12357 ____________________________________________________________________________
12358 [  2984] By: jhi                                   on 1999/02/19  20:38:54
12359         Log: Regen Configure.
12360      Branch: cfgperl
12361            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12362            ! perl.c
12363 ____________________________________________________________________________
12364 [  2982] By: jhi                                   on 1999/02/19  19:51:49
12365         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
12366              not probed for and         
12367              
12368              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12369              To: Chaim Frenkel <chaimf@pobox.com>,
12370              Russ Allbery <rra@stanford.edu>,
12371              Jarkko Hietaniemi <jhi@iki.fi>,
12372              Gurusamy Sarathy <gsar@activestate.com>,
12373              Graham Barr <gbarr@pobox.com>
12374              Cc: bdensch@ameritech.net, perlbug@perl.com
12375              Subject: [PATCH] Re: Solaris 7 for Intel
12376              Message-ID: <19990219124404.A30182@O2.chapin.edu>
12377              
12378              Glossary is still missing some terms because
12379              mkglossary is misbehaving (change #2981 updated
12380              Glossary manually)
12381      Branch: cfgperl
12382            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
12383            ! Porting/config_H
12384 ____________________________________________________________________________
12385 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
12386         Log: Make result of h2xs work when user adds C<use strict>
12387      Branch: maint-5.005/perl
12388            ! utils/h2xs.PL
12389 ____________________________________________________________________________
12390 [  2979] By: gsar                                  on 1999/02/19  05:24:29
12391         Log: doc for change#2978
12392      Branch: perl
12393            ! pod/perlsub.pod
12394 ____________________________________________________________________________
12395 [  2978] By: gsar                                  on 1999/02/19  05:08:29
12396         Log: bring '*' prototype closer to how it behaves internally
12397      Branch: perl
12398            + t/lib/fatal.t
12399            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
12400 ____________________________________________________________________________
12401 [  2977] By: gsar                                  on 1999/02/19  02:50:31
12402         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
12403      Branch: perl
12404            ! perly.h
12405 ____________________________________________________________________________
12406 [  2975] By: gsar                                  on 1999/02/18  21:41:57
12407         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
12408              of lexical searches in BEGIN|INIT|END)
12409      Branch: perl
12410            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
12411            ! vms/perly_c.vms
12412 ____________________________________________________________________________
12413 [  2974] By: gsar                                  on 1999/02/18  21:03:06
12414         Log: missing PERL_POLLUTE_MALLOC
12415      Branch: perl
12416            ! ext/SDBM_File/sdbm/sdbm.h
12417 ____________________________________________________________________________
12418 [  2973] By: gsar                                  on 1999/02/18  17:10:49
12419         Log: From:    Andy Dougherty <doughera@lafayette.edu>
12420              Date:    Wed, 17 Feb 1999 17:22:50 EST
12421              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
12422              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
12423      Branch: perl
12424            ! lib/dotsh.pl
12425 ____________________________________________________________________________
12426 [  2972] By: gsar                                  on 1999/02/18  17:04:12
12427         Log: s/#defined/#define/
12428      Branch: perl
12429            ! ext/Data/Dumper/Dumper.xs
12430 ____________________________________________________________________________
12431 [  2970] By: gsar                                  on 1999/02/18  03:26:43
12432         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
12433      Branch: perl
12434            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12435            ! ext/GDBM_File/typemap
12436 ____________________________________________________________________________
12437 [  2969] By: gsar                                  on 1999/02/17  23:30:47
12438         Log: correct slurp mode doc
12439      Branch: perl
12440            ! pod/perlfunc.pod pod/perlop.pod
12441 ____________________________________________________________________________
12442 [  2968] By: jhi                                   on 1999/02/17  23:15:49
12443         Log: Ultrix hints update.
12444              
12445              From: Spider Boardman <spider@zk3.dec.com>
12446              To: perlbug@perl.com
12447              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
12448              Date: Tue, 16 Feb 1999 23:04:28 -0500
12449              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
12450      Branch: cfgperl
12451            ! hints/ultrix_4.sh
12452 ____________________________________________________________________________
12453 [  2966] By: jhi                                   on 1999/02/17  23:09:21
12454         Log: Change #2965 wiped out some Sarathy's _55 changes.
12455              Now unwiped.
12456      Branch: cfgperl
12457            ! Configure pp.c t/op/pack.t
12458 ____________________________________________________________________________
12459 [  2965] By: jhi                                   on 1999/02/17  23:00:04
12460         Log: Configure tweaks.
12461              
12462              Fix the Unixware/SCO uname scan:
12463              
12464              From: Tom Hughes <thh@cyberscience.com>
12465              To: perlbug@perl.com
12466              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
12467              Date: 17 Feb 1999 15:34:15 +0000    
12468              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
12469              
12470              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
12471              
12472              From: Joe Buehler <jhpb@hekimian.com>
12473              To: perl5-porters@perl.org
12474              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
12475              Date: 12 Feb 1999 11:25:21 -0500
12476              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
12477              
12478              Make the pthreads joinable constant scan to output to fd 4, not 2.
12479      Branch: cfgperl
12480            ! Configure
12481 ____________________________________________________________________________
12482 [  2964] By: gsar                                  on 1999/02/17  21:30:07
12483         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12484              Date: Wed, 17 Feb 1999 06:53:13 -0700
12485              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
12486              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
12487      Branch: perl
12488            ! lib/Pod/Functions.pm
12489 ____________________________________________________________________________
12490 [  2963] By: gsar                                  on 1999/02/17  21:18:21
12491         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
12492              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12493              Date: Wed, 17 Feb 1999 10:06:01 +0000
12494              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
12495              Subject: Re: [5.005_53] panic: pad_free curpad 
12496      Branch: perl
12497            ! regcomp.c regexec.c t/op/misc.t
12498 ____________________________________________________________________________
12499 [  2962] By: gsar                                  on 1999/02/16  21:26:28
12500         Log: NaNQ? tweak
12501      Branch: perl
12502            ! t/lib/bigfloatpm.t
12503 ____________________________________________________________________________
12504 [  2961] By: jhi                                   on 1999/02/16  19:26:38
12505         Log: Integrate from mainperl.
12506      Branch: cfgperl
12507           !> (integrate 37 files)
12508 ____________________________________________________________________________
12509 [  2960] By: gsar                                  on 1999/02/16  18:04:29
12510         Log: undo change#2465 (qw[] is a real list now)
12511      Branch: perl
12512            ! pod/perlop.pod
12513 ____________________________________________________________________________
12514 [  2959] By: gsar                                  on 1999/02/16  07:09:33
12515         Log: this was 5.005_55
12516      Branch: perl
12517            ! Changes
12518
12519 ----------------
12520 Version 5.005_55
12521 ----------------
12522
12523 ____________________________________________________________________________
12524 [  2958] By: gsar                                  on 1999/02/16  06:18:27
12525         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
12526              elide dups and non-dependents from Changes
12527      Branch: perl
12528            ! Changes pod/perlhist.pod
12529           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
12530           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
12531           !> pod/perlport.pod pp.c t/op/pack.t
12532 ____________________________________________________________________________
12533 [  2957] By: gsar                                  on 1999/02/16  04:09:47
12534         Log: propagate PERL_VERSION everywhere, add to pod
12535      Branch: perl
12536            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
12537            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
12538            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
12539            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
12540            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
12541            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
12542            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
12543            ! win32/config.gc win32/config.vc win32/config_sh.PL
12544            ! win32/win32.c x2p/a2py.c
12545 ____________________________________________________________________________
12546 [  2955] By: jhi                                   on 1999/02/15  16:15:03
12547         Log: The pack tests now better in C90 (after the packnative patches).
12548      Branch: cfgperl
12549            ! t/op/pack.t
12550 ____________________________________________________________________________
12551 [  2954] By: gsar                                  on 1999/02/15  14:11:50
12552         Log: tweak Configure to follow new PERL_VERSION etc.
12553      Branch: perl
12554            ! Configure patchlevel.h pod/perlhist.pod
12555 ____________________________________________________________________________
12556 [  2953] By: jhi                                   on 1999/02/15  14:02:21
12557         Log: Integrate from mainperl.
12558      Branch: cfgperl
12559           !> MANIFEST Porting/makerel
12560 ____________________________________________________________________________
12561 [  2952] By: jhi                                   on 1999/02/15  13:50:07
12562         Log: Enhance the packnative patch: use the packnative code
12563              only if required.  Also added hefty testing (hopefully
12564              I didn't assume too much...).  Tested on alpha, ix86, sparc.
12565      Branch: cfgperl
12566            ! pod/perlfunc.pod pp.c t/op/pack.t
12567 ____________________________________________________________________________
12568 [  2951] By: jhi                                   on 1999/02/15  13:46:56
12569         Log: AVAILABILITY from 5.005_03-tobe, will of course
12570              require updating when 5.006 comes out.
12571      Branch: cfgperl
12572            ! pod/perl.pod
12573 ____________________________________________________________________________
12574 [  2949] By: gsar                                  on 1999/02/15  13:28:51
12575         Log: will this be it for 5.005_55?
12576      Branch: perl
12577            ! MANIFEST Porting/makerel
12578 ____________________________________________________________________________
12579 [  2948] By: jhi                                   on 1999/02/15  13:23:52
12580         Log: Integrate from mainperl.
12581      Branch: cfgperl
12582           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
12583           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
12584           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
12585           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
12586           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
12587           !> win32/config.gc win32/config.vc win32/config_H.bc
12588           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
12589 ____________________________________________________________________________
12590 [  2947] By: jhi                                   on 1999/02/15  13:20:41
12591         Log: perlport.pod 1.39 from Chris.
12592      Branch: cfgperl
12593            ! pod/perlport.pod
12594 ____________________________________________________________________________
12595 [  2946] By: jhi                                   on 1999/02/15  13:09:58
12596         Log: Import Ultrix update, change #2864, 
12597              
12598              From: Spider Boardman <spider@zk3.dec.com>
12599              To: perlbug@perl.com
12600              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
12601              Date: Wed, 10 Feb 1999 23:33:31 -0500
12602              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
12603      Branch: cfgperl
12604            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
12605 ____________________________________________________________________________
12606 [  2945] By: jhi                                   on 1999/02/15  13:04:50
12607         Log: OpenBSD sparc SHMLBA.
12608      Branch: cfgperl
12609            ! ext/IPC/SysV/SysV.xs
12610 ____________________________________________________________________________
12611 [  2944] By: gsar                                  on 1999/02/15  12:09:52
12612         Log: update win32/config* stuff, Changes
12613      Branch: perl
12614            ! Changes win32/Makefile win32/config.bc win32/config.gc
12615            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12616            ! win32/config_H.vc win32/makefile.mk
12617 ____________________________________________________________________________
12618 [  2943] By: gsar                                  on 1999/02/15  11:54:08
12619         Log: #include patchlevel.h by default, provide
12620              PERL_{REVISION,VERSION,SUBVERSION}
12621      Branch: perl
12622            ! patchlevel.h perl.h
12623 ____________________________________________________________________________
12624 [  2942] By: gsar                                  on 1999/02/15  10:26:59
12625         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
12626              misc fixes
12627      Branch: perl
12628            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
12629 ____________________________________________________________________________
12630 [  2941] By: gsar                                  on 1999/02/15  10:24:37
12631         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
12632              Message-ID: <19990207002851.B9185@toldyouso.com>
12633              Message-ID: <19990207212152.A9765@toldyouso.com>
12634              Message-ID: <19990207212041.A9622@toldyouso.com>
12635              Message-ID: <19990207213127.A10244@toldyouso.com>
12636              Message-ID: <19990207212559.A9950@toldyouso.com>
12637              Message-ID: <19990207212842.A9994@toldyouso.com>
12638              Message-ID: <19990207212500.A9860@toldyouso.com>
12639              Message-ID: <19990207213013.A10105@toldyouso.com>
12640      Branch: perl
12641            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
12642            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
12643            ! pod/perlmodlib.pod pod/perltoc.pod
12644 ____________________________________________________________________________
12645 [  2940] By: gsar                                  on 1999/02/15  10:07:08
12646         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
12647              of suggested patch)
12648              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
12649              Date: Mon, 08 Feb 1999 01:14:41 -0000
12650              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
12651              Subject: [PATCH 5.005_54] some pending C.pm stuff 
12652      Branch: perl
12653            ! ext/B/B/C.pm
12654 ____________________________________________________________________________
12655 [  2939] By: jhi                                   on 1999/02/15  08:40:18
12656         Log: Integrate from mainperl.
12657      Branch: cfgperl
12658           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
12659            - lib/File/PathConvert.pm
12660           !> (integrate 81 files)
12661 ____________________________________________________________________________
12662 [  2938] By: gsar                                  on 1999/02/15  06:56:39
12663         Log: change#2839 was bogus, redo
12664      Branch: perl
12665           !> t/lib/h2ph.pht
12666 ____________________________________________________________________________
12667 [  2937] By: gsar                                  on 1999/02/15  06:38:15
12668         Log: support Win32::GetFullPathName() and Win32::SetLastError()
12669              From: jan.dubois@ibm.net (Jan Dubois)
12670              Date: Tue, 09 Feb 1999 22:27:31 +0100
12671              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
12672              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
12673      Branch: perl
12674            ! win32/win32.c
12675 ____________________________________________________________________________
12676 [  2936] By: gsar                                  on 1999/02/15  06:26:39
12677         Log: support native integers, pack("L_",...) etc. (via private mail)
12678              From: Jarkko Hietaniemi <jhi@iki.fi>
12679              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
12680              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
12681              Subject: the "packnative" patch
12682      Branch: perl
12683            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
12684            ! t/lib/ipc_sysv.t t/op/pack.t
12685 ____________________________________________________________________________
12686 [  2935] By: gsar                                  on 1999/02/15  06:04:02
12687         Log: From: Michael G Schwern <schwern@pobox.com>
12688              Date: Tue, 9 Feb 1999 04:13:12 -0500
12689              Message-ID: <19990209041312.A15788@toldyouso.com>
12690              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
12691      Branch: perl
12692            ! utils/h2xs.PL
12693 ____________________________________________________________________________
12694 [  2934] By: gsar                                  on 1999/02/15  05:30:13
12695         Log: fix bugs in the handling of negative numbers, among other things
12696              From: Steven Knight <knight@theopera.baldmt.citilink.com>
12697              Date: Mon, 8 Feb 1999 01:16:24 -0600
12698              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
12699              Subject: Math::BigFloat and Math::BigInt
12700      Branch: perl
12701            + t/lib/bigfloat.t t/lib/bigfloatpm.t
12702            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
12703            ! t/lib/bigintpm.t
12704 ____________________________________________________________________________
12705 [  2933] By: gsar                                  on 1999/02/15  04:57:52
12706         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
12707              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
12708              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
12709              Subject: s2p incorrectly handles hold space commands
12710      Branch: perl
12711            ! x2p/s2p.PL
12712 ____________________________________________________________________________
12713 [  2932] By: gsar                                  on 1999/02/15  04:45:55
12714         Log: clarify what a "line" is
12715      Branch: perl
12716            ! pod/perlfunc.pod pod/perlvar.pod
12717 ____________________________________________________________________________
12718 [  2931] By: gsar                                  on 1999/02/15  04:23:29
12719         Log: backout change#2811 and add newer version based on File::Spec
12720              From: Barrie Slaymaker <rbs@telerama.com>
12721              Date: Thu, 11 Feb 1999 16:29:24 -0500
12722              Message-ID: <36C34BB4.A62090E0@telerama.com>
12723              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
12724      Branch: perl
12725            - lib/File/PathConvert.pm
12726            ! MANIFEST installhtml lib/Pod/Html.pm
12727 ____________________________________________________________________________
12728 [  2930] By: gsar                                  on 1999/02/15  04:16:25
12729         Log: From: Barrie Slaymaker <rbs@telerama.com>
12730              Date: Thu, 11 Feb 1999 19:39:48 -0500
12731              Message-ID: <36C37854.707D139@telerama.com>
12732              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
12733      Branch: perl
12734            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
12735 ____________________________________________________________________________
12736 [  2929] By: gsar                                  on 1999/02/15  04:06:50
12737         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
12738              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
12739              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
12740              Subject: [PATCH]5.005_54 (DOC) fix many typos
12741              --
12742              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
12743              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
12744              Subject: [PATCH]5.005_54 (DOC) typos
12745      Branch: perl
12746            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
12747            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
12748            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12749            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12750            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
12751            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
12752            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
12753            ! pod/perlvar.pod pod/perlxs.pod
12754 ____________________________________________________________________________
12755 [  2928] By: gsar                                  on 1999/02/15  03:39:53
12756         Log: allow the Carp routines to pass through exception objects
12757      Branch: perl
12758            ! lib/Carp.pm
12759 ____________________________________________________________________________
12760 [  2927] By: gsar                                  on 1999/02/15  03:22:57
12761         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
12762      Branch: perl
12763            ! pod/perlfaq8.pod
12764 ____________________________________________________________________________
12765 [  2926] By: gsar                                  on 1999/02/15  03:19:39
12766         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
12767              have done that, but didn't)
12768      Branch: perl
12769           !> utils/h2ph.PL
12770 ____________________________________________________________________________
12771 [  2925] By: gsar                                  on 1999/02/15  03:17:01
12772         Log: integrate cfgperl changes into mainline
12773      Branch: perl
12774            ! Changes
12775           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12776           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
12777           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
12778           !> vms/subconfigure.com
12779 ____________________________________________________________________________
12780 [  2924] By: gsar                                  on 1999/02/15  03:07:08
12781         Log: add const qualifier to most char* prototypes, handle ripple effect
12782      Branch: perl
12783            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
12784            ! universal.c util.c
12785 ____________________________________________________________________________
12786 [  2923] By: gsar                                  on 1999/02/15  01:04:30
12787         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12788              Date: Thu, 04 Feb 1999 02:37:31 +0000
12789              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
12790              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
12791      Branch: perl
12792            ! pp_ctl.c t/op/range.t
12793 ____________________________________________________________________________
12794 [  2922] By: gsar                                  on 1999/02/15  00:24:34
12795         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12796              Date: Sun, 31 Jan 1999 01:50:06 +0000
12797              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
12798              Subject: [PATCH 5.005_03t4] regexp flags bug
12799      Branch: perl
12800            ! regcomp.c t/op/re_tests
12801 ____________________________________________________________________________
12802 [  2921] By: gsar                                  on 1999/02/15  00:13:02
12803         Log: use New() et al., rather than safemalloc() et al.
12804              From: jan.dubois@ibm.net (Jan Dubois)
12805              Date: Fri, 29 Jan 1999 23:27:22 +0100
12806              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
12807              Subject: [PATCH _03-MT5] POSIX.xs memory API
12808      Branch: perl
12809            ! ext/POSIX/POSIX.xs
12810 ____________________________________________________________________________
12811 [  2920] By: gsar                                  on 1999/02/15  00:05:33
12812         Log: tweak READ() docs to mention $buffer must be altered by reference
12813      Branch: perl
12814            ! pod/perltie.pod
12815 ____________________________________________________________________________
12816 [  2919] By: gsar                                  on 1999/02/14  23:50:39
12817         Log: applied suggested patch, with several language/readability tweaks
12818              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12819              Date: Fri, 29 Jan 1999 00:25:02 -0500
12820              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
12821              Subject: Re: [PATCH 5.005_*] Better parsing docs
12822      Branch: perl
12823            ! pod/perlop.pod
12824 ____________________________________________________________________________
12825 [  2918] By: gsar                                  on 1999/02/14  23:20:42
12826         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
12827              of silently returning bogus values)
12828              From: Peter Chines <pchines@nhgri.nih.gov>
12829              Date: Wed, 27 Jan 1999 16:11:31 -0500
12830              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
12831              Subject: Time::Local
12832      Branch: perl
12833            ! lib/Time/Local.pm pod/perldelta.pod
12834 ____________________________________________________________________________
12835 [  2917] By: gsar                                  on 1999/02/14  11:21:43
12836         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12837              Date: Thu, 28 Jan 1999 10:02:20 -0500
12838              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
12839              Subject: Re: [PATCH 5.005_53] Better perldoc
12840      Branch: perl
12841            ! utils/perldoc.PL
12842 ____________________________________________________________________________
12843 [  2916] By: gsar                                  on 1999/02/14  10:59:38
12844         Log: back out change#2751, apply updated version 
12845              From: jan.dubois@ibm.net (Jan Dubois)
12846              Date: Sat, 06 Feb 1999 01:06:29 +0100
12847              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
12848              Subject: [PATCH] Cleanup of File::Spec module
12849      Branch: perl
12850            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
12851            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
12852            ! lib/File/Spec/Win32.pm
12853 ____________________________________________________________________________
12854 [  2915] By: gsar                                  on 1999/02/14  10:48:01
12855         Log: tweak select() test
12856      Branch: perl
12857            ! pod/perlipc.pod t/op/fh.t
12858 ____________________________________________________________________________
12859 [  2914] By: gsar                                  on 1999/02/14  10:25:55
12860         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
12861      Branch: perl
12862            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
12863 ____________________________________________________________________________
12864 [  2913] By: gsar                                  on 1999/02/14  10:03:51
12865         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
12866              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
12867              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
12868              Subject: Re: SvOPV() or SvPV_nolen() or ...
12869      Branch: perl
12870            ! pod/perlguts.pod
12871 ____________________________________________________________________________
12872 [  2912] By: gsar                                  on 1999/02/14  09:57:29
12873         Log: provide SvPV_nolen(sv) to avoid use of PL_na
12874              From: jan.dubois@ibm.net (Jan Dubois)
12875              Date: Sun, 24 Jan 1999 02:45:32 +0100
12876              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
12877              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
12878      Branch: perl
12879            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
12880            ! sv.h
12881 ____________________________________________________________________________
12882 [  2911] By: gsar                                  on 1999/02/14  06:51:05
12883         Log: elide stray effluvium
12884      Branch: perl
12885            ! pod/perldelta.pod
12886 ____________________________________________________________________________
12887 [  2910] By: gsar                                  on 1999/02/14  05:51:56
12888         Log: slurping an empty file should return '' rather than undef, with
12889              commensurate effects on ARGV processing
12890      Branch: perl
12891            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
12892            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
12893 ____________________________________________________________________________
12894 [  2909] By: gsar                                  on 1999/02/14  00:02:11
12895         Log: perly_c.diff typo
12896      Branch: perl
12897            ! perly.c perly_c.diff vms/perly_c.vms
12898 ____________________________________________________________________________
12899 [  2908] By: gsar                                  on 1999/02/13  18:20:13
12900         Log: From: jan.dubois@ibm.net (Jan Dubois)
12901              Date: Sat, 13 Feb 1999 13:25:53 +0100
12902              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
12903              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
12904      Branch: perl
12905            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
12906 ____________________________________________________________________________
12907 [  2907] By: jhi                                   on 1999/02/13  15:07:26
12908         Log: Integrate from mainperl.
12909      Branch: cfgperl
12910           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
12911           !> (integrate 150 files)
12912 ____________________________________________________________________________
12913 [  2903] By: gsar                                  on 1999/02/12  13:25:59
12914         Log: From: jan.dubois@ibm.net (Jan Dubois)
12915              Date: Sun, 24 Jan 1999 01:12:00 +0100
12916              Message-ID: <36b66479.62756298@smtp1.ibm.net>
12917              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
12918      Branch: perl
12919            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
12920            ! proto.h sv.c sv.h
12921 ____________________________________________________________________________
12922 [  2902] By: gsar                                  on 1999/02/12  12:55:11
12923         Log: script to generate ctags from etags
12924              From: Colin Kuskie <ckuskie@cadence.com>
12925              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
12926              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
12927              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
12928      Branch: perl
12929            + emacs/e2ctags.pl
12930            ! Makefile.SH pod/perlfaq3.pod
12931 ____________________________________________________________________________
12932 [  2901] By: gsar                                  on 1999/02/12  12:40:17
12933         Log: allow boolean assign ops to be lvalues
12934              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12935              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
12936              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
12937              --
12938              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12939              Date: Mon, 18 Jan 1999 10:04:00 +0000
12940              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
12941              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
12942      Branch: perl
12943            + t/op/lop.t
12944            ! MANIFEST op.c
12945 ____________________________________________________________________________
12946 [  2899] By: jhi                                   on 1999/02/12  12:03:48
12947         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
12948      Branch: cfgperl
12949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12950            ! config_h.SH hints/openbsd.sh
12951 ____________________________________________________________________________
12952 [  2898] By: gsar                                  on 1999/02/12  11:49:25
12953         Log: support win32_putenv()
12954      Branch: perl
12955            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
12956            ! win32/win32.c win32/win32iop.h
12957 ____________________________________________________________________________
12958 [  2894] By: gsar                                  on 1999/02/12  11:09:27
12959         Log: add missing hunk in change#2657
12960      Branch: perl
12961            ! ext/B/B/CC.pm
12962 ____________________________________________________________________________
12963 [  2893] By: gsar                                  on 1999/02/12  11:00:13
12964         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12965              Date: Tue, 19 Jan 1999 20:13:15 -0500
12966              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
12967              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
12968      Branch: perl
12969            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
12970            ! t/pragma/subs.t t/pragma/warning.t
12971 ____________________________________________________________________________
12972 [  2892] By: gsar                                  on 1999/02/12  10:44:38
12973         Log: update change#2670 to later version
12974              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12975              Date: Sun, 31 Jan 1999 16:16:14 +0000
12976              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
12977              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
12978      Branch: perl
12979            ! t/op/subst.t toke.c
12980 ____________________________________________________________________________
12981 [  2891] By: gsar                                  on 1999/02/12  10:31:17
12982         Log: make testsuite somewhat location independent
12983      Branch: perl
12984            ! (edit 117 files)
12985 ____________________________________________________________________________
12986 [  2890] By: gsar                                  on 1999/02/12  10:00:30
12987         Log: add $AutoLoader::VERSION
12988      Branch: perl
12989            ! lib/AutoLoader.pm
12990 ____________________________________________________________________________
12991 [  2889] By: gsar                                  on 1999/02/12  09:55:48
12992         Log: tweak PERL_STRICT_CR notes
12993      Branch: perl
12994            ! pod/perl5005delta.pod
12995 ____________________________________________________________________________
12996 [  2888] By: gsar                                  on 1999/02/12  09:41:45
12997         Log: add note about test-notty target
12998      Branch: perl
12999            ! README.win32
13000 ____________________________________________________________________________
13001 [  2887] By: gsar                                  on 1999/02/12  09:37:37
13002         Log: add perltodo.pod
13003      Branch: perl
13004            + pod/perltodo.pod
13005            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
13006            ! win32/pod.mak
13007 ____________________________________________________________________________
13008 [  2886] By: jhi                                   on 1999/02/12  08:52:14
13009         Log: Integrate from mainperl.
13010      Branch: cfgperl
13011           +> t/op/fh.t
13012           !> (integrate 30 files)
13013 ____________________________________________________________________________
13014 [  2885] By: gsar                                  on 1999/02/12  08:42:10
13015         Log: note how to find REG_INFTY limit
13016      Branch: perl
13017            ! pod/perlre.pod
13018 ____________________________________________________________________________
13019 [  2884] By: jhi                                   on 1999/02/12  08:36:14
13020         Log: OpenBSD pthreads awareness, thanks to
13021              David Leonard <david.leonard@csee.uq.edu.au>
13022      Branch: maint-5.005/perl
13023            ! Configure hints/openbsd.sh
13024 ____________________________________________________________________________
13025 [  2882] By: gsar                                  on 1999/02/12  08:05:20
13026         Log: IO is maintained by p5p (per Graham Barr's wishes)
13027      Branch: perl
13028            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
13029            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
13030            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
13031            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13032 ____________________________________________________________________________
13033 [  2881] By: gsar                                  on 1999/02/12  07:57:13
13034         Log: fh.t typo
13035      Branch: perl
13036            ! t/op/fh.t
13037 ____________________________________________________________________________
13038 [  2880] By: gsar                                  on 1999/02/12  07:38:16
13039         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
13040      Branch: perl
13041            ! perl.c pod/perlrun.pod
13042 ____________________________________________________________________________
13043 [  2879] By: gsar                                  on 1999/02/12  05:39:29
13044         Log: fix ops that are not filehandle constructors to not create GV if it
13045              doesn't already exist (avoids leaks); extend semantics of defined()
13046              so that defined(*{$foo}) works (experimental)
13047      Branch: perl
13048            + t/op/fh.t
13049            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
13050            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
13051 ____________________________________________________________________________
13052 [  2877] By: jhi                                   on 1999/02/11  20:44:00
13053         Log: From: Chris Nandor <pudge@pobox.com>
13054              To: perl5-porters@perl.org
13055              Subject: [PATCH] perlport.pod 1.39
13056              Date: Thu, 11 Feb 1999 12:28:35 -0500
13057              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
13058      Branch: cfgperl
13059            ! pod/perlport.pod
13060 ____________________________________________________________________________
13061 [  2870] By: gsar                                  on 1999/02/11  11:17:08
13062         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
13063      Branch: perl
13064            ! ext/IO/lib/IO/Pipe.pm
13065 ____________________________________________________________________________
13066 [  2869] By: gsar                                  on 1999/02/11  11:00:56
13067         Log: update win32/pod.mak
13068      Branch: perl
13069            ! win32/pod.mak
13070 ____________________________________________________________________________
13071 [  2868] By: gsar                                  on 1999/02/11  10:42:44
13072         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
13073              Date: Fri, 08 Jan 1999 14:36:53 +1100
13074              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
13075              Subject: Re: [Fwd: IO::Socket::connect and blocking]
13076      Branch: perl
13077            ! ext/IO/lib/IO/Socket.pm
13078 ____________________________________________________________________________
13079 [  2867] By: gsar                                  on 1999/02/11  09:43:03
13080         Log: av_extend() doc tweak from Jan Dubois
13081      Branch: perl
13082            ! pod/perlguts.pod
13083 ____________________________________________________________________________
13084 [  2866] By: gsar                                  on 1999/02/11  09:27:17
13085         Log: display full pathname of unreadable files
13086      Branch: perl
13087            ! utils/perldoc.PL
13088 ____________________________________________________________________________
13089 [  2865] By: gsar                                  on 1999/02/11  09:02:31
13090         Log: missing patch in change#2522
13091      Branch: perl
13092            ! lib/Pod/Text.pm
13093 ____________________________________________________________________________
13094 [  2864] By: jhi                                   on 1999/02/11  08:45:00
13095         Log: From: Spider Boardman <spider@zk3.dec.com>
13096              To: perlbug@perl.com
13097              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
13098              Date: Wed, 10 Feb 1999 23:33:31 -0500
13099              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
13100      Branch: maint-5.005/perl
13101            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
13102 ____________________________________________________________________________
13103 [  2862] By: gsar                                  on 1999/02/11  08:14:34
13104         Log: integrate changes#2738,2740 from maint-5.005
13105      Branch: perl
13106           !> lib/ExtUtils/MakeMaker.pm
13107 ____________________________________________________________________________
13108 [  2861] By: jhi                                   on 1999/02/11  08:04:25
13109         Log: Integrate from mainperl.
13110      Branch: cfgperl
13111           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
13112           !> t/op/range.t win32/config.gc
13113 ____________________________________________________________________________
13114 [  2860] By: gsar                                  on 1999/02/11  07:30:08
13115         Log: binmode() support for cygwin32 (suggested by Steven Morlock
13116              <newspost@morlock.net>)
13117      Branch: perl
13118            ! perl.h
13119 ____________________________________________________________________________
13120 [  2859] By: gsar                                  on 1999/02/11  07:14:21
13121         Log: update Changes
13122      Branch: perl
13123            ! Changes
13124           !> pod/perl5005delta.pod
13125 ____________________________________________________________________________
13126 [  2856] By: gsar                                  on 1999/02/11  07:07:39
13127         Log: integrate perldelta changes from maint-5.005
13128      Branch: perl
13129           !> pod/perl5005delta.pod
13130 ____________________________________________________________________________
13131 [  2855] By: gsar                                  on 1999/02/11  06:31:50
13132         Log: applied suggested patch; added tests
13133              From: Adam Krolnik <adamk@gypsy.cyrix.com>
13134              Date: Sat, 12 Dec 98 15:30:18 -0600
13135              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
13136              Subject: Range operation doesn't handle IV_MAX
13137      Branch: perl
13138            ! pp_ctl.c t/op/range.t
13139 ____________________________________________________________________________
13140 [  2854] By: gsar                                  on 1999/02/11  05:00:55
13141         Log: compatibility fix: magic non-propagation in foreach implicit localization
13142      Branch: perl
13143            ! pp_ctl.c t/op/local.t win32/config.gc
13144 ____________________________________________________________________________
13145 [  2852] By: gsar                                  on 1999/02/10  23:17:49
13146         Log: fair warning about -Dusethreads
13147      Branch: maint-5.005/perl
13148            ! Configure INSTALL README.threads
13149 ____________________________________________________________________________
13150 [  2847] By: jhi                                   on 1999/02/09  19:13:28
13151         Log: Integrate from mainperl.
13152      Branch: cfgperl
13153           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
13154           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
13155 ____________________________________________________________________________
13156 [  2846] By: gsar                                  on 1999/02/09  13:53:28
13157         Log: a modified version of suggested patch for pack template 'Z'; added docs
13158              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
13159              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
13160              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
13161              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
13162      Branch: perl
13163            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
13164 ____________________________________________________________________________
13165 [  2845] By: gsar                                  on 1999/02/09  00:03:26
13166         Log: clarify docs for change#2835
13167      Branch: perl
13168            ! pod/perldelta.pod pod/perlop.pod
13169 ____________________________________________________________________________
13170 [  2844] By: gsar                                  on 1999/02/08  23:40:57
13171         Log: addendum to change#2823
13172              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13173              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
13174              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
13175              Subject: [PATCH] Docs and tests for method-call syntax
13176      Branch: perl
13177            ! pod/perlobj.pod t/op/method.t
13178 ____________________________________________________________________________
13179 [  2843] By: jhi                                   on 1999/02/08  21:06:28
13180         Log: Ultrix mmap tidbit.
13181      Branch: cfgperl
13182            ! hints/ultrix_4.sh
13183 ____________________________________________________________________________
13184 [  2842] By: jhi                                   on 1999/02/08  20:22:55
13185         Log: Integrate from mainperl.
13186      Branch: cfgperl
13187           +> t/op/subst_wamp.t
13188           !> (integrate 35 files)
13189 ____________________________________________________________________________
13190 [  2841] By: jhi                                   on 1999/02/08  18:23:26
13191         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13192              To: Mailing list Perl5 <perl5-porters@perl.org>
13193              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
13194              Date: Sun, 7 Feb 1999 17:25:22 -0500
13195              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
13196      Branch: cfgperl
13197            + t/op/subst_amp.t
13198            ! MANIFEST regcomp.c t/op/subst.t
13199 ____________________________________________________________________________
13200 [  2840] By: jhi                                   on 1999/02/08  18:16:54
13201         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13202              To: Mailing list Perl5 <perl5-porters@perl.org>
13203              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
13204              Date: Sun, 7 Feb 1999 17:00:10 -0500
13205              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
13206      Branch: cfgperl
13207            ! pp_hot.c t/op/pat.t
13208 ____________________________________________________________________________
13209 [  2839] By: jhi                                   on 1999/02/08  17:25:30
13210         Log: A require was missing.
13211      Branch: cfgperl
13212            ! t/lib/h2ph.pht
13213 ____________________________________________________________________________
13214 [  2838] By: jhi                                   on 1999/02/08  16:38:41
13215         Log: Bring in the change #2809 (the Configure part has been
13216              modified rather a lot since the #2809, though.)
13217      Branch: cfgperl
13218            ! Configure utils/h2ph.PL
13219 ____________________________________________________________________________
13220 [  2835] By: gsar                                  on 1999/02/08  14:40:23
13221         Log: make qw() into a true list at compile time (slightly modified
13222              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
13223      Branch: perl
13224            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
13225 ____________________________________________________________________________
13226 [  2834] By: gsar                                  on 1999/02/08  13:23:16
13227         Log: make safesysmalloc() etc., always available; safemalloc() et al are
13228              now macros that point to the right malloc; fix various places in
13229              sources that need to always use safesysmalloc() et al
13230      Branch: perl
13231            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
13232            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
13233 ____________________________________________________________________________
13234 [  2833] By: gsar                                  on 1999/02/08  10:56:16
13235         Log: remove spurious #endif in last change
13236      Branch: perl
13237            ! perl.h
13238 ____________________________________________________________________________
13239 [  2832] By: gsar                                  on 1999/02/08  10:34:55
13240         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
13241              them ask for insanity (untested)
13242      Branch: perl
13243            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
13244            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
13245            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
13246 ____________________________________________________________________________
13247 [  2831] By: jhi                                   on 1999/02/08  08:33:33
13248         Log: Update vms/subconfigure.com along the lines of change #2829.
13249      Branch: cfgperl
13250            ! vms/subconfigure.com
13251 ____________________________________________________________________________
13252 [  2830] By: gsar                                  on 1999/02/08  00:19:46
13253         Log: integrate cfgperl changes into mainline
13254      Branch: perl
13255           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
13256           +> lib/File/PathConvert.pm pod/perlthrtut.pod
13257            ! Changes
13258           !> (integrate 93 files)
13259 ____________________________________________________________________________
13260 [  2829] By: jhi                                   on 1999/02/07  23:49:46
13261         Log: Configure update.
13262              
13263              Probe for mmap() et alia.
13264              The *cc*symbols patch (just Configure, no h2ph).
13265      Branch: cfgperl
13266            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13267            ! config_h.SH perl.h
13268 ____________________________________________________________________________
13269 [  2828] By: gsar                                  on 1999/02/07  23:38:47
13270         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13271              Date: Sun, 7 Feb 1999 17:25:22 -0500
13272              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
13273              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
13274      Branch: perl
13275            + t/op/subst_amp.t t/op/subst_wamp.t
13276            ! MANIFEST regcomp.c t/op/subst.t
13277 ____________________________________________________________________________
13278 [  2827] By: gsar                                  on 1999/02/07  23:27:32
13279         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13280              Date: Sun, 7 Feb 1999 17:00:10 -0500
13281              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
13282              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
13283      Branch: perl
13284            ! pp_hot.c t/op/pat.t
13285 ____________________________________________________________________________
13286 [  2826] By: gsar                                  on 1999/02/07  23:26:04
13287         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
13288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13289              Date: Sun, 7 Feb 1999 15:07:27 -0500
13290              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
13291              Subject: Re: fixing memory leaks in REx compilation
13292      Branch: perl
13293            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
13294            ! regexec.c
13295 ____________________________________________________________________________
13296 [  2825] By: jhi                                   on 1999/02/07  18:05:13
13297         Log: Integrate from mainperl.
13298      Branch: cfgperl
13299           +> lib/DB.pm t/comp/bproto.t
13300           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
13301           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
13302           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
13303           !> toke.c vms/perly_c.vms
13304 ____________________________________________________________________________
13305 [  2824] By: gsar                                  on 1999/02/07  14:21:48
13306         Log: tweak doc on bitwise ops
13307      Branch: perl
13308            ! pod/perlop.pod
13309 ____________________________________________________________________________
13310 [  2823] By: gsar                                  on 1999/02/07  13:38:31
13311         Log: applied suggested patch; regen perly* and vms/perly*
13312              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13313              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
13314              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
13315              Subject: [PATCH] Re: Suggestion for perlobj man page
13316      Branch: perl
13317            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
13318 ____________________________________________________________________________
13319 [  2822] By: gsar                                  on 1999/02/07  12:39:09
13320         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
13321              disabled, fails tests)
13322      Branch: perl
13323            ! regcomp.h
13324 ____________________________________________________________________________
13325 [  2821] By: gsar                                  on 1999/02/07  11:09:39
13326         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
13327              <Alexander.Barilo@aexp.com>)
13328      Branch: perl
13329            ! lib/Pod/Html.pm
13330 ____________________________________________________________________________
13331 [  2820] By: gsar                                  on 1999/02/07  10:20:35
13332         Log: add draft debugging API implementation
13333      Branch: perl
13334            + lib/DB.pm
13335            ! MANIFEST
13336 ____________________________________________________________________________
13337 [  2819] By: gsar                                  on 1999/02/07  09:58:45
13338         Log: avoid garbage in db->dirbuf
13339              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
13340              Date: Sat, 05 Dec 1998 14:14:54 +0900
13341              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
13342              Subject: SDBM bug
13343      Branch: perl
13344            ! ext/SDBM_File/sdbm/sdbm.c
13345 ____________________________________________________________________________
13346 [  2818] By: gsar                                  on 1999/02/07  09:32:24
13347         Log: missing entry
13348      Branch: perl
13349            ! MANIFEST
13350 ____________________________________________________________________________
13351 [  2817] By: gsar                                  on 1999/02/07  09:30:47
13352         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
13353      Branch: perl
13354            + t/comp/bproto.t
13355            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
13356 ____________________________________________________________________________
13357 [  2816] By: gsar                                  on 1999/02/06  00:14:29
13358         Log: minor bug in dumping blessed subrefs
13359      Branch: perl
13360            ! ext/Data/Dumper/Dumper.pm
13361 ____________________________________________________________________________
13362 [  2812] By: jhi                                   on 1999/02/03  22:02:24
13363         Log: Enhance change #2808.
13364              
13365              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13366              To: perl5-porters@perl.org
13367              Subject: Re: [PATCH 5.00*]: perlbug checklist
13368              Date: Wed, 3 Feb 1999 19:02:27 +0000
13369              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
13370      Branch: cfgperl
13371            ! utils/perlbug.PL
13372 ____________________________________________________________________________
13373 [  2811] By: jhi                                   on 1999/02/03  21:53:23
13374         Log: From: Barrie Slaymaker <rbs@telerama.com>
13375              To: perl5-porters@perl.org
13376              CC: pod-people@perl.org
13377              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
13378              Date: Wed, 03 Feb 1999 10:34:18 -0500
13379              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
13380              
13381              Add File::PathConvert.pm.
13382              Fix Pod::Html and installhtml to understand relative urls.
13383      Branch: cfgperl
13384            + lib/File/PathConvert.pm
13385            ! MANIFEST installhtml lib/Pod/Html.pm
13386 ____________________________________________________________________________
13387 [  2810] By: jhi                                   on 1999/02/03  20:25:10
13388         Log: From: Francois Desarmenien <desar@club-internet.fr>
13389              To: Mailing list Perl5 <perl5-porters@perl.org>
13390              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
13391              Date: Wed, 03 Feb 1999 13:13:24 +0000
13392              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
13393              
13394              (note: this patch completely overrides Tom Wolfe's patch,
13395              change #2604)
13396      Branch: cfgperl
13397            + ext/GDBM_File/hints/sco.pl
13398            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
13399 ____________________________________________________________________________
13400 [  2809] By: jhi                                   on 1999/02/03  19:54:16
13401         Log: h2ph fixes + Configure patch to support them.
13402              
13403              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13404              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
13405              Gurusamy Sarathy <gsar@engin.umich.edu>
13406              Cc: perl5-porters@perl.org
13407              Subject: [PATCH 5.00503_MT5] h2ph.PL
13408              Date: Tue, 2 Feb 1999 19:48:06 -0500
13409              Message-ID: <19990202194806.E10647@O2.chapin.edu>
13410      Branch: maint-5.005/perl
13411            ! Configure utils/h2ph.PL
13412 ____________________________________________________________________________
13413 [  2808] By: jhi                                   on 1999/02/03  16:59:55
13414         Log: Enhance the perlbug checklist.
13415      Branch: cfgperl
13416            ! utils/perlbug.PL
13417 ____________________________________________________________________________
13418 [  2807] By: jhi                                   on 1999/02/03  14:01:37
13419         Log: Document the standard strftime %formats.
13420              
13421              From: Dominic Dunlop <domo@vo.lu>
13422              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
13423              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
13424              Date: Tue, 2 Feb 1999 15:55:29 +0100
13425              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
13426      Branch: cfgperl
13427            ! ext/POSIX/POSIX.pod
13428 ____________________________________________________________________________
13429 [  2806] By: jhi                                   on 1999/02/03  13:58:00
13430         Log: Integrate from mainperl.
13431      Branch: cfgperl
13432           !> perl.h
13433 ____________________________________________________________________________
13434 [  2805] By: gsar                                  on 1999/02/03  03:32:31
13435         Log: PL_uuemap[] init needs help for sizeof()
13436      Branch: perl
13437            ! perl.h
13438 ____________________________________________________________________________
13439 [  2804] By: jhi                                   on 1999/02/02  20:44:30
13440         Log: These should've been already in #2803.
13441      Branch: cfgperl
13442            ! Configure config_h.SH vms/subconfigure.com
13443 ____________________________________________________________________________
13444 [  2803] By: jhi                                   on 1999/02/02  20:38:45
13445         Log: telldir prototype issue, from mists of time...
13446      Branch: cfgperl
13447            ! hints/netbsd.sh pp_sys.c
13448 ____________________________________________________________________________
13449 [  2801] By: jhi                                   on 1999/02/02  17:40:14
13450         Log: From: John Bley <jbb6@acpub.duke.edu>
13451              To: perlbug@perl.org
13452              Subject: [PATCH]5.005_54 (DOC) fix minor typos
13453              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
13454              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
13455      Branch: cfgperl
13456            ! pod/perlre.pod
13457 ____________________________________________________________________________
13458 [  2800] By: jhi                                   on 1999/02/02  17:26:49
13459         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
13460      Branch: cfgperl
13461            ! Todo-5.005
13462 ____________________________________________________________________________
13463 [  2799] By: jhi                                   on 1999/02/02  17:18:51
13464         Log: Update FindBin from maint-5.005.
13465      Branch: cfgperl
13466            ! lib/FindBin.pm
13467 ____________________________________________________________________________
13468 [  2798] By: jhi                                   on 1999/02/02  17:16:07
13469         Log: Fix typecasts in #2797
13470              
13471              From: "G. Del Merritt" <del@intranetics.com>
13472              Date: Fri, 29 Jan 1999 11:47:25 -0700
13473              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
13474              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
13475      Branch: cfgperl
13476            ! ext/POSIX/POSIX.xs
13477 ____________________________________________________________________________
13478 [  2797] By: jhi                                   on 1999/02/02  17:14:37
13479         Log: From: Ted Law <tedlaw@cibcwg.com>
13480              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
13481              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
13482              Subject: POSIX::strftime buffer overflow problem
13483      Branch: cfgperl
13484            ! ext/POSIX/POSIX.xs
13485 ____________________________________________________________________________
13486 [  2796] By: jhi                                   on 1999/02/02  17:13:23
13487         Log: Do not use File::Slurp.
13488      Branch: cfgperl
13489            ! t/lib/textfill.t
13490 ____________________________________________________________________________
13491 [  2795] By: jhi                                   on 1999/02/02  17:11:48
13492         Log: perlhist update from maint-5.005.
13493      Branch: cfgperl
13494            ! pod/perlhist.pod
13495 ____________________________________________________________________________
13496 [  2794] By: jhi                                   on 1999/02/02  17:10:33
13497         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
13498      Branch: cfgperl
13499            ! ext/POSIX/POSIX.pm
13500 ____________________________________________________________________________
13501 [  2793] By: jhi                                   on 1999/02/02  17:08:39
13502         Log: Missed the html test from change #2787. 
13503      Branch: cfgperl
13504            ! t/lib/cgi-html.t
13505 ____________________________________________________________________________
13506 [  2792] By: jhi                                   on 1999/02/02  17:01:24
13507         Log: Update Getopt::Long to 2.19.
13508      Branch: cfgperl
13509            ! lib/Getopt/Long.pm
13510 ____________________________________________________________________________
13511 [  2791] By: jhi                                   on 1999/02/02  16:59:13
13512         Log: overload syntax is no longer experimental
13513      Branch: cfgperl
13514            ! lib/overload.pm
13515 ____________________________________________________________________________
13516 [  2789] By: jhi                                   on 1999/02/02  16:47:50
13517         Log: Still doc fixes.
13518      Branch: cfgperl
13519            ! lib/diagnostics.pm
13520 ____________________________________________________________________________
13521 [  2788] By: jhi                                   on 1999/02/02  16:47:07
13522         Log: Doc fixes.
13523      Branch: cfgperl
13524            ! lib/CGI.pm lib/diagnostics.pm
13525 ____________________________________________________________________________
13526 [  2787] By: jhi                                   on 1999/02/02  16:38:55
13527         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
13528              where applicable).
13529      Branch: cfgperl
13530            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
13531            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
13532            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
13533            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
13534            ! eg/cgi/frameset.cgi eg/cgi/index.html
13535            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
13536            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
13537            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
13538            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
13539            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
13540            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
13541 ____________________________________________________________________________
13542 [  2786] By: jhi                                   on 1999/02/02  16:17:52
13543         Log: Update CPAN to 1.47.
13544      Branch: cfgperl
13545            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13546 ____________________________________________________________________________
13547 [  2785] By: jhi                                   on 1999/02/02  16:09:03
13548         Log: From: Mark-Jason Dominus <mjd@plover.com>
13549              Date: Sat, 16 Jan 1999 17:22:06 -0500
13550              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
13551              Message-ID: <19990116222206.3674.qmail@plover.com>
13552      Branch: cfgperl
13553            ! pod/perlsub.pod
13554 ____________________________________________________________________________
13555 [  2784] By: jhi                                   on 1999/02/02  16:01:31
13556         Log: Fix incorrect "used only once" warnings
13557              
13558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13559              Date: Fri, 8 Jan 1999 04:37:10 -0500
13560              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
13561              Subject: Re: change#965 flakiness
13562      Branch: cfgperl
13563            ! gv.c
13564 ____________________________________________________________________________
13565 [  2783] By: jhi                                   on 1999/02/02  15:50:38
13566         Log: perldelta updates.
13567      Branch: cfgperl
13568            ! pod/perldelta.pod
13569 ____________________________________________________________________________
13570 [  2782] By: jhi                                   on 1999/02/02  14:28:26
13571         Log: Mirror change #2781.
13572      Branch: cfgperl
13573            ! hints/linux.sh
13574 ____________________________________________________________________________
13575 [  2781] By: jhi                                   on 1999/02/02  14:27:01
13576         Log: Update the MkLinux note.
13577      Branch: maint-5.005/perl
13578            ! hints/linux.sh
13579 ____________________________________________________________________________
13580 [  2780] By: jhi                                   on 1999/02/02  14:10:59
13581         Log: Update todo.
13582      Branch: cfgperl
13583            ! Todo-5.005
13584 ____________________________________________________________________________
13585 [  2779] By: jhi                                   on 1999/02/02  14:00:25
13586         Log: Integrate from mainperl.
13587      Branch: cfgperl
13588            ! t/lib/textfill.t t/lib/textwrap.t
13589           !> (integrate 32 files)
13590 ____________________________________________________________________________
13591 [  2778] By: jhi                                   on 1999/02/02  13:56:23
13592         Log: VMS update, applicable parts of
13593              
13594              From: Dan Sugalski <sugalskd@osshe.edu>
13595              To: perl5-porters@perl.org
13596              Subject: [PATCH 5.005_03MT3]VMS configure tweak
13597              Date: Wed, 20 Jan 1999 12:05:18 -0800
13598              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
13599              
13600              From: Dan Sugalski <sugalskd@osshe.edu>
13601              To: perlbug@perl.com, vmsperl@perl.org
13602              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
13603              Date: Tue, 26 Jan 1999 14:40:38 -0800
13604              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
13605              
13606              From: Dan Sugalski <sugalskd@osshe.edu>
13607              To: perl5-porters@perl.org, vmsperl@perl.org
13608              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
13609              Date: Tue, 26 Jan 1999 14:55:29 -0800
13610              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
13611      Branch: cfgperl
13612            ! vms/ext/Stdio/test.pl vms/subconfigure.com
13613 ____________________________________________________________________________
13614 [  2777] By: jhi                                   on 1999/02/02  13:43:24
13615         Log: Synch usethreads parts from maint-5.005.
13616      Branch: cfgperl
13617            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
13618            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
13619            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
13620            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
13621 ____________________________________________________________________________
13622 [  2776] By: jhi                                   on 1999/02/02  13:17:16
13623         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
13624      Branch: cfgperl
13625            ! Makefile.SH hints/freebsd.sh
13626 ____________________________________________________________________________
13627 [  2774] By: jhi                                   on 1999/02/02  13:10:39
13628         Log: Add perlthrtut, update pod/* machinery.
13629              (a pod/Makefile.SH is sorely needed)
13630      Branch: cfgperl
13631            + pod/perlthrtut.pod
13632            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
13633 ____________________________________________________________________________
13634 [  2773] By: jhi                                   on 1999/02/02  12:54:24
13635         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13636              To: perl5-porters@perl.org
13637              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
13638              Date: Tue, 26 Jan 1999 22:25:07 +0000
13639              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
13640      Branch: cfgperl
13641            ! pod/perlguts.pod
13642 ____________________________________________________________________________
13643 [  2771] By: jhi                                   on 1999/02/02  12:47:34
13644         Log: Use perlbug instead of personal email address.
13645      Branch: cfgperl
13646            ! Configure
13647 ____________________________________________________________________________
13648 [  2770] By: jhi                                   on 1999/02/02  12:42:06
13649         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
13650              
13651              From: "G. Del Merritt" <del@intranetics.com>
13652              To: perlbug@perl.com
13653              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13654              Date: Tue, 26 Jan 1999 12:09:09 -0700
13655              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13656      Branch: cfgperl
13657            ! iperlsys.h
13658 ____________________________________________________________________________
13659 [  2769] By: jhi                                   on 1999/02/02  12:37:57
13660         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13661              To: Mailing list Perl5 <perl5-porters@perl.org>
13662              Subject: [PATCH 5.005_*] OS/2 threads
13663              Date: Tue, 26 Jan 1999 13:39:46 -0500
13664              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
13665      Branch: cfgperl
13666            ! os2/os2ish.h
13667 ____________________________________________________________________________
13668 [  2768] By: jhi                                   on 1999/02/02  12:36:16
13669         Log: Apply change #2711 from maint-5.005:
13670              
13671              make ok", "make okfile", and "make nok" were broken
13672              with -Duseshrplib, because of a shared typo.
13673              
13674              From: Spider Boardman <spider@web.zk3.dec.com>
13675              To: perlbug@perl.com
13676              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13677              Date: Wed, 27 Jan 1999 12:27:15 -0500
13678              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
13679      Branch: cfgperl
13680            ! Makefile.SH
13681 ____________________________________________________________________________
13682 [  2766] By: jhi                                   on 1999/02/02  12:27:08
13683         Log: Make Configure use "int main()" instead of bare "main()".
13684              Like maint-5.005 change #2703 but now via metaconfig.
13685      Branch: cfgperl
13686            ! Configure
13687 ____________________________________________________________________________
13688 [  2765] By: jhi                                   on 1999/02/02  11:59:30
13689         Log: Undo part of change #2562.
13690      Branch: cfgperl
13691            ! Configure
13692 ____________________________________________________________________________
13693 [  2764] By: jhi                                   on 1999/02/02  11:52:39
13694         Log: NetBSD synch with maint-5.005.
13695      Branch: cfgperl
13696            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
13697 ____________________________________________________________________________
13698 [  2763] By: jhi                                   on 1999/02/02  11:44:07
13699         Log: $Config{installusrbinperl}
13700              (maint-5.005 changes #2614 and #2709)
13701      Branch: cfgperl
13702            ! Configure installperl
13703 ____________________________________________________________________________
13704 [  2762] By: jhi                                   on 1999/02/02  11:29:13
13705         Log: Errno update from maint-5.005 (changes #2583, #2710).
13706      Branch: cfgperl
13707            ! Configure ext/Errno/Errno_pm.PL
13708 ____________________________________________________________________________
13709 [  2759] By: jhi                                   on 1999/02/02  10:53:20
13710         Log: Update Trig.pm from maint-5.005.
13711      Branch: cfgperl
13712            ! lib/Math/Trig.pm
13713 ____________________________________________________________________________
13714 [  2757] By: jhi                                   on 1999/02/02  10:41:26
13715         Log: MPE/iX update (mirror maint-5.005 change #2715)
13716      Branch: cfgperl
13717            ! hints/mpeix.sh mpeix/relink
13718 ____________________________________________________________________________
13719 [  2756] By: jhi                                   on 1999/02/02  10:38:08
13720         Log: BeOS update (Mirror maint-5.005 change #2727).
13721      Branch: cfgperl
13722            + ext/DynaLoader/dl_beos.xs
13723            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
13724            ! lib/ExtUtils/MM_Unix.pm
13725 ____________________________________________________________________________
13726 [  2754] By: gsar                                  on 1999/02/02  08:52:13
13727         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
13728      Branch: perl
13729            ! Porting/pumpkin.pod Todo Todo-5.005
13730 ____________________________________________________________________________
13731 [  2753] By: gsar                                  on 1999/02/02  08:46:21
13732         Log: Todo tweaks
13733      Branch: perl
13734            ! Todo Todo-5.005
13735 ____________________________________________________________________________
13736 [  2752] By: jhi                                   on 1999/02/01  22:15:12
13737         Log: Add perlthrtut.pod.
13738              
13739              From: Dan Sugalski <sugalskd@osshe.edu>
13740              To: perl5-porters@perl.org
13741              Subject: perlthrtut.pod
13742              Date: Mon, 01 Feb 1999 10:57:11 -0800
13743              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
13744      Branch: maint-5.005/perl
13745            + pod/perlthrtut.pod
13746            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
13747            ! pod/roffitall
13748 ____________________________________________________________________________
13749 [  2751] By: gsar                                  on 1999/02/01  07:28:05
13750         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
13751      Branch: perl
13752            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
13753            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
13754 ____________________________________________________________________________
13755 [  2750] By: gsar                                  on 1999/02/01  07:09:20
13756         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13757              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
13758              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
13759              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
13760      Branch: perl
13761            ! regexec.c
13762 ____________________________________________________________________________
13763 [  2749] By: gsar                                  on 1999/02/01  07:07:59
13764         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13765              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
13766              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
13767              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
13768      Branch: perl
13769            ! regexec.c
13770 ____________________________________________________________________________
13771 [  2748] By: gsar                                  on 1999/02/01  06:47:06
13772         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
13773              Date: Thu, 3 Dec 1998 15:10:17 -0500
13774              Message-Id: <199812032010.PAA09692@jik.shore.net>
13775              Subject: sample checksum code in "perlfunc" man page is wrong
13776      Branch: perl
13777            ! pod/perlfunc.pod
13778 ____________________________________________________________________________
13779 [  2747] By: gsar                                  on 1999/02/01  06:35:13
13780         Log: typos in Pod/Text.pm
13781              From: "Greg Chapman" <glc@well.com>
13782              Date: Tue, 1 Dec 1998 10:50:18 -0800
13783              Message-Id: <199812011849.KAA08816@smtp.well.com>
13784              Subject: Glitch in Pod::Text
13785      Branch: perl
13786            ! lib/Pod/Text.pm
13787 ____________________________________________________________________________
13788 [  2746] By: gsar                                  on 1999/02/01  06:27:35
13789         Log: various win32-ish changes merged from maint-5.005
13790      Branch: perl
13791            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
13792            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
13793            ! win32/Makefile win32/config.bc win32/config.vc
13794            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
13795            ! win32/win32.c
13796 ____________________________________________________________________________
13797 [  2745] By: gsar                                  on 1999/02/01  04:51:54
13798         Log: integrate cfgperl changes into mainline
13799      Branch: perl
13800           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
13801 ____________________________________________________________________________
13802 [  2744] By: gsar                                  on 1999/02/01  04:31:09
13803         Log: improved diagnostic on syntax errors at EOL
13804      Branch: perl
13805            ! toke.c
13806 ____________________________________________________________________________
13807 [  2743] By: gsar                                  on 1999/02/01  03:59:13
13808         Log: don't attempt connect() to bogus IP addresses
13809              From:    Graham Barr <gbarr@pobox.com>
13810              Date:    Sun, 31 Jan 1999 21:50:45 CST
13811              Message-Id: <19990131215045.A633@pobox.com>
13812      Branch: perl
13813            ! t/lib/io_multihomed.t
13814 ____________________________________________________________________________
13815 [  2742] By: gsar                                  on 1999/02/01  03:08:58
13816         Log: update Changes
13817      Branch: perl
13818            ! Changes pod/perldelta.pod
13819 ____________________________________________________________________________
13820 [  2740] By: gsar                                  on 1999/02/01  02:43:07
13821         Log: CAPI inheritance tweak and doc
13822      Branch: maint-5.005/perl
13823            ! lib/ExtUtils/MakeMaker.pm
13824 ____________________________________________________________________________
13825 [  2739] By: jhi                                   on 1999/01/31  18:31:54
13826         Log: Undo changes #2730 and #2731 and replace them
13827              with an extensively tested patch from
13828              Anton Berezin <tobez@plab.ku.dk> (via private email).
13829      Branch: maint-5.005/perl
13830            ! Makefile.SH hints/freebsd.sh
13831 ____________________________________________________________________________
13832 [  2738] By: gsar                                  on 1999/01/31  05:04:32
13833         Log: fix bogus CAPI inheritance from change#2541
13834      Branch: maint-5.005/perl
13835            ! lib/ExtUtils/MakeMaker.pm
13836 ____________________________________________________________________________
13837 [  2731] By: jhi                                   on 1999/01/29  14:33:12
13838         Log: FreeBSD version numbers can be like "2.2.8-release".
13839      Branch: maint-5.005/perl
13840            ! hints/freebsd.sh
13841 ____________________________________________________________________________
13842 [  2730] By: jhi                                   on 1999/01/29  12:40:38
13843         Log: FreeBSD hints iteration (hopefully convergent).
13844              usethreads: require at least FreeBSD 2.2.8.
13845              signal type: mirror change #2429 in cfgperl.
13846      Branch: maint-5.005/perl
13847            ! hints/freebsd.sh
13848 ____________________________________________________________________________
13849 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
13850         Log: From: Tom Spindler <dogcow@isi.net>
13851              Date: Thu, 28 Jan 1999 17:15:11 -0800
13852              Message-ID: <19990128171510.A11778@isi.net>
13853              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
13854      Branch: maint-5.005/perl
13855            + ext/DynaLoader/dl_beos.xs
13856            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
13857            ! lib/ExtUtils/MM_Unix.pm
13858 ____________________________________________________________________________
13859 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
13860         Log: Remove use of File::Slurp in t/lib/textfill.t
13861      Branch: maint-5.005/perl
13862            ! t/lib/textfill.t
13863 ____________________________________________________________________________
13864 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
13865         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
13866              Date: Wed, 27 Jan 1999 23:14:33 -0800
13867              Message-Id: <199901280714.XAA10176@activestate.com>
13868              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
13869      Branch: maint-5.005/perl
13870            ! win32/Makefile win32/makefile.mk
13871 ____________________________________________________________________________
13872 [  2720] By: gsar                                  on 1999/01/27  21:54:42
13873         Log: missing space while munging CCFLAGS for PERL_CAPI
13874      Branch: perl
13875            ! lib/ExtUtils/MM_Unix.pm
13876 ____________________________________________________________________________
13877 [  2718] By: jhi                                   on 1999/01/27  19:46:04
13878         Log: io/fs.t fails test #18 (sense of tests appears to have been
13879              changed incompletely; this patch just skips the test attached,
13880              a la test #17 preceding it).
13881              
13882              From: "G. Del Merritt" <del@intranetics.com>
13883              To: perlbug@perl.com
13884              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13885              Date: Tue, 26 Jan 1999 12:09:09 -0700
13886              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13887      Branch: maint-5.005/perl
13888            ! t/io/fs.t
13889 ____________________________________________________________________________
13890 [  2717] By: jhi                                   on 1999/01/27  19:44:46
13891         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
13892              
13893              From: "G. Del Merritt" <del@intranetics.com>
13894              To: perlbug@perl.com
13895              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13896              Date: Tue, 26 Jan 1999 12:09:09 -0700
13897              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13898      Branch: maint-5.005/perl
13899            ! iperlsys.h
13900 ____________________________________________________________________________
13901 [  2715] By: jhi                                   on 1999/01/27  19:34:28
13902         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
13903              To: perl5-porters@perl.org
13904              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
13905              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
13906              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
13907      Branch: maint-5.005/perl
13908            ! hints/mpeix.sh mpeix/relink
13909 ____________________________________________________________________________
13910 [  2710] By: jhi                                   on 1999/01/27  19:22:23
13911         Log: Errno fixes:
13912              
13913              From: Spider Boardman <spider@web.zk3.dec.com>
13914              To: perlbug@perl.com
13915              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13916              Date: Wed, 27 Jan 1999 12:27:15 -0500
13917              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
13918              
13919              From: Spider Boardman <spider@web.zk3.dec.com>
13920              To: perlbug@perl.com
13921              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13922              Date: Wed, 27 Jan 1999 13:31:16 -0500
13923              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
13924      Branch: maint-5.005/perl
13925            ! Configure ext/Errno/Errno_pm.PL
13926 ____________________________________________________________________________
13927 [  2709] By: jhi                                   on 1999/01/27  19:17:35
13928         Log: Fix Configure installusrbinperl:
13929              
13930              From: Spider Boardman <spider@web.zk3.dec.com>
13931              To: jhi@iki.fi
13932              cc: perl5-porters@perl.org
13933              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13934              Date: Wed, 27 Jan 1999 13:03:35 -0500
13935              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
13936      Branch: maint-5.005/perl
13937            ! Configure
13938 ____________________________________________________________________________
13939 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
13940         Log: Add redef IO::Handle::* for setv?buf()
13941      Branch: maint-5.005/perl
13942            ! ext/POSIX/POSIX.pm
13943 ____________________________________________________________________________
13944 [  2705] By: jhi                                   on 1999/01/24  15:14:30
13945         Log: Mention year-1900 and month 0..11.
13946      Branch: cfgperl
13947            ! lib/Time/Local.pm
13948 ____________________________________________________________________________
13949 [  2704] By: jhi                                   on 1999/01/24  15:13:36
13950         Log: Document Configure -Uinstallusrbinperl.
13951      Branch: cfgperl
13952            ! INSTALL pod/perldelta.pod
13953 ____________________________________________________________________________
13954 [  2698] By: jhi                                   on 1999/01/24  12:46:00
13955         Log: Use only xlc_r for usethreads.
13956      Branch: cfgperl
13957            ! hints/aix.sh
13958 ____________________________________________________________________________
13959 [  2695] By: gsar                                  on 1999/01/24  07:09:05
13960         Log: integrate cfgperl changes into mainline
13961      Branch: perl
13962           +> lib/Exporter/Heavy.pm
13963           !> (integrate 65 files)
13964 ____________________________________________________________________________
13965 [  2694] By: gsar                                  on 1999/01/24  01:28:49
13966         Log: better notes on 'make' on win32
13967      Branch: perl
13968            ! README.win32
13969 ____________________________________________________________________________
13970 [  2683] By: jhi                                   on 1999/01/22  15:41:00
13971         Log: More de-cut-and-pastos.
13972      Branch: cfgperl
13973            ! hints/irix_6.sh hints/os2.sh
13974 ____________________________________________________________________________
13975 [  2682] By: jhi                                   on 1999/01/22  15:30:51
13976         Log: usethreads.cbu cut-and-pasto.
13977      Branch: cfgperl
13978            ! hints/solaris_2.sh
13979 ____________________________________________________________________________
13980 [  2681] By: jhi                                   on 1999/01/22  14:54:55
13981         Log: Better (I hope) LANGUAGE documentation.
13982      Branch: cfgperl
13983            ! pod/perllocale.pod
13984 ____________________________________________________________________________
13985 [  2680] By: jhi                                   on 1999/01/22  09:20:29
13986         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13987              To: perl5-porters@perl.org
13988              Subject: [PATCH 5.005_03MT3]VMS configure tweak
13989              Date: Wed, 20 Jan 1999 12:05:18 -0800
13990              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
13991      Branch: cfgperl
13992            ! vms/subconfigure.com
13993 ____________________________________________________________________________
13994 [  2679] By: jhi                                   on 1999/01/22  09:13:18
13995         Log: nosuid getmntent() branch.
13996      Branch: cfgperl
13997            ! perl.c perl.h
13998 ____________________________________________________________________________
13999 [  2678] By: jhi                                   on 1999/01/22  08:54:19
14000         Log: nosuid patch continued: *BSD needs <sys/param.h>.
14001      Branch: cfgperl
14002            ! Configure config_h.SH
14003 ____________________________________________________________________________
14004 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
14005         Log: Fixup FindBin to use File::Spec
14006              
14007              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
14008              Date: Wed, 20 Jan 1999 18:51:57 +0000
14009              From: Paul Johnson <pjcj@transeda.com>
14010              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
14011      Branch: maint-5.005/perl
14012            ! lib/FindBin.pm
14013 ____________________________________________________________________________
14014 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
14015         Log: Fix win32 for Borland compiler and spaces in paths
14016              
14017              From: Gurusamy Sarathy <gsar@activestate.com>
14018              Date: Mon, 18 Jan 1999 20:33:17 -0800
14019              Message-Id: <199901190433.UAA03656@activestate.com>
14020              Subject: [PATCH] 5.005_03-trial3 win32 issues
14021      Branch: maint-5.005/perl
14022            ! README.win32 win32/Makefile win32/config_sh.PL
14023            ! win32/makefile.mk win32/runperl.c
14024 ____________________________________________________________________________
14025 [  2670] By: jhi                                   on 1999/01/21  16:12:38
14026         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14027              To: perl5-porters@perl.org
14028              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
14029              Date: Thu, 21 Jan 1999 12:08:01 +0000
14030              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
14031      Branch: cfgperl
14032            ! pod/perldiag.pod t/op/subst.t toke.c
14033 ____________________________________________________________________________
14034 [  2669] By: jhi                                   on 1999/01/21  16:11:46
14035         Log: To: perl5-porters@perl.org
14036              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
14037              From: Anton Berezin <tobez@plab.ku.dk>
14038              Date: 21 Jan 1999 17:07:28 +0100
14039              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
14040      Branch: cfgperl
14041            ! hints/freebsd.sh
14042 ____________________________________________________________________________
14043 [  2668] By: jhi                                   on 1999/01/21  15:38:34
14044         Log: Add Daniel Grisinger <dgris@dimensional.com>.
14045      Branch: cfgperl
14046            ! AUTHORS MAINTAIN
14047 ____________________________________________________________________________
14048 [  2667] By: jhi                                   on 1999/01/21  15:32:28
14049         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14050              To: Mailing list Perl5 <perl5-porters@perl.org>
14051              Subject: [PATCH 5.005_53] Lean Exporter.pm
14052              Date: Thu, 21 Jan 1999 03:25:23 -0500
14053              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
14054      Branch: cfgperl
14055            + lib/Exporter/Heavy.pm
14056            ! MANIFEST lib/Exporter.pm
14057 ____________________________________________________________________________
14058 [  2666] By: jhi                                   on 1999/01/21  15:24:10
14059         Log: From: "W. Phillip Moore" <wpm@ms.com>
14060              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
14061              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
14062              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
14063              Message-ID: <13988.46383.298992.97303@zappa>
14064      Branch: cfgperl
14065            ! lib/File/Path.pm
14066 ____________________________________________________________________________
14067 [  2665] By: jhi                                   on 1999/01/21  15:20:48
14068         Log: CPAN update (CPAN-1.44_54) from Andreas and
14069              jumbo doc patch from Abigail.
14070              
14071              From: abigail@fnx.com
14072              To: perl5-porters@perl.org (Perl Porters)
14073              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
14074              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
14075              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
14076              
14077              From: abigail@fnx.com
14078              To: perl5-porters@perl.org (Perl Porters)
14079              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
14080              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
14081              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
14082              
14083              From: abigail@fnx.com
14084              To: perl5-porters@perl.org (Perl Porters)
14085              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
14086              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
14087              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
14088              
14089              From: abigail@fnx.com
14090              To: perl5-porters@perl.org (Perl Porters)
14091              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
14092              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
14093              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
14094              
14095              From: abigail@fnx.com
14096              To: perl5-porters@perl.org (Perl Porters)
14097              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
14098              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
14099              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
14100              
14101              From: abigail@fnx.com
14102              To: perl5-porters@perl.org (Perl Porters)
14103              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
14104              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
14105              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
14106              
14107              From: abigail@fnx.com
14108              To: perl5-porters@perl.org (Perl Porters)
14109              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
14110              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
14111              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
14112              
14113              From: abigail@fnx.com
14114              To: perl5-porters@perl.org (Perl Porters)
14115              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
14116              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
14117              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
14118              
14119              From: abigail@fnx.com
14120              To: perl5-porters@perl.org (Perl Porters)
14121              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
14122              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
14123              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
14124              
14125              From: abigail@fnx.com
14126              To: perl5-porters@perl.org (Perl Porters)
14127              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
14128              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
14129              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
14130              
14131              From: abigail@fnx.com
14132              To: perl5-porters@perl.org (Perl Porters)
14133              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
14134              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
14135              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
14136              
14137              From: abigail@fnx.com
14138              To: perl5-porters@perl.org (Perl Porters)
14139              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
14140              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
14141              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
14142              
14143              From: abigail@fnx.com
14144              To: perl5-porters@perl.org (Perl Porters)
14145              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
14146              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
14147              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
14148      Branch: cfgperl
14149            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
14150            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
14151            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
14152            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
14153 ____________________________________________________________________________
14154 [  2664] By: jhi                                   on 1999/01/21  14:47:43
14155         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14156              To: Mailing list Perl5 <perl5-porters@perl.org>
14157              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
14158              Date: Thu, 21 Jan 1999 03:58:29 -0500
14159              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
14160      Branch: cfgperl
14161            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
14162 ____________________________________________________________________________
14163 [  2663] By: jhi                                   on 1999/01/21  14:43:58
14164         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14165              To: Mailing list Perl5 <perl5-porters@perl.org>
14166              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
14167              Date: Thu, 21 Jan 1999 02:46:34 -0500
14168              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
14169      Branch: cfgperl
14170            ! ext/Errno/Errno_pm.PL
14171 ____________________________________________________________________________
14172 [  2662] By: jhi                                   on 1999/01/21  14:42:42
14173         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
14174              To: Francois Desarmenien <desar@club-internet.fr>
14175              Cc: Gurusamy Sarathy <gsar@activestate.com>,
14176              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
14177              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
14178              Date: 21 Jan 1999 00:17:35 -0700
14179              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
14180      Branch: cfgperl
14181            ! Porting/patching.pod
14182 ____________________________________________________________________________
14183 [  2661] By: jhi                                   on 1999/01/21  14:41:13
14184         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14185              To: Mailing list Perl5 <perl5-porters@perl.org>
14186              Subject: [PATCH 5.00*] makedepend
14187              Date: Thu, 21 Jan 1999 02:08:27 -0500
14188              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
14189      Branch: cfgperl
14190            ! makedepend.SH
14191 ____________________________________________________________________________
14192 [  2660] By: jhi                                   on 1999/01/21  14:36:45
14193         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14194              To: Mailing list Perl5 <perl5-porters@perl.org>
14195              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
14196              Date: Tue, 19 Jan 1999 20:06:45 -0500
14197              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
14198      Branch: cfgperl
14199            ! os2/Changes os2/os2.c
14200 ____________________________________________________________________________
14201 [  2657] By: jhi                                   on 1999/01/21  11:40:35
14202         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14203              To: perl5-porters@perl.org
14204              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
14205              Date: Mon, 18 Jan 1999 01:32:31 PST
14206              Message-ID: <19990118093231.18443.qmail@hotmail.com>
14207      Branch: cfgperl
14208            ! ext/B/B/CC.pm
14209 ____________________________________________________________________________
14210 [  2656] By: jhi                                   on 1999/01/21  11:35:34
14211         Log: From: Achim Bohnet <ach@mpe.mpg.de>
14212              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
14213              Date: Wed, 20 Jan 1999 20:25:53 +0100
14214              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
14215      Branch: cfgperl
14216            ! pp.c
14217 ____________________________________________________________________________
14218 [  2655] By: jhi                                   on 1999/01/21  10:46:01
14219         Log: Handle NIS (and NetInfo) more robustly.
14220      Branch: cfgperl
14221            ! t/op/grent.t t/op/pwent.t
14222 ____________________________________________________________________________
14223 [  2654] By: jhi                                   on 1999/01/21  10:17:20
14224         Log: Two-argument eaccess() of SCO.
14225      Branch: cfgperl
14226            ! pp_sys.c
14227 ____________________________________________________________________________
14228 [  2653] By: jhi                                   on 1999/01/21  08:53:14
14229         Log: -DNO_NOSUID_CHECK for those platforms which have no way
14230              of checking for nosuid but still want suidperl.
14231      Branch: cfgperl
14232            ! perl.c
14233 ____________________________________________________________________________
14234 [  2652] By: jhi                                   on 1999/01/21  08:22:50
14235         Log: The LANGUAGE mirrors LC_ALL usage.
14236      Branch: cfgperl
14237            ! Configure config_h.SH
14238 ____________________________________________________________________________
14239 [  2651] By: jhi                                   on 1999/01/20  22:01:21
14240         Log: I_MNTENT was missing.
14241      Branch: cfgperl
14242            ! Configure config_h.SH
14243 ____________________________________________________________________________
14244 [  2650] By: jhi                                   on 1999/01/19  13:42:03
14245         Log: NetBSD update, based on patches from the NetBSD packages system.
14246      Branch: cfgperl
14247            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
14248 ____________________________________________________________________________
14249 [  2649] By: jhi                                   on 1999/01/19  12:44:02
14250         Log: Jumbo Configure update.
14251              * -Uinstallusrbinperl: disable /usr/bin/perl installation
14252              by installperl
14253              * usethreads.cbu
14254              * use64bits.cbu
14255              * "nosuid"
14256      Branch: cfgperl
14257            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
14258            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
14259            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
14260            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
14261            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
14262            ! pod/perldiag.pod
14263 ____________________________________________________________________________
14264 [  2648] By: jhi                                   on 1999/01/19  09:16:44
14265         Log: Mention /usr/share/locale.
14266      Branch: cfgperl
14267            ! pod/perllocale.pod
14268 ____________________________________________________________________________
14269 [  2647] By: jhi                                   on 1999/01/19  09:11:11
14270         Log: SHMLBA strikes back in NetBSD/sparc.
14271              
14272              From: Dave Nelson <David.Nelson@bellcow.com>
14273              To: jhi@iki.fi
14274              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
14275              Date: Mon, 18 Jan 1999 22:07:56 -0600
14276              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
14277      Branch: cfgperl
14278            ! ext/IPC/SysV/SysV.xs
14279 ____________________________________________________________________________
14280 [  2646] By: jhi                                   on 1999/01/19  08:58:17
14281         Log: Show LANGUAGE env var when needed. (Augment change #2645).
14282      Branch: cfgperl
14283            ! util.c utils/perlbug.PL
14284 ____________________________________________________________________________
14285 [  2645] By: jhi                                   on 1999/01/19  08:52:15
14286         Log: Document the GNU LANGUAGE env var.
14287      Branch: cfgperl
14288            ! pod/perllocale.pod
14289 ____________________________________________________________________________
14290 [  2644] By: jhi                                   on 1999/01/19  08:42:25
14291         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14292              To: Mailing list Perl5 <perl5-porters@perl.org>
14293              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
14294              Date: Mon, 18 Jan 1999 20:57:02 -0500
14295              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
14296      Branch: cfgperl
14297            ! pp_hot.c t/op/pat.t
14298 ____________________________________________________________________________
14299 [  2643] By: jhi                                   on 1999/01/18  11:23:41
14300         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
14301      Branch: cfgperl
14302            ! Makefile.SH
14303 ____________________________________________________________________________
14304 [  2642] By: jhi                                   on 1999/01/18  11:03:38
14305         Log: GNU libc locale system has LANGUAGE env var that partly
14306              overrides even LC_ALL.
14307      Branch: cfgperl
14308            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
14309 ____________________________________________________________________________
14310 [  2641] By: jhi                                   on 1999/01/18  10:55:04
14311         Log: Integrate from mainperl.
14312      Branch: cfgperl
14313           +> ext/B/defsubs.h.PL
14314            ! t/op/groups.t
14315           !> (integrate 38 files)
14316 ____________________________________________________________________________
14317 [  2640] By: gsar                                  on 1999/01/18  10:06:29
14318         Log: a few random cleanups
14319      Branch: perl
14320            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
14321 ____________________________________________________________________________
14322 [  2639] By: gsar                                  on 1999/01/18  05:56:21
14323         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
14324              Date:    Sun, 17 Jan 1999 16:41:10 PST
14325              Message-Id: <19990118004111.29667.qmail@hotmail.com>
14326              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
14327      Branch: perl
14328            ! ext/B/B/C.pm
14329 ____________________________________________________________________________
14330 [  2638] By: gsar                                  on 1999/01/18  05:41:21
14331         Log: From:    jan.dubois@ibm.net (Jan Dubois)
14332              Date:    Mon, 18 Jan 1999 00:37:41 +0100
14333              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
14334              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
14335      Branch: perl
14336            ! dump.c
14337 ____________________________________________________________________________
14338 [  2633] By: gsar                                  on 1999/01/17  13:39:59
14339         Log: bogus assert()
14340      Branch: perl
14341            ! pp.c t/op/groups.t
14342 ____________________________________________________________________________
14343 [  2632] By: gsar                                  on 1999/01/17  13:22:04
14344         Log: various tweaks for clean build and test on win32
14345      Branch: perl
14346            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
14347            ! op.c t/pragma/warn/doio
14348 ____________________________________________________________________________
14349 [  2631] By: gsar                                  on 1999/01/17  12:28:06
14350         Log: undo change#2336, and add clarification about subversive
14351              CPAN distributions from Andreas Koenig
14352      Branch: perl
14353            ! Porting/pumpkin.pod lib/CPAN.pm
14354 ____________________________________________________________________________
14355 [  2630] By: gsar                                  on 1999/01/17  12:04:06
14356         Log: fix silent taint failures under -U
14357      Branch: perl
14358            ! doio.c
14359 ____________________________________________________________________________
14360 [  2629] By: gsar                                  on 1999/01/17  12:00:23
14361         Log: sanity check piped opens (tweaked version of patch suggested
14362              by Mark-Jason Dominus)
14363      Branch: perl
14364            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
14365            ! t/op/taint.t t/pragma/warn/doio
14366 ____________________________________________________________________________
14367 [  2628] By: gsar                                  on 1999/01/17  11:26:21
14368         Log: regen headers
14369      Branch: perl
14370            ! embed.h embedvar.h objXSUB.h
14371 ____________________________________________________________________________
14372 [  2627] By: gsar                                  on 1999/01/17  11:23:37
14373         Log: PERL_OBJECTness for change#2595
14374      Branch: perl
14375            ! embed.pl op.c pod/perlport.pod proto.h
14376 ____________________________________________________________________________
14377 [  2626] By: gsar                                  on 1999/01/17  09:47:07
14378         Log: PERL_OBJECT tweaks for change#2426
14379      Branch: perl
14380            ! embed.pl proto.h regcomp.c
14381 ____________________________________________________________________________
14382 [  2625] By: gsar                                  on 1999/01/17  09:37:58
14383         Log: documentation in change#2596 is not quite right; fix it
14384      Branch: perl
14385            ! lib/Math/BigFloat.pm pod/perlguts.pod
14386 ____________________________________________________________________________
14387 [  2624] By: gsar                                  on 1999/01/17  09:28:34
14388         Log: undo change#2571; C<use File::Spec> instead
14389      Branch: perl
14390            ! lib/FindBin.pm
14391 ____________________________________________________________________________
14392 [  2623] By: gsar                                  on 1999/01/17  09:20:42
14393         Log: change#2572 is not applicable; undo, retaining scan_bin addition
14394              to global.sym
14395      Branch: perl
14396            ! global.sym perl.c proto.h
14397 ____________________________________________________________________________
14398 [  2622] By: gsar                                  on 1999/01/17  09:17:42
14399         Log: change#2576 is based on a wrong premise; undo it
14400      Branch: perl
14401            ! pp_ctl.c
14402 ____________________________________________________________________________
14403 [  2621] By: gsar                                  on 1999/01/17  09:12:42
14404         Log: fix change#2602 to not used hard coded constants
14405      Branch: perl
14406            ! ext/B/B/C.pm ext/B/defsubs.h.PL
14407 ____________________________________________________________________________
14408 [  2620] By: gsar                                  on 1999/01/17  09:02:07
14409         Log: integrate cfgperl changes into mainline, fix conflicts
14410      Branch: perl
14411           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
14412           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
14413           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
14414           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
14415           +> pod/perlopentut.pod
14416           !> (integrate 162 files)
14417 ____________________________________________________________________________
14418 [  2619] By: gsar                                  on 1999/01/17  08:42:04
14419         Log: a few doc typos
14420      Branch: perl
14421            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
14422 ____________________________________________________________________________
14423 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
14424         Log: Win32 changes from Jan
14425              
14426              From: jan.dubois@ibm.net (Jan Dubois)
14427              Date: Fri, 15 Jan 1999 23:38:35 +0100
14428              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
14429              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
14430              
14431              From: jan.dubois@ibm.net (Jan Dubois)
14432              Date: Sat, 16 Jan 1999 13:02:45 +0100
14433              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
14434              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
14435      Branch: maint-5.005/perl
14436            ! README.win32 win32/Makefile win32/makefile.mk
14437 ____________________________________________________________________________
14438 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
14439         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
14440              
14441              From: Gurusamy Sarathy <gsar@engin.umich.edu>
14442              Date: Thu, 07 Jan 1999 00:12:00 -0500
14443              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
14444              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14445              
14446              From: Gurusamy Sarathy <gsar@engin.umich.edu>
14447              Date: Thu, 14 Jan 1999 19:21:46 -0500
14448              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
14449              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14450      Branch: maint-5.005/perl
14451            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
14452            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
14453            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
14454            ! win32/makedef.pl win32/runperl.c win32/win32.c
14455 ____________________________________________________________________________
14456 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
14457         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14458              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
14459              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
14460              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
14461              
14462              From: Jarkko Hietaniemi <jhi@iki.fi>
14463              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
14464              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
14465              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
14466              
14467              From: Jarkko Hietaniemi <jhi@iki.fi>
14468              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
14469              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
14470              Subject: the promised "installusrbinperl + NetBSD" fix
14471      Branch: maint-5.005/perl
14472            ! Configure Makefile.SH hints/netbsd.sh installperl
14473            ! makedepend.SH unixish.h
14474 ____________________________________________________________________________
14475 [  2611] By: jhi                                   on 1999/01/14  12:16:14
14476         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14477              To: pumpkings@jhereg.perl.com
14478              Subject: perlopentut.pod
14479              Date: Sat, 09 Jan 1999 08:13:18 -0700
14480              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
14481      Branch: cfgperl
14482            + pod/perlopentut.pod
14483            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
14484 ____________________________________________________________________________
14485 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
14486         Log: Added Carp::cluck to perldelta.pod
14487      Branch: maint-5.005/perl
14488            ! pod/perldelta.pod
14489 ____________________________________________________________________________
14490 [  2605] By: jhi                                   on 1999/01/13  18:26:19
14491         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
14492              To: "'cpan@perl.org'" <cpan@perl.org>
14493              Subject: "Bug" fix for File::Find.pm
14494              Date:   Thu, 31 Dec 1998 13:01:50 -0500
14495              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
14496      Branch: cfgperl
14497            ! lib/File/Find.pm
14498 ____________________________________________________________________________
14499 [  2604] By: jhi                                   on 1999/01/13  18:08:45
14500         Log: From: Peter Wolfe <wolfe@teloseng.com>
14501              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
14502              To: perlbug@perl.com
14503              Date: 11 Jan 1999 23:00:05 +0200
14504              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
14505      Branch: cfgperl
14506            ! hints/sco.sh
14507 ____________________________________________________________________________
14508 [  2603] By: jhi                                   on 1999/01/13  18:06:56
14509         Log: From: hans@icgroup.nl (Hans Mulder)
14510              Subject: [Patch for 5.005_54] re::debugcolors dumps core
14511              To: perlbug@perl.com
14512              Cc: hansmu@xs4all.nl
14513              Date: 11 Jan 1999 22:22:45 +0200
14514              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
14515      Branch: cfgperl
14516            ! ext/re/re.pm regcomp.c
14517 ____________________________________________________________________________
14518 [  2602] By: jhi                                   on 1999/01/13  18:05:43
14519         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14520              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
14521              Date: 11 Jan 1999 08:02:41 +0200
14522              Lines: 134
14523              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
14524      Branch: cfgperl
14525            ! ext/B/B.xs ext/B/B/C.pm
14526 ____________________________________________________________________________
14527 [  2601] By: jhi                                   on 1999/01/13  18:01:53
14528         Log: From: James FitzGibbon <james@ican.net>
14529              Subject: Trivial patch for HP-UX 11 and shared libperl
14530              To: perl5-porters@perl.org
14531              Date: 8 Jan 1999 19:13:23 +0200
14532              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
14533      Branch: cfgperl
14534            ! Makefile.SH
14535 ____________________________________________________________________________
14536 [  2600] By: jhi                                   on 1999/01/13  17:59:45
14537         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14538              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
14539              To: perl5-porters@perl.org
14540              Date: 8 Jan 1999 12:43:36 +0200
14541              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
14542      Branch: cfgperl
14543            ! ext/B/B/CC.pm
14544 ____________________________________________________________________________
14545 [  2599] By: jhi                                   on 1999/01/13  17:50:11
14546         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
14547              Subject: PATCH to installperl
14548              To: perl5-porters@perl.org
14549              Date: 4 Jan 1999 16:15:18 +0200
14550              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
14551      Branch: cfgperl
14552            ! installperl
14553 ____________________________________________________________________________
14554 [  2598] By: jhi                                   on 1999/01/13  17:34:51
14555         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14556              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
14557              Cc: perl5-porters@perl.org
14558              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
14559              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
14560              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
14561      Branch: cfgperl
14562            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14563            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
14564 ____________________________________________________________________________
14565 [  2597] By: jhi                                   on 1999/01/13  17:30:33
14566         Log: From: David Dyck <dcd@tc.fluke.com>
14567              To: Perl Porters <perl5-porters@perl.org>,
14568              Gurusamy Sarathy <gsar@engin.umich.edu>
14569              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
14570              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
14571              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
14572      Branch: cfgperl
14573            ! pod/perldsc.pod
14574 ____________________________________________________________________________
14575 [  2596] By: jhi                                   on 1999/01/13  17:26:44
14576         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14577              To: perl5-porters@perl.org
14578              Subject: [PATCH] modglobal w/ spelling fixes
14579              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
14580              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
14581      Branch: cfgperl
14582            ! pod/perlguts.pod
14583 ____________________________________________________________________________
14584 [  2595] By: jhi                                   on 1999/01/13  17:24:59
14585         Log: From: Hans Mulder <hansm@icgroup.nl>
14586              Optimize common sort routines.  Thread started by the message
14587              
14588              From: Hans Mulder <hansm@icgroup.nl>
14589              Sender: owner-perl5-porters@perl.org
14590              To: perl5-porters@perl.org
14591              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
14592              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
14593              
14594              and the patch from the message
14595              
14596              From: Hans Mulder <hans@icgroup.nl>
14597              To: jhi@iki.fi
14598              Cc: perl5-porters@perl.org
14599              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
14600              $b }
14601              Date: Wed, 13 Jan 1999 17:39:35 +0100
14602              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
14603      Branch: cfgperl
14604            ! Todo op.c op.h pp_ctl.c t/op/sort.t
14605 ____________________________________________________________________________
14606 [  2594] By: jhi                                   on 1999/01/13  16:50:17
14607         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
14608              (the diffs were based on 5.004_02).  Tested by Guido
14609              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
14610      Branch: cfgperl
14611            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
14612            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
14613            + mint/sys/time.h mint/time.h
14614            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
14615            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
14616 ____________________________________________________________________________
14617 [  2593] By: jhi                                   on 1999/01/09  16:54:26
14618         Log: Detypo.
14619      Branch: cfgperl
14620            ! hints/dec_osf.sh
14621 ____________________________________________________________________________
14622 [  2592] By: jhi                                   on 1999/01/09  16:17:13
14623         Log: Move usethreads and use64bits logic from hints to Configure.
14624      Branch: cfgperl
14625            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
14626            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
14627            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
14628            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
14629 ____________________________________________________________________________
14630 [  2591] By: jhi                                   on 1999/01/09  14:45:24
14631         Log: Missing dTHRs added.
14632      Branch: cfgperl
14633            ! regcomp.c toke.c
14634 ____________________________________________________________________________
14635 [  2590] By: jhi                                   on 1999/01/08  15:27:17
14636         Log: Finalize change #2589 and add better AIX nm scanning from:
14637              
14638              Message-Id: <m0zyNW0-00017VC@gentoo.com>
14639              From: bll@gentoo.com (Brad Lanam)
14640              Subject: Re: mailhelp returned a non-zero status
14641              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
14642              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
14643      Branch: cfgperl
14644            ! Configure hints/freebsd.sh hints/linux.sh
14645 ____________________________________________________________________________
14646 [  2589] By: jhi                                   on 1999/01/08  15:14:54
14647         Log: Undo change #2581.
14648      Branch: cfgperl
14649            ! Configure hints/freebsd.sh hints/linux.sh
14650 ____________________________________________________________________________
14651 [  2588] By: jhi                                   on 1999/01/08  11:51:52
14652         Log: FAQ jumbo patch from tchrist.
14653              
14654              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
14655              From: Tom Christiansen <tchrist@jhereg.perl.com>
14656              To: pumpkings@jhereg.perl.com
14657              Subject: newest version of perlfaq.pod
14658              Date: Thu, 7 Jan 1999 23:05:02 -0700
14659              
14660              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
14661              From: Tom Christiansen <tchrist@jhereg.perl.com>
14662              To: pumpkings@jhereg.perl.com
14663              Subject: newest version of perlfaq1.pod
14664              Date: Thu, 7 Jan 1999 23:05:02 -0700
14665              
14666              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
14667              From: Tom Christiansen <tchrist@jhereg.perl.com>
14668              To: pumpkings@jhereg.perl.com
14669              Subject: newest version of perlfaq2.pod
14670              Date: Thu, 7 Jan 1999 23:05:02 -0700
14671              
14672              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
14673              From: Tom Christiansen <tchrist@jhereg.perl.com>
14674              To: pumpkings@jhereg.perl.com
14675              Subject: newest version of perlfaq3.pod
14676              Date: Thu, 7 Jan 1999 23:05:02 -0700
14677              
14678              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
14679              From: Tom Christiansen <tchrist@jhereg.perl.com>
14680              To: pumpkings@jhereg.perl.com
14681              Subject: newest version of perlfaq4.pod
14682              Date: Thu, 7 Jan 1999 23:05:02 -0700
14683              
14684              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
14685              From: Tom Christiansen <tchrist@jhereg.perl.com>
14686              To: pumpkings@jhereg.perl.com
14687              Subject: newest version of perlfaq5.pod
14688              Date: Thu, 7 Jan 1999 23:05:02 -0700
14689              
14690              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
14691              From: Tom Christiansen <tchrist@jhereg.perl.com>
14692              To: pumpkings@jhereg.perl.com
14693              Subject: newest version of perlfaq6.pod
14694              Date: Thu, 7 Jan 1999 23:05:02 -0700
14695              
14696              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
14697              From: Tom Christiansen <tchrist@jhereg.perl.com>
14698              To: pumpkings@jhereg.perl.com
14699              Subject: newest version of perlfaq7.pod
14700              Date: Thu, 7 Jan 1999 23:05:03 -0700
14701              
14702              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
14703              From: Tom Christiansen <tchrist@jhereg.perl.com>
14704              To: pumpkings@jhereg.perl.com
14705              Subject: newest version of perlfaq8.pod
14706              Date: Thu, 7 Jan 1999 23:05:03 -0700
14707              
14708              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
14709              From: Tom Christiansen <tchrist@jhereg.perl.com>
14710              To: pumpkings@jhereg.perl.com
14711              Subject: newest version of perlfaq9.pod
14712              Date: Thu, 7 Jan 1999 23:05:03 -0700
14713      Branch: cfgperl
14714            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14715            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14716            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14717            ! pod/perlfaq9.pod
14718 ____________________________________________________________________________
14719 [  2587] By: jhi                                   on 1999/01/08  11:17:43
14720         Log: More doc fixes from Abigail.
14721      Branch: cfgperl
14722            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
14723            ! lib/User/pwent.pm
14724 ____________________________________________________________________________
14725 [  2585] By: jhi                                   on 1999/01/08  08:31:02
14726         Log: Change #2584 from maint-5.005:
14727              
14728              implemented Ilya's suggested fix, and added a testcase
14729              
14730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14731              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
14732              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
14733              Subject: Re: Text::ParseWords: regex fix
14734      Branch: cfgperl
14735            ! lib/Text/ParseWords.pm t/lib/parsewords.t
14736 ____________________________________________________________________________
14737 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
14738         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14739              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
14740              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
14741              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
14742      Branch: maint-5.005/perl
14743            ! ext/Errno/Errno_pm.PL
14744 ____________________________________________________________________________
14745 [  2581] By: jhi                                   on 1999/01/07  16:38:03
14746         Log: Configure update:
14747              - usethreads, use64bits, and usemultiplicity
14748              are no more interactively asked by Configure
14749              - "int main()" (vs bare "main()") enforced in test programs
14750      Branch: cfgperl
14751            ! Configure hints/freebsd.sh hints/linux.sh
14752 ____________________________________________________________________________
14753 [  2580] By: jhi                                   on 1999/01/07  11:19:12
14754         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14755              Date: Wed, 06 Jan 1999 13:47:34 -0800
14756              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
14757              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
14758      Branch: cfgperl
14759            ! vms/vms.c
14760 ____________________________________________________________________________
14761 [  2579] By: jhi                                   on 1999/01/07  09:08:36
14762         Log: Another set of doc patches from Abigail
14763              
14764              From: abigail@fnx.com
14765              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
14766              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
14767              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
14768              
14769              From: abigail@fnx.com
14770              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
14771              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
14772              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
14773              
14774              From: abigail@fnx.com
14775              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
14776              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
14777              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
14778              
14779              From: abigail@fnx.com
14780              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
14781              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
14782              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
14783              
14784              From: abigail@fnx.com
14785              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
14786              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
14787              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
14788              
14789              From: abigail@fnx.com
14790              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
14791              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
14792              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
14793              
14794              From: abigail@fnx.com
14795              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
14796              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
14797              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
14798              
14799              From: abigail@fnx.com
14800              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
14801              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
14802              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
14803              
14804              From: abigail@fnx.com
14805              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
14806              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
14807              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
14808              
14809              From: abigail@fnx.com
14810              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
14811              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
14812              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
14813              
14814              From: abigail@fnx.com
14815              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
14816              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
14817              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
14818              
14819              From: abigail@fnx.com
14820              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
14821              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
14822              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
14823              
14824              From: abigail@fnx.com
14825              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
14826              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
14827              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
14828              
14829              From: abigail@fnx.com
14830              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
14831              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
14832              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
14833      Branch: cfgperl
14834            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
14835            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
14836            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
14837            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
14838            ! lib/Tie/Array.pm lib/Tie/Hash.pm
14839 ____________________________________________________________________________
14840 [  2576] By: jhi                                   on 1999/01/06  17:05:20
14841         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
14842      Branch: cfgperl
14843            ! pp_ctl.c
14844 ____________________________________________________________________________
14845 [  2575] By: jhi                                   on 1999/01/06  13:18:56
14846         Log: Enhance the great_circle_distance() documentation.
14847      Branch: cfgperl
14848            ! lib/Math/Trig.pm
14849 ____________________________________________________________________________
14850 [  2574] By: jhi                                   on 1999/01/06  12:58:03
14851         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
14852              To: perlbug@perl.com
14853              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
14854              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
14855              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
14856      Branch: cfgperl
14857            ! t/op/sysio.t
14858 ____________________________________________________________________________
14859 [  2573] By: jhi                                   on 1999/01/06  12:40:19
14860         Log: From: "W. Phillip Moore" <wpm@ms.com>
14861              To: perlbug@perl.org
14862              Subject: [PATCH] POSIX getpgrp is not -w clean
14863              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
14864              Message-ID: <13970.20107.190314.549471@zappa>
14865      Branch: cfgperl
14866            ! ext/POSIX/POSIX.pm
14867 ____________________________________________________________________________
14868 [  2572] By: jhi                                   on 1999/01/06  12:25:24
14869         Log: Based on
14870              From: jan.dubois@ibm.net (Jan Dubois)
14871              To: perl5-porters@perl.org
14872              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14873              Date: Wed, 06 Jan 1999 01:24:09 +0100
14874              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
14875              except that
14876              - objXSUB.h was already okay
14877              - embed.h patching is futile, global.sym patched instead
14878              - objpp.h does not exist
14879              - proto.h addition applied manually
14880              - win32/GenCAPI.pl was already okay
14881              - win32/makedef.pl was already okay
14882      Branch: cfgperl
14883            ! global.sym perl.c proto.h
14884 ____________________________________________________________________________
14885 [  2571] By: jhi                                   on 1999/01/06  11:25:48
14886         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
14887              To: perlbug@perl.com
14888              Subject: FindBin.pm on Win32 systems
14889              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
14890              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
14891      Branch: cfgperl
14892            ! lib/FindBin.pm
14893 ____________________________________________________________________________
14894 [  2570] By: jhi                                   on 1999/01/06  11:21:48
14895         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14896              To: perl5-porters@perl.org, vmsperl@perl.org
14897              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
14898              Date: Tue, 05 Jan 1999 16:47:31 -0800
14899              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
14900              
14901              (the ext/IO/lib/IO/Socket.pm was not really changed here;
14902              it was a leftover from #2569)
14903      Branch: cfgperl
14904            ! ext/IO/lib/IO/Socket.pm taint.c
14905 ____________________________________________________________________________
14906 [  2569] By: jhi                                   on 1999/01/06  11:18:22
14907         Log: Jumbo doc patch from Abigail (almost identical to
14908              the 5.005-maint change #2562 except for the
14909              ext/IO/lib/IO/Socket.pm patch which was not
14910              applicable because the IO version of 5.005-devel
14911              is somewhat different (why?))
14912              
14913              From: abigail@fnx.com
14914              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
14915              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
14916              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
14917              
14918              From: abigail@fnx.com
14919              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
14920              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
14921              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
14922              
14923              From: abigail@fnx.com
14924              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
14925              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
14926              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
14927              
14928              From: abigail@fnx.com
14929              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
14930              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
14931              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
14932              
14933              From: abigail@fnx.com
14934              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
14935              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
14936              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
14937              
14938              From: abigail@fnx.com
14939              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
14940              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
14941              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
14942              
14943              From: abigail@fnx.com
14944              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
14945              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
14946              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
14947              
14948              From: abigail@fnx.com
14949              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
14950              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
14951              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
14952              
14953              From: abigail@fnx.com
14954              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
14955              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
14956              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
14957              
14958              From: abigail@fnx.com
14959              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
14960              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
14961              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
14962      Branch: cfgperl
14963            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14964            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
14965            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
14966            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
14967            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
14968 ____________________________________________________________________________
14969 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
14970         Log: From: jan.dubois@ibm.net (Jan Dubois)
14971              Date: Wed, 06 Jan 1999 01:24:09 +0100
14972              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
14973              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14974      Branch: maint-5.005/perl
14975            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
14976            ! win32/GenCAPI.pl win32/makedef.pl
14977 ____________________________________________________________________________
14978 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
14979         Log: From: "W. Phillip Moore" <wpm@ms.com>
14980              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
14981              Message-ID: <13970.20107.190314.549471@zappa>
14982              Subject: [PATCH] POSIX getpgrp is not -w clean
14983      Branch: maint-5.005/perl
14984            ! ext/POSIX/POSIX.pm
14985 ____________________________________________________________________________
14986 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
14987         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
14988              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
14989              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
14990              Subject: FindBin.pm on Win32 systems
14991      Branch: maint-5.005/perl
14992            ! lib/FindBin.pm
14993 ____________________________________________________________________________
14994 [  2561] By: jhi                                   on 1999/01/05  10:49:10
14995         Log: Reword the setlocale() 1-arg case better.
14996      Branch: cfgperl
14997            ! ext/POSIX/POSIX.pod
14998 ____________________________________________________________________________
14999 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
15000         Log: From: Blair Zajac <bzajac@geostaff.com>
15001              Date: Wed, 23 Dec 1998 17:13:32 -0800
15002              Message-ID: <3681953C.8B6A90AA@geostaff.com>
15003              Subject: Tie::SubstrHash patch
15004      Branch: maint-5.005/perl
15005            ! lib/Tie/SubstrHash.pm
15006 ____________________________________________________________________________
15007 [  2554] By: jhi                                   on 1999/01/02  14:55:06
15008         Log: Object destruction order testing.
15009      Branch: cfgperl
15010            ! t/op/misc.t
15011 ____________________________________________________________________________
15012 [  2553] By: jhi                                   on 1999/01/02  14:49:40
15013         Log: perldelta the Dumpvalue.pm of change #2513.
15014      Branch: cfgperl
15015            ! lib/Dumpvalue.pm pod/perldelta.pod
15016 ____________________________________________________________________________
15017 [  2552] By: nick                                  on 1999/01/02  14:45:38
15018         Log: Tone down Makefile.PL so it works on Win32
15019      Branch: perl
15020            ! ext/B/Makefile.PL
15021 ____________________________________________________________________________
15022 [  2551] By: nick                                  on 1999/01/02  14:06:30
15023         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
15024              Use them in various B::* rather than have local defs.
15025      Branch: perl
15026            + ext/B/defsubs.h.PL
15027            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
15028            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
15029            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
15030 ____________________________________________________________________________
15031 [  2550] By: nick                                  on 1999/01/02  10:04:02
15032         Log: Integrate ext/B changes from //depot/cfgperl
15033      Branch: perl
15034           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15035 ____________________________________________________________________________
15036 [  2549] By: jhi                                   on 1999/01/01  13:54:16
15037         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
15038              To: perlbug@perl.com
15039              Subject: op/groups.t fails test 1 on HP-UX 10.20
15040              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
15041              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
15042      Branch: cfgperl
15043            ! t/op/groups.t
15044 ____________________________________________________________________________
15045 [  2548] By: jhi                                   on 1999/01/01  13:53:31
15046         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15047              To: perl5-porters@perl.org
15048              cc: hv@crypt0.demon.co.uk
15049              Subject: [bug 5.004_54] duplicate error message
15050              Date: Thu, 31 Dec 1998 04:05:25 +0000
15051              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
15052              
15053              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
15054              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15055              To: hv@crypt0.demon.co.uk
15056              Cc: perl5-porters@perl.org
15057              Subject: [PATCH _54] Re: duplicate error message
15058              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
15059              
15060              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
15061              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15062              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
15063              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
15064              Subject: [TEST PATCH _54] Re: duplicate error message 
15065              Date: Fri, 01 Jan 1999 07:32:14 +0000
15066      Branch: cfgperl
15067            ! op.c t/pragma/warn/op
15068 ____________________________________________________________________________
15069 [  2547] By: jhi                                   on 1998/12/31  14:15:04
15070         Log: From: Chris Nandor <pudge@pobox.com>
15071              To: jhi@iki.fi
15072              Cc: perl5-porters@perl.org
15073              Subject: Re: [PATCH] perlport.pod 1.38
15074              Date: Thu, 31 Dec 1998 09:06:48 -0500
15075              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
15076      Branch: cfgperl
15077            ! pod/perlport.pod
15078 ____________________________________________________________________________
15079 [  2546] By: jhi                                   on 1998/12/31  11:18:17
15080         Log: From: Wilson P. Snyder II
15081              To: perl5-porters@perl.org
15082              Subject: [PATCH v5.5.53] REV2: Binary number support
15083              Date: 1998/11/30
15084              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
15085      Branch: cfgperl
15086            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
15087            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
15088            ! toke.c util.c
15089 ____________________________________________________________________________
15090 [  2545] By: jhi                                   on 1998/12/31  09:27:40
15091         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15092              To: perlbug@perl.com
15093              Subject: "perl -T -P" dumps core on OpenBSD and Linux
15094              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
15095              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
15096      Branch: cfgperl
15097            ! taint.c
15098 ____________________________________________________________________________
15099 [  2544] By: jhi                                   on 1998/12/31  09:21:45
15100         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
15101              To: perlbug@perl.com 
15102              Subject: bug in pod2man search for perl binary [5.005_5x]
15103              Date: Sat, 12 Dec 1998 23:08:51 +0000 
15104              Message-ID: <19981212230851.A20578@ig.co.uk> 
15105      Branch: cfgperl
15106            ! pod/pod2man.PL
15107 ____________________________________________________________________________
15108 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
15109         Log: From: jan.dubois@ibm.net (Jan Dubois)
15110              Date: Wed, 23 Dec 1998 21:26:38 +0100
15111              Message-ID: <36895086.8849224@smtp1.ibm.net>
15112              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
15113      Branch: maint-5.005/perl
15114            ! lib/ExtUtils/MakeMaker.pm
15115 ____________________________________________________________________________
15116 [  2540] By: jhi                                   on 1998/12/30  08:42:04
15117         Log: Evermore AUTHORS and MAINTAIN.
15118      Branch: cfgperl
15119            ! AUTHORS MAINTAIN
15120 ____________________________________________________________________________
15121 [  2539] By: jhi                                   on 1998/12/29  15:10:34
15122         Log: More AUTHORS and MAINTAIN.
15123      Branch: cfgperl
15124            ! AUTHORS MAINTAIN
15125 ____________________________________________________________________________
15126 [  2537] By: jhi                                   on 1998/12/29  14:34:47
15127         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
15128              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
15129              Message-ID: <13942.32480.700000.640927@utensil>
15130              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
15131              (mirror change#2531 in the 5.005-maint)
15132      Branch: cfgperl
15133            ! lib/AutoSplit.pm
15134 ____________________________________________________________________________
15135 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
15136         Log: change in_pod pattern to /^=\w/ from /^=/
15137              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
15138              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
15139              Message-ID: <13942.32480.700000.640927@utensil>
15140              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
15141      Branch: maint-5.005/perl
15142            ! lib/AutoSplit.pm
15143 ____________________________________________________________________________
15144 [  2525] By: jhi                                   on 1998/12/29  13:06:26
15145         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15146              To: perl5-porters@perl.org
15147              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
15148              Date: 16 Dec 1998 03:17:03 +0200
15149              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
15150      Branch: cfgperl
15151            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15152 ____________________________________________________________________________
15153 [  2524] By: jhi                                   on 1998/12/29  13:00:06
15154         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15155              To: perl5-porters@perl.org
15156              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
15157              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
15158              Date: 10 Dec 1998 08:30:02 +0200
15159              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
15160              
15161              (Nick's part was applied earlier, in change #2460)
15162      Branch: cfgperl
15163            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15164 ____________________________________________________________________________
15165 [  2523] By: jhi                                   on 1998/12/29  12:41:31
15166         Log: From: "vishal bhatia" <vishalb@hotmail.com>
15167              To: nick@ni-s.u-net.com
15168              Cc: perl5-porters@perl.org
15169              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
15170              Date: 9 Dec 1998 06:50:30 +0200
15171              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
15172      Branch: cfgperl
15173            ! ext/B/B/CC.pm
15174 ____________________________________________________________________________
15175 [  2522] By: jhi                                   on 1998/12/29  12:15:18
15176         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
15177              To: perl5-porters@perl.org (Perl 5 Porters)
15178              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
15179              Date: 25 Dec 1998 23:02:28 +0200
15180              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
15181      Branch: cfgperl
15182            ! lib/Pod/Text.pm
15183 ____________________________________________________________________________
15184 [  2521] By: jhi                                   on 1998/12/29  12:07:54
15185         Log: Undo #2519 (breaks universal.c).
15186      Branch: cfgperl
15187            ! XSUB.h
15188 ____________________________________________________________________________
15189 [  2519] By: jhi                                   on 1998/12/29  11:41:10
15190         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15191              To: perl5-porters@perl.org
15192              Cc: perl-xs@perl.org
15193              Subject: XSUB.h refinement [PATCH]
15194              Date: 18 Dec 1998 03:58:44 +0200
15195              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
15196      Branch: cfgperl
15197            ! XSUB.h
15198 ____________________________________________________________________________
15199 [  2518] By: jhi                                   on 1998/12/29  11:36:19
15200         Log: From: abigail@fnx.com
15201              To: perl5-porters@perl.org (Perl Porters)
15202              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
15203              Date: 28 Dec 1998 21:39:15 +0200
15204              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
15205      Branch: cfgperl
15206            ! lib/fields.pm
15207 ____________________________________________________________________________
15208 [  2517] By: jhi                                   on 1998/12/29  11:35:03
15209         Log: Document change #2516.
15210      Branch: cfgperl
15211            ! pod/perldelta.pod
15212 ____________________________________________________________________________
15213 [  2516] By: jhi                                   on 1998/12/29  11:32:26
15214         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15215              To: perl5-porters@perl.org (Mailing list Perl5)
15216              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
15217              Date: 9 Dec 1998 10:39:31 +0200
15218              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
15219      Branch: cfgperl
15220            ! pod/perldiag.pod regcomp.c toke.c
15221 ____________________________________________________________________________
15222 [  2515] By: jhi                                   on 1998/12/29  11:27:11
15223         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15224              To: perl5-porters@perl.org (Mailing list Perl5)
15225              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
15226              Date: 8 Dec 1998 09:02:04 +0200
15227              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
15228              
15229              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
15230      Branch: cfgperl
15231            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
15232 ____________________________________________________________________________
15233 [  2514] By: jhi                                   on 1998/12/29  11:21:31
15234         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15235              To: perl5-porters@perl.org (Mailing list Perl5)
15236              Subject: [PATCH 5.005_53] Regexp tests and UTF8
15237              Date: 8 Dec 1998 07:02:01 +0200
15238              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
15239      Branch: cfgperl
15240            ! regcomp.c
15241 ____________________________________________________________________________
15242 [  2513] By: jhi                                   on 1998/12/29  11:18:34
15243         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15244              Subject: [PATCH 5.005_*] Dumpvar.pm
15245              To: perl5-porters@perl.org (Mailing list Perl5)
15246              Date: 7 Dec 1998 10:17:35 +0200
15247              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
15248      Branch: cfgperl
15249            + lib/Dumpvalue.pm
15250            ! MANIFEST
15251 ____________________________________________________________________________
15252 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
15253         Log: From: jan.dubois@ibm.net (Jan Dubois)
15254              Date: Tue, 01 Dec 1998 00:07:33 +0100
15255              Message-ID: <366921b5.14512598@smtp1.ibm.net>
15256              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
15257              
15258              From: jan.dubois@ibm.net (Jan Dubois)
15259              Date: Wed, 02 Dec 1998 00:24:54 +0100
15260              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
15261              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
15262      Branch: maint-5.005/perl
15263            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
15264            ! win32/config.bc win32/config.gc win32/config.vc
15265            ! win32/config_sh.PL win32/makedef.pl
15266 ____________________________________________________________________________
15267 [  2509] By: jhi                                   on 1998/12/28  13:00:31
15268     Log: Kickstart AUTHORS and MAINTAIN.
15269  Branch: cfgperl
15270        + AUTHORS MAINTAIN
15271        ! MANIFEST
15272 ____________________________________________________________________________
15273 [  2508] By: jhi                                   on 1998/12/28  08:04:00
15274     Log: From: Nathan Torkington <gnat@frii.com>
15275          To: perlbug@perl.com
15276          Subject: [PATCH] perlxstut.pod fix
15277          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
15278          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
15279  Branch: cfgperl
15280        ! pod/perlxstut.pod
15281 ____________________________________________________________________________
15282 [  2507] By: jhi                                   on 1998/12/28  07:59:00
15283     Log: From: abigail@fnx.com
15284          To: perlbug@perl.com
15285          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
15286          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
15287          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
15288          (slightly modified, a part of the patch was rejected)
15289          (strange, I thought I had already submitted this one
15290          but Perforce disagrees with me...)
15291  Branch: cfgperl
15292        ! pod/perlop.pod
15293 ____________________________________________________________________________
15294 [  2506] By: jhi                                   on 1998/12/28  07:56:59
15295     Log: From: Artur <artur@vogon-solutions.com>
15296          To: perlbug@perl.com
15297          Subject: PATCH: perlmodlib.pod
15298          Date: Fri, 25 Dec 1998 00:48:39 +0000
15299          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
15300  Branch: cfgperl
15301        ! pod/perlmodlib.pod pod/perlop.pod
15302 ____________________________________________________________________________
15303 [  2505] By: jhi                                   on 1998/12/28  07:46:06
15304     Log: From: abigail@fnx.com
15305          To: perl5-porters@perl.org (Perl Porters)
15306          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
15307          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
15308          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
15309  Branch: cfgperl
15310        ! pod/pod2html.PL
15311 ____________________________________________________________________________
15312 [  2504] By: jhi                                   on 1998/12/28  07:44:35
15313     Log: From: Jim Avera <avera@fjst.com>
15314          To: perlbug@perl.com
15315          Subject: perlbug bug - shows dates reversed
15316          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
15317          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
15318  Branch: cfgperl
15319        ! utils/perlbug.PL
15320 ____________________________________________________________________________
15321 [  2503] By: jhi                                   on 1998/12/28  07:41:39
15322     Log: From: jan.dubois@ibm.net (Jan Dubois)
15323          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
15324          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
15325          Date: Wed, 23 Dec 1998 21:26:38 +0100
15326          Message-ID: <36895086.8849224@smtp1.ibm.net>
15327  Branch: cfgperl
15328        ! lib/ExtUtils/MakeMaker.pm
15329 ____________________________________________________________________________
15330 [  2502] By: jhi                                   on 1998/12/28  07:39:20
15331     Log: From: Blair Zajac <bzajac@geostaff.com>
15332          To: perl5-porters@perl.org
15333          Subject: Tie::SubstrHash patch
15334          Date: Wed, 23 Dec 1998 17:13:32 -0800
15335          Message-ID: <3681953C.8B6A90AA@geostaff.com>
15336  Branch: cfgperl
15337        ! lib/Tie/SubstrHash.pm
15338 ____________________________________________________________________________
15339 [  2501] By: jhi                                   on 1998/12/28  07:37:16
15340     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
15341          To: perlbug@perl.com
15342          Subject: perlfaq9 minor error
15343          Date: Wed, 23 Dec 1998 14:54:19 -0800
15344          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
15345  Branch: cfgperl
15346        ! pod/perlfaq9.pod
15347 ____________________________________________________________________________
15348 [  2500] By: jhi                                   on 1998/12/23  10:38:18
15349     Log: More porting notes about filesystems, AmigaOS, and MiNT.
15350  Branch: cfgperl
15351        ! pod/perlport.pod
15352 ____________________________________________________________________________
15353 [  2499] By: jhi                                   on 1998/12/22  09:26:49
15354     Log: Add few MSG_ and uio constants.
15355  Branch: cfgperl
15356        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
15357 ____________________________________________________________________________
15358 [  2498] By: jhi                                   on 1998/12/22  08:39:30
15359     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
15360          a Digital C compiler optimizer bug that broke the 'x'
15361          operator under certain circumstances.  See t/op/repeat.t
15362          test #20 for graphic details.  Reported in
15363          
15364          From: Gisle Aas <gisle@aas.no>
15365          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
15366          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
15367          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
15368          Date: 18 Dec 1998 14:27:40 +0100
15369          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
15370          
15371          and discussed further in the thread
15372          
15373          From: Jarkko Hietaniemi <jhi@iki.fi>
15374          To: Gisle Aas <gisle@aas.no>
15375          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
15376          cpan-testers@perl.org, perl5-porters@perl.org
15377          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
15378          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
15379          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
15380  Branch: cfgperl
15381        ! t/op/repeat.t util.c
15382 ____________________________________________________________________________
15383 [  2497] By: jhi                                   on 1998/12/21  14:18:57
15384     Log: Change #2483 update.
15385  Branch: cfgperl
15386        ! t/op/tr.t
15387 ____________________________________________________________________________
15388 [  2496] By: jhi                                   on 1998/12/21  14:07:41
15389     Log: Update on change #2493.
15390  Branch: cfgperl
15391        ! t/pragma/warn/op
15392 ____________________________________________________________________________
15393 [  2495] By: jhi                                   on 1998/12/21  13:52:00
15394     Log: Change #2487 aftershock.
15395  Branch: cfgperl
15396        ! warning.pl
15397 ____________________________________________________________________________
15398 [  2494] By: jhi                                   on 1998/12/21  12:35:00
15399     Log: From: Chris Nandor <pudge@pobox.com>
15400          To: perl5-porters@perl.org
15401          Subject: [PATCH] perlport.pod v1.37
15402          Date: Sat, 19 Dec 1998 12:54:34 -0500
15403          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
15404  Branch: cfgperl
15405        ! pod/perlport.pod
15406 ____________________________________________________________________________
15407 [  2493] By: jhi                                   on 1998/12/21  12:22:44
15408     Log: From: Mark-Jason Dominus <mjd@plover.com>
15409          To: perl5-porters@perl.com
15410          Subject: PATCH (5.005_02): Dejargonizing
15411          Date: Sun, 20 Dec 1998 14:35:20 -0500
15412          Message-ID: <19981220193520.11230.qmail@plover.com>
15413          
15414          From: Mark-Jason Dominus <mjd@plover.com>
15415          To: perl5-porters@perl.com
15416          Subject: PATCH (5.005_02): Spelling correction in warning message
15417          Date: Sun, 20 Dec 1998 13:51:30 -0500
15418          Message-ID: <19981220185130.11067.qmail@plover.com>
15419  Branch: cfgperl
15420        ! doio.c op.c
15421 ____________________________________________________________________________
15422 [  2492] By: jhi                                   on 1998/12/21  09:00:05
15423     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15424          To: perl5-porters@perl.org
15425          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
15426          Date: Sun, 20 Dec 1998 19:03:25 PST
15427          Message-ID: <19981221030326.27660.qmail@hotmail.com>
15428          
15429          (slightly reformatted)
15430  Branch: cfgperl
15431        ! ext/B/B/CC.pm
15432 ____________________________________________________________________________
15433 [  2491] By: nick                                  on 1998/12/20  14:21:29
15434     Log: Save _all_ GV's which have SV, AV or HV set.
15435  Branch: perl
15436        ! ext/B/B/C.pm
15437 ____________________________________________________________________________
15438 [  2490] By: jhi                                   on 1998/12/18  15:13:19
15439     Log: Add idea about generalising cpp symbol probing of Errno.
15440  Branch: cfgperl
15441        ! Todo
15442 ____________________________________________________________________________
15443 [  2489] By: jhi                                   on 1998/12/18  14:47:57
15444     Log: Address some of the issues of:
15445          
15446          From: Tom Christiansen <tchrist@jhereg.perl.com>
15447          To: perl-porters-active@jhereg.perl.com
15448          Subject: Undocumentation Issues for 5.005
15449          Date: Thu, 17 Dec 1998 14:46:24 -0700
15450          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
15451  Branch: cfgperl
15452        ! pod/perl5005delta.pod
15453 ____________________________________________________________________________
15454 [  2488] By: jhi                                   on 1998/12/18  11:26:32
15455     Log: From: root <root@dubravka.in-berlin.de>
15456          To: perlbug@perl.com
15457          Cc: k@dubravka.in-berlin.de
15458          Subject: Please add no_modify to PERL_POLLUTE
15459          Date: Fri, 18 Dec 1998 10:45:52 +0100
15460          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
15461          
15462          (Really from Andreas König)
15463  Branch: cfgperl
15464        ! embed.pl
15465 ____________________________________________________________________________
15466 [  2487] By: jhi                                   on 1998/12/17  14:05:52
15467     Log: Some (by far not all) issues of the below message addressed.
15468          
15469          From: Tom Christiansen <tchrist@jhereg.perl.com>
15470          To: The Perl Porters Mailing List <perl5-porters@perl.org>
15471          Subject: important UNDOC issues for 5.005_54
15472          Date: Wed, 16 Dec 1998 21:14:53 -0700
15473          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
15474  Branch: cfgperl
15475        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
15476 ____________________________________________________________________________
15477 [  2486] By: jhi                                   on 1998/12/17  12:47:15
15478     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15479          To: domo@computer.org
15480          Cc: jhi@iki.fi, perl5-porters@perl.org
15481          Subject: Re: stuff related to malloc.c
15482          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
15483          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
15484  Branch: cfgperl
15485        ! malloc.c
15486 ____________________________________________________________________________
15487 [  2485] By: jhi                                   on 1998/12/17  12:17:19
15488     Log: More porting notes.
15489  Branch: cfgperl
15490        ! Porting/pumpkin.pod
15491 ____________________________________________________________________________
15492 [  2484] By: jhi                                   on 1998/12/15  08:38:05
15493     Log: Undo #2386 and #2205.
15494  Branch: cfgperl
15495        ! pod/perlfunc.pod
15496 ____________________________________________________________________________
15497 [  2483] By: jhi                                   on 1998/12/14  17:58:35
15498     Log: lib was missing from @INC.
15499  Branch: cfgperl
15500        ! t/op/tr.t
15501 ____________________________________________________________________________
15502 [  2482] By: jhi                                   on 1998/12/14  17:52:42
15503     Log: Was missing use Text::Wrap.
15504  Branch: cfgperl
15505        ! t/lib/textfill.t
15506 ____________________________________________________________________________
15507 [  2481] By: jhi                                   on 1998/12/14  16:00:22
15508     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
15509          
15510          From: Jonathan Roy <roy@idle.com>
15511          To: perl5-porters@perl.org
15512          Subject: nlist.h add to Configure checks?
15513          Date: Sun, 13 Dec 1998 22:22:49 -0500
15514          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
15515  Branch: cfgperl
15516        + ext/DynaLoader/hints/linux.pl
15517        ! MANIFEST
15518 ____________________________________________________________________________
15519 [  2480] By: jhi                                   on 1998/12/14  15:02:44
15520     Log: Give up completely using nm in AIX.
15521          
15522          From: "Kurt D. Starsinic" <kstar@chapin.edu>
15523          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
15524          Cc: perl5-porters@perl.org
15525          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
15526          Date: Thu, 10 Dec 1998 00:51:46 -0500
15527          Message-ID: <19981210005146.B29986@O2.chapin.edu>
15528  Branch: cfgperl
15529        ! hints/aix.sh
15530 ____________________________________________________________________________
15531 [  2479] By: jhi                                   on 1998/12/14  14:39:52
15532     Log: AIX' error messages are different.
15533          
15534          From: "Kurt D. Starsinic" <kstar@chapin.edu>
15535          To: Gurusamy Sarathy <gsar@engin.umich.edu>
15536          Cc: perl5-porters@perl.org
15537          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
15538          Date: Thu, 10 Dec 1998 00:42:36 -0500
15539          Message-ID: <19981210004236.A29986@O2.chapin.edu>
15540          
15541          From: Michael Engel <engel@nms1.cc.huji.ac.il>
15542          To: perlbug@perl.com
15543          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
15544          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
15545          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
15546  Branch: cfgperl
15547        ! t/pragma/warn/doio
15548 ____________________________________________________________________________
15549 [  2475] By: jhi                                   on 1998/12/13  12:35:55
15550     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15551          To: jhi@iki.fi
15552          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
15553          Subject: Re: stuff related to malloc.c
15554          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
15555          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
15556  Branch: cfgperl
15557        ! malloc.c
15558 ____________________________________________________________________________
15559 [  2474] By: jhi                                   on 1998/12/13  12:32:42
15560     Log: Some notes about porting issues.
15561  Branch: cfgperl
15562        ! Porting/pumpkin.pod
15563 ____________________________________________________________________________
15564 [  2473] By: jhi                                   on 1998/12/13  12:03:58
15565     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
15566          To: Perl 5 Porters <perl5-porters@perl.org>
15567          Subject: [patch 5.005_02] dos-djgpp update
15568          Date: Sun, 13 Dec 1998 00:08:44 +0100
15569          Message-ID: <19981213000844.C264@beeblebrox>
15570  Branch: cfgperl
15571        ! djgpp/config.over
15572 ____________________________________________________________________________
15573 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
15574     Log: undo changes to Exporter.pm from #2312
15575  Branch: maint-5.005/perl
15576        ! lib/Exporter.pm
15577 ____________________________________________________________________________
15578 [  2465] By: jhi                                   on 1998/12/12  12:31:21
15579     Log: Document that qw() taints.
15580          
15581          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
15582          To: perlbug@perl.com 
15583          Subject: taint problems
15584          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
15585          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
15586  Branch: cfgperl
15587        ! pod/perlop.pod
15588 ____________________________________________________________________________
15589 [  2464] By: jhi                                   on 1998/12/11  14:09:51
15590     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
15591          To: dist-users@foretune.co.jp
15592          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
15593          Date: Mon, 07 Dec 1998 20:13:04 -0400
15594          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
15595  Branch: cfgperl
15596        ! Configure
15597 ____________________________________________________________________________
15598 [  2463] By: jhi                                   on 1998/12/11  13:29:54
15599     Log: MAXPATHLEN.
15600  Branch: cfgperl
15601        ! perl.h
15602 ____________________________________________________________________________
15603 [  2462] By: jhi                                   on 1998/12/11  08:37:58
15604     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
15605          To: perl5-porters@perl.org
15606          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
15607          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
15608          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
15609  Branch: cfgperl
15610        + hints/gnu.sh
15611 ____________________________________________________________________________
15612 [  2461] By: nick                                  on 1998/12/10  21:00:50
15613     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
15614          From: Vishal Bhatia <vishalb@hotmail.com>
15615          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
15616          2. Fixes the bug  regarding return value of c-functions generated out 
15617          of perl subs. ( Just includes the patch I sent earlier)
15618          3. Incorporates the other changes that need to be done to get CC.pm
15619          use ISA search for packages and methods on the same lines as C.pm
15620          
15621          Vishal would appreciate comments about B::Stackobj changes from 
15622          someone knowing that module well.
15623  Branch: perl
15624        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15625 ____________________________________________________________________________
15626 [  2460] By: jhi                                   on 1998/12/08  08:11:27
15627     Log: Integrate from mainperl.
15628  Branch: cfgperl
15629       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15630       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
15631       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
15632       !> toke.c util.c
15633 ____________________________________________________________________________
15634 [  2459] By: jhi                                   on 1998/12/07  07:50:11
15635     Log: From: hansm@icgroup.nl 
15636          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
15637          Reply-To: hansmu@xs4all.nl 
15638          To: perlbug@perl.com 
15639          Date: Sun, 6 Dec 98 22:19:54 +0100 
15640          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
15641  Branch: cfgperl
15642        ! util.c
15643 ____________________________________________________________________________
15644 [  2458] By: gsar                                  on 1998/12/07  06:00:55
15645     Log: fix dup lexical
15646  Branch: perl
15647        ! ext/B/B/Deparse.pm t/lib/io_unix.t
15648 ____________________________________________________________________________
15649 [  2457] By: gsar                                  on 1998/12/06  14:38:59
15650     Log: mention limit on line numbers reported by diagnostics
15651  Branch: perl
15652        ! pod/perl.pod toke.c
15653 ____________________________________________________________________________
15654 [  2456] By: gsar                                  on 1998/12/06  13:49:02
15655     Log: branch perldelta.pod
15656  Branch: maint-5.005/perl
15657       +> pod/perldelta.pod
15658 ____________________________________________________________________________
15659 [  2455] By: gsar                                  on 1998/12/06  13:47:21
15660     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
15661  Branch: maint-5.005/perl
15662        - pod/perldelta.pod
15663 ____________________________________________________________________________
15664 [  2454] By: gsar                                  on 1998/12/06  13:35:31
15665     Log: fix outdated/incorrect info about arbitrary limits
15666  Branch: perl
15667        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
15668        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
15669 ____________________________________________________________________________
15670 [  2453] By: nick                                  on 1998/12/05  16:14:42
15671     Log: Avoid hard-coding op numbers
15672          Update CC.pm to save %INC, and to co-exist with new C.pm
15673  Branch: perl
15674        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15675 ____________________________________________________________________________
15676 [  2452] By: nick                                  on 1998/12/05  10:44:28
15677     Log: B.xs had its own code to calculate hash() which differed from
15678          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
15679          which meant that run-time require was re-done.
15680          Removed some debug from C.pm
15681  Branch: perl
15682        ! ext/B/B.xs ext/B/B/C.pm
15683 ____________________________________________________________________________
15684 [  2451] By: nick                                  on 1998/12/04  21:58:49
15685     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
15686          well as _54, but with pre-scan for classes and save the ISA scheme.
15687  Branch: perl
15688        ! ext/B/B/C.pm
15689 ____________________________________________________________________________
15690 [  2450] By: nick                                  on 1998/12/04  17:58:44
15691     Log: Vishal Bhatia's patch as a basis.
15692  Branch: perl
15693        ! ext/B/B/C.pm ext/B/B/CC.pm
15694 ____________________________________________________________________________
15695 [  2449] By: jhi                                   on 1998/12/04  16:39:21
15696     Log: Integrate from mainperl.
15697  Branch: cfgperl
15698       !> t/op/goto.t t/op/tr.t
15699 ____________________________________________________________________________
15700 [  2448] By: gsar                                  on 1998/12/04  06:06:49
15701     Log: tweak test for UTEST
15702  Branch: perl
15703        ! t/op/tr.t
15704 ____________________________________________________________________________
15705 [  2444] By: jhi                                   on 1998/12/03  14:37:22
15706     Log: s/\bthe the\b/the/g *.pod
15707  Branch: cfgperl
15708        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
15709 ____________________________________________________________________________
15710 [  2443] By: jhi                                   on 1998/12/03  13:39:53
15711     Log: Change#2441 aftermath.
15712  Branch: cfgperl
15713        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15714        ! config_h.SH thread.h vms/subconfigure.com
15715 ____________________________________________________________________________
15716 [  2441] By: jhi                                   on 1998/12/03  08:15:13
15717     Log: From: Dan Sugalski <sugalskd@osshe.edu>
15718          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
15719          Subject: [PATCH 5.005_54]Initial VMS patches
15720          Date: 3 Dec 1998 01:05:55 +0200
15721          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
15722          
15723          The patch to config_h.SH requires more study because
15724          metaconfig needs to agree.
15725  Branch: cfgperl
15726        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
15727        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
15728        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
15729 ____________________________________________________________________________
15730 [  2440] By: gsar                                  on 1998/12/03  01:32:16
15731     Log: add failed check-in of goto.t from change#1867
15732  Branch: perl
15733        ! t/op/goto.t
15734 ____________________________________________________________________________
15735 [  2437] By: jhi                                   on 1998/12/02  18:03:51
15736     Log: Fix most of the bad L<> links of
15737          
15738          From: Tom Christiansen <tchrist@jhereg.perl.com> 
15739          Subject: bad L<> links
15740          Reply-to: tchrist@perl.com 
15741          To: perlbug@jhereg.perl.com 
15742          Date: Tue, 11 Aug 1998 10:58:07 -0500 
15743          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
15744          
15745          The ones not fixed may require darker Pod::HTML magic,
15746          for example the perlguts.html#tags should work fine, IMHO.
15747  Branch: cfgperl
15748        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
15749        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
15750        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
15751        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
15752        ! pod/perlvar.pod
15753 ____________________________________________________________________________
15754 [  2436] By: jhi                                   on 1998/12/02  16:35:04
15755     Log: One paste too many in #2345.
15756  Branch: cfgperl
15757        ! lib/Pod/Html.pm
15758 ____________________________________________________________________________
15759 [  2435] By: jhi                                   on 1998/12/02  16:32:33
15760     Log: Pod::Html and Pod::Text were not locale-savvy:
15761          for example in =head1 all non-ASCII-\w-runs were
15762          turned into underscores in NAME tags.  This could
15763          result in several NAME tags becoming identical.
15764          Reported by:
15765          
15766          From: Fyodor Krasnov <fyodor@aha.ru> 
15767          Subject: pod2html vs Russian Characters
15768          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
15769          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
15770          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
15771  Branch: cfgperl
15772        ! lib/Pod/Html.pm lib/Pod/Text.pm
15773 ____________________________________________________________________________
15774 [  2434] By: jhi                                   on 1998/12/02  10:29:00
15775     Log: The real Mc5_54 integration.
15776  Branch: cfgperl
15777       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
15778 ____________________________________________________________________________
15779 [  2433] By: jhi                                   on 1998/12/02  08:52:13
15780     Log: From: Andy Dougherty <doughera@lafayette.edu>
15781          To: Perl Porters <perl5-porters@perl.org>
15782          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
15783          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
15784          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
15785  Branch: cfgperl
15786        ! Configure
15787 ____________________________________________________________________________
15788 [  2432] By: jhi                                   on 1998/12/02  08:49:47
15789     Log: From: Andy Dougherty <doughera@lafayette.edu>
15790          To: Perl Porters <perl5-porters@perl.org>
15791          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
15792          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
15793          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
15794  Branch: cfgperl
15795        ! Configure
15796 ____________________________________________________________________________
15797 [  2431] By: jhi                                   on 1998/12/01  16:11:50
15798     Log: From: achampio@lehman.com (Alan Champion)
15799          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
15800          To: perlbug@perl.com
15801          Date: 1 Dec 1998 17:36:33 +0200
15802          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
15803          
15804          Skip NIS includes.
15805  Branch: cfgperl
15806        ! t/op/pwent.t
15807 ____________________________________________________________________________
15808 [  2430] By: gsar                                  on 1998/12/01  12:12:50
15809     Log: 5.005_54, as released
15810  Branch: perl
15811        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
15812 ____________________________________________________________________________
15813 [  2429] By: jhi                                   on 1998/12/01  11:28:39
15814     Log: From: Anton Berezin <tobez@plab.ku.dk>
15815          To: perl5-porters@perl.org
15816          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
15817          Date: 30 Nov 1998 19:46:24 +0100
15818          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
15819  Branch: cfgperl
15820        ! hints/freebsd.sh
15821 ____________________________________________________________________________
15822 [  2428] By: jhi                                   on 1998/12/01  11:08:16
15823     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
15824  Branch: cfgperl
15825       +> (branch 30 files)
15826       !> (integrate 71 files)
15827 ____________________________________________________________________________
15828 [  2427] By: jhi                                   on 1998/12/01  10:51:37
15829     Log: Default to accepting a hinted $randfunc even when $csym
15830          does not find it.  (the previous defaylt behaviour was not
15831          to accept).
15832  Branch: cfgperl
15833        ! Configure
15834 ____________________________________________________________________________
15835 [  2426] By: jhi                                   on 1998/12/01  10:13:03
15836     Log: Separated the [:foo:] parsing to its own function.
15837          Passes all tests.
15838  Branch: cfgperl
15839        ! regcomp.c
15840 ____________________________________________________________________________
15841 [  2425] By: jhi                                   on 1998/12/01  08:22:49
15842     Log: Typo in comments.
15843  Branch: cfgperl
15844        ! regexec.c
15845 ____________________________________________________________________________
15846 [  2424] By: jhi                                   on 1998/12/01  08:21:38
15847     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15848          Subject: [PATCH 5.005_*] Debugger 'v' command
15849          To: perl5-porters@perl.org (Mailing list Perl5)
15850          Date: 1 Dec 1998 07:55:11 +0200
15851          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
15852  Branch: cfgperl
15853        ! lib/perl5db.pl
15854 ____________________________________________________________________________
15855 [  2423] By: jhi                                   on 1998/12/01  08:19:08
15856     Log: From: pvhp@forte.com (Peter Prymmer)
15857          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
15858          To: perl5-porters@perl.org
15859          Date: 1 Dec 1998 07:27:11 +0200
15860          Message-ID: <MLIST_9812010508.AA07791@forte.com>
15861  Branch: cfgperl
15862        ! hints/os390.sh
15863 ____________________________________________________________________________
15864 [  2417] By: jhi                                   on 1998/11/30  08:14:00
15865     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
15866  Branch: cfgperl
15867        ! ext/Socket/Socket.xs
15868 ____________________________________________________________________________
15869 [  2416] By: jhi                                   on 1998/11/30  08:00:15
15870     Log: Undo #2395, seems more like a problem in netbsd-current.
15871  Branch: cfgperl
15872        ! util.c
15873
15874 ----------------
15875 Version 5.005_54
15876 ----------------
15877
15878 ____________________________________________________________________________
15879 [  2414] By: gsar                                  on 1998/11/30  02:23:55
15880     Log: more JPL tweaks
15881  Branch: perl
15882        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
15883        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
15884 ____________________________________________________________________________
15885 [  2413] By: gsar                                  on 1998/11/30  01:35:56
15886     Log: stub bin/jpl that just runs JPL::Compile::files()
15887  Branch: perl
15888        + jpl/bin/jpl
15889 ____________________________________________________________________________
15890 [  2412] By: gsar                                  on 1998/11/30  01:32:14
15891     Log: delete symlink
15892  Branch: perl
15893        - jpl/bin/jpl
15894 ____________________________________________________________________________
15895 [  2410] By: gsar                                  on 1998/11/30  01:30:44
15896     Log: branch jpl from perlext to perl
15897  Branch: perl
15898       +> (branch 30 files)
15899 ____________________________________________________________________________
15900 [  2407] By: gsar                                  on 1998/11/30  01:24:53
15901     Log: JPL tweaks to build with 5.005
15902  Branch: perlext
15903        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
15904        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
15905 ____________________________________________________________________________
15906 [  2406] By: gsar                                  on 1998/11/30  00:55:54
15907     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
15908  Branch: perl
15909        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
15910 ____________________________________________________________________________
15911 [  2405] By: gsar                                  on 1998/11/30  00:28:55
15912     Log: patchlevel up to 54
15913  Branch: perl
15914        ! patchlevel.h win32/Makefile win32/config_H.bc
15915        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
15916 ____________________________________________________________________________
15917 [  2403] By: gsar                                  on 1998/11/29  23:35:50
15918     Log: integrate cfgperl changes into mainline
15919  Branch: perl
15920       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15921       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
15922 ____________________________________________________________________________
15923 [  2402] By: gsar                                  on 1998/11/29  23:08:42
15924     Log: sync Text::Wrap version number
15925  Branch: perl
15926        ! lib/Text/Wrap.pm
15927 ____________________________________________________________________________
15928 [  2401] By: gsar                                  on 1998/11/29  22:56:21
15929     Log: textfill.t tweak
15930  Branch: perl
15931        ! t/lib/textfill.t
15932 ____________________________________________________________________________
15933 [  2400] By: gsar                                  on 1998/11/29  22:50:41
15934     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
15935          <muir@idiom.com>
15936  Branch: perl
15937        + t/lib/textfill.t
15938        ! MANIFEST lib/Text/Wrap.pm
15939 ____________________________________________________________________________
15940 [  2399] By: gsar                                  on 1998/11/29  22:28:05
15941     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
15942          has happened without the authors knowledge or consent; the subversive
15943          version (which is in 5.00502) breaks one of the tests in the
15944          authors testsuite; attempts are being made to find a fix that
15945          avoids breaking code already running with the 5.005_02 version
15946          From:    David Muir Sharnoff <muir@idiom.com>
15947          Date:    Sat, 28 Nov 1998 04:34:17 PST
15948          Message-Id: <199811281234.EAA03082@idiom.com>
15949          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
15950  Branch: perl
15951        ! lib/Text/Wrap.pm t/lib/textwrap.t
15952 ____________________________________________________________________________
15953 [  2397] By: nick                                  on 1998/11/29  20:13:58
15954     Log: Update docs and English.pm for $^C
15955  Branch: perl
15956        ! lib/English.pm pod/perlvar.pod
15957 ____________________________________________________________________________
15958 [  2396] By: jhi                                   on 1998/11/29  20:13:03
15959     Log: Mirror #2384.
15960  Branch: cfgperl
15961        ! t/op/pwent.t
15962 ____________________________________________________________________________
15963 [  2395] By: jhi                                   on 1998/11/29  19:59:12
15964     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
15965  Branch: cfgperl
15966        ! util.c
15967 ____________________________________________________________________________
15968 [  2394] By: gsar                                  on 1998/11/29  19:49:08
15969     Log: updated perlreftut.pod
15970  Branch: perl
15971        ! pod/perlreftut.pod
15972 ____________________________________________________________________________
15973 [  2393] By: gsar                                  on 1998/11/29  19:31:56
15974     Log: misc tweaks
15975  Branch: perl
15976        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
15977 ____________________________________________________________________________
15978 [  2392] By: gsar                                  on 1998/11/29  19:31:18
15979     Log: notes about -DPERL_POLLUTE
15980  Branch: perl
15981        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
15982 ____________________________________________________________________________
15983 [  2391] By: gsar                                  on 1998/11/29  19:13:52
15984     Log: explain various win32 build caveats more clearly
15985  Branch: perl
15986        ! README.win32 win32/Makefile win32/makefile.mk
15987 ____________________________________________________________________________
15988 [  2390] By: gsar                                  on 1998/11/29  16:51:59
15989     Log: remove I_POLL detection (Configure will do that now)
15990  Branch: perl
15991        ! ext/IO/Makefile.PL
15992 ____________________________________________________________________________
15993 [  2389] By: jhi                                   on 1998/11/29  16:39:16
15994     Log: Add I_POLL for IO 1.20.
15995  Branch: cfgperl
15996        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15997        ! config_h.SH
15998 ____________________________________________________________________________
15999 [  2388] By: gsar                                  on 1998/11/29  16:23:30
16000     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
16001  Branch: perl
16002        + Porting/p4desc
16003        ! MANIFEST
16004 ____________________________________________________________________________
16005 [  2387] By: gsar                                  on 1998/11/29  16:08:03
16006     Log: another threads reliability fix: serialize writes to thr->threadsv
16007          avoid most uses of PL_na (which is much more inefficient than a
16008          simple local); update docs to suit; PL_na now being thr->Tna may
16009          be a minor compatibility issue for extensions--will require dTHR
16010          outside of XSUBs (those get automatic dTHR)
16011  Branch: perl
16012        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
16013        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
16014        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
16015        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
16016        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
16017        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
16018        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
16019        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
16020        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
16021 ____________________________________________________________________________
16022 [  2386] By: jhi                                   on 1998/11/29  15:40:42
16023     Log: Tune the "if" entry.
16024  Branch: cfgperl
16025        ! pod/perlfunc.pod
16026 ____________________________________________________________________________
16027 [  2385] By: gsar                                  on 1998/11/29  12:40:28
16028     Log: various fixes for race conditions under threads: mutex locks based
16029          on PL_threadnum were seriously flawed, since it means more than one
16030          thread could enter the critical region; PL_na was global instead of
16031          thread-local; child thread could finish and free thr structures
16032          before Thread->new() got around to creating the Thread object;
16033          cv_clone() needed locking, as it mucks with PL_comppad and other
16034          global data; new_struct_thread() needed to lock template-thread's
16035          mutex while copying its data
16036  Branch: perl
16037        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
16038        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
16039 ____________________________________________________________________________
16040 [  2384] By: gsar                                  on 1998/11/29  10:54:38
16041     Log: s/warn/print/ on multiply defined groups
16042  Branch: perl
16043        ! t/op/grent.t
16044 ____________________________________________________________________________
16045 [  2383] By: gsar                                  on 1998/11/29  10:48:39
16046     Log: backout change#2334
16047  Branch: perl
16048        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
16049 ____________________________________________________________________________
16050 [  2382] By: jhi                                   on 1998/11/29  10:33:40
16051     Log: Better NetInfo behaviour.
16052  Branch: cfgperl
16053        ! t/op/grent.t t/op/pwent.t
16054 ____________________________________________________________________________
16055 [  2381] By: jhi                                   on 1998/11/29  10:08:15
16056     Log: Integrate from mainperl.
16057  Branch: cfgperl
16058       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
16059       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
16060       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
16061       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
16062       +> t/lib/io_poll.t t/lib/io_unix.t
16063       !> (integrate 58 files)
16064 ____________________________________________________________________________
16065 [  2380] By: gsar                                  on 1998/11/29  08:22:49
16066     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
16067          Tim Bunce)
16068  Branch: perl
16069        ! gv.c
16070 ____________________________________________________________________________
16071 [  2379] By: gsar                                  on 1998/11/29  07:06:43
16072     Log: fix for pat.t failure under USE_THREADS
16073  Branch: perl
16074        ! pp_ctl.c regexec.c
16075 ____________________________________________________________________________
16076 [  2378] By: nick                                  on 1998/11/28  22:46:57
16077     Log: More C.pm tweaks
16078          Save globs even if we have saved cv itself before - may be imported.
16079          
16080          While we don't save "bootstrap" CV we need to provide a stub,
16081          so that if we require it later we don't fall through and attempt
16082          to DynaLoad module again.
16083          
16084          Attempt to save %INC so that "require" does not reload things
16085          we have compiled-in (does not work right yet - seems to be due
16086          to PL_incgv being created in perl_parse() current scheme setting 
16087          GvHV() is "better" than saving the glob, but still does not 
16088          work as I expect). 
16089  Branch: perl
16090        ! ext/B/B/C.pm
16091 ____________________________________________________________________________
16092 [  2377] By: gsar                                  on 1998/11/28  22:30:38
16093     Log: various tweaks; result passes all tests for normal build on Solaris;
16094          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
16095          win32 due to lack of select() that works on non-socket fds
16096  Branch: perl
16097        ! ext/IO/poll.c regcomp.c regexec.c scope.c
16098        ! t/lib/io_multihomed.t win32/makefile.mk
16099 ____________________________________________________________________________
16100 [  2376] By: gsar                                  on 1998/11/28  20:44:39
16101     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
16102  Branch: perl
16103        ! myconfig
16104 ____________________________________________________________________________
16105 [  2375] By: gsar                                  on 1998/11/28  20:42:58
16106     Log: integrate cfgperl changes into mainline
16107  Branch: perl
16108       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
16109       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
16110 ____________________________________________________________________________
16111 [  2374] By: gsar                                  on 1998/11/28  20:02:03
16112     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16113          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
16114          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
16115          Subject: [PATCH 5.00553] Yet another OS/2 patch
16116  Branch: perl
16117        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
16118 ____________________________________________________________________________
16119 [  2373] By: gsar                                  on 1998/11/28  19:30:06
16120     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16121          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
16122          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
16123          Subject: [PATCH 5.005_53] Change $#+
16124  Branch: perl
16125        ! mg.c pod/perlvar.pod t/op/pat.t
16126 ____________________________________________________________________________
16127 [  2372] By: gsar                                  on 1998/11/28  19:28:00
16128     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16129          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
16130          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
16131          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
16132  Branch: perl
16133        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
16134        ! thrdvar.h
16135 ____________________________________________________________________________
16136 [  2371] By: gsar                                  on 1998/11/28  19:23:53
16137     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16138          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
16139          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
16140          Subject: [PATCH 5.005_53] better -Mre=debugcolor
16141  Branch: perl
16142        ! embedvar.h objXSUB.h regexec.c thrdvar.h
16143 ____________________________________________________________________________
16144 [  2370] By: gsar                                  on 1998/11/28  19:21:17
16145     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16146          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
16147          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
16148          Subject: [PATCH 5.005_*] regcolors
16149  Branch: perl
16150        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
16151 ____________________________________________________________________________
16152 [  2369] By: gsar                                  on 1998/11/28  19:00:15
16153     Log: allow final period in a file (not followed by a newline) to
16154          terminate format spec
16155  Branch: perl
16156        ! toke.c
16157 ____________________________________________________________________________
16158 [  2368] By: gsar                                  on 1998/11/28  18:58:25
16159     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
16160          add C<$Config{installarchlib}/CORE> to the default locations searched
16161          on win32
16162  Branch: perl
16163        ! lib/ExtUtils/Liblist.pm
16164 ____________________________________________________________________________
16165 [  2367] By: gsar                                  on 1998/11/28  18:46:05
16166     Log: applied suggested patch with PERL_OBJECT tweaks
16167          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16168          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
16169          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
16170          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
16171  Branch: perl
16172        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
16173        ! regexec.c t/op/pat.t thrdvar.h
16174 ____________________________________________________________________________
16175 [  2366] By: gsar                                  on 1998/11/28  18:38:34
16176     Log: additional documentation for qr//
16177          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16178          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
16179          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
16180          Subject: [PATCH 5.005_*] Documentation (fwd)
16181  Branch: perl
16182        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
16183 ____________________________________________________________________________
16184 [  2365] By: gsar                                  on 1998/11/28  18:35:35
16185     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16186          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
16187          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
16188          Subject: [PATCH 5.005_*] Fix \G in REx without //g
16189  Branch: perl
16190        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
16191        ! regexp.h t/op/pat.t thrdvar.h
16192 ____________________________________________________________________________
16193 [  2364] By: gsar                                  on 1998/11/28  18:24:20
16194     Log: update Test.pm to Test-1.12; tweak 're' detection
16195  Branch: perl
16196        ! lib/Test.pm
16197 ____________________________________________________________________________
16198 [  2363] By: gsar                                  on 1998/11/28  18:12:04
16199     Log: avoid command-line quoting portability problems in lex_assign.t
16200  Branch: perl
16201        ! t/op/lex_assign.t
16202 ____________________________________________________________________________
16203 [  2362] By: gsar                                  on 1998/11/28  18:08:50
16204     Log: From: John Tobey <jtobey@channel1.com>
16205          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
16206          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
16207          Subject: PATCH: document English.pm sawampersand and thread issues
16208  Branch: perl
16209        ! lib/English.pm pod/perlvar.pod
16210 ____________________________________________________________________________
16211 [  2361] By: gsar                                  on 1998/11/28  18:03:04
16212     Log: fix uninitialized warnings
16213          From: Brian Callaghan <callagh@itginc.com>
16214          Date: Thu, 19 Nov 1998 17:49:10 -0800
16215          Message-Id: <3654CA96.B64FCAEB@itginc.com>
16216          Subject: Complete.pm patch (version 1.1)
16217  Branch: perl
16218        ! lib/Term/Complete.pm
16219 ____________________________________________________________________________
16220 [  2360] By: gsar                                  on 1998/11/28  17:59:16
16221     Log: s/Array/List/ suggested by John Tobey
16222  Branch: perl
16223        ! pod/perldata.pod
16224 ____________________________________________________________________________
16225 [  2359] By: gsar                                  on 1998/11/28  17:47:48
16226     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
16227  Branch: perl
16228        ! lib/Tie/Handle.pm pod/perlfunc.pod
16229 ____________________________________________________________________________
16230 [  2358] By: jhi                                   on 1998/11/28  17:23:15
16231     Log: Revamp the locale tests.
16232          (0) Instead of rewiring a few locales scan for them.
16233          (1) Bogus test #101 removed.
16234          (2) All the locales are checked, the lists of failed
16235          and non-failed ones are displayed.
16236          (3) The test #103 is again 'active' so that it may fail.
16237          (4) To balance (3) a hopefully pacifying message is shown
16238          if the #103 fails.
16239  Branch: cfgperl
16240        ! t/pragma/locale.t
16241 ____________________________________________________________________________
16242 [  2357] By: gsar                                  on 1998/11/28  17:21:07
16243     Log: add perlreftut.pod
16244  Branch: perl
16245        + pod/perlreftut.pod
16246        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
16247        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
16248        ! win32/pod.mak
16249 ____________________________________________________________________________
16250 [  2356] By: jhi                                   on 1998/11/28  16:58:01
16251     Log: Change #2346 fallout.
16252  Branch: cfgperl
16253        ! t/op/undef.t
16254 ____________________________________________________________________________
16255 [  2355] By: gsar                                  on 1998/11/28  16:46:43
16256     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
16257          ANSI prototypes
16258  Branch: perl
16259        ! ext/IO/IO.xs
16260 ____________________________________________________________________________
16261 [  2354] By: gsar                                  on 1998/11/28  16:08:07
16262     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
16263          keep platform hacks that aren't in the 1.20 dist; add new files
16264          to MANIFEST; hack Makefile.PL; result hasn't been tested
16265          anywhere
16266  Branch: perl
16267        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
16268        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
16269        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
16270        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
16271        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
16272        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16273        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16274        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
16275        ! t/lib/io_sock.t t/lib/io_udp.t
16276 ____________________________________________________________________________
16277 [  2353] By: jhi                                   on 1998/11/28  15:51:03
16278     Log: Locale collation, ctype, and numeric, were initialized wrong
16279          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
16280          as reported by
16281          
16282          From: Ilya.Sandler@etak.com (Ilya Sandler)
16283          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
16284          To: perlbug@perl.com
16285          Date: 25 Nov 1998 04:53:52 +0200
16286          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
16287  Branch: cfgperl
16288        ! util.c
16289 ____________________________________________________________________________
16290 [  2352] By: nick                                  on 1998/11/28  15:21:59
16291     Log: Implement $^C to allow perl access to -c flag - I think this 
16292          was agreed once...
16293  Branch: perl
16294        ! gv.c mg.c
16295 ____________________________________________________________________________
16296 [  2351] By: jhi                                   on 1998/11/28  15:14:24
16297     Log: Change #2251 fixup.
16298  Branch: cfgperl
16299        ! myconfig
16300 ____________________________________________________________________________
16301 [  2350] By: jhi                                   on 1998/11/28  14:58:19
16302     Log: Integrate from mainperl.
16303  Branch: cfgperl
16304       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
16305       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16306       +> pod/perl5005delta.pod
16307       !> (integrate 49 files)
16308 ____________________________________________________________________________
16309 [  2349] By: jhi                                   on 1998/11/28  14:27:36
16310     Log: Passwd and group file groveling.
16311  Branch: cfgperl
16312        ! t/op/grent.t t/op/pwent.t
16313 ____________________________________________________________________________
16314 [  2348] By: gsar                                  on 1998/11/28  14:09:50
16315     Log: more conservative version of changes#2345,2346,2347; those break
16316          C<defined(@{"foo::ISA"})> which seems to be extensively used in
16317          the libs :-(
16318  Branch: perl
16319        ! pp.c t/op/method.t
16320 ____________________________________________________________________________
16321 [  2347] By: gsar                                  on 1998/11/28  13:36:08
16322     Log: tweak bogus test
16323  Branch: perl
16324        ! t/op/method.t
16325 ____________________________________________________________________________
16326 [  2346] By: gsar                                  on 1998/11/28  13:20:34
16327     Log: test cases for previous change
16328  Branch: perl
16329        ! t/op/undef.t
16330 ____________________________________________________________________________
16331 [  2345] By: gsar                                  on 1998/11/28  13:07:17
16332     Log: fix typo in pp_defined() causing C<defined %tied> to fail
16333  Branch: perl
16334        ! pp.c
16335 ____________________________________________________________________________
16336 [  2344] By: gsar                                  on 1998/11/28  13:03:29
16337     Log: s/comment/comment_t/ tweak (suggested by John Gorman
16338          <jgorman@webbysoft.com>)
16339  Branch: perl
16340        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
16341 ____________________________________________________________________________
16342 [  2343] By: gsar                                  on 1998/11/28  12:52:40
16343     Log: add (stub) perldelta.pod
16344  Branch: perl
16345        + pod/perldelta.pod
16346 ____________________________________________________________________________
16347 [  2342] By: gsar                                  on 1998/11/28  12:49:26
16348     Log: rename perldelta.pod to perl5005delta.pod in preparation for
16349          starting a new one
16350  Branch: perl
16351       +> pod/perl5005delta.pod
16352        - pod/perldelta.pod
16353        ! MANIFEST pod/perl.pod
16354 ____________________________________________________________________________
16355 [  2341] By: gsar                                  on 1998/11/28  12:41:55
16356     Log: fix MALLOC_LOCK #define
16357  Branch: perl
16358        ! malloc.c
16359 ____________________________________________________________________________
16360 [  2340] By: gsar                                  on 1998/11/28  12:18:23
16361     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16362          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
16363          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
16364          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
16365  Branch: perl
16366        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
16367 ____________________________________________________________________________
16368 [  2339] By: jhi                                   on 1998/11/28  11:59:01
16369     Log: Add -lm to dynix/ptx POSIX hints.
16370          From: "Martin J. Bligh" <mbligh@sequent.com>
16371          To: jhi@iki.fi
16372          Subject: Re: Making Perl work on DYNIX/ptx
16373          Date: Wed, 25 Nov 1998 10:34:41 -0800
16374          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
16375  Branch: cfgperl
16376        ! ext/POSIX/hints/dynixptx.pl
16377 ____________________________________________________________________________
16378 [  2338] By: jhi                                   on 1998/11/28  11:57:19
16379     Log: Detypo.
16380  Branch: cfgperl
16381        ! lib/filetest.pm
16382 ____________________________________________________________________________
16383 [  2337] By: jhi                                   on 1998/11/28  11:56:29
16384     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
16385  Branch: cfgperl
16386        ! Configure
16387 ____________________________________________________________________________
16388 [  2336] By: gsar                                  on 1998/11/28  11:41:14
16389     Log: teach CPAN.pm to ignore beta perl distributions when looking for
16390          modules
16391          From: root@dogberry.rutgers.edu (root)
16392          Date: Thu, 12 Nov 1998 23:08:39 -0500
16393          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
16394          Subject: recompile tries getting a perl distribution
16395  Branch: perl
16396        ! lib/CPAN.pm
16397 ____________________________________________________________________________
16398 [  2335] By: gsar                                  on 1998/11/28  11:27:46
16399     Log: make $1 et al readonly under threads; make C<undef $1> fail like
16400          C<$1 = undef> does
16401  Branch: perl
16402        ! op.c pp.c t/op/undef.t
16403 ____________________________________________________________________________
16404 [  2334] By: gsar                                  on 1998/11/28  10:24:52
16405     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
16406  Branch: perl
16407        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
16408 ____________________________________________________________________________
16409 [  2333] By: gsar                                  on 1998/11/28  09:36:40
16410     Log: document changed PERL_HASH()
16411  Branch: perl
16412        ! pod/perlfunc.pod pod/perlguts.pod
16413 ____________________________________________________________________________
16414 [  2332] By: nick                                  on 1998/11/27  21:10:27
16415     Log: Handle INIT list in C.pm
16416          1. Provide init_av() from B.xs
16417          2. Export it in B.pm
16418          3. Use it in C.pm
16419          Also disable some pruning in savecv() which seems to undo
16420          my previous patch.
16421          Experimental feature - save pathnames of .so files in easily 
16422          grep-able form for use in wrapper to feed to linker.  
16423  Branch: perl
16424        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
16425 ____________________________________________________________________________
16426 [  2327] By: gsar                                  on 1998/11/27  15:12:01
16427     Log: integrate change#2315 from maint-5.005
16428  Branch: perl
16429        ! t/op/sort.t
16430       !> op.c sv.c
16431 ____________________________________________________________________________
16432 [  2326] By: gsar                                  on 1998/11/27  15:00:42
16433     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
16434  Branch: perl
16435       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
16436       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
16437       !> lib/ExtUtils/typemap
16438 ____________________________________________________________________________
16439 [  2325] By: gsar                                  on 1998/11/27  14:46:18
16440     Log: malloc bugfix and documentation from Ilya Zakharevich
16441          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
16442          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
16443          Subject: [PATCH 5.005_*] Re: Internal coredump
16444          --
16445          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
16446          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
16447          Subject: [PATCH 5.005_*] malloc.c documentation
16448  Branch: perl
16449        ! malloc.c
16450 ____________________________________________________________________________
16451 [  2324] By: gsar                                  on 1998/11/27  14:41:38
16452     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
16453  Branch: perl
16454        ! ext/B/B/C.pm
16455 ____________________________________________________________________________
16456 [  2323] By: gsar                                  on 1998/11/27  14:33:44
16457     Log: From: maeda@src.ricoh.co.jp
16458          Date: Tue, 24 Nov 1998 10:37:45 +0900
16459          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
16460          Subject: format "..." bug
16461  Branch: perl
16462        ! pp_ctl.c t/op/write.t
16463 ____________________________________________________________________________
16464 [  2322] By: gsar                                  on 1998/11/27  14:20:12
16465     Log: add ext/Devel/Peek
16466          From: jan.dubois@ibm.net (Jan Dubois)
16467          Date: Mon, 23 Nov 1998 00:48:11 +0100
16468          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
16469          Subject: [PATCH 5.005_53] Devel::Peek integration
16470  Branch: perl
16471        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
16472        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16473        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
16474        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
16475        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
16476 ____________________________________________________________________________
16477 [  2321] By: gsar                                  on 1998/11/27  13:03:08
16478     Log: ensure 'make regen_headers' even without perl installed
16479          (suggested by Ilya Zakharevich)
16480  Branch: perl
16481        ! bytecode.pl warning.pl
16482 ____________________________________________________________________________
16483 [  2320] By: gsar                                  on 1998/11/27  12:58:36
16484     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16485          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
16486          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
16487          Subject: [PATCH 5.005_*] Cosmetic malloc patch
16488  Branch: perl
16489        ! malloc.c
16490 ____________________________________________________________________________
16491 [  2319] By: gsar                                  on 1998/11/27  12:56:13
16492     Log: eliminate dup hunk from integration
16493  Branch: perl
16494        ! lib/filetest.pm perl.h
16495 ____________________________________________________________________________
16496 [  2318] By: gsar                                  on 1998/11/27  12:50:08
16497     Log: integrate cfgperl changes into mainline
16498  Branch: perl
16499       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
16500        ! pod/perlfaq4.pod
16501       !> (integrate 30 files)
16502 ____________________________________________________________________________
16503 [  2317] By: jhi                                   on 1998/11/27  11:38:13
16504     Log: C<-x>.
16505  Branch: cfgperl
16506        ! lib/filetest.pm
16507 ____________________________________________________________________________
16508 [  2316] By: jhi                                   on 1998/11/27  11:10:22
16509     Log: Integrate from mainperl.
16510  Branch: cfgperl
16511       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
16512       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
16513       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
16514       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
16515       !> win32/win32sck.c
16516 ____________________________________________________________________________
16517 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
16518     Log: integrate change#2246 from mainline, while still allowing
16519          C<sort $globref @foo>
16520          
16521          allow C<sort $coderef @foo>
16522  Branch: maint-5.005/perl
16523        ! op.c sv.c
16524       !> t/op/sort.t
16525 ____________________________________________________________________________
16526 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
16527     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
16528          forwarded by Jarkko Hietaniemi from Mark Bixby
16529  Branch: maint-5.005/perl
16530        ! ext/DynaLoader/dl_mpeix.xs installperl
16531 ____________________________________________________________________________
16532 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
16533     Log: Allow PL_FILES to have multiple targets from one source by allowing
16534          an array ref as the value in the hash
16535  Branch: maint-5.005/perl
16536        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16537        ! lib/ExtUtils/MakeMaker.pm
16538 ____________________________________________________________________________
16539 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
16540     Log: fix unsigned variables to use SvUV and sv_setuv
16541  Branch: maint-5.005/perl
16542        ! lib/ExtUtils/typemap
16543 ____________________________________________________________________________
16544 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
16545     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
16546  Branch: maint-5.005/perl
16547        ! lib/ExtUtils/MM_Unix.pm
16548 ____________________________________________________________________________
16549 [  2301] By: gsar                                  on 1998/11/26  10:16:54
16550     Log: fix PL_defoutgv leak under threads
16551  Branch: perl
16552        ! ext/Thread/Thread.xs
16553 ____________________________________________________________________________
16554 [  2300] By: gsar                                  on 1998/11/26  09:04:44
16555     Log: properly free temporaries created by threads
16556  Branch: perl
16557        ! ext/Thread/Thread.xs
16558 ____________________________________________________________________________
16559 [  2299] By: gsar                                  on 1998/11/26  06:51:16
16560     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
16561          to set the package for the block properly
16562  Branch: perl
16563        ! op.c t/comp/package.t t/lib/dumper.t
16564 ____________________________________________________________________________
16565 [  2298] By: nick                                  on 1998/11/24  22:04:20
16566     Log: Part-1 of tweaks to allow Tk to be "compiled"
16567          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
16568          (May also need attention to exports etc. - to follow.)
16569  Branch: perl
16570        ! universal.c
16571 ____________________________________________________________________________
16572 [  2294] By: jhi                                   on 1998/11/23  10:44:26
16573     Log: The new socket tests need in some platforms
16574          to #include <sys/types.h>.
16575  Branch: cfgperl
16576        ! Configure
16577 ____________________________________________________________________________
16578 [  2293] By: jhi                                   on 1998/11/23  10:33:42
16579     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16580          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
16581          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16582          Date: Mon, 23 Nov 1998 10:07:04 +0100
16583          Message-Id: <9811230907.AA06484@AWT.nl>
16584          
16585          NeXTstep NetInfo uses nidump to get the user/group databases.
16586  Branch: cfgperl
16587        ! t/op/grent.t t/op/pwent.t
16588 ____________________________________________________________________________
16589 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
16590     Log: Updated Porting/patchls utility.
16591  Branch: maint-5.004/perl
16592        ! Porting/patchls
16593 ____________________________________________________________________________
16594 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
16595     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
16596          From:  Henrik Tougaard <ht.000@foa.dk>
16597          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
16598          Files:  lib/Sys/Syslog.pm
16599  Branch: maint-5.004/perl
16600        ! lib/Sys/Syslog.pm
16601 ____________________________________________________________________________
16602 [  2286] By: jhi                                   on 1998/11/22  19:08:42
16603     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
16604  Branch: cfgperl
16605        ! ext/Socket/Socket.xs
16606 ____________________________________________________________________________
16607 [  2285] By: jhi                                   on 1998/11/22  18:21:07
16608     Log: MSG_PROXY for GNU/Hurd (previously we believed that
16609          all GNU libc platforms have MSG_PROXY.  Untrue).
16610          In fact this ended up as a major MSG_* and SCM_*
16611          update.  The MSG_XXX known to be enums in some
16612          versions of the glibc are now probed for and respective
16613          HAS_MSG_XXX are defined.  While I was at it I noticed
16614          SCM_RIGHTS being similarly an enum.  This reminded me of
16615          an ancient discussion in perl5-porters:
16616          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
16617          The BSD socket interface has a nifty feature for passing
16618          file descriptors and credentials--via sockets.  It may be
16619          too late to add this functionality to the CORE but
16620          at least Configure now probes for the functions,
16621          structs, and includes, defining the appropriate
16622          HAS_YYY and I_ZZZ, and the Socket extension exports
16623          the constants, in case somebody wants to write an
16624          extension for this interface.
16625  Branch: cfgperl
16626        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16627        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
16628        ! iperlsys.h
16629 ____________________________________________________________________________
16630 [  2284] By: jhi                                   on 1998/11/22  18:13:21
16631     Log: perlhist.pod 1.54, containing 5_53.
16632  Branch: cfgperl
16633        ! pod/perlhist.pod
16634 ____________________________________________________________________________
16635 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
16636     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
16637  Branch: maint-5.004/perl
16638        ! doio.c
16639 ____________________________________________________________________________
16640 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
16641     Log: Improve op/die_exit.t test for implicit close changing $!
16642  Branch: maint-5.004/perl
16643        ! t/op/die_exit.t
16644 ____________________________________________________________________________
16645 [  2268] By: jhi                                   on 1998/11/22  14:44:11
16646     Log: Fix thinko.
16647  Branch: cfgperl
16648        ! hints/dynixptx.sh
16649 ____________________________________________________________________________
16650 [  2267] By: jhi                                   on 1998/11/22  13:19:41
16651     Log: Document the d_socket override.
16652  Branch: cfgperl
16653        ! hints/dynixptx.sh
16654 ____________________________________________________________________________
16655 [  2266] By: jhi                                   on 1998/11/22  12:12:29
16656     Log: From: John Tobey <jtobey@channel1.com>
16657          Subject: [PATCH] perlfaq typos
16658          To: perl5-porters@perl.com
16659          Date: 22 Nov 1998 04:25:15 +0200
16660          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
16661  Branch: cfgperl
16662        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16663        ! pod/perlfaq7.pod pod/perlfaq8.pod
16664 ____________________________________________________________________________
16665 [  2265] By: jhi                                   on 1998/11/22  12:06:29
16666     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16667          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
16668          Newsgroups: hut.lists.perl5-porters
16669          To: gsar@engin.umich.edu (Gurusamy Sarathy)
16670          Cc: perl5-porters@perl.org (Perl5 Porters)
16671          Date: 20 Nov 1998 12:20:41 +0200
16672  Branch: cfgperl
16673        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16674        ! ext/DB_File/DB_File.xs
16675 ____________________________________________________________________________
16676 [  2264] By: jhi                                   on 1998/11/22  11:55:09
16677     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
16678          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16679          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16680          To: perlbug@perl.com
16681          Date: 20 Nov 1998 18:39:06 +0200
16682          Lines: 47
16683          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16684  Branch: cfgperl
16685        ! t/op/grent.t t/op/pwent.t
16686 ____________________________________________________________________________
16687 [  2263] By: jhi                                   on 1998/11/22  11:42:59
16688     Log: Permission testing is tricky when we have too much power.
16689          Problem reported in
16690          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16691          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16692          To: perlbug@perl.com
16693          Date: 20 Nov 1998 18:39:06 +0200
16694          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16695  Branch: cfgperl
16696        ! t/op/filetest.t
16697 ____________________________________________________________________________
16698 [  2262] By: gsar                                  on 1998/11/22  11:37:02
16699     Log: fix broken CAPI generation
16700  Branch: perl
16701        ! win32/GenCAPI.pl
16702 ____________________________________________________________________________
16703 [  2261] By: jhi                                   on 1998/11/22  11:17:00
16704     Log: -x should be C<-x>, reported by Gerben Wierda.
16705  Branch: cfgperl
16706        ! pod/perlfunc.pod
16707 ____________________________________________________________________________
16708 [  2260] By: gsar                                  on 1998/11/22  11:12:02
16709     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
16710  Branch: perl
16711        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
16712        ! proto.h
16713 ____________________________________________________________________________
16714 [  2259] By: jhi                                   on 1998/11/22  11:06:40
16715     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
16716          Subject: Re: [PATCH] Re: pod2man bug in date generated line
16717          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
16718          Cc: perlbug@perl.com
16719          Date: 20 Nov 1998 21:30:17 +0200
16720          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
16721  Branch: cfgperl
16722        ! pod/pod2man.PL
16723 ____________________________________________________________________________
16724 [  2256] By: jhi                                   on 1998/11/21  10:44:01
16725     Log: From: Thomas Bowditch <bowditch@inmet.com>
16726          Subject: Benchmark.pm suggestion
16727          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
16728          Date: Fri, 20 Nov 1998 17:43:46 -0500
16729          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
16730          
16731          Added timesum().
16732  Branch: cfgperl
16733        ! lib/Benchmark.pm
16734 ____________________________________________________________________________
16735 [  2255] By: gsar                                  on 1998/11/21  08:45:06
16736     Log: another win32 portability fix: make sysread() and syswrite()
16737          work on sockets
16738  Branch: perl
16739        ! pp_sys.c win32/win32.h
16740 ____________________________________________________________________________
16741 [  2254] By: gsar                                  on 1998/11/21  07:49:06
16742     Log: win32_recvfrom() compatibility fix
16743  Branch: perl
16744        ! win32/win32sck.c
16745 ____________________________________________________________________________
16746 [  2253] By: jhi                                   on 1998/11/20  08:22:06
16747     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16748          To: jhi@iki.fi
16749          Subject: MPE/iX Perl 5.005_02 oops
16750          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
16751          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
16752  Branch: cfgperl
16753        ! ext/DynaLoader/dl_mpeix.xs installperl
16754 ____________________________________________________________________________
16755 [  2252] By: gsar                                  on 1998/11/19  17:38:03
16756     Log: mess_sv tweak for change#2249
16757  Branch: perl
16758        ! util.c
16759 ____________________________________________________________________________
16760 [  2251] By: jhi                                   on 1998/11/18  12:32:19
16761     Log: Display use64bits and usemultiplicity but only if necessary.
16762  Branch: cfgperl
16763        ! myconfig
16764 ____________________________________________________________________________
16765 [  2250] By: jhi                                   on 1998/11/18  12:26:50
16766     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
16767          Subject: pp.c uses 'unsigned Quad_t'
16768          To: perlbug@perl.com 
16769          Date: Sun, 15 Nov 1998 20:57:05 -0300 
16770          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
16771  Branch: cfgperl
16772        ! perl.h pp.c
16773 ____________________________________________________________________________
16774 [  2249] By: gsar                                  on 1998/11/18  05:43:11
16775     Log: use PL_mess_sv only during global destruction (fixes problems with
16776          overlapping invocations of form()/warn()/die()/croak() trampling on
16777          each other's messages)
16778  Branch: perl
16779        ! mg.c util.c
16780 ____________________________________________________________________________
16781 [  2248] By: gsar                                  on 1998/11/18  05:39:36
16782     Log: tweak change#2245 to skip previous message if any
16783  Branch: perl
16784        ! pp_ctl.c t/pragma/warn/pp_ctl
16785 ____________________________________________________________________________
16786 [  2247] By: jhi                                   on 1998/11/17  11:46:56
16787     Log: Integrate from mainperl.
16788  Branch: cfgperl
16789       !> (integrate 26 files)
16790 ____________________________________________________________________________
16791 [  2246] By: gsar                                  on 1998/11/17  09:41:10
16792     Log: allow C<sort $coderef @foo>
16793  Branch: perl
16794        ! op.c t/op/sort.t t/pragma/overload.t
16795 ____________________________________________________________________________
16796 [  2245] By: gsar                                  on 1998/11/17  08:28:26
16797     Log: propagate failures in DESTROY() as (optional) warnings
16798  Branch: perl
16799        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
16800 ____________________________________________________________________________
16801 [  2244] By: gsar                                  on 1998/11/17  07:43:08
16802     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
16803  Branch: perl
16804        ! perl.c thrdvar.h
16805 ____________________________________________________________________________
16806 [  2243] By: gsar                                  on 1998/11/17  07:40:09
16807     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
16808  Branch: perl
16809        ! lib/warning.pm warning.h warning.pl
16810 ____________________________________________________________________________
16811 [  2242] By: gsar                                  on 1998/11/17  06:32:39
16812     Log: fix skipspace() to properly account for newlines in eval''-ed
16813          strings (caused bogus line numbers in diagnostics and debugger)
16814  Branch: perl
16815        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
16816 ____________________________________________________________________________
16817 [  2241] By: gsar                                  on 1998/11/17  03:48:12
16818     Log: s/Perl_utf8skip/PL_utf8skip/g
16819  Branch: perl
16820        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
16821 ____________________________________________________________________________
16822 [  2240] By: gsar                                  on 1998/11/14  06:09:06
16823     Log: rework op/groups.t
16824  Branch: perl
16825        ! t/op/filetest.t t/op/groups.t
16826 ____________________________________________________________________________
16827 [  2235] By: gsar                                  on 1998/11/14  00:17:05
16828     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
16829  Branch: perl
16830        ! op.c
16831 ____________________________________________________________________________
16832 [  2234] By: gsar                                  on 1998/11/14  00:14:02
16833     Log: update Changes
16834  Branch: perl
16835        ! Changes win32/config.bc win32/config.gc win32/config.vc
16836 ____________________________________________________________________________
16837 [  2233] By: gsar                                  on 1998/11/13  09:43:03
16838     Log: doc tweak
16839  Branch: perl
16840        ! README.win32
16841 ____________________________________________________________________________
16842 [  2230] By: jhi                                   on 1998/11/12  17:07:45
16843     Log: Allow hints file override for d_socket
16844          (based on Sequent-induced change #2229).
16845  Branch: cfgperl
16846        ! Configure
16847 ____________________________________________________________________________
16848 [  2229] By: jhi                                   on 1998/11/12  16:32:33
16849     Log: 
16850          From: "Martin J. Bligh" <mbligh@sequent.com>
16851          To: jhi@iki.fi
16852          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
16853          Subject: Re: Making Perl work on DYNIX/ptx
16854          Date: Tue, 10 Nov 1998 16:24:26 -0800
16855          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
16856  Branch: cfgperl
16857        ! hints/dynixptx.sh
16858 ____________________________________________________________________________
16859 [  2228] By: jhi                                   on 1998/11/12  11:40:37
16860     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
16861          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
16862          To: jhi@iki.fi
16863          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
16864          Subject: Re: Making Perl work on DYNIX/ptx
16865          Date: Tue, 10 Nov 1998 18:01:10 -0800
16866  Branch: cfgperl
16867        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
16868 ____________________________________________________________________________
16869 [  2227] By: jhi                                   on 1998/11/12  11:17:42
16870     Log: Integrate from mainperl.
16871  Branch: cfgperl
16872       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
16873       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
16874       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
16875       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
16876       !> win32/win32.c x2p/s2p.PL
16877 ____________________________________________________________________________
16878 [  2226] By: gsar                                  on 1998/11/11  21:05:42
16879     Log: provide -DPERL_POLLUTE
16880  Branch: perl
16881        ! embed.pl embedvar.h
16882 ____________________________________________________________________________
16883 [  2225] By: jhi                                   on 1998/11/09  07:45:12
16884     Log: From: Hans Mulder <hansm@icgroup.nl>
16885          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
16886          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
16887          perl5-porters@perl.org
16888          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
16889          (UNINSTALLED)
16890          Date: Sun,  8 Nov 98 22:20:23 +0100
16891          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
16892  Branch: cfgperl
16893        ! malloc.c perl.h
16894 ____________________________________________________________________________
16895 [  2224] By: gsar                                  on 1998/11/09  03:13:14
16896     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
16897          Christoph <lupe@alanya.m.isar.de>)
16898  Branch: perl
16899        ! lib/Text/Wrap.pm
16900 ____________________________________________________________________________
16901 [  2223] By: gsar                                  on 1998/11/09  02:09:06
16902     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
16903          <lionel.fourquaux@wanadoo.fr>)
16904  Branch: perl
16905        ! x2p/s2p.PL
16906 ____________________________________________________________________________
16907 [  2222] By: gsar                                  on 1998/11/09  01:56:24
16908     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
16909          Date: Wed, 04 Nov 1998 12:19:44 +0000
16910          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
16911          Subject: [PATCH] Re: [5.005_53] read overflow? 
16912          --
16913          Date: Wed, 04 Nov 1998 13:15:18 +0000
16914          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
16915          Subject: [PATCH 5.005_53] perl -V fix
16916  Branch: perl
16917        ! perl.c regexec.c
16918 ____________________________________________________________________________
16919 [  2221] By: gsar                                  on 1998/11/09  01:34:56
16920     Log: From: jan.dubois@ibm.net (Jan Dubois)
16921          Date: Sun, 01 Nov 1998 00:05:01 +0100
16922          Message-ID: <364294bd.18052307@smtp1.ibm.net>
16923          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
16924  Branch: perl
16925        ! Changes win32/makedef.pl
16926 ____________________________________________________________________________
16927 [  2220] By: gsar                                  on 1998/11/08  21:13:07
16928     Log: integrate changes#2120,2168,2218 from maint-5.005;
16929          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
16930          enum; make regen_headers
16931  Branch: perl
16932        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
16933        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
16934 ____________________________________________________________________________
16935 [  2219] By: gsar                                  on 1998/11/08  19:42:57
16936     Log: integrate cfgperl changes into mainline
16937  Branch: perl
16938       +> README.vmesa
16939       !> Configure MANIFEST Porting/Glossary Porting/config.sh
16940       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
16941       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
16942       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
16943       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
16944       !> thread.h vms/subconfigure.com vos/config.h
16945 ____________________________________________________________________________
16946 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
16947     Log: From: Graham Barr <gbarr@ti.com>
16948          Date: Mon, 2 Nov 1998 07:38:52 -0600
16949          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
16950          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
16951  Branch: maint-5.005/perl
16952        ! ext/IPC/SysV/Msg.pm
16953 ____________________________________________________________________________
16954 [  2215] By: gsar                                  on 1998/11/08  02:52:52
16955     Log: set close-on-exec bit on pipe() FDs
16956  Branch: perl
16957        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
16958 ____________________________________________________________________________
16959 [  2214] By: gsar                                  on 1998/11/08  02:27:57
16960     Log: typo in newHVhv()
16961  Branch: perl
16962        ! hv.c
16963 ____________________________________________________________________________
16964 [  2211] By: jhi                                   on 1998/11/07  21:14:18
16965     Log: Finalize the Mach CThreads support.
16966          
16967          From: Hans Mulder <hansm@icgroup.nl>
16968          Date: Sat,  7 Nov 98 22:06:20 +0100
16969          To: Gurusamy Sarathy <gsar@engin.umich.edu>
16970          Cc: jhi@iki.fi, perl5-porters@perl.org
16971          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
16972          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
16973  Branch: cfgperl
16974        ! malloc.c perl.h
16975 ____________________________________________________________________________
16976 [  2210] By: gsar                                  on 1998/11/06  20:36:50
16977     Log: fix AvREALISH bogusness
16978  Branch: perl
16979        ! av.c t/op/array.t
16980 ____________________________________________________________________________
16981 [  2209] By: jhi                                   on 1998/11/06  08:05:31
16982     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
16983          ASSERT() causes problems in {NeXTStep,OpenStep}.
16984          
16985          From: Hans Mulder <hansm@icgroup.nl>
16986          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
16987          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16988          Date: Fri,  6 Nov 98 01:27:41 +0100
16989          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
16990          
16991          and
16992          
16993          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16994          Subject: Re: ASSERT() in malloc.c
16995          To: jhi@iki.fi
16996          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
16997          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
16998  Branch: cfgperl
16999        ! malloc.c
17000 ____________________________________________________________________________
17001 [  2208] By: jhi                                   on 1998/11/06  07:55:38
17002     Log: Mach CThreads needs #include <mach/cthreads.h>.
17003  Branch: cfgperl
17004        ! perl.h
17005 ____________________________________________________________________________
17006 [  2206] By: jhi                                   on 1998/11/05  14:54:52
17007     Log: PERL_BADLANG wrongly documented.
17008          
17009          From: ts <decoux@moulon.inra.fr>
17010          To: jhi@cc.hut.fi
17011          Subject: Re: Locale warning messages
17012          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
17013          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
17014          
17015          and
17016          
17017          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17018          Subject: Re: PERL_BADLANG
17019          To: jhi@iki.fi
17020          Subject: Re: PERL_BADLANG
17021          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
17022          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
17023  Branch: cfgperl
17024        ! pod/perllocale.pod
17025 ____________________________________________________________________________
17026 [  2205] By: jhi                                   on 1998/11/05  14:24:33
17027     Log: Document all the control flow keywords in perlfunc
17028          so that "perlfunc -f while" works.
17029  Branch: cfgperl
17030        ! pod/perlfunc.pod
17031 ____________________________________________________________________________
17032 [  2204] By: jhi                                   on 1998/11/05  12:46:02
17033     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
17034          (from vos/config.h).  Update Porting/{Glossary,config*}.
17035  Branch: cfgperl
17036        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17037        ! config_h.SH vos/config.h
17038 ____________________________________________________________________________
17039 [  2203] By: jhi                                   on 1998/11/05  08:34:39
17040     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
17041  Branch: cfgperl
17042        ! hints/vmesa.sh vms/subconfigure.com
17043 ____________________________________________________________________________
17044 [  2202] By: jhi                                   on 1998/11/05  08:03:20
17045     Log: Integrate from mainperl.
17046  Branch: cfgperl
17047       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
17048       !> win32/Makefile win32/makefile.mk win32/win32.c
17049 ____________________________________________________________________________
17050 [  2201] By: gsar                                  on 1998/11/05  04:40:44
17051     Log: another POPSTACK victim
17052  Branch: perl
17053        ! cop.h sv.c
17054 ____________________________________________________________________________
17055 [  2196] By: gsar                                  on 1998/11/05  02:07:54
17056     Log: fix a location affected by change#2191, add note about POPSTACK
17057  Branch: perl
17058        ! cop.h gv.c pp_ctl.c
17059 ____________________________________________________________________________
17060 [  2195] By: gsar                                  on 1998/11/05  02:04:45
17061     Log: makefile notes
17062  Branch: perl
17063        ! win32/Makefile win32/makefile.mk
17064 ____________________________________________________________________________
17065 [  2192] By: gsar                                  on 1998/11/04  23:48:53
17066     Log: indeterminate order-of-evaluation fixes
17067  Branch: perl
17068        ! mg.c
17069 ____________________________________________________________________________
17070 [  2191] By: gsar                                  on 1998/11/04  23:02:16
17071     Log: refetch local stack pointer in POPSTACK
17072  Branch: perl
17073        ! cop.h perl.c
17074 ____________________________________________________________________________
17075 [  2190] By: jhi                                   on 1998/11/04  08:50:40
17076     Log: Configure update.
17077          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
17078          
17079          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
17080          To: Martin Bligh <mbligh@sequent.com>
17081          Cc: Jarkko Hietaniemi <jhi@iki.fi>
17082          Subject: Re: Perl 5's configure on DYNIX/ptx
17083          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
17084          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
17085          
17086          find sockets also from libsocket, not just libnet.
17087          OS390: $compile_ok instead of $compile for <inttypes.h>,
17088          
17089          From: pvhp@forte.com (Peter Prymmer)
17090          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
17091          Subject: _53 not OK on os390 but looking better than ever
17092          Date: Tue, 3 Nov 98 17:33:22 PST
17093          Message-Id: <9811040133.AA09450@forte.com>
17094  Branch: cfgperl
17095        ! Configure
17096 ____________________________________________________________________________
17097 [  2189] By: jhi                                   on 1998/11/04  07:43:58
17098     Log: sysio.t failure: fix undefined order of evaluation, from
17099          
17100          From: Spider Boardman <spider@web.zk3.dec.com>
17101          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
17102          To: perlbug@perl.com
17103          Date: 4 Nov 1998 01:22:30 +0200
17104          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
17105  Branch: cfgperl
17106        ! pp_sys.c
17107 ____________________________________________________________________________
17108 [  2188] By: gsar                                  on 1998/11/04  02:59:16
17109     Log: fix return value of win32_pclose()
17110  Branch: perl
17111        ! win32/win32.c
17112 ____________________________________________________________________________
17113 [  2187] By: gsar                                  on 1998/11/04  02:56:34
17114     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
17115  Branch: perl
17116        ! Changes doop.c gv.c util.c
17117 ____________________________________________________________________________
17118 [  2186] By: jhi                                   on 1998/11/03  08:17:52
17119     Log: Document quads in pack.
17120  Branch: cfgperl
17121        ! pod/perlfunc.pod
17122 ____________________________________________________________________________
17123 [  2185] By: jhi                                   on 1998/11/03  07:49:35
17124     Log: (IV) vs (I32) vs I_V()
17125          
17126          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
17127          From: Anton Berezin <tobez@plab.ku.dk> 
17128          To: "p5p" <perl5-porters@perl.org> 
17129          Date: 01 Nov 1998 15:09:11 +0100 
17130          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
17131          
17132          and
17133          
17134          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
17135          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
17136          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
17137  Branch: cfgperl
17138        ! sv.c
17139 ____________________________________________________________________________
17140 [  2184] By: jhi                                   on 1998/11/03  07:42:46
17141     Log: VM/ESA updates.
17142  Branch: cfgperl
17143        + README.vmesa
17144        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
17145 ____________________________________________________________________________
17146 [  2183] By: jhi                                   on 1998/11/02  12:58:13
17147     Log: The id(1)-parsing is real fun.
17148  Branch: cfgperl
17149        ! t/op/groups.t
17150 ____________________________________________________________________________
17151 [  2182] By: jhi                                   on 1998/11/02  12:07:43
17152     Log: Decommission the symlink test.
17153  Branch: cfgperl
17154        ! t/op/lex_assign.t
17155 ____________________________________________________________________________
17156 [  2181] By: jhi                                   on 1998/11/02  12:03:08
17157     Log: Replace ATTR_JOINABLE with true Configure probe
17158          for PTHREAD_CREATE_JOINABLE (or equivalent:
17159          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
17160          Remove ATTR_JOINABLE itself: Thread.xs uses
17161          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
17162          
17163          Really scan for <mach/cthreads.h> only if usethreads.
17164  Branch: cfgperl
17165        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
17166 ____________________________________________________________________________
17167 [  2180] By: jhi                                   on 1998/11/02  11:07:34
17168     Log: In HP-UX 10.X usethreads only if the required files are present.
17169  Branch: cfgperl
17170        ! hints/hpux.sh
17171 ____________________________________________________________________________
17172 [  2179] By: jhi                                   on 1998/11/02  09:10:33
17173     Log: Prefer groups(1).
17174          id -Gn can be broken.
17175          id -a can save the day.
17176  Branch: cfgperl
17177        ! t/op/groups.t
17178 ____________________________________________________________________________
17179 [  2178] By: jhi                                   on 1998/11/02  08:35:29
17180     Log: Detrail enum comma.
17181  Branch: cfgperl
17182        ! perl.h
17183 ____________________________________________________________________________
17184 [  2177] By: jhi                                   on 1998/11/02  08:24:12
17185     Log: 0**0 = 1, from
17186          
17187          From: d-lewart@uiuc.edu (Daniel S. Lewart)
17188          Subject: Math::Complex 0**0 patches
17189          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
17190          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
17191          To: jhi@iki.fi (Jarkko Hietaniemi),
17192          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
17193  Branch: cfgperl
17194        ! lib/Math/Complex.pm t/lib/complex.t
17195 ____________________________________________________________________________
17196 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
17197     Log: From: jan.dubois@ibm.net (Jan Dubois)   
17198          Date: Fri, 09 Oct 1998 23:28:31 +0200
17199          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
17200          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
17201  Branch: maint-5.005/perl
17202        ! XSUB.h
17203 ____________________________________________________________________________
17204 [  2164] By: jhi                                   on 1998/10/31  15:50:02
17205     Log: Integrate from mainperl.
17206  Branch: cfgperl
17207       +> t/op/lex_assign.t
17208       !> (integrate 45 files)
17209
17210 ----------------
17211 Version 5.005_53
17212 ----------------
17213
17214 ____________________________________________________________________________
17215 [  2163] By: gsar                                  on 1998/10/31  11:31:12
17216     Log: bump patchlevel; other minor fixes for clean build and test on
17217          Solaris and win32
17218  Branch: perl
17219        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
17220        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
17221        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
17222        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17223        ! x2p/a2p.c
17224 ____________________________________________________________________________
17225 [  2162] By: gsar                                  on 1998/10/31  09:40:31
17226     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17227          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
17228          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
17229          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
17230  Branch: perl
17231        ! pp.h
17232 ____________________________________________________________________________
17233 [  2161] By: gsar                                  on 1998/10/31  09:39:13
17234     Log: From: Albert Dvornik <bert@genscan.com>
17235          Date: 30 Oct 1998 17:50:04 -0500
17236          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
17237          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
17238  Branch: perl
17239        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
17240 ____________________________________________________________________________
17241 [  2160] By: gsar                                  on 1998/10/31  09:35:03
17242     Log: fix for bugs in -x mode
17243          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17244          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
17245          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
17246          Subject: [PATCH 5.00552] Fix h2xs
17247  Branch: perl
17248        ! utils/h2xs.PL
17249 ____________________________________________________________________________
17250 [  2159] By: gsar                                  on 1998/10/31  09:31:36
17251     Log: Data::Dumper update
17252  Branch: perl
17253        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
17254        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
17255 ____________________________________________________________________________
17256 [  2153] By: gsar                                  on 1998/10/30  21:40:09
17257     Log: add testsuite portion of patch
17258          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17259          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
17260          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
17261          Subject: [PATCH 5.00321 ;-)] 87% speedup
17262  Branch: perl
17263        + t/op/lex_assign.t
17264        ! MANIFEST
17265 ____________________________________________________________________________
17266 [  2152] By: gsar                                  on 1998/10/30  21:08:11
17267     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
17268  Branch: perl
17269        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
17270 ____________________________________________________________________________
17271 [  2151] By: gsar                                  on 1998/10/30  20:18:09
17272     Log: From: Mark-Jason Dominus <mjd@plover.com>
17273          Date: Fri, 30 Oct 1998 14:24:23 EST
17274          Message-Id: <19981030192423.27276.qmail@plover.com>
17275          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
17276  Branch: perl
17277        ! x2p/walk.c
17278 ____________________________________________________________________________
17279 [  2150] By: gsar                                  on 1998/10/30  20:08:57
17280     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17281          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
17282          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
17283          Subject: [PATCH 5.00552] Overloaded <> and deref again
17284  Branch: perl
17285        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
17286        ! t/pragma/overload.t toke.c
17287 ____________________________________________________________________________
17288 [  2149] By: gsar                                  on 1998/10/30  19:38:15
17289     Log: From: Roderick Schertler <roderick@argon.org>
17290          Date: Thu, 29 Oct 1998 14:50:18 -0500
17291          Message-ID: <17625.909690618@eeyore.ibcinc.com>
17292          Subject: patch for daemonization docs in perlipc
17293  Branch: perl
17294        ! pod/perlipc.pod
17295 ____________________________________________________________________________
17296 [  2148] By: gsar                                  on 1998/10/30  19:36:07
17297     Log: From: Anton Berezin <tobez@plab.ku.dk>
17298          Date: 29 Oct 1998 17:06:25 +0100
17299          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
17300          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
17301  Branch: perl
17302        ! win32/win32.c
17303 ____________________________________________________________________________
17304 [  2147] By: gsar                                  on 1998/10/30  19:31:37
17305     Log: tweaked version of suggested patch
17306          From: Anton Berezin <tobez@plab.ku.dk>
17307          Date: 29 Oct 1998 14:48:54 +0100
17308          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
17309          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
17310  Branch: perl
17311        ! win32/win32.c
17312 ____________________________________________________________________________
17313 [  2146] By: gsar                                  on 1998/10/30  19:03:50
17314     Log: hand-apply whitespace-mutiliated patch
17315          From: "vishal bhatia" <vishalb@hotmail.com>
17316          Date: Wed, 28 Oct 1998 23:45:32 PST
17317          Message-ID: <19981029074534.2334.qmail@hotmail.com>
17318          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
17319  Branch: perl
17320        ! ext/B/B/C.pm ext/B/B/CC.pm
17321 ____________________________________________________________________________
17322 [  2145] By: gsar                                  on 1998/10/30  18:46:58
17323     Log: remaining PL_foo stragglers
17324  Branch: perl
17325        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
17326        ! op.h os2/os2.c vms/gen_shrfls.pl
17327 ____________________________________________________________________________
17328 [  2144] By: gsar                                  on 1998/10/30  17:38:36
17329     Log: integrate cfgperl tweaks into mainline
17330  Branch: perl
17331       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
17332       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17333 ____________________________________________________________________________
17334 [  2143] By: jhi                                   on 1998/10/30  13:27:39
17335     Log: There can be multiple yacc/bison errors.
17336  Branch: cfgperl
17337        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17338 ____________________________________________________________________________
17339 [  2142] By: jhi                                   on 1998/10/30  13:18:43
17340     Log: README.posix-bc update.
17341  Branch: cfgperl
17342        ! README.posix-bc
17343 ____________________________________________________________________________
17344 [  2141] By: jhi                                   on 1998/10/30  09:12:59
17345     Log: #2133 fallout.
17346  Branch: cfgperl
17347        ! doio.c ext/POSIX/POSIX.xs
17348 ____________________________________________________________________________
17349 [  2140] By: jhi                                   on 1998/10/30  08:43:18
17350     Log: Integrate from mainperl.
17351  Branch: cfgperl
17352       +> globvar.sym pp.sym
17353        - objpp.h thread.sym
17354       !> (integrate 61 files)
17355 ____________________________________________________________________________
17356 [  2133] By: gsar                                  on 1998/10/30  02:51:39
17357     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
17358          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
17359          should soon be automated also; the global variables that
17360          escaped the PL_foo conversion are now reined in; renamed
17361          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
17362          type of same name; duplicated lists of pp_things in various
17363          places is now gone; result has only been tested on win32
17364  Branch: perl
17365        + globvar.sym pp.sym
17366        - objpp.h thread.sym
17367        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
17368        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
17369        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
17370        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
17371        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
17372        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
17373        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
17374        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
17375        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
17376        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17377        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
17378 ____________________________________________________________________________
17379 [  2130] By: jhi                                   on 1998/10/29  15:31:26
17380     Log: Pure bison yylex() proto was broken.
17381  Branch: cfgperl
17382        ! proto.h
17383 ____________________________________________________________________________
17384 [  2126] By: jhi                                   on 1998/10/29  08:35:54
17385     Log: Integrate mainperl.
17386  Branch: cfgperl
17387       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
17388       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
17389       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
17390       !> t/pragma/warn/doio toke.c win32/makefile.mk
17391 ____________________________________________________________________________
17392 [  2125] By: jhi                                   on 1998/10/29  08:32:38
17393     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
17394  Branch: cfgperl
17395        ! Makefile.SH
17396 ____________________________________________________________________________
17397 [  2124] By: jhi                                   on 1998/10/29  08:06:44
17398     Log: EBCDIC Makefile.SH tuneup.
17399  Branch: cfgperl
17400        ! Makefile.SH
17401 ____________________________________________________________________________
17402 [  2119] By: gsar                                  on 1998/10/28  23:24:04
17403     Log: remove doubled hunk from integration
17404  Branch: perl
17405        ! pp.c
17406 ____________________________________________________________________________
17407 [  2118] By: gsar                                  on 1998/10/28  22:03:31
17408     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17409          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
17410          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
17411          Subject: [PATCH 5.00552] Minor debugger tweaks
17412  Branch: perl
17413        ! lib/perl5db.pl
17414 ____________________________________________________________________________
17415 [  2117] By: gsar                                  on 1998/10/28  22:02:30
17416     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17417          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
17418          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
17419          Subject: [PATCH 5.00552] Make sort respect overloading
17420  Branch: perl
17421        ! pp_ctl.c proto.h t/pragma/overload.t
17422 ____________________________________________________________________________
17423 [  2116] By: gsar                                  on 1998/10/28  21:51:11
17424     Log: MM patches from Ilya Zakharevich
17425          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
17426          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
17427          Subject: [PATCH 5.00552] Make MakeMaker more verbose
17428          --
17429          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
17430          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
17431          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
17432  Branch: perl
17433        ! lib/ExtUtils/MakeMaker.pm
17434 ____________________________________________________________________________
17435 [  2115] By: gsar                                  on 1998/10/28  21:46:19
17436     Log: add explicit references to perl source path in ld2 and gcc2
17437  Branch: perl
17438        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
17439 ____________________________________________________________________________
17440 [  2114] By: gsar                                  on 1998/10/28  21:39:56
17441     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
17442          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
17443          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
17444          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
17445  Branch: perl
17446        ! INSTALL
17447 ____________________________________________________________________________
17448 [  2113] By: gsar                                  on 1998/10/28  21:21:16
17449     Log: integrate cfgperl into mainline
17450  Branch: perl
17451       +> t/op/filetest.t
17452       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
17453       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
17454       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17455       !> thread.h toke.c vmesa/Makefile
17456 ____________________________________________________________________________
17457 [  2112] By: gsar                                  on 1998/10/28  21:14:18
17458     Log: minor cleanup
17459  Branch: perl
17460        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
17461 ____________________________________________________________________________
17462 [  2111] By: gsar                                  on 1998/10/28  18:52:10
17463     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
17464  Branch: perl
17465        ! toke.c
17466 ____________________________________________________________________________
17467 [  2110] By: jhi                                   on 1998/10/28  15:07:54
17468     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
17469  Branch: cfgperl
17470        ! Makefile.SH
17471 ____________________________________________________________________________
17472 [  2109] By: jhi                                   on 1998/10/28  13:39:54
17473     Log: a2p.y needs to generate also y.tab.h.
17474  Branch: cfgperl
17475        ! Makefile.SH
17476 ____________________________________________________________________________
17477 [  2108] By: jhi                                   on 1998/10/28  10:33:36
17478     Log: The "parse error" must be converted to "syntax error",
17479          just matching it aint' enough.
17480  Branch: cfgperl
17481        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17482        ! t/pragma/warning.t
17483 ____________________________________________________________________________
17484 [  2107] By: jhi                                   on 1998/10/28  10:23:05
17485     Log: Regen sig_n{ame,umber}* if slightest doubt.
17486  Branch: cfgperl
17487        ! Configure
17488 ____________________________________________________________________________
17489 [  2106] By: jhi                                   on 1998/10/28  08:44:49
17490     Log: Bison says 'parse error', not 'parser error'.
17491  Branch: cfgperl
17492        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17493        ! t/pragma/warning.t
17494 ____________________________________________________________________________
17495 [  2105] By: jhi                                   on 1998/10/28  08:42:09
17496     Log: yylex() parametrization.
17497  Branch: cfgperl
17498        ! proto.h toke.c
17499 ____________________________________________________________________________
17500 [  2104] By: jhi                                   on 1998/10/28  08:25:09
17501     Log: Bring in #2102.
17502  Branch: cfgperl
17503        ! pp.c
17504 ____________________________________________________________________________
17505 [  2103] By: jhi                                   on 1998/10/28  08:22:04
17506     Log: From: Dominic Dunlop <domo@vo.lu>
17507          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
17508          Date: 27 Oct 1998 20:47:25 +0200
17509          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
17510  Branch: cfgperl
17511        ! t/op/groups.t
17512 ____________________________________________________________________________
17513 [  2102] By: larry                                 on 1998/10/27  18:58:55
17514     Log: utf8 change to quotemeta broke EBCDIC
17515  Branch: perl
17516        ! pp.c
17517 ____________________________________________________________________________
17518 [  2101] By: jhi                                   on 1998/10/27  12:55:34
17519     Log: $Config{sig_num_init}.
17520          Also, a new approach to the 'pthreads-created-joinable': drop
17521          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
17522          directly. (See also #2096).
17523  Branch: cfgperl
17524        ! Configure config_h.SH
17525 ____________________________________________________________________________
17526 [  2100] By: jhi                                   on 1998/10/27  10:48:55
17527     Log: Regenerated perly_c.diff.
17528  Branch: cfgperl
17529        ! perly_c.diff
17530 ____________________________________________________________________________
17531 [  2099] By: jhi                                   on 1998/10/27  08:42:25
17532     Log: First the mangler was Netscape, then it was me.
17533  Branch: cfgperl
17534        ! vmesa/Makefile
17535 ____________________________________________________________________________
17536 [  2098] By: jhi                                   on 1998/10/27  08:34:40
17537     Log: `id -Gn` might be available where `groups` is not.
17538  Branch: cfgperl
17539        ! t/op/groups.t
17540 ____________________________________________________________________________
17541 [  2097] By: jhi                                   on 1998/10/27  08:05:17
17542     Log: Netscape had mangled the tabs.
17543  Branch: cfgperl
17544        ! vmesa/Makefile
17545 ____________________________________________________________________________
17546 [  2096] By: jhi                                   on 1998/10/27  08:03:05
17547     Log: ATTR_JOINABLE logic, based on (private email)
17548          
17549          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17550          Subject: Some little diffs
17551          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
17552          Date: Tue, 27 Oct 1998 13:44:42 +1300
17553  Branch: cfgperl
17554        ! thread.h
17555 ____________________________________________________________________________
17556 [  2095] By: jhi                                   on 1998/10/27  07:56:57
17557     Log: Mach cthreads support based on:
17558          
17559          From: brie@corp.home.net (Brian Harrison)
17560          Subject: perl5.005_02 patch for mthreads
17561          To: perl5-porters@perl.org
17562          Date: 24 Oct 1998 01:01:55 +0300
17563          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
17564          
17565          Pthread yield probe (dejavu)
17566          Cosmetic nanochange for the union semun output.
17567          Better inttypes.h probe.
17568          Undo the 'void *' $selecttype probe from #1971 because
17569          it breaks the $selectminbits test.
17570  Branch: cfgperl
17571        ! Configure config_h.SH perl.h thread.h
17572 ____________________________________________________________________________
17573 [  2094] By: jhi                                   on 1998/10/26  13:02:07
17574     Log: Also posix-bc wants to reyacc.
17575  Branch: cfgperl
17576        ! Makefile.SH
17577 ____________________________________________________________________________
17578 [  2093] By: jhi                                   on 1998/10/26  10:17:21
17579     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
17580          5_02 and really breaking things in non-ASCII worlds.
17581  Branch: cfgperl
17582        ! pp.c
17583 ____________________________________________________________________________
17584 [  2092] By: jhi                                   on 1998/10/26  09:08:00
17585     Log: More robustness.
17586  Branch: cfgperl
17587        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17588        ! t/pragma/warning.t
17589 ____________________________________________________________________________
17590 [  2091] By: jhi                                   on 1998/10/26  08:47:32
17591     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
17592          Bison really wants YYLEX_PARAM.
17593  Branch: cfgperl
17594        ! perly.y proto.h toke.c
17595 ____________________________________________________________________________
17596 [  2090] By: jhi                                   on 1998/10/26  08:21:25
17597     Log: s/YYLEX_PARAM/YYLEXPARAM/
17598  Branch: cfgperl
17599        ! perly.y
17600 ____________________________________________________________________________
17601 [  2089] By: jhi                                   on 1998/10/26  08:17:33
17602     Log: Indicate skipped subtests.
17603  Branch: cfgperl
17604        ! t/io/pipe.t
17605 ____________________________________________________________________________
17606 [  2088] By: jhi                                   on 1998/10/26  08:11:36
17607     Log: Integrate from mainperl.
17608  Branch: cfgperl
17609       !> (integrate 54 files)
17610 ____________________________________________________________________________
17611 [  2087] By: jhi                                   on 1998/10/26  08:08:02
17612     Log: Add test for filetests.
17613  Branch: cfgperl
17614        + t/op/filetest.t
17615        ! MANIFEST
17616 ____________________________________________________________________________
17617 [  2086] By: gsar                                  on 1998/10/26  02:44:44
17618     Log: various win32 tweaks; disable new xs_cpp section (it creates
17619          ambiguous inference graph for %.xs --> %.o)
17620  Branch: perl
17621        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
17622        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
17623        ! win32/config.gc win32/config_H.gc win32/makedef.pl
17624        ! win32/makefile.mk win32/win32.h
17625 ____________________________________________________________________________
17626 [  2085] By: gsar                                  on 1998/10/26  00:50:02
17627     Log: sanity-check $Config{drand01} in rand.t
17628  Branch: perl
17629        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
17630        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17631 ____________________________________________________________________________
17632 [  2078] By: gsar                                  on 1998/10/25  10:22:04
17633     Log: update win32/config*.?c
17634  Branch: perl
17635        ! Changes win32/config.bc win32/config.gc win32/config.vc
17636        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17637 ____________________________________________________________________________
17638 [  2077] By: gsar                                  on 1998/10/25  08:39:25
17639     Log: From: Graham Barr <gbarr@pobox.com>
17640          Date: Sat, 24 Oct 1998 21:45:50 -0500
17641          Message-ID: <19981024214550.C508@pobox.com>
17642          Subject: Re: die with a reference  should use overload "" operator
17643  Branch: perl
17644        ! pp_ctl.c
17645 ____________________________________________________________________________
17646 [  2076] By: gsar                                  on 1998/10/25  08:37:49
17647     Log: From: Graham Barr <gbarr@pobox.com>
17648          Date: Sat, 24 Oct 1998 12:45:21 -0500
17649          Message-ID: <19981024124521.C512@pobox.com>
17650          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
17651  Branch: perl
17652        ! sv.c
17653 ____________________________________________________________________________
17654 [  2075] By: gsar                                  on 1998/10/25  08:24:09
17655     Log: fix C<print $n += 5;> etc.
17656  Branch: perl
17657        ! toke.c
17658 ____________________________________________________________________________
17659 [  2074] By: gsar                                  on 1998/10/25  08:12:28
17660     Log: list builtins with portability caveats
17661          From: Jarkko Hietaniemi <jhi@iki.fi>
17662          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
17663          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
17664          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
17665  Branch: perl
17666        ! pod/perlfunc.pod
17667 ____________________________________________________________________________
17668 [  2073] By: gsar                                  on 1998/10/25  07:55:43
17669     Log: fix stack overrun in file test operators
17670  Branch: perl
17671        ! pp_sys.c
17672 ____________________________________________________________________________
17673 [  2072] By: gsar                                  on 1998/10/25  07:29:45
17674     Log: implement C<goto &func> and other fixes (via private mail)
17675          From:    "vishal bhatia" <vishalb@hotmail.com>
17676          Date:    Wed, 21 Oct 1998 22:59:03 PDT
17677          Message-Id: <19981022055904.20083.qmail@hotmail.com>
17678          Subject: [PATCH 5.005_52] More fixes for B
17679  Branch: perl
17680        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17681 ____________________________________________________________________________
17682 [  2071] By: gsar                                  on 1998/10/25  07:14:41
17683     Log: From: Graham Barr <gbarr@pobox.com>
17684          Date: Sat, 17 Oct 1998 20:42:41 -0500
17685          Message-ID: <19981017204241.G510@pobox.com>
17686          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
17687  Branch: perl
17688        ! pp_ctl.c
17689 ____________________________________________________________________________
17690 [  2070] By: gsar                                  on 1998/10/25  07:07:29
17691     Log: avoid bogus line number in XSUB redefined warnings
17692  Branch: perl
17693        ! op.c
17694 ____________________________________________________________________________
17695 [  2069] By: gsar                                  on 1998/10/25  06:59:03
17696     Log: From: Martijn Koster <mak@excitecorp.com>
17697          Date: Wed, 21 Oct 1998 13:12:03 +0100
17698          Message-ID: <19981021131203.A15661@excitecorp.com>
17699          Subject: File::Path::mkpath reports the wrong error
17700  Branch: perl
17701        ! lib/File/Path.pm
17702 ____________________________________________________________________________
17703 [  2068] By: gsar                                  on 1998/10/25  06:54:43
17704     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
17705          Date: Tue, 20 Oct 1998 20:52:20 -0500
17706          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
17707          Subject: Exporter.pm's export_to_level() argument handling buggy
17708  Branch: perl
17709        ! lib/Exporter.pm
17710 ____________________________________________________________________________
17711 [  2067] By: gsar                                  on 1998/10/25  06:50:19
17712     Log: From: jan.dubois@ibm.net (Jan Dubois)
17713          Date: Wed, 21 Oct 1998 00:55:51 +0200
17714          Message-ID: <36380269.55370608@smtp1.ibm.net>
17715          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
17716  Branch: perl
17717        ! ext/DynaLoader/DynaLoader_pm.PL
17718 ____________________________________________________________________________
17719 [  2066] By: gsar                                  on 1998/10/25  06:48:19
17720     Log: recognize '%' as a shell metachar for win32
17721          From: jan.dubois@ibm.net (Jan Dubois)
17722          Date: Tue, 20 Oct 1998 21:57:35 +0200
17723          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
17724          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
17725  Branch: perl
17726        ! win32/win32.c
17727 ____________________________________________________________________________
17728 [  2065] By: gsar                                  on 1998/10/25  06:46:30
17729     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
17730  Branch: perl
17731        ! sv.c
17732 ____________________________________________________________________________
17733 [  2064] By: gsar                                  on 1998/10/25  06:45:09
17734     Log: From: Gisle Aas <gisle@aas.no>
17735          Date: 20 Oct 1998 14:24:44 +0200
17736          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
17737          Subject: ord() and unpack("U*",...) should not be negative
17738  Branch: perl
17739        ! pp.c
17740 ____________________________________________________________________________
17741 [  2063] By: gsar                                  on 1998/10/25  06:42:29
17742     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17743          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
17744          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
17745          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
17746  Branch: perl
17747        ! os2/os2.c
17748 ____________________________________________________________________________
17749 [  2062] By: gsar                                  on 1998/10/25  06:41:26
17750     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17751          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
17752          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
17753          Subject: [PATCH 5.005_*] Speed up aassign
17754  Branch: perl
17755        ! pp_hot.c
17756 ____________________________________________________________________________
17757 [  2061] By: gsar                                  on 1998/10/25  06:39:04
17758     Log: From: Graham Barr <gbarr@pobox.com>
17759          Date: Sat, 17 Oct 1998 22:22:02 -0500
17760          Message-ID: <19981017222202.J510@pobox.com>
17761          Subject: Re: '*' prototype does not allow bareword with strict
17762  Branch: perl
17763        ! toke.c
17764 ____________________________________________________________________________
17765 [  2060] By: gsar                                  on 1998/10/25  06:37:34
17766     Log: handle '::' in section names properly
17767          From: Graham Barr <gbarr@pobox.com>
17768          Date: Sat, 17 Oct 1998 12:57:54 -0500
17769          Message-ID: <19981017125754.C510@pobox.com>
17770          Subject: Re: pod2html
17771  Branch: perl
17772        ! lib/Pod/Html.pm
17773 ____________________________________________________________________________
17774 [  2059] By: gsar                                  on 1998/10/25  06:33:43
17775     Log: integrate changes#1982,2014,2021 (from maint-5.005)
17776  Branch: perl
17777       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
17778       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
17779 ____________________________________________________________________________
17780 [  2058] By: gsar                                  on 1998/10/25  05:44:17
17781     Log: allow more win32 symbol exports (suggested by Jan Dubois)
17782  Branch: perl
17783        ! win32/makedef.pl
17784 ____________________________________________________________________________
17785 [  2057] By: gsar                                  on 1998/10/25  05:40:40
17786     Log: integrate change#2053 from maint-5.005
17787  Branch: perl
17788       !> cop.h t/cmd/while.t
17789 ____________________________________________________________________________
17790 [  2056] By: gsar                                  on 1998/10/25  05:16:41
17791     Log: commented version of a patch suggested by Drago Goricanec
17792          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17793          Date: 16 Oct 1998 15:24:45 +0300
17794          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
17795          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
17796  Branch: perl
17797        ! pp_sys.c
17798 ____________________________________________________________________________
17799 [  2055] By: gsar                                  on 1998/10/25  05:11:03
17800     Log: include eof() in description of buffering caveats
17801          From: Anton Berezin <tobez@plab.ku.dk>
17802          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
17803          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
17804          Subject: [DOCPATCH] pod/perlfunc.pod
17805  Branch: perl
17806        ! pod/perlfunc.pod
17807 ____________________________________________________________________________
17808 [  2054] By: gsar                                  on 1998/10/25  05:07:42
17809     Log: disallow 'x' in hex numbers (except leading '0x')
17810          From: Gisle Aas <gisle@aas.no>
17811          Date: 16 Oct 1998 16:33:12 +0200
17812          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
17813          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
17814  Branch: perl
17815        ! perlvars.h t/op/oct.t util.c
17816 ____________________________________________________________________________
17817 [  2052] By: gsar                                  on 1998/10/25  04:49:04
17818     Log: avoid the circular refcnt logic in magic_mutexfree()
17819  Branch: perl
17820        ! mg.c pp.c pp_hot.c
17821 ____________________________________________________________________________
17822 [  2051] By: gsar                                  on 1998/10/25  04:35:07
17823     Log: properly restore PL_rsfp_filters after require
17824  Branch: perl
17825        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
17826        ! scope.h
17827 ____________________________________________________________________________
17828 [  2050] By: gsar                                  on 1998/10/25  02:42:32
17829     Log: integrate cfgperl changes back into mainline
17830  Branch: perl
17831       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
17832       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
17833       !> (integrate 33 files)
17834 ____________________________________________________________________________
17835 [  2049] By: gsar                                  on 1998/10/25  01:30:48
17836     Log: avoid "mysterious" compile-time failures without messages
17837  Branch: perl
17838        ! gv.c
17839 ____________________________________________________________________________
17840 [  2041] By: gsar                                  on 1998/10/23  21:11:56
17841     Log: checkin jpl under //depot/perlext/jpl/...
17842  Branch: perlext
17843        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
17844        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
17845        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
17846        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
17847        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
17848        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
17849        + jpl/PerlInterpreter/Makefile.PL
17850        + jpl/PerlInterpreter/PerlInterpreter.c
17851        + jpl/PerlInterpreter/PerlInterpreter.h
17852        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
17853        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
17854        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
17855        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
17856        + jpl/get_jdk/jdk_hosts jpl/install-jpl
17857 ____________________________________________________________________________
17858 [  2040] By: larry                                 on 1998/10/23  19:31:42
17859     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
17860  Branch: perl
17861        ! pp.c
17862 ____________________________________________________________________________
17863 [  2039] By: larry                                 on 1998/10/23  18:48:34
17864     Log: tr///d does not seem to work
17865  Branch: perl
17866        ! lib/utf8_heavy.pl
17867 ____________________________________________________________________________
17868 [  2038] By: larry                                 on 1998/10/23  18:00:41
17869     Log: Program with utf8 identifiers fails to compile
17870  Branch: perl
17871        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
17872 ____________________________________________________________________________
17873 [  2037] By: jhi                                   on 1998/10/23  14:04:51
17874     Log: Test suite portability:
17875          - posix-bc does not write to broken pipes
17876          - filehand #11 only iff we have fork
17877          - warning.t can now match $expected using regular expressions
17878  Branch: cfgperl
17879        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
17880        ! t/pragma/warning.t
17881 ____________________________________________________________________________
17882 [  2036] By: jhi                                   on 1998/10/23  12:12:07
17883     Log: yacc clarification.
17884  Branch: cfgperl
17885        ! README.posix-bc
17886 ____________________________________________________________________________
17887 [  2035] By: jhi                                   on 1998/10/23  12:09:59
17888     Log: Some C compilers get upset about 8-bit characters in /* comments. */
17889  Branch: cfgperl
17890        ! mg.c
17891 ____________________________________________________________________________
17892 [  2034] By: jhi                                   on 1998/10/22  09:11:52
17893     Log: Configure update: both for pthread_yield more robust
17894          testing (all variants of pthread_attr_getdetachstate()) --
17895          and because Configure was broken in major way! About 1000
17896          last lines were truncated.
17897  Branch: cfgperl
17898        ! Configure
17899 ____________________________________________________________________________
17900 [  2033] By: jhi                                   on 1998/10/22  07:47:10
17901     Log: DJGPP feedback for #2028.
17902  Branch: cfgperl
17903        ! thread.h
17904 ____________________________________________________________________________
17905 [  2032] By: jhi                                   on 1998/10/21  13:03:57
17906     Log: yielding, the saga continues.
17907  Branch: cfgperl
17908        ! Configure config_h.SH
17909       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
17910       !> t/op/goto.t t/pragma/constant.t
17911 ____________________________________________________________________________
17912 [  2031] By: jhi                                   on 1998/10/21  09:15:42
17913     Log: VM/ESA feedback for #2028.
17914  Branch: cfgperl
17915        ! Configure config_h.SH thread.h
17916 ____________________________________________________________________________
17917 [  2030] By: gsar                                  on 1998/10/21  04:22:53
17918     Log: fix handling of mayhaps-extended @_ in goto &sub
17919  Branch: perl
17920        ! av.c pp_ctl.c t/op/goto.t
17921 ____________________________________________________________________________
17922 [  2029] By: gsar                                  on 1998/10/21  00:54:14
17923     Log: restore sanity to "constant" references
17924  Branch: perl
17925        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
17926 ____________________________________________________________________________
17927 [  2028] By: jhi                                   on 1998/10/20  15:01:20
17928     Log: OLD_PTHREADS_API reorganizing.
17929  Branch: cfgperl
17930        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
17931        ! vmesa/vmesaish.h
17932 ____________________________________________________________________________
17933 [  2027] By: jhi                                   on 1998/10/20  14:14:51
17934     Log: #2026 fallout.
17935  Branch: cfgperl
17936        ! Makefile.SH
17937 ____________________________________________________________________________
17938 [  2026] By: jhi                                   on 1998/10/20  11:47:21
17939     Log: VM/ESA update.
17940  Branch: cfgperl
17941        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
17942 ____________________________________________________________________________
17943 [  2025] By: jhi                                   on 1998/10/20  08:20:56
17944     Log: 64-bitness, based on
17945          
17946          From: Scott Henry <scotth@sgi.com>
17947          To: perl-64bit@perl.org
17948          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
17949          Subject: Re: Configure problems/questions...
17950          Date: 19 Oct 1998 22:38:06 -0700
17951  Branch: cfgperl
17952        ! hints/irix_6.sh perl.h
17953 ____________________________________________________________________________
17954 [  2024] By: jhi                                   on 1998/10/20  08:09:07
17955     Log: Add lseeksize.
17956  Branch: cfgperl
17957        ! config_h.SH
17958 ____________________________________________________________________________
17959 [  2023] By: jhi                                   on 1998/10/20  08:08:33
17960     Log: Mumble about _yields() only when threaded.
17961  Branch: cfgperl
17962        ! Configure
17963 ____________________________________________________________________________
17964 [  2022] By: jhi                                   on 1998/10/20  07:46:26
17965     Log: Thinko at PTHREADS_CREATED_JOINABLE.
17966  Branch: cfgperl
17967        ! thread.h
17968 ____________________________________________________________________________
17969 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
17970     Log: From: Chip Salzenberg <chip@perlsupport.com>
17971          Date: Tue, 6 Oct 1998 13:33:05 -0400
17972          Message-ID: <19981006133305.A2348@perlsupport.com>
17973          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
17974  Branch: maint-5.005/perl
17975        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
17976        ! t/op/tie.t
17977 ____________________________________________________________________________
17978 [  2020] By: jhi                                   on 1998/10/19  09:15:53
17979     Log: YIELD more robustly.
17980  Branch: cfgperl
17981        ! thread.h
17982 ____________________________________________________________________________
17983 [  2019] By: jhi                                   on 1998/10/19  08:48:33
17984     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
17985          the 'new' one (just like DJGPP, it seems).
17986  Branch: cfgperl
17987        ! thread.h
17988 ____________________________________________________________________________
17989 [  2018] By: jhi                                   on 1998/10/19  07:02:44
17990     Log: vmesaish.h doesn't exclude unixish.h.
17991  Branch: cfgperl
17992        ! perl.h
17993 ____________________________________________________________________________
17994 [  2017] By: jhi                                   on 1998/10/19  06:44:19
17995     Log: 1<<$randbits is not good for randbits=48.
17996  Branch: cfgperl
17997        ! t/op/rand.t
17998 ____________________________________________________________________________
17999 [  2016] By: jhi                                   on 1998/10/19  06:39:47
18000     Log: Make #2012 glob pattern more portable.
18001  Branch: cfgperl
18002        ! Makefile.SH
18003 ____________________________________________________________________________
18004 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
18005     Log: Fix POSIX::sigprocmask not to check type of $old parameter
18006          as it is output only
18007  Branch: maint-5.005/perl
18008        ! ext/POSIX/POSIX.xs
18009 ____________________________________________________________________________
18010 [  2012] By: jhi                                   on 1998/10/17  15:04:23
18011     Log: clean numbered core dumps and t/tmp[0-9]*.
18012  Branch: cfgperl
18013        ! Makefile.SH
18014 ____________________________________________________________________________
18015 [  2011] By: jhi                                   on 1998/10/17  14:59:15
18016     Log: More robust yacc/bison failure output handling.
18017  Branch: cfgperl
18018        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18019 ____________________________________________________________________________
18020 [  2010] By: jhi                                   on 1998/10/17  14:51:05
18021     Log: BC2000 POSIX update.
18022  Branch: cfgperl
18023        ! MANIFEST
18024 ____________________________________________________________________________
18025 [  2009] By: jhi                                   on 1998/10/17  14:49:46
18026     Log: POSIX BC2000 port from perl-mvs:
18027          
18028          Subject: Ported perl 5.005.02 to BS2000 / POSIX
18029          From: Dorner Thomas <Thomas.Dorner@start.de> 
18030          Date: Tue, 29 Sep 1998 13:29:36 +0100 
18031          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
18032  Branch: cfgperl
18033        + README.posix-bc hints/posix-bc.sh
18034        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
18035        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
18036        ! unixish.h
18037 ____________________________________________________________________________
18038 [  2008] By: jhi                                   on 1998/10/17  14:07:49
18039     Log: VM/ESA-update.
18040  Branch: cfgperl
18041        ! MANIFEST
18042 ____________________________________________________________________________
18043 [  2007] By: jhi                                   on 1998/10/17  13:55:34
18044     Log: Forgot few S_I* imports.
18045  Branch: cfgperl
18046        ! t/lib/ipc_sysv.t
18047 ____________________________________________________________________________
18048 [  2006] By: jhi                                   on 1998/10/17  13:43:54
18049     Log: The VM/ESA port essentials, based on
18050          
18051          perl-mvs:
18052          
18053          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18054          Subject: Re: Can't find Data/Dumper.pm
18055          Date: Mon, 28 Sep 1998 07:40:49 +1300
18056          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
18057          
18058          private email:
18059          
18060          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18061          Subject: Re: Perl thread problems in VM/ESA
18062          Date: Thu, 15 Oct 1998 07:18:35 +1300
18063          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
18064          
18065          and private email:
18066          
18067          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
18068          Subject:  perl archive
18069          Date:  Sun, 11 Oct 1998 19:28:54 EDT
18070          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
18071          which gave a pointer to
18072          
18073          http://pucc.princeton.edu/~neale/perl.tar
18074          
18075          (based on Perl 5.005_51)
18076  Branch: cfgperl
18077        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
18078        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
18079        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
18080        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
18081 ____________________________________________________________________________
18082 [  2005] By: jhi                                   on 1998/10/17  13:17:19
18083     Log: Integrate mainperl.
18084  Branch: cfgperl
18085       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
18086       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18087       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
18088       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
18089       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
18090       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
18091       !> win32/makefile.mk
18092 ____________________________________________________________________________
18093 [  2004] By: jhi                                   on 1998/10/17  11:19:06
18094     Log: Removed an extra ' from the int64_t test.
18095  Branch: cfgperl
18096        ! Configure
18097 ____________________________________________________________________________
18098 [  2003] By: gsar                                  on 1998/10/17  04:11:40
18099     Log: silence -w noises (suggested by Greg Bacon)
18100  Branch: perl
18101        ! lib/Term/Complete.pm
18102 ____________________________________________________________________________
18103 [  2002] By: gsar                                  on 1998/10/17  04:07:48
18104     Log: From: Gisle Aas <gisle@aas.no>
18105          Date: 14 Oct 1998 15:53:14 +0200
18106          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
18107          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
18108  Branch: perl
18109        ! util.c
18110 ____________________________________________________________________________
18111 [  2001] By: gsar                                  on 1998/10/17  04:06:10
18112     Log: From: Gisle Aas <gisle@aas.no>
18113          Date: 14 Oct 1998 15:17:44 +0200
18114          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
18115          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
18116  Branch: perl
18117        ! toke.c
18118 ____________________________________________________________________________
18119 [  2000] By: gsar                                  on 1998/10/17  03:06:33
18120     Log: From: Gisle Aas <gisle@aas.no>
18121          Date: 14 Oct 1998 00:38:06 +0200
18122          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
18123          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
18124  Branch: perl
18125        ! sv.c
18126 ____________________________________________________________________________
18127 [  1999] By: gsar                                  on 1998/10/17  03:04:48
18128     Log: From: Dan Sugalski <sugalskd@osshe.edu>
18129          Date: Tue, 13 Oct 1998 15:10:57 -0700
18130          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
18131          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
18132  Branch: perl
18133        ! vms/ext/Stdio/Stdio.pm
18134 ____________________________________________________________________________
18135 [  1998] By: gsar                                  on 1998/10/17  03:00:40
18136     Log: skip readonly vars and unref references when doing a reset()
18137  Branch: perl
18138        ! sv.c
18139 ____________________________________________________________________________
18140 [  1997] By: gsar                                  on 1998/10/17  02:49:19
18141     Log: fix buggy treatment of large checksums on unicode strings
18142          From: Gisle Aas <gisle@aas.no>
18143          Date: 13 Oct 1998 21:35:39 +0200
18144          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
18145          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
18146  Branch: perl
18147        ! pp.c
18148 ____________________________________________________________________________
18149 [  1996] By: gsar                                  on 1998/10/17  02:43:22
18150     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18151          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
18152          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
18153          Subject: [PATCH 5.005_52] Memory overrun in os2.c
18154  Branch: perl
18155        ! os2/Makefile.SHs os2/os2.c
18156 ____________________________________________________________________________
18157 [  1995] By: gsar                                  on 1998/10/17  02:42:01
18158     Log: clarify section name rules for typemaps
18159  Branch: perl
18160        ! pod/perlxs.pod
18161 ____________________________________________________________________________
18162 [  1994] By: gsar                                  on 1998/10/17  02:33:02
18163     Log: whitespace-proof grent.t
18164  Branch: perl
18165        ! t/op/grent.t
18166 ____________________________________________________________________________
18167 [  1993] By: gsar                                  on 1998/10/17  02:27:29
18168     Log: fix bug in B::CC::pp_sassign()
18169          From: "vishal bhatia" <vishalb@hotmail.com>
18170          Date: Sun, 11 Oct 1998 18:41:38 PDT
18171          Message-ID: <19981012014139.19614.qmail@hotmail.com>
18172          Subject: B::CC problems with pp_sassign routine
18173  Branch: perl
18174        ! ext/B/B/CC.pm
18175 ____________________________________________________________________________
18176 [  1992] By: gsar                                  on 1998/10/17  02:17:49
18177     Log: applied suggested patch with small doc tweak
18178          From: Gisle Aas <gisle@aas.no>
18179          Date: 11 Oct 1998 12:53:13 +0200
18180          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
18181          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
18182  Branch: perl
18183        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
18184        ! t/op/tiehandle.t
18185 ____________________________________________________________________________
18186 [  1991] By: gsar                                  on 1998/10/17  02:08:30
18187     Log: apply non-conflicting parts from suggested patch
18188          From: jan.dubois@ibm.net (Jan Dubois)
18189          Date: Sat, 10 Oct 1998 13:15:45 +0200
18190          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
18191          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
18192  Branch: perl
18193        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18194 ____________________________________________________________________________
18195 [  1990] By: gsar                                  on 1998/10/17  02:01:24
18196     Log: provide option to enable optimization with VC (suggested by Jan
18197          Dubois)
18198  Branch: perl
18199        ! win32/Makefile win32/makefile.mk
18200 ____________________________________________________________________________
18201 [  1989] By: gsar                                  on 1998/10/17  01:55:27
18202     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
18203          Dave Leppik <dleppik@gage.com>
18204  Branch: perl
18205        ! perl.h
18206 ____________________________________________________________________________
18207 [  1988] By: gsar                                  on 1998/10/17  01:49:05
18208     Log: stray typo found by Hugo van der Sanden
18209  Branch: perl
18210        ! op.c
18211 ____________________________________________________________________________
18212 [  1987] By: gsar                                  on 1998/10/17  01:45:52
18213     Log: perldoc pod update
18214          From: Daniel Grisinger <dgris@perrin.dimensional.com>
18215          Date: 06 Oct 1998 23:56:51 -0600
18216          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
18217          Subject: [PATCH _02 and _52] perldoc
18218  Branch: perl
18219        ! utils/perldoc.PL
18220 ____________________________________________________________________________
18221 [  1986] By: gsar                                  on 1998/10/17  01:41:40
18222     Log: qualify names of builtins
18223  Branch: perl
18224        ! ext/POSIX/POSIX.pm
18225 ____________________________________________________________________________
18226 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
18227     Log: From: Jochen Wiedmann <joe@ispsoft.de>
18228          Date: Thu, 17 Sep 1998 17:16:06 +0200
18229          Message-ID: <360127B6.E44564A@ispsoft.de>
18230          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
18231  Branch: maint-5.005/perl
18232        ! lib/ExtUtils/MakeMaker.pm
18233 ____________________________________________________________________________
18234 [  1978] By: gsar                                  on 1998/10/16  01:58:58
18235     Log: integrate cfgperl mods into mainline
18236  Branch: perl
18237       +> ext/DynaLoader/dl_vmesa.xs
18238        ! Porting/genlog
18239       !> Configure MANIFEST Makefile.SH config_h.SH
18240       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
18241       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
18242       !> x2p/Makefile.SH
18243 ____________________________________________________________________________
18244 [  1976] By: gsar                                  on 1998/10/16  00:10:52
18245     Log: stray tweak
18246  Branch: perl
18247        ! op.c
18248 ____________________________________________________________________________
18249 [  1975] By: gsar                                  on 1998/10/15  23:54:38
18250     Log: propagate typeness of lexicals while cloning them
18251  Branch: perl
18252        ! op.c
18253 ____________________________________________________________________________
18254 [  1974] By: gsar                                  on 1998/10/15  23:53:25
18255     Log: s/last/first/ typo in append_list()
18256  Branch: perl
18257        ! op.c
18258 ____________________________________________________________________________
18259 [  1973] By: gsar                                  on 1998/10/15  20:06:17
18260     Log: nuke confperl branch and contents
18261  Branch: confperl
18262        - (delete 1284 files)
18263 ____________________________________________________________________________
18264 [  1972] By: jhi                                   on 1998/10/15  07:07:35
18265     Log: Test #162 had been added but the "print 1..161" had not been updated.
18266  Branch: cfgperl
18267        ! t/op/pat.t
18268 ____________________________________________________________________________
18269 [  1971] By: gsar                                  on 1998/10/15  03:09:58
18270     Log: check in all confperl changes as of change#1964 into cfgperl
18271  Branch: cfgperl
18272        + ext/DynaLoader/dl_vmesa.xs
18273        ! Configure MANIFEST Makefile.SH config_h.SH
18274        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
18275        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
18276 ____________________________________________________________________________
18277 [  1970] By: gsar                                  on 1998/10/15  03:05:59
18278     Log: integrate mainline to get tr.t
18279  Branch: cfgperl
18280       +> t/op/tr.t
18281 ____________________________________________________________________________
18282 [  1969] By: gsar                                  on 1998/10/15  03:04:17
18283     Log: add missing tr.t to repository
18284  Branch: perl
18285        + t/op/tr.t
18286 ____________________________________________________________________________
18287 [  1968] By: gsar                                  on 1998/10/15  03:02:43
18288     Log: create cfgperl branch
18289  Branch: cfgperl
18290       +> (branch 1282 files)
18291 ____________________________________________________________________________
18292 [  1967] By: gsar                                  on 1998/10/15  02:46:08
18293     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
18294          (MAN3PODS cannot be set to ' '; stray stricture violation)
18295  Branch: perl
18296        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
18297        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
18298        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
18299        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
18300        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
18301        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
18302        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
18303        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
18304        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
18305        ! lib/ExtUtils/MM_Unix.pm
18306 ____________________________________________________________________________
18307 [  1966] By: gsar                                  on 1998/10/15  02:19:03
18308     Log: tweak to make fix in change#1944 behave correctly for closures
18309          created within eval''
18310  Branch: perl
18311        ! op.c t/op/eval.t
18312 ____________________________________________________________________________
18313 [  1965] By: gsar                                  on 1998/10/14  23:22:41
18314     Log: use better numbers for exitstatus test
18315  Branch: perl
18316        ! t/op/die_exit.t
18317 ____________________________________________________________________________
18318 [  1964] By: jhi                                   on 1998/10/14  17:25:41
18319     Log: Add VM/ESA dynaloading (uses <dll.h>).
18320  Branch: confperl
18321        + ext/DynaLoader/dl_vmesa.xs
18322        ! MANIFEST
18323 ____________________________________________________________________________
18324 [  1963] By: jhi                                   on 1998/10/14  17:17:10
18325     Log: Remove a2p.loadmap in 'clean' target.
18326  Branch: confperl
18327        ! x2p/Makefile.SH
18328 ____________________________________________________________________________
18329 [  1962] By: jhi                                   on 1998/10/14  17:13:11
18330     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
18331  Branch: confperl
18332        ! Makefile.SH
18333 ____________________________________________________________________________
18334 [  1961] By: jhi                                   on 1998/10/14  16:27:39
18335     Log: VM/ESA creates executable.loadmaps.
18336  Branch: confperl
18337        ! Makefile.SH
18338 ____________________________________________________________________________
18339 [  1960] By: jhi                                   on 1998/10/14  15:37:39
18340     Log: Introduce SCHED_YIELD (one of sched_yield(),
18341          pthread_yield(), or pthread_yield(NULL)).
18342          YIELD is then defined using SCHED_YIELD unless
18343          a platform-specific YIELD has already been defined.
18344          
18345          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
18346          
18347          The need for pthread_yield(NULL) and pthread_attr_setdet...
18348          introduced by (private email)
18349          
18350          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18351          Date: Sat, 10 Oct 1998 21:08:15 +1300
18352          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
18353          Subject: Re: Perl thread problems in VM/ESA
18354          
18355          Better select() protoprobe (for AIX), from (private email)
18356          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18357          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
18358          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
18359          Subject: AIX select (fwd)
18360          From: Lars Hecking <lhecking@nmrc.ucc.ie>
18361          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
18362          Date: Fri, 2 Oct 1998 10:40:01 +0100
18363          Subject: AIX select
18364          
18365          Linux-avoid-so.X.Y, based on
18366          From: "Kurt D. Starsinic" <kstar@chapin.edu>
18367          Date: Tue, 13 Oct 1998 15:55:07 -0400
18368          Message-ID: <19981013155507.B4004@O2.chapin.edu>
18369          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
18370  Branch: confperl
18371        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
18372        ! thread.h
18373 ____________________________________________________________________________
18374 [  1959] By: jhi                                   on 1998/10/14  12:51:26
18375     Log: Some old pthread implementations have
18376          pthread_attr_setdetachstate(pthread_attr_t*, int*).
18377  Branch: confperl
18378        ! ext/Thread/Thread.xs
18379 ____________________________________________________________________________
18380 [  1958] By: jhi                                   on 1998/10/14  12:41:11
18381     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
18382          counterparts will follow soon.
18383  Branch: confperl
18384        ! thread.h
18385 ____________________________________________________________________________
18386 [  1957] By: jhi                                   on 1998/10/14  12:38:11
18387     Log: Add tr.t (MANIFEST already knew about it, strange)
18388  Branch: confperl
18389        + t/op/tr.t
18390 ____________________________________________________________________________
18391 [  1956] By: jhi                                   on 1998/10/14  12:24:35
18392     Log: Mutexen should be initialized only once.
18393  Branch: confperl
18394        ! gv.c op.c
18395 ____________________________________________________________________________
18396 [  1955] By: jhi                                   on 1998/10/14  12:19:38
18397     Log: os390 has its own cppstdin.
18398  Branch: confperl
18399        ! hints/os390.sh
18400 ____________________________________________________________________________
18401 [  1954] By: jhi                                   on 1998/10/14  12:15:06
18402     Log: Integrate with mainperl.
18403  Branch: confperl
18404       !> (integrate 1280 files)
18405 ____________________________________________________________________________
18406 [  1953] By: jhi                                   on 1998/10/14  11:48:08
18407     Log: Removed duplicate CMA threads code for HPUX 10.X.
18408          (probably residue of patch(1) being too understanding)
18409          Enhanced 64-bit settings. (redo change#1940)
18410  Branch: confperl
18411        ! hints/hpux.sh
18412 ____________________________________________________________________________
18413 [  1952] By: jhi                                   on 1998/10/14  11:45:16
18414     Log: (redo change#1949) Detypo in the d_open64 warning about
18415          the impending WHOA.
18416  Branch: confperl
18417        ! hints/irix_6.sh
18418 ____________________________________________________________________________
18419 [  1951] By: jhi                                   on 1998/10/14  10:54:16
18420     Log: Mutexen should only be inited once, after they have been New()ed.
18421  Branch: confperl
18422        ! gv.c op.c
18423 ____________________________________________________________________________
18424 [  1950] By: jhi                                   on 1998/10/14  10:41:43
18425     Log: Own cppstdin.
18426  Branch: confperl
18427        ! hints/os390.sh
18428 ____________________________________________________________________________
18429 [  1949] By: jhi                                   on 1998/10/14  10:34:23
18430     Log: Detypo in the d_open64 warning about the impending WHOA.
18431  Branch: confperl
18432        ! hints/irix_6.sh
18433 ____________________________________________________________________________
18434 [  1948] By: gsar                                  on 1998/10/14  05:38:01
18435     Log: two typos
18436  Branch: perl
18437        ! pp_hot.c t/op/eval.t
18438 ____________________________________________________________________________
18439 [  1947] By: gsar                                  on 1998/10/14  05:37:10
18440     Log: let docatch() pass the buck when restartop turns out to be null,
18441          making exceptions in BEGIN{} propagate as expected
18442  Branch: perl
18443        ! pp_ctl.c t/op/misc.t
18444 ____________________________________________________________________________
18445 [  1946] By: gsar                                  on 1998/10/13  03:41:49
18446     Log: add missing file from change#1943
18447  Branch: perl
18448        ! proto.h
18449 ____________________________________________________________________________
18450 [  1945] By: gsar                                  on 1998/10/13  03:32:02
18451     Log: defer "deep recursion" warnings until CXt_SUB context is properly
18452          set up
18453  Branch: perl
18454        ! pp_hot.c t/pragma/warn/pp_hot
18455 ____________________________________________________________________________
18456 [  1944] By: gsar                                  on 1998/10/13  03:15:50
18457     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
18458          fixup the cop_seq value that must be seen by lexical lookups that
18459          emanate within eval''
18460  Branch: perl
18461        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
18462 ____________________________________________________________________________
18463 [  1943] By: gsar                                  on 1998/10/13  02:06:09
18464     Log: ensure recursive attempts to findlex()icals know enough about where
18465          the last eval'' context was encountered
18466  Branch: perl
18467        ! op.c t/op/eval.t
18468 ____________________________________________________________________________
18469 [  1942] By: gsar                                  on 1998/10/13  02:01:24
18470     Log: force copy of substrings when matching against temporaries
18471  Branch: perl
18472        ! pp_hot.c t/op/pat.t
18473 ____________________________________________________________________________
18474 [  1941] By: gsar                                  on 1998/10/13  01:49:16
18475     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
18476          implementation)
18477  Branch: perl
18478        ! pp_ctl.c t/op/runlevel.t
18479 ____________________________________________________________________________
18480 [  1940] By: jhi                                   on 1998/10/12  09:57:44
18481     Log: Removed duplicate CMA threads code for HPUX 10.X.
18482          (probably residue of patch(1) being too understanding)
18483          Enhanced 64-bit settings.
18484  Branch: confperl
18485        ! hints/hpux.sh
18486 ____________________________________________________________________________
18487 [  1939] By: jhi                                   on 1998/10/12  09:53:11
18488     Log: Initial sync from mainline perl.
18489  Branch: confperl
18490        + (add 1282 files)
18491 ____________________________________________________________________________
18492 [  1937] By: gsar                                  on 1998/10/06  21:16:34
18493     Log: fix $/ init for USE_THREADS
18494  Branch: perl
18495        ! perl.c
18496 ____________________________________________________________________________
18497 [  1936] By: gsar                                  on 1998/10/06  07:19:39
18498     Log: fix globals caught by change#1927; builds and tests on Solaris
18499  Branch: perl
18500        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
18501        ! warning.h warning.pl
18502 ____________________________________________________________________________
18503 [  1935] By: gsar                                  on 1998/10/06  06:50:35
18504     Log: add test for previous fix
18505  Branch: perl
18506        ! ext/Thread/create.t
18507 ____________________________________________________________________________
18508 [  1934] By: gsar                                  on 1998/10/06  06:37:36
18509     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
18510  Branch: perl
18511        ! util.c
18512 ____________________________________________________________________________
18513 [  1933] By: gsar                                  on 1998/10/06  05:04:20
18514     Log: undo bogus part of change#1903 (as pointed out by Larry)
18515  Branch: perl
18516        ! pp_ctl.c
18517 ____________________________________________________________________________
18518 [  1932] By: gsar                                  on 1998/10/06  04:21:31
18519     Log: added tweaked version of suggested patch
18520          From: jan.dubois@ibm.net (Jan Dubois)
18521          Date: Sat, 03 Oct 1998 19:04:48 +0200
18522          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
18523          Subject: [PATCH 5.005_52] More MakeMaker  patches
18524  Branch: perl
18525        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
18526        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
18527 ____________________________________________________________________________
18528 [  1931] By: gsar                                  on 1998/10/06  04:04:33
18529     Log: use cpp symbols instead of hardwired constants
18530          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18531          Date: Mon, 05 Oct 1998 09:23:33 +0100
18532          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
18533          Subject: [PATCH 5.005_52] By the numbers (resend)
18534  Branch: perl
18535        ! op.c
18536 ____________________________________________________________________________
18537 [  1930] By: gsar                                  on 1998/10/06  04:01:55
18538     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18539          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
18540          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
18541          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
18542  Branch: perl
18543        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
18544        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
18545 ____________________________________________________________________________
18546 [  1929] By: gsar                                  on 1998/10/06  03:50:36
18547     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18548          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
18549          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
18550          Subject: [PATCH 5.00552] Minor test improvement
18551  Branch: perl
18552        ! t/op/magic.t
18553 ____________________________________________________________________________
18554 [  1928] By: gsar                                  on 1998/10/06  03:49:03
18555     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18556          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
18557          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
18558          Subject: [PATCH 5.00552] emacs/ptags inprovements
18559  Branch: perl
18560        ! emacs/ptags
18561 ____________________________________________________________________________
18562 [  1927] By: gsar                                  on 1998/10/06  03:47:44
18563     Log: disable C<#define dirty PL_dirty> et al.
18564  Branch: perl
18565        ! embed.pl embedvar.h
18566 ____________________________________________________________________________
18567 [  1926] By: gsar                                  on 1998/10/06  03:43:32
18568     Log: From: Mark-Jason Dominus <mjd@plover.com>
18569          Date: Sun, 04 Oct 1998 14:48:11 -0400
18570          Message-ID: <19981004184811.16048.qmail@plover.com>
18571          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
18572  Branch: perl
18573        ! utils/perldoc.PL
18574 ____________________________________________________________________________
18575 [  1925] By: gsar                                  on 1998/10/06  03:27:35
18576     Log: disable USE_THREADS when PERL_OBJECT is enabled
18577  Branch: perl
18578        ! win32/Makefile win32/makefile.mk
18579 ____________________________________________________________________________
18580 [  1924] By: gsar                                  on 1998/10/06  03:26:54
18581     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
18582  Branch: perl
18583        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
18584        ! vms/perly_c.vms
18585 ____________________________________________________________________________
18586 [  1923] By: gsar                                  on 1998/10/03  05:19:56
18587     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
18588          overridden
18589  Branch: perl
18590        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
18591        ! proto.h vms/perly_c.vms
18592 ____________________________________________________________________________
18593 [  1922] By: gsar                                  on 1998/10/03  03:59:50
18594     Log: suppress manifypods leak in extensions
18595  Branch: perl
18596        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
18597 ____________________________________________________________________________
18598 [  1921] By: gsar                                  on 1998/10/02  22:30:15
18599     Log: os390 fixes (suggested by Peter Prymmer)
18600  Branch: perl
18601        ! Makefile.SH regcomp.c
18602 ____________________________________________________________________________
18603 [  1920] By: gsar                                  on 1998/10/02  21:41:19
18604     Log: squelch undef warnings
18605          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18606          Date: Fri, 02 Oct 1998 11:01:14 +0100
18607          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
18608          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
18609  Branch: perl
18610        ! Changes lib/Math/BigInt.pm
18611 ____________________________________________________________________________
18612 [  1919] By: gsar                                  on 1998/10/02  04:59:13
18613     Log: add note to INSTALL about ANSI C
18614  Branch: perl
18615        ! INSTALL
18616 ____________________________________________________________________________
18617 [  1918] By: gsar                                  on 1998/10/02  04:21:10
18618     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
18619          From: jan.dubois@ibm.net (Jan Dubois)
18620          Date: Wed, 30 Sep 1998 23:35:30 +0200
18621          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
18622          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
18623  Branch: perl
18624        ! lib/ExtUtils/xsubpp
18625 ____________________________________________________________________________
18626 [  1917] By: gsar                                  on 1998/10/02  04:16:02
18627     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
18628          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
18629          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
18630          Subject: Re: Configure test for selectbits busted
18631  Branch: perl
18632        ! Configure
18633 ____________________________________________________________________________
18634 [  1916] By: gsar                                  on 1998/10/02  04:14:17
18635     Log: From: Dan Sugalski <sugalskd@osshe.edu>
18636          Date: Wed, 30 Sep 1998 17:15:20 -0700
18637          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
18638          Subject: [PATCH 5.005_02]VMS config tweaks
18639  Branch: perl
18640        ! vms/descrip_mms.template vms/subconfigure.com
18641 ____________________________________________________________________________
18642 [  1915] By: gsar                                  on 1998/10/02  04:10:47
18643     Log: use Off_t to permit 64-bit seek()
18644          From: Scott Henry <scotth@sgi.com>
18645          Date: 29 Sep 1998 17:38:46 -0700
18646          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
18647          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
18648          --
18649          Date: 28 Sep 1998 18:55:37 -0700
18650          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
18651          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
18652  Branch: perl
18653        ! doio.c pp_sys.c proto.h sv.c
18654 ____________________________________________________________________________
18655 [  1914] By: gsar                                  on 1998/10/02  04:05:36
18656     Log: normalize tm struct passed to strftime() with mktime()
18657          From: Spider Boardman <spider@orb.nashua.nh.us>
18658          Date: Wed, 30 Sep 1998 15:12:09 -0400
18659          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
18660          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
18661  Branch: perl
18662        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18663 ____________________________________________________________________________
18664 [  1913] By: gsar                                  on 1998/10/02  03:59:46
18665     Log: don't try to run foo_SH.orig etc.
18666  Branch: perl
18667        ! Configure
18668 ____________________________________________________________________________
18669 [  1912] By: gsar                                  on 1998/10/02  03:45:37
18670     Log: make warning about glob process failure optional
18671  Branch: perl
18672        ! pod/perldiag.pod pp_hot.c
18673 ____________________________________________________________________________
18674 [  1911] By: gsar                                  on 1998/10/02  02:52:21
18675     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
18676          From: Dominic Dunlop <domo@vo.lu>
18677          Date: Tue, 29 Sep 1998 21:06:30 +0000
18678          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
18679          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
18680          --
18681          Date: Wed, 30 Sep 1998 11:46:44 +0000
18682          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
18683          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
18684  Branch: perl
18685        ! pod/perldiag.pod regcomp.c
18686 ____________________________________________________________________________
18687 [  1910] By: gsar                                  on 1998/10/02  02:48:48
18688     Log: minor Configure tweaks (via private mail)
18689          From: Jarkko Hietaniemi <jhi@iki.fi>
18690          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
18691          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
18692          Subject: [PATCH] 5.005_52: the drizzle continues
18693  Branch: perl
18694        ! Configure config_h.SH handy.h
18695 ____________________________________________________________________________
18696 [  1909] By: gsar                                  on 1998/10/02  02:46:39
18697     Log: update SCO hints for dynamic loading
18698          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18699          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
18700          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
18701          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18702          --
18703          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
18704          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
18705          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18706  Branch: perl
18707        ! hints/sco.sh
18708 ____________________________________________________________________________
18709 [  1908] By: gsar                                  on 1998/10/02  02:33:39
18710     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
18711  Branch: perl
18712        ! lib/File/Find.pm
18713 ____________________________________________________________________________
18714 [  1907] By: gsar                                  on 1998/10/02  02:21:52
18715     Log: applied patches, but retained old behavior for win32 (where compilers
18716          can't read from stdin at all)
18717          From: Graham Barr <gbarr@ti.com>
18718          Date: Mon, 28 Sep 1998 09:41:49 -0500
18719          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
18720          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18721          --
18722          Date: Tue, 29 Sep 1998 12:35:43 -0500
18723          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
18724          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18725  Branch: perl
18726        ! ext/Errno/Errno_pm.PL
18727 ____________________________________________________________________________
18728 [  1906] By: gsar                                  on 1998/10/02  02:02:19
18729     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
18730          Hietaniemi)
18731  Branch: perl
18732        ! t/op/grent.t
18733 ____________________________________________________________________________
18734 [  1905] By: gsar                                  on 1998/10/02  01:59:56
18735     Log: win32 caveats about truncate()
18736  Branch: perl
18737        ! pod/perlport.pod
18738 ____________________________________________________________________________
18739 [  1904] By: gsar                                  on 1998/10/02  01:53:25
18740     Log: various Configure and hints updates (prefer drand48() or random()
18741          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
18742          applied modulo SCO hints superceded by later patch
18743          From: Jarkko Hietaniemi <jhi@iki.fi>
18744          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
18745          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
18746          Subject: [PATCH] 5.005_52: Configure et al:
18747  Branch: perl
18748        + ext/IPC/SysV/hints/next_3.pl
18749        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
18750        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
18751        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
18752 ____________________________________________________________________________
18753 [  1903] By: gsar                                  on 1998/10/02  01:42:37
18754     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
18755          Date: Mon, 28 Sep 1998 17:41:49 +0100
18756          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
18757          Subject: [PATCH 5.005_52] Re: More on ?p 
18758          --
18759          Date: Thu, 01 Oct 1998 09:10:58 +0100
18760          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
18761          Subject: [PATCH 5.005_52] ?p fix
18762          --
18763          Date: Thu, 01 Oct 1998 10:45:56 +0100
18764          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
18765          Subject: [PATCH 5.005_52] more on ?p
18766  Branch: perl
18767        ! pp_ctl.c
18768 ____________________________________________________________________________
18769 [  1902] By: gsar                                  on 1998/10/02  01:36:14
18770     Log: From: Kenneth Duda <kjd@cisco.com>
18771          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
18772          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
18773          Subject: writemain dies when there are more than 4000 characters of extensions
18774  Branch: perl
18775        ! writemain.SH
18776 ____________________________________________________________________________
18777 [  1901] By: gsar                                  on 1998/10/02  01:33:16
18778     Log: tweak run_byacc recipe
18779  Branch: perl
18780        ! Makefile.SH Porting/pumpkin.pod
18781 ____________________________________________________________________________
18782 [  1900] By: gsar                                  on 1998/10/02  01:02:09
18783     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
18784  Branch: perl
18785        ! perl.h pp_ctl.c
18786 ____________________________________________________________________________
18787 [  1899] By: gsar                                  on 1998/09/28  20:46:30
18788     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
18789          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
18790          Dvornik)
18791  Branch: perl
18792        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
18793 ____________________________________________________________________________
18794 [  1898] By: gsar                                  on 1998/09/28  20:42:52
18795     Log: flush unsubmitted 5.00552 change
18796  Branch: perl
18797        ! MANIFEST
18798 ____________________________________________________________________________
18799 [  1897] By: gsar                                  on 1998/09/27  04:43:06
18800     Log: run vms_yfix.pl
18801  Branch: perl
18802        ! vms/perly_c.vms
18803 ____________________________________________________________________________
18804 [  1896] By: gsar                                  on 1998/09/27  03:38:55
18805     Log: small tweak on last change
18806  Branch: perl
18807        ! win32/win32.c
18808 ____________________________________________________________________________
18809 [  1895] By: gsar                                  on 1998/09/27  03:17:17
18810     Log: fix win32_stat() to do the right thing for share names
18811  Branch: perl
18812        ! win32/win32.c
18813 ____________________________________________________________________________
18814 [  1891] By: larry                                 on 1998/09/25  18:50:40
18815     Log: Fixed apostrophe problem from Mark Knutsen.
18816  Branch: perl
18817        ! sv.h
18818
18819 ----------------
18820 Version 5.005_52
18821 ----------------
18822
18823 ____________________________________________________________________________
18824 [  1890] By: gsar                                  on 1998/09/25  10:25:00
18825     Log: update template config.sh, add new config vars to win32 stuff
18826  Branch: perl
18827        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
18828        ! pp_sys.c proto.h win32/config.bc win32/config.gc
18829        ! win32/config.vc win32/config_H.bc win32/config_H.gc
18830        ! win32/config_H.vc win32/win32.h
18831 ____________________________________________________________________________
18832 [  1889] By: gsar                                  on 1998/09/25  07:13:13
18833     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
18834          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
18835          of full-fledged 64-bit support (including support for: fseeko/ftello,
18836          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
18837          in Fcntl)
18838          From: Jarkko Hietaniemi <jhi@iki.fi>
18839          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
18840          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
18841          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
18842          --
18843          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18844          Date: 12 Sep 1998 09:44:25 +0300
18845          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
18846          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
18847  Branch: perl
18848        + lib/filetest.pm
18849        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
18850        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
18851        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
18852        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
18853        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
18854        ! win32/makedef.pl
18855 ____________________________________________________________________________
18856 [  1888] By: gsar                                  on 1998/09/25  06:27:12
18857     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
18858  Branch: perl
18859        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
18860        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18861        ! win32/makedef.pl win32/makefile.mk win32/win32.c
18862 ____________________________________________________________________________
18863 [  1887] By: gsar                                  on 1998/09/25  04:50:49
18864     Log: win32.c tweak
18865  Branch: perl
18866        ! win32/win32.c
18867 ____________________________________________________________________________
18868 [  1886] By: gsar                                  on 1998/09/25  04:47:32
18869     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
18870  Branch: perl
18871        ! lib/ExtUtils/MakeMaker.pm
18872 ____________________________________________________________________________
18873 [  1885] By: gsar                                  on 1998/09/25  04:05:09
18874     Log: From: Dominic Dunlop <domo@vo.lu>
18875          Date: Thu, 10 Sep 1998 11:02:46 +0000
18876          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
18877          Subject: MM_Unix::canonpath erroneously turns leading // into /
18878  Branch: perl
18879        ! lib/ExtUtils/MM_Unix.pm
18880 ____________________________________________________________________________
18881 [  1884] By: gsar                                  on 1998/09/25  03:06:10
18882     Log: temporarily disable perl malloc for a2p until we clean up
18883          conflicting malloc() declarations everywhere
18884  Branch: perl
18885        ! x2p/Makefile.SH
18886 ____________________________________________________________________________
18887 [  1883] By: gsar                                  on 1998/09/25  02:27:00
18888     Log: remove obsolete win32/bin/*.pl
18889  Branch: perl
18890        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
18891        ! Changes MANIFEST win32/Makefile win32/makefile.mk
18892 ____________________________________________________________________________
18893 [  1882] By: gsar                                  on 1998/09/25  02:04:43
18894     Log: missing file in last submit
18895  Branch: perl
18896        ! proto.h
18897 ____________________________________________________________________________
18898 [  1881] By: gsar                                  on 1998/09/25  01:56:54
18899     Log: serial access to PL_x[inpr]v_root for USE_THREADS
18900  Branch: perl
18901        ! sv.c
18902 ____________________________________________________________________________
18903 [  1880] By: gsar                                  on 1998/09/25  01:19:38
18904     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
18905          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
18906          Date: Thu, 24 Sep 1998 22:01:09 +0900
18907          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
18908          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
18909  Branch: perl
18910        ! hv.c proto.h
18911 ____________________________________________________________________________
18912 [  1879] By: gsar                                  on 1998/09/25  00:20:07
18913     Log: tweaks to enable PERL_OBJECT to build & test on win32
18914  Branch: perl
18915        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
18916        ! win32/GenCAPI.pl
18917 ____________________________________________________________________________
18918 [  1878] By: gsar                                  on 1998/09/25  00:13:36
18919     Log: fix change#1861, which breaks default boot_xxx symbol generation
18920  Branch: perl
18921        ! lib/ExtUtils/Mksymlists.pm
18922 ____________________________________________________________________________
18923 [  1877] By: gsar                                  on 1998/09/24  10:29:54
18924     Log: two tweaks for clean build and test on Solaris
18925  Branch: perl
18926        ! op.c t/op/subst.t
18927 ____________________________________________________________________________
18928 [  1876] By: gsar                                  on 1998/09/24  09:04:43
18929     Log: From: Colin Kuskie <ckuskie@cadence.com>
18930          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
18931          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
18932          Subject: [PATCH 5.005_51] perlform.pod
18933  Branch: perl
18934        ! pod/perlform.pod
18935 ____________________________________________________________________________
18936 [  1875] By: gsar                                  on 1998/09/24  08:47:47
18937     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18938          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
18939          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
18940          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
18941  Branch: perl
18942        ! regexec.c
18943 ____________________________________________________________________________
18944 [  1874] By: gsar                                  on 1998/09/24  08:44:55
18945     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18946          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
18947          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
18948          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
18949  Branch: perl
18950        ! toke.c
18951 ____________________________________________________________________________
18952 [  1873] By: gsar                                  on 1998/09/24  08:39:41
18953     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18954          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
18955          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
18956          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
18957  Branch: perl
18958        ! Changes regcomp.c
18959 ____________________________________________________________________________
18960 [  1872] By: gsar                                  on 1998/09/24  08:37:00
18961     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
18962          Date: Sun, 23 Aug 1998 23:18:38 PDT
18963          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
18964          Subject: new irix_6.sh hints file
18965  Branch: perl
18966        ! hints/irix_6.sh
18967 ____________________________________________________________________________
18968 [  1871] By: gsar                                  on 1998/09/24  07:26:37
18969     Log: correct FSF address in various places
18970  Branch: perl
18971        ! Copying README ext/B/README lib/Getopt/Long.pm
18972 ____________________________________________________________________________
18973 [  1870] By: gsar                                  on 1998/09/24  07:11:56
18974     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
18975          Date:    Fri, 14 Aug 1998 09:20:16 PDT
18976          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
18977          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
18978  Branch: perl
18979        ! configure.com
18980 ____________________________________________________________________________
18981 [  1869] By: gsar                                  on 1998/09/24  06:55:59
18982     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
18983          From:    Scott Henry <scotth@sgi.com>
18984          Date:    13 Aug 1998 09:52:15 PDT
18985          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
18986          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
18987  Branch: perl
18988        ! hints/irix_6.sh
18989 ____________________________________________________________________________
18990 [  1868] By: gsar                                  on 1998/09/24  06:51:23
18991     Log: From:    Nathan Torkington <gnat@frii.com>
18992          Date:    Thu, 13 Aug 1998 10:59:48 MDT
18993          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
18994          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
18995  Branch: perl
18996        ! pod/perlfunc.pod
18997 ____________________________________________________________________________
18998 [  1867] By: gsar                                  on 1998/09/24  06:45:13
18999     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
19000          that are autoloaded)
19001  Branch: perl
19002        ! pp_ctl.c
19003 ____________________________________________________________________________
19004 [  1866] By: gsar                                  on 1998/09/24  05:21:19
19005     Log: grandfather deprecated "$$<digit>" no more
19006  Branch: perl
19007        ! pod/perldiag.pod toke.c
19008 ____________________________________________________________________________
19009 [  1865] By: gsar                                  on 1998/09/24  04:52:48
19010     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
19011          low bits (suggested by Ilya Zakharevich)
19012  Branch: perl
19013        ! hv.h
19014 ____________________________________________________________________________
19015 [  1864] By: gsar                                  on 1998/09/24  04:29:14
19016     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
19017          perly_c.diff
19018  Branch: perl
19019        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
19020        ! perly_c.diff toke.c
19021 ____________________________________________________________________________
19022 [  1863] By: gsar                                  on 1998/09/24  03:36:30
19023     Log: provide locked access to string table for USE_THREADS
19024  Branch: perl
19025        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
19026 ____________________________________________________________________________
19027 [  1862] By: gsar                                  on 1998/09/24  03:30:32
19028     Log: remove bogus warn()
19029  Branch: perl
19030        ! embed.pl
19031 ____________________________________________________________________________
19032 [  1861] By: gsar                                  on 1998/09/24  02:58:51
19033     Log: applied suggested patch, adapted for all platforms
19034          From: jan.dubois@ibm.net (Jan Dubois)
19035          Date: Sun, 20 Sep 1998 12:56:38 +0200
19036          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
19037          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
19038  Branch: perl
19039        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19040        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
19041        ! lib/ExtUtils/MakeMaker.pm
19042 ____________________________________________________________________________
19043 [  1860] By: gsar                                  on 1998/09/24  02:16:14
19044     Log: upgrade to CPAN-1.40
19045  Branch: perl
19046        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
19047 ____________________________________________________________________________
19048 [  1859] By: gsar                                  on 1998/09/24  02:08:59
19049     Log: use $ENV{MAKEMAKEROPT} to set default command line args
19050  Branch: perl
19051        ! lib/ExtUtils/MakeMaker.pm
19052 ____________________________________________________________________________
19053 [  1857] By: gsar                                  on 1998/09/23  10:58:36
19054     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19055          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
19056          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
19057          Subject: More verbose Test::Harness [PATCH]
19058  Branch: perl
19059        ! lib/Test/Harness.pm
19060 ____________________________________________________________________________
19061 [  1856] By: gsar                                  on 1998/09/23  10:56:24
19062     Log: update hints for OPENSTEP 4.2 on i386
19063          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
19064          Date: Sun, 20 Sep 1998 01:03:18 +0200
19065          Message-Id: <9809192303.AA29190@Spike>
19066          Subject: Perl 5.005_02 compilation problems
19067  Branch: perl
19068        ! hints/next_4.sh
19069 ____________________________________________________________________________
19070 [  1855] By: gsar                                  on 1998/09/23  10:52:27
19071     Log: reset errno after C<require> search (as suggested by Larry)
19072  Branch: perl
19073        ! pp_ctl.c
19074 ____________________________________________________________________________
19075 [  1854] By: gsar                                  on 1998/09/23  10:50:26
19076     Log: misc pod tweaks
19077  Branch: perl
19078        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
19079 ____________________________________________________________________________
19080 [  1853] By: gsar                                  on 1998/09/23  10:46:06
19081     Log: make Pod/Html.pm handle the --title option properly (as suggested
19082          by gml4410@ggr.co.uk)
19083  Branch: perl
19084        ! lib/Pod/Html.pm
19085 ____________________________________________________________________________
19086 [  1852] By: gsar                                  on 1998/09/23  10:41:39
19087     Log: SSNEW() API for allocating memory on the savestack
19088          From: Albert Dvornik <bert@genscan.com>
19089          Date: 17 Sep 1998 19:23:07 -0400
19090          Message-Id: <tqemtae338.fsf@puma.genscan.com>
19091          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
19092  Branch: perl
19093        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
19094        ! perl.h proto.h scope.c scope.h t/io/tell.t
19095 ____________________________________________________________________________
19096 [  1851] By: gsar                                  on 1998/09/23  10:37:05
19097     Log: From: Jochen Wiedmann <joe@ispsoft.de>
19098          Date: Thu, 17 Sep 1998 17:16:06 +0200
19099          Message-ID: <360127B6.E44564A@ispsoft.de>
19100          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
19101  Branch: perl
19102        ! lib/ExtUtils/MakeMaker.pm
19103 ____________________________________________________________________________
19104 [  1850] By: gsar                                  on 1998/09/23  10:33:05
19105     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
19106          Date: 15 Sep 1998 01:32:31 +0200
19107          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
19108          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
19109  Branch: perl
19110        ! lib/ExtUtils/MM_Unix.pm
19111 ____________________________________________________________________________
19112 [  1849] By: gsar                                  on 1998/09/23  10:29:04
19113     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
19114          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
19115          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
19116          Subject: Re: extralibs.ld problem in MM_VMS.pm
19117  Branch: perl
19118        ! lib/ExtUtils/MM_VMS.pm
19119 ____________________________________________________________________________
19120 [  1848] By: gsar                                  on 1998/09/23  10:25:24
19121     Log: From: Roderick Schertler <roderick@argon.org>
19122          Date: 11 Sep 1998 16:19:21 -0400
19123          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
19124          Subject: Re: Open2 and memory leaks
19125  Branch: perl
19126        ! lib/IPC/Open3.pm
19127 ____________________________________________________________________________
19128 [  1847] By: gsar                                  on 1998/09/23  10:18:31
19129     Log: From: Roderick Schertler <roderick@argon.org>
19130          Date: Wed, 09 Sep 1998 23:52:48 -0400
19131          Message-ID: <20567.905399568@eeyore.ibcinc.com>
19132          Subject: seed srand from /dev/urandom when possible
19133  Branch: perl
19134        ! pod/perlfunc.pod pp.c
19135 ____________________________________________________________________________
19136 [  1846] By: gsar                                  on 1998/09/23  10:12:22
19137     Log: From: Roderick Schertler <roderick@argon.org>
19138          Date: Thu, 10 Sep 1998 00:32:17 -0400
19139          Message-ID: <21142.905401937@eeyore.ibcinc.com>
19140          Subject: doc update for crypt()'s salt
19141  Branch: perl
19142        ! pod/perlfunc.pod
19143 ____________________________________________________________________________
19144 [  1845] By: gsar                                  on 1998/09/23  10:09:23
19145     Log: fix h2ph handling of C<#error "foo">
19146          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
19147          Date: Thu, 10 Sep 1998 09:59:33 +0900
19148          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
19149          Subject: [5.005_02] h2ph problem
19150  Branch: perl
19151        ! utils/h2ph.PL
19152 ____________________________________________________________________________
19153 [  1844] By: gsar                                  on 1998/09/23  10:06:13
19154     Log: plug strictly private function leaks in API listing
19155  Branch: perl
19156        ! pod/perlguts.pod
19157 ____________________________________________________________________________
19158 [  1843] By: gsar                                  on 1998/09/23  10:02:57
19159     Log: hide symbol for static build
19160          From: Dominic Dunlop <domo@vo.lu>
19161          Date: Tue, 8 Sep 1998 21:40:46 +0000
19162          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
19163          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
19164  Branch: perl
19165        ! regcomp.c
19166 ____________________________________________________________________________
19167 [  1842] By: gsar                                  on 1998/09/23  09:52:46
19168     Log: define PUT_svindex(), PUT_opindex()
19169  Branch: perl
19170        ! ext/B/B/Assembler.pm
19171 ____________________________________________________________________________
19172 [  1841] By: gsar                                  on 1998/09/23  09:44:25
19173     Log: From: Dominic Dunlop <domo@vo.lu>
19174          Date: Tue, 8 Sep 1998 15:34:53 +0000
19175          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
19176          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
19177  Branch: perl
19178        ! t/pragma/warn/regexec
19179 ____________________________________________________________________________
19180 [  1840] By: gsar                                  on 1998/09/23  09:42:17
19181     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
19182  Branch: perl
19183        ! win32/bin/pl2bat.pl
19184 ____________________________________________________________________________
19185 [  1839] By: gsar                                  on 1998/09/23  09:38:18
19186     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
19187          Date: Mon, 7 Sep 1998 17:36:09 +0900
19188          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
19189          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
19190  Branch: perl
19191        ! ext/Thread/Thread.xs
19192 ____________________________________________________________________________
19193 [  1838] By: gsar                                  on 1998/09/23  09:21:11
19194     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
19195          Date: Thu, 10 Sep 1998 00:02:07 -0400
19196          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
19197          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
19198  Branch: perl
19199        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
19200        + vos/config.h vos/config_h.SH_orig vos/perl.bind
19201        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
19202        ! MANIFEST perl.c perl.h pod/perlport.pod
19203 ____________________________________________________________________________
19204 [  1837] By: gsar                                  on 1998/09/23  08:45:58
19205     Log: (via private mail)
19206          From: Charles Bailey <BAILEY@newman.upenn.edu>
19207          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
19208          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
19209          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
19210  Branch: perl
19211        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
19212        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
19213        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
19214        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
19215        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
19216        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
19217        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
19218        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
19219        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
19220        ! vms/writemain.pl
19221 ____________________________________________________________________________
19222 [  1836] By: gsar                                  on 1998/09/23  08:17:42
19223     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19224          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
19225          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
19226          Subject: [PATCH 5.005_*] OS/2 spawning typos
19227  Branch: perl
19228        ! os2/os2.c
19229 ____________________________________________________________________________
19230 [  1835] By: gsar                                  on 1998/09/23  08:09:55
19231     Log: warn on C<my($foo,$foo)>
19232  Branch: perl
19233        ! op.c pod/perldiag.pod
19234 ____________________________________________________________________________
19235 [  1834] By: gsar                                  on 1998/09/23  07:35:56
19236     Log: From: pvhp@forte.com (Peter Prymmer)
19237          Date: Fri, 4 Sep 98 13:27:41 PDT
19238          Message-Id: <9809042027.AA04463@forte.com>
19239          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
19240  Branch: perl
19241        ! README.vms
19242 ____________________________________________________________________________
19243 [  1833] By: gsar                                  on 1998/09/23  07:27:34
19244     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19245          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
19246          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
19247          Subject: PATCH: 5.005_02 hint/hpux.sh
19248  Branch: perl
19249        ! hints/hpux.sh
19250 ____________________________________________________________________________
19251 [  1832] By: gsar                                  on 1998/09/23  07:22:40
19252     Log: fix (some) installhtml bugs
19253          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
19254          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
19255          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
19256          Subject: installhtml script needs work
19257  Branch: perl
19258        ! installhtml
19259 ____________________________________________________________________________
19260 [  1831] By: gsar                                  on 1998/09/23  07:19:30
19261     Log: document 'U' magic with examples
19262          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
19263          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
19264          Message-Id: <199809011455.PAA00631@sale-wts>
19265          Subject: Re: Looking for some XS MAGIC examples...
19266  Branch: perl
19267        ! pod/perlguts.pod
19268 ____________________________________________________________________________
19269 [  1830] By: gsar                                  on 1998/09/23  07:16:43
19270     Log: From: pvhp@forte.com (Peter Prymmer)
19271          Date: Mon, 31 Aug 98 17:13:49 PDT
19272          Message-Id: <9809010013.AA06737@forte.com>
19273          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
19274  Branch: perl
19275        ! README.os390
19276 ____________________________________________________________________________
19277 [  1829] By: gsar                                  on 1998/09/23  07:15:08
19278     Log: fix problematic typecast in filter_del()
19279          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
19280          Date: Mon, 31 Aug 1998 21:13:11 GMT
19281          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
19282          Subject: perl5.005_02 does not build on Cray T90
19283  Branch: perl
19284        ! toke.c
19285 ____________________________________________________________________________
19286 [  1828] By: gsar                                  on 1998/09/23  07:11:34
19287     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19288          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
19289          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
19290          Subject: [PATCH 5.005_5*] (?>) broken in RE
19291  Branch: perl
19292        ! regexec.c t/op/re_tests
19293 ____________________________________________________________________________
19294 [  1827] By: gsar                                  on 1998/09/23  07:09:50
19295     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
19296  Branch: perl
19297        ! t/op/grent.t t/op/groups.t
19298 ____________________________________________________________________________
19299 [  1826] By: gsar                                  on 1998/09/23  07:03:16
19300     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19301          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
19302          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
19303          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
19304  Branch: perl
19305        - interp.sym
19306        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
19307 ____________________________________________________________________________
19308 [  1825] By: gsar                                  on 1998/09/23  06:56:40
19309     Log: re-introduce change#1703
19310  Branch: perl
19311        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
19312 ____________________________________________________________________________
19313 [  1824] By: gsar                                  on 1998/09/23  06:44:19
19314     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19315          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
19316          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
19317          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
19318  Branch: perl
19319        ! lib/perl5db.pl
19320 ____________________________________________________________________________
19321 [  1823] By: gsar                                  on 1998/09/23  06:41:34
19322         Log: From: Joe Buehler <jhpb@hekimian.com>
19323              Date: 29 Aug 1998 17:13:28 -0400
19324              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
19325              Subject: patches for perl 5.005_51 under U/WIN
19326      Branch: perl
19327            + hints/uwin.sh
19328            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
19329            ! t/lib/posix.t
19330 ____________________________________________________________________________
19331 [  1822] By: gsar                                  on 1998/09/23  06:36:59
19332         Log: add missing C<no utf8;> tweak from Larry
19333      Branch: perl
19334            ! t/op/subst.t
19335 ____________________________________________________________________________
19336 [  1821] By: gsar                                  on 1998/09/23  06:27:51
19337         Log: s/runops/CALLRUNOPS/
19338      Branch: perl
19339            ! cc_runtime.h
19340 ____________________________________________________________________________
19341 [  1820] By: gsar                                  on 1998/09/23  06:24:49
19342         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
19343      Branch: perl
19344           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
19345           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
19346           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
19347           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
19348           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
19349           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
19350           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
19351           +> t/pragma/warn/util
19352            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
19353            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
19354            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
19355            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
19356            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
19357            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
19358            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
19359            - t/pragma/warn-util
19360            ! MANIFEST t/pragma/warning.t
19361 ____________________________________________________________________________
19362 [  1819] By: gsar                                  on 1998/09/23  06:08:46
19363         Log: make \(%foo) return refs to values (not copies of values)
19364              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19365              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
19366              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
19367              --
19368              From: Roderick Schertler <roderick@argon.org>
19369              Date: Sat, 29 Aug 1998 00:58:33 -0400
19370              Message-ID: <29894.904366713@eeyore.ibcinc.com>
19371              Subject: Re: \(%x) problems
19372      Branch: perl
19373            ! doop.c pod/perlref.pod
19374 ____________________________________________________________________________
19375 [  1818] By: gsar                                  on 1998/09/23  06:05:08
19376         Log: make h2xs generate ANSI prototypes
19377      Branch: perl
19378            ! utils/h2xs.PL
19379 ____________________________________________________________________________
19380 [  1817] By: gsar                                  on 1998/09/23  05:57:16
19381         Log: updated usethreads hints for hpux 10.X
19382              From: Matthew T Harden <mthard@mthard1.monsanto.com>
19383              Date: Fri, 28 Aug 1998 14:10:42 GMT
19384              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
19385              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
19386      Branch: perl
19387            ! hints/hpux.sh perl.h
19388 ____________________________________________________________________________
19389 [  1816] By: gsar                                  on 1998/09/23  05:53:31
19390         Log: don't create empty directories in installperl
19391              From: Robin Barker <rmb1@cise.npl.co.uk>
19392              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
19393              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
19394              Subject: [PATCH 5.005_02] install: empty dirs
19395      Branch: perl
19396            ! installperl
19397 ____________________________________________________________________________
19398 [  1815] By: gsar                                  on 1998/09/23  05:50:36
19399         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
19400              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19401              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
19402              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
19403              Subject: Re: your mail
19404      Branch: perl
19405            ! regexec.c t/op/re_tests
19406 ____________________________________________________________________________
19407 [  1814] By: gsar                                  on 1998/09/23  05:45:17
19408         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
19409              Date: Thu, 20 Aug 1998 20:59:03 -0400
19410              Message-ID: <19980820205903.A12908@O2.chapin.edu>
19411              Subject: [PATCH] h2ph misquotes #error directives
19412      Branch: perl
19413            ! t/lib/h2ph.pht utils/h2ph.PL
19414 ____________________________________________________________________________
19415 [  1813] By: gsar                                  on 1998/09/23  05:42:41
19416         Log: patch to support computed regular subexpressions
19417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19418              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
19419              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
19420              Subject: [5.005_5* PATCH] Postponed RE - now!
19421      Branch: perl
19422            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
19423            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
19424 ____________________________________________________________________________
19425 [  1812] By: gsar                                  on 1998/09/23  05:26:26
19426         Log: better CR-handling on shebang line and in formats (fixed variant of
19427              patch suggested by Igor Sysoev <igor@nitek.ru>)
19428      Branch: perl
19429            ! perl.c toke.c
19430 ____________________________________________________________________________
19431 [  1811] By: gsar                                  on 1998/09/23  04:35:46
19432         Log: document non-loopish blocks better
19433              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19434              Date: Tue, 18 Aug 1998 12:28:36 +0100
19435              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
19436              Subject: Re: next in do {} while block gives error message
19437      Branch: perl
19438            ! pod/perlfunc.pod
19439 ____________________________________________________________________________
19440 [  1810] By: gsar                                  on 1998/09/23  04:12:05
19441         Log: fix bogus integerization of pop()'s return value
19442              From: Gurusamy Sarathy <gsar@engin.umich.edu>
19443              Date: Sat, 15 Aug 1998 23:27:54 -0400
19444              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
19445              Subject: Re: Complex expression does integer arithmetic 
19446      Branch: perl
19447            ! opcode.h opcode.pl
19448 ____________________________________________________________________________
19449 [  1809] By: gsar                                  on 1998/09/23  04:09:43
19450         Log: tweak README.win32
19451      Branch: perl
19452            ! README.win32
19453 ____________________________________________________________________________
19454 [  1808] By: gsar                                  on 1998/09/23  03:40:57
19455         Log: better diagnostic for do{} used as lvalue
19456      Branch: perl
19457            ! op.c pod/perlport.pod
19458 ____________________________________________________________________________
19459 [  1807] By: gsar                                  on 1998/09/23  03:38:30
19460         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
19461              From: hansm@icgroup.nl
19462              Date: Tue, 11 Aug 98 21:08:51 +0200
19463              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
19464              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
19465      Branch: perl
19466            ! malloc.c
19467 ____________________________________________________________________________
19468 [  1806] By: gsar                                  on 1998/09/23  03:36:08
19469         Log: support make written in perl (aka "pmake") on win32
19470      Branch: perl
19471            ! lib/ExtUtils/MM_Win32.pm
19472 ____________________________________________________________________________
19473 [  1805] By: gsar                                  on 1998/09/23  03:30:07
19474         Log: fix mismatched UV/U32 types for to_utf8_*()
19475      Branch: perl
19476            ! utf8.c
19477 ____________________________________________________________________________
19478 [  1804] By: gsar                                  on 1998/09/23  03:22:22
19479         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
19480              Date: Sun, 9 Aug 1998 22:38:23 +0200
19481              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
19482              Subject: [PATCH 5.5002] dos-djgpp update
19483      Branch: perl
19484            ! t/io/fs.t
19485 ____________________________________________________________________________
19486 [  1803] By: gsar                                  on 1998/09/23  03:20:13
19487         Log: apply minimal variant of patch (sent via private mail)
19488              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
19489              Date: Wed, 12 Aug 1998 15:42:35 +0300
19490              Message-Id: <199808121242.PAA29761@comanche.spices>
19491              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
19492      Branch: perl
19493            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
19494            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
19495 ____________________________________________________________________________
19496 [  1802] By: gsar                                  on 1998/09/23  03:03:39
19497         Log: adjust searchdict.t for EBCDIC (still needs documenting)
19498              From: pvhp@forte.com (Peter Prymmer)
19499              Date: Thu, 6 Aug 98 18:09:39 PDT
19500              Message-Id: <9808070109.AA06158@forte.com>
19501              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
19502      Branch: perl
19503            ! README.os390 t/lib/searchdict.t
19504 ____________________________________________________________________________
19505 [  1801] By: gsar                                  on 1998/09/23  02:54:15
19506         Log: silence redefined warning for XS(INIT) {}
19507      Branch: perl
19508            ! op.c
19509 ____________________________________________________________________________
19510 [  1800] By: gsar                                  on 1998/09/23  02:42:23
19511         Log: support match indices via special variables @- and @+
19512              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19513              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
19514              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
19515              Subject: [PATCH 5.004_76] @- and @+
19516      Branch: perl
19517            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
19518            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
19519 ____________________________________________________________________________
19520 [  1799] By: gsar                                  on 1998/09/23  01:44:31
19521         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19522              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
19523              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
19524              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
19525      Branch: perl
19526            ! regcomp.c t/op/re_tests
19527 ____________________________________________________________________________
19528 [  1798] By: gsar                                  on 1998/09/23  01:39:23
19529         Log: integrate maint-5.005 changes (except conflicting change#1794)
19530      Branch: perl
19531            ! Changes
19532           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
19533           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
19534           !> win32/win32.h
19535 ____________________________________________________________________________
19536 [  1797] By: gsar                                  on 1998/09/23  01:32:36
19537         Log: add note to win32/Makefile about setting CCHOME
19538      Branch: perl
19539            ! win32/Makefile win32/makefile.mk
19540 ____________________________________________________________________________
19541 [  1796] By: gsar                                  on 1998/09/23  01:31:32
19542         Log: perl.pod tweak
19543      Branch: perl
19544            ! pod/perl.pod
19545 ____________________________________________________________________________
19546 [  1795] By: gsar                                  on 1998/09/21  20:34:10
19547         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
19548      Branch: perl
19549            ! lib/ExtUtils/xsubpp
19550 ____________________________________________________________________________
19551 [  1789] By: gsar                                  on 1998/09/18  18:01:37
19552         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
19553      Branch: perl
19554            ! cop.h t/cmd/for.t
19555 ____________________________________________________________________________
19556 [  1788] By: gsar                                  on 1998/09/17  02:19:11
19557         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
19558      Branch: perl
19559            ! win32/config.bc win32/config.gc win32/config.vc
19560 ____________________________________________________________________________
19561 [  1787] By: gsar                                  on 1998/09/17  01:45:14
19562         Log: suppress bogus warning on C<sub x {} x()>
19563      Branch: perl
19564            ! toke.c
19565 ____________________________________________________________________________
19566 [  1786] By: gsar                                  on 1998/09/17  01:42:51
19567         Log: ntohl typo in objXSUB.h
19568      Branch: perl
19569            ! objXSUB.h
19570 ____________________________________________________________________________
19571 [  1785] By: gsar                                  on 1998/09/17  01:41:48
19572         Log: fill gaps in sig_* entries in win32/config.?c
19573      Branch: perl
19574            ! win32/config.bc win32/config.gc win32/config.vc
19575 ____________________________________________________________________________
19576 [  1781] By: larry                                 on 1998/09/05  23:48:24
19577         Log: tr/// logic was hosed under utf8
19578      Branch: perl
19579            ! doop.c op.c op.h pp.c proto.h
19580 ____________________________________________________________________________
19581 [  1780] By: larry                                 on 1998/09/05  23:44:16
19582         Log: several new tests needed tweaking to work under utf8
19583      Branch: perl
19584            ! t/comp/require.t t/op/pack.t t/op/substr.t
19585 ____________________________________________________________________________
19586 [  1779] By: larry                                 on 1998/09/05  23:41:42
19587         Log: index() applied BM optimization to wrong argument
19588      Branch: perl
19589            ! op.c util.c
19590 ____________________________________________________________________________
19591 [  1778] By: larry                                 on 1998/09/05  23:38:29
19592         Log: Implicit require during compile reset line numbering
19593      Branch: perl
19594            ! pp_ctl.c
19595
19596 ----------------
19597 Version 5.005_51
19598 ----------------
19599
19600 ____________________________________________________________________________
19601 [  1777] By: gsar                                  on 1998/08/10  07:02:38
19602         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
19603              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
19604              lexical warning testsuite for win32
19605      Branch: perl
19606            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
19607            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
19608            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
19609            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
19610            ! win32/Makefile win32/makefile.mk
19611 ____________________________________________________________________________
19612 [  1776] By: gsar                                  on 1998/08/09  17:53:48
19613         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
19614      Branch: perl
19615            ! Changes MANIFEST perl.c pod/perlhist.pod
19616 ____________________________________________________________________________
19617 [  1775] By: gsar                                  on 1998/08/09  14:35:33
19618         Log: tweak warning test
19619      Branch: perl
19620            ! t/pragma/warn-toke
19621 ____________________________________________________________________________
19622 [  1774] By: gsar                                  on 1998/08/09  14:13:46
19623         Log: add missing dTHR; notes for test failures due to small stacksize
19624      Branch: perl
19625            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
19626            ! toke.c universal.c util.c
19627 ____________________________________________________________________________
19628 [  1773] By: gsar                                  on 1998/08/09  11:31:53
19629         Log: lexical warnings; tweaks to places that didn't apply correctly
19630              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
19631              Date:    Wed, 29 Jul 1998 09:28:45 BST
19632              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
19633              Subject: lexical warnings patch for 5.005_50
19634      Branch: perl
19635            + README.lexwarn lib/warning.pm t/pragma/warn-2use
19636            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
19637            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
19638            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
19639            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
19640            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
19641            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
19642            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
19643            + warning.h warning.pl
19644            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
19645            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
19646            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
19647            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
19648            ! universal.c util.c
19649 ____________________________________________________________________________
19650 [  1772] By: gsar                                  on 1998/08/08  23:06:00
19651         Log: bump patchlevel to 5.005_51
19652      Branch: perl
19653            ! patchlevel.h win32/Makefile win32/config_H.bc
19654            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19655 ____________________________________________________________________________
19656 [  1771] By: gsar                                  on 1998/08/08  23:01:57
19657         Log: fix bogus warning on "\x{123}"
19658              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
19659              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
19660              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
19661              Subject: [5.005_50 PATCH] Some unicode problems
19662      Branch: perl
19663            ! regcomp.c toke.c
19664 ____________________________________________________________________________
19665 [  1770] By: gsar                                  on 1998/08/08  22:56:55
19666         Log: hide dup symbol for static build of ext/re
19667              From: Dominic Dunlop <domo@ppp72.vo.lu>
19668              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
19669              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
19670              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
19671      Branch: perl
19672            ! regcomp.c
19673 ____________________________________________________________________________
19674 [  1769] By: gsar                                  on 1998/08/08  22:45:06
19675         Log: fix double free on -Mutf8 -e '$b=uc("")'
19676              From: larry@wall.org (Larry Wall)
19677              Date: Fri, 7 Aug 1998 14:42:43 -0700
19678              Message-Id: <199808072142.OAA14920@wall.org>
19679              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
19680      Branch: perl
19681            ! pp.c
19682 ____________________________________________________________________________
19683 [  1768] By: gsar                                  on 1998/08/08  22:42:29
19684         Log: substr() assumes utf8 without say-so
19685              From: larry@wall.org (Larry Wall)
19686              Date: Fri, 7 Aug 1998 12:25:12 -0700
19687              Message-Id: <199808071925.MAA13436@wall.org>
19688              Subject: [PATCH 5.005_50] substr bug?
19689      Branch: perl
19690            ! pp.c
19691 ____________________________________________________________________________
19692 [  1767] By: gsar                                  on 1998/08/08  22:38:25
19693         Log: fix intolerance of SWASHes for blank lines
19694              From: Gisle Aas <aas@sn.no>
19695              Date: 06 Aug 1998 23:28:57 +0200
19696              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
19697              Subject: Re: Re[2]: another joyride begins
19698      Branch: perl
19699            ! lib/utf8_heavy.pl
19700 ____________________________________________________________________________
19701 [  1766] By: gsar                                  on 1998/08/08  22:33:10
19702         Log: utf8 doc tweak
19703              From: Gisle Aas <aas@sn.no>
19704              Date: 05 Aug 1998 00:41:04 +0200
19705              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
19706              Subject: Matching clumps
19707      Branch: perl
19708            ! lib/utf8.pm
19709 ____________________________________________________________________________
19710 [  1765] By: gsar                                  on 1998/08/08  22:31:37
19711         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
19712              From: Gisle Aas <aas@sn.no>
19713              Date: 04 Aug 1998 22:56:11 +0200
19714              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
19715              Subject: Re: another joyride begins
19716      Branch: perl
19717            ! lib/utf8_heavy.pl
19718 ____________________________________________________________________________
19719 [  1764] By: gsar                                  on 1998/08/08  22:28:43
19720         Log: From: larry@wall.org (Larry Wall)
19721              Date: Tue, 4 Aug 1998 17:04:51 -0700
19722              Message-Id: <199808050004.RAA22592@wall.org>
19723              Subject: [PATCH 5.005_50] \pX not implemented!
19724      Branch: perl
19725            ! regcomp.c
19726 ____________________________________________________________________________
19727 [  1763] By: gsar                                  on 1998/08/08  22:27:15
19728         Log: From: Stephen McCamant <alias@mcs.com>
19729              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
19730              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
19731              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
19732      Branch: perl
19733            ! op.c
19734 ____________________________________________________________________________
19735 [  1762] By: gsar                                  on 1998/08/08  22:26:09
19736         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19737              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
19738              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
19739              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
19740      Branch: perl
19741            + t/op/grent.t t/op/pwent.t
19742            ! MANIFEST
19743 ____________________________________________________________________________
19744 [  1761] By: gsar                                  on 1998/08/08  22:21:52
19745         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19746              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
19747              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
19748              Subject: [5.005_50 PATCH] misprint in RE engine
19749      Branch: perl
19750            ! regexec.c t/op/re_tests
19751 ____________________________________________________________________________
19752 [  1760] By: gsar                                  on 1998/08/08  22:18:54
19753         Log: integrate maint-5.005 changes into mainline
19754      Branch: perl
19755           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
19756           !> (integrate 138 files)
19757 ____________________________________________________________________________
19758 [  1672] By: gsar                                  on 1998/07/27  18:35:28
19759         Log: create new Changes
19760      Branch: perl
19761            + Changes
19762            ! Changes5.005 MANIFEST
19763 ____________________________________________________________________________
19764 [  1671] By: gsar                                  on 1998/07/27  18:30:57
19765         Log: rename Changes --> Changes5.005
19766      Branch: perl
19767           +> Changes5.005
19768            - Changes
19769 ____________________________________________________________________________
19770 [  1670] By: gsar                                  on 1998/07/27  18:10:14
19771         Log: integrate 5.005_01 changes from maint
19772      Branch: perl
19773            ! Changes
19774           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
19775           !> win32/win32.c
19776 ____________________________________________________________________________
19777 [  1667] By: nick                                  on 1998/07/26  14:31:01
19778         Log: Add dTHR so that it compiles miniperl in threaded mode
19779      Branch: perl
19780            ! doop.c mg.c regcomp.c regexec.c
19781 ____________________________________________________________________________
19782 [  1666] By: nick                                  on 1998/07/26  13:01:10
19783         Log: Resolve ansiperl against mainline (@1648?)
19784              Unclear that change number has "taken".
19785      Branch: ansiperl
19786           +> (branch 169 files)
19787            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
19788           !> (integrate 131 files)
19789
19790 ----------------
19791 Version 5.005_50
19792 ----------------
19793
19794 ____________________________________________________________________________
19795 [  1665] By: gsar                                  on 1998/07/26  05:38:48
19796         Log: add trailing newline to file
19797      Branch: perl
19798            ! Changes lib/unicode/blocks.txt
19799 ____________________________________________________________________________
19800 [  1664] By: gsar                                  on 1998/07/26  05:08:48
19801         Log: integrate proto.h additions from maint-5.005
19802      Branch: perl
19803           !> pod/perlhist.pod proto.h
19804 ____________________________________________________________________________
19805 [  1663] By: gsar                                  on 1998/07/26  05:07:05
19806         Log: add new files to MANIFEST; add missing prototypes to proto.h;
19807              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
19808              add typecasts to silence warnings; tweaks for win32 builds
19809      Branch: perl
19810            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
19811            ! win32/Makefile win32/makefile.mk
19812 ____________________________________________________________________________
19813 [  1662] By: gsar                                  on 1998/07/26  05:01:52
19814         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
19815      Branch: maint-5.005/perl
19816            ! pod/perlhist.pod proto.h
19817 ____________________________________________________________________________
19818 [  1661] By: gsar                                  on 1998/07/26  02:52:48
19819         Log: up patchlevel to 5.005_50
19820      Branch: perl
19821            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
19822            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19823 ____________________________________________________________________________
19824 [  1660] By: gsar                                  on 1998/07/26  02:43:57
19825         Log: integrate utfperl
19826      Branch: perl
19827           +> (branch 162 files)
19828           !> (integrate 29 files)
19829 ____________________________________________________________________________
19830 [  1659] By: gsar                                  on 1998/07/26  02:38:22
19831         Log: integrate maint-5.005 changes
19832      Branch: perl
19833           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
19834           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
19835           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
19836           !> vms/descrip_mms.template vms/subconfigure.com
19837 ____________________________________________________________________________
19838 [  1658] By: gsar                                  on 1998/07/26  02:23:46
19839         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
19840              Date: Fri, 24 Jul 1998 11:38:25 -0700
19841              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
19842              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
19843              --
19844              Date: Fri, 24 Jul 1998 12:30:36 -0700
19845              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
19846              Subject: [PATCH 5.005]Tweaks to README.vms
19847              --
19848              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
19849              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
19850              Subject: [PATCH 5.005] Final build cleanup patch
19851      Branch: maint-5.005/perl
19852            ! README.vms vms/descrip_mms.template vms/subconfigure.com
19853 ____________________________________________________________________________
19854 [  1657] By: gsar                                  on 1998/07/26  02:19:50
19855         Log: another platform where pp_sselect() needs a whole fd_set buffer
19856              From: Lupe Christoph <lupe@alanya.m.isar.de>
19857              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
19858              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
19859              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
19860      Branch: maint-5.005/perl
19861            ! pp_sys.c
19862 ____________________________________________________________________________
19863 [  1656] By: gsar                                  on 1998/07/26  02:12:46
19864         Log: fix problem building modules on dos-djgpp
19865              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
19866              Date: Sat, 25 Jul 1998 00:53:39 +0200
19867              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
19868              Subject: [PATCH 5.005] dos-djgpp and modules problem
19869      Branch: maint-5.005/perl
19870            ! djgpp/fixpmain
19871 ____________________________________________________________________________
19872 [  1655] By: gsar                                  on 1998/07/26  02:11:09
19873         Log: From: Tom Spindler <dogcow@home.merit.edu>
19874              Date: Wed, 22 Jul 1998 16:11:07 -0400
19875              Message-ID: <19980722161107.A16813@home.merit.edu>
19876              Subject: [PATCH 5.005] BeOS tweak
19877      Branch: maint-5.005/perl
19878            ! hints/beos.sh
19879 ____________________________________________________________________________
19880 [  1654] By: gsar                                  on 1998/07/26  02:09:29
19881         Log: various pod tweaks
19882      Branch: maint-5.005/perl
19883            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
19884            ! pod/perltoc.pod
19885 ____________________________________________________________________________
19886 [  1653] By: gsar                                  on 1998/07/26  02:05:46
19887         Log: fix emacs/ptags for PL_* changes
19888              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19889              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
19890              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
19891              Subject: [PATCH 5.004_76] Yet better ptags
19892      Branch: maint-5.005/perl
19893            ! emacs/ptags
19894 ____________________________________________________________________________
19895 [  1652] By: gsar                                  on 1998/07/26  02:03:01
19896         Log: fix behavior of <=> on bigints
19897              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19898              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
19899              Date: Fri, 24 Jul 1998 18:29:53 +0100
19900              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
19901      Branch: maint-5.005/perl
19902            ! lib/Math/BigInt.pm t/lib/bigintpm.t
19903 ____________________________________________________________________________
19904 [  1651] By: larry                                 on 1998/07/24  05:44:33
19905         Log: Here are the long-expected Unicode/UTF-8 modifications.
19906      Branch: utfperl
19907            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
19908            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
19909            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
19910            + lib/unicode/Decomposition.pl
19911            + lib/unicode/In/AlphabeticPresentationForms.pl
19912            + lib/unicode/In/Arabic.pl
19913            + lib/unicode/In/ArabicPresentationForms-A.pl
19914            + lib/unicode/In/ArabicPresentationForms-B.pl
19915            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
19916            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
19917            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
19918            + lib/unicode/In/BoxDrawing.pl
19919            + lib/unicode/In/CJKCompatibility.pl
19920            + lib/unicode/In/CJKCompatibilityForms.pl
19921            + lib/unicode/In/CJKCompatibilityIdeographs.pl
19922            + lib/unicode/In/CJKSymbolsandPunctuation.pl
19923            + lib/unicode/In/CJKUnifiedIdeographs.pl
19924            + lib/unicode/In/CombiningDiacriticalMarks.pl
19925            + lib/unicode/In/CombiningHalfMarks.pl
19926            + lib/unicode/In/CombiningMarksforSymbols.pl
19927            + lib/unicode/In/ControlPictures.pl
19928            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
19929            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
19930            + lib/unicode/In/EnclosedAlphanumerics.pl
19931            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
19932            + lib/unicode/In/GeneralPunctuation.pl
19933            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
19934            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
19935            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
19936            + lib/unicode/In/HalfwidthandFullwidthForms.pl
19937            + lib/unicode/In/HangulCompatibilityJamo.pl
19938            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
19939            + lib/unicode/In/Hebrew.pl
19940            + lib/unicode/In/HighPrivateUseSurrogates.pl
19941            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
19942            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
19943            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
19944            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
19945            + lib/unicode/In/LatinExtended-A.pl
19946            + lib/unicode/In/LatinExtended-B.pl
19947            + lib/unicode/In/LatinExtendedAdditional.pl
19948            + lib/unicode/In/LetterlikeSymbols.pl
19949            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
19950            + lib/unicode/In/MathematicalOperators.pl
19951            + lib/unicode/In/MiscellaneousSymbols.pl
19952            + lib/unicode/In/MiscellaneousTechnical.pl
19953            + lib/unicode/In/NumberForms.pl
19954            + lib/unicode/In/OpticalCharacterRecognition.pl
19955            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
19956            + lib/unicode/In/SmallFormVariants.pl
19957            + lib/unicode/In/SpacingModifierLetters.pl
19958            + lib/unicode/In/Specials.pl
19959            + lib/unicode/In/SuperscriptsandSubscripts.pl
19960            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
19961            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
19962            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19963            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
19964            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
19965            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
19966            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
19967            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
19968            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
19969            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
19970            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
19971            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
19972            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
19973            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
19974            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
19975            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
19976            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
19977            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
19978            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
19979            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
19980            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
19981            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
19982            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
19983            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
19984            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
19985            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
19986            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
19987            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
19988            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
19989            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
19990            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
19991            + lib/unicode/JamoShort.pl lib/unicode/Makefile
19992            + lib/unicode/Name.pl lib/unicode/Number.pl
19993            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
19994            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
19995            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
19996            + lib/unicode/blocks.txt lib/unicode/index2.txt
19997            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
19998            + lib/unicode/names2.txt lib/unicode/props2.txt
19999            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
20000            + utf8.c utf8.h
20001            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
20002            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
20003            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
20004            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
20005            ! t/op/vec.t toke.c util.c vms/vmsish.h
20006 ____________________________________________________________________________
20007 [  1650] By: gsar                                  on 1998/07/24  04:06:48
20008         Log: create utfperl branch
20009      Branch: utfperl
20010           +> (branch 1079 files)
20011 ____________________________________________________________________________
20012 [  1649] By: gsar                                  on 1998/07/24  03:56:56
20013         Log: create maint-5.005 branch
20014      Branch: maint-5.005/perl
20015           +> (branch 1079 files)
20016 ____________________________________________________________________________
20017 [  1648] By: gsar                                  on 1998/07/24  03:36:35
20018         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
20019      Branch: perl
20020            ! Changes
20021