Reloading File::Copy
[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 [  4752] By: gsar                                  on 2000/01/04  01:19:20
83         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
84      Branch: perl
85            ! win32/Makefile win32/makefile.mk win32/win32.h
86 ____________________________________________________________________________
87 [  4751] By: gsar                                  on 2000/01/03  18:26:08
88         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
89      Branch: perl
90            ! lib/ExtUtils/MakeMaker.pm
91 ____________________________________________________________________________
92 [  4750] By: gsar                                  on 2000/01/02  21:58:02
93         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
94              to write to a file other than tmon.out (suggested by Haakon Alstadheim
95              <Haakon.Alstadheim@sds.no>)
96      Branch: perl
97            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
98 ____________________________________________________________________________
99 [  4749] By: gsar                                  on 2000/01/02  21:37:29
100         Log: disable optimization in change#3612 for join() and quotemeta()--this
101              removes all the gross hacks for the special cases in that change; fix
102              pp_concat() for when TARG == arg (modified version of patch suggested
103              by Ilya Zakharevich)
104      Branch: perl
105            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
106 ____________________________________________________________________________
107 [  4748] By: gsar                                  on 2000/01/02  20:26:06
108         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
109              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
110      Branch: perl
111            ! lib/ExtUtils/MakeMaker.pm
112 ____________________________________________________________________________
113 [  4747] By: gsar                                  on 2000/01/02  20:17:36
114         Log: fix 4-arg substr() when used as argument to subroutine
115      Branch: perl
116            ! pp.c t/op/substr.t
117 ____________________________________________________________________________
118 [  4746] By: gsar                                  on 2000/01/02  18:45:58
119         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
120      Branch: perl
121            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
122            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
123            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
124            ! perlapi.c proto.h thread.h util.c
125 ____________________________________________________________________________
126 [  4745] By: gsar                                  on 2000/01/02  18:15:44
127         Log: ebcdic fix for Data::Dumper from Peter Prymmer
128      Branch: perl
129            ! ext/Data/Dumper/Dumper.pm regcomp.c
130 ____________________________________________________________________________
131 [  4744] By: gsar                                  on 1999/12/31  22:42:23
132         Log: missing files in previous submit
133      Branch: perl
134            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
135            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
136 ____________________________________________________________________________
137 [  4743] By: gsar                                  on 1999/12/31  06:47:18
138         Log: various Windows build tweaks
139      Branch: perl
140            ! win32/win32.h
141 ____________________________________________________________________________
142 [  4742] By: gsar                                  on 1999/12/30  21:32:36
143         Log: change#4705 breaks code that interpolates $], so leave string value
144              of $] as it was for compatibility (and perhaps introduce $^V or similar
145              for the utf8 representation, maybe?)
146      Branch: perl
147            ! configpm gv.c
148 ____________________________________________________________________________
149 [  4741] By: gsar                                  on 1999/12/30  19:36:21
150         Log: avoid CRLF in byteloadable files created by perlcc
151      Branch: perl
152            ! utils/perlcc.PL
153 ____________________________________________________________________________
154 [  4740] By: gsar                                  on 1999/12/30  19:35:07
155         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
156      Branch: perl
157            ! pod/perldelta.pod toke.c
158 ____________________________________________________________________________
159 [  4739] By: gsar                                  on 1999/12/30  05:44:21
160         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
161              to allow ByteLoader to work; the DATA filehandles continue to
162              be left open in text mode for compatibility
163      Branch: perl
164            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
165            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
166            ! win32/win32.h
167 ____________________________________________________________________________
168 [  4738] By: gsar                                  on 1999/12/30  04:36:12
169         Log: CR-LF support broken for formats
170      Branch: perl
171            ! toke.c
172 ____________________________________________________________________________
173 [  4737] By: gsar                                  on 1999/12/29  22:30:52
174         Log: make DProf functional under pseudo-fork()
175      Branch: perl
176            ! ext/Devel/DProf/DProf.xs
177 ____________________________________________________________________________
178 [  4736] By: gsar                                  on 1999/12/29  21:04:59
179         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
180              Mulder)
181      Branch: perl
182            ! doio.c pp_hot.c t/io/argv.t
183 ____________________________________________________________________________
184 [  4735] By: gsar                                  on 1999/12/29  18:12:40
185         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
186              Koenig)
187      Branch: perl
188            ! Makefile.SH
189 ____________________________________________________________________________
190 [  4734] By: gsar                                  on 1999/12/28  21:10:37
191         Log: Windows build tweaks
192      Branch: perl
193            ! INTERN.h sv.c
194 ____________________________________________________________________________
195 [  4733] By: gsar                                  on 1999/12/28  20:45:15
196         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
197              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
198      Branch: perl
199            ! pp_sys.c
200 ____________________________________________________________________________
201 [  4732] By: gsar                                  on 1999/12/28  20:42:13
202         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
203              <ralph@inputplus.demon.co.uk>
204      Branch: perl
205            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
206 ____________________________________________________________________________
207 [  4731] By: gsar                                  on 1999/12/28  20:23:17
208         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
209              not supplied (variant of patch suggested by Ilya Zakharevich)
210      Branch: perl
211            ! XSUB.h lib/ExtUtils/xsubpp
212 ____________________________________________________________________________
213 [  4730] By: gsar                                  on 1999/12/28  19:55:56
214         Log: range operator does magical string increment iff both operands
215              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
216              the "foreach (RANGE)" case as well
217      Branch: perl
218            ! pp_ctl.c t/op/range.t
219 ____________________________________________________________________________
220 [  4729] By: gsar                                  on 1999/12/28  18:40:19
221         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
222      Branch: perl
223            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
224            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
225            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
226            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
227            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
228            ! win32/win32.h
229 ____________________________________________________________________________
230 [  4728] By: gsar                                  on 1999/12/28  07:44:19
231         Log: typecasts needed
232      Branch: perl
233            ! toke.c
234 ____________________________________________________________________________
235 [  4727] By: gsar                                  on 1999/12/28  06:23:08
236         Log: change#4721 needed line number adjustments
237      Branch: perl
238            ! MANIFEST global.sym proto.h t/pragma/warn/doop
239            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
240            ! t/pragma/warn/toke t/pragma/warn/utf8
241 ____________________________________________________________________________
242 [  4726] By: gsar                                  on 1999/12/28  04:18:15
243         Log: integrate utfperl contents into mainline
244      Branch: perl
245           +> lib/byte.pm lib/byte_heavy.pl
246           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
247           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
248           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
249 ____________________________________________________________________________
250 [  4725] By: gsar                                  on 1999/12/28  04:08:09
251         Log: integrate mainline contents
252      Branch: utfperl
253            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
254            - lib/unicode/Eq/Unicode
255           !> (integrate 60 files)
256 ____________________________________________________________________________
257 [  4724] By: gsar                                  on 1999/12/28  03:44:10
258         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
259      Branch: perl
260            ! regcomp.c t/op/re_tests
261 ____________________________________________________________________________
262 [  4723] By: gsar                                  on 1999/12/28  03:28:39
263         Log: more ebcdic testsuite fixups (from Peter Prymmer)
264      Branch: perl
265            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
266            ! t/pragma/overload.t t/pragma/utf8.t
267 ____________________________________________________________________________
268 [  4722] By: gsar                                  on 1999/12/28  03:14:48
269         Log: avoid "used once" warning
270      Branch: perl
271            ! lib/diagnostics.pm
272 ____________________________________________________________________________
273 [  4722] By: gsar                                  on 1999/12/28  03:14:48
274         Log: avoid "used once" warning
275      Branch: perl
276            ! lib/diagnostics.pm
277 ____________________________________________________________________________
278 [  4721] By: gsar                                  on 1999/12/28  03:10:32
279         Log: ebcdic tweaks for tests from Peter Prymmer
280      Branch: perl
281            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
282            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
283 ____________________________________________________________________________
284 [  4720] By: gsar                                  on 1999/12/28  03:08:39
285         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
286      Branch: perl
287            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
288            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
289            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
290 ____________________________________________________________________________
291 [  4719] By: gsar                                  on 1999/12/28  03:01:04
292         Log: perlport v1.45 from Chris Nandor
293      Branch: perl
294            ! pod/perlport.pod
295 ____________________________________________________________________________
296 [  4718] By: gsar                                  on 1999/12/28  02:59:16
297         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
298              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
299      Branch: perl
300            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
301            ! t/pragma/constant.t
302 ____________________________________________________________________________
303 [  4717] By: gsar                                  on 1999/12/28  02:47:04
304         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
305      Branch: perl
306            - ext/DynaLoader/dl_cygwin.xs
307            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
308            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
309            ! util.c
310 ____________________________________________________________________________
311 [  4716] By: gsar                                  on 1999/12/28  02:40:51
312         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
313              (from Andy Dougherty)
314      Branch: perl
315            ! Configure
316 ____________________________________________________________________________
317 [  4715] By: gsar                                  on 1999/12/28  02:38:44
318         Log: better variant of change#4644 (from Andy Dougherty)
319      Branch: perl
320            ! Configure
321 ____________________________________________________________________________
322 [  4714] By: gsar                                  on 1999/12/28  02:36:40
323         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
324      Branch: perl
325            ! Configure
326 ____________________________________________________________________________
327 [  4713] By: gsar                                  on 1999/12/28  02:35:15
328         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
329              INSTALL (from Andy Dougherty)
330      Branch: perl
331            ! Configure
332 ____________________________________________________________________________
333 [  4712] By: gsar                                  on 1999/12/28  02:30:55
334         Log: avoid creating new files during make install
335      Branch: perl
336            ! Makefile.SH
337 ____________________________________________________________________________
338 [  4711] By: gsar                                  on 1999/12/28  02:24:44
339         Log: pod edits from Paul Marquess and Mark-Jason Dominus
340      Branch: perl
341            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
342            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
343            ! pod/perldelta.pod
344 ____________________________________________________________________________
345 [  4710] By: gsar                                  on 1999/12/28  02:05:23
346         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
347              <sthoenna@efn.org>); add explicit target for opmini.o
348      Branch: perl
349            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
350 ____________________________________________________________________________
351 [  4709] By: gsar                                  on 1999/12/28  01:20:39
352         Log: partly fix perldiag regressions identified by Tom Christiansen
353      Branch: perl
354            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
355            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
356            ! t/pragma/warn/pp_sys
357 ____________________________________________________________________________
358 [  4708] By: gsar                                  on 1999/12/27  23:33:24
359         Log: update perldiag for change#4707
360      Branch: perl
361            ! perl.c pod/perldiag.pod
362 ____________________________________________________________________________
363 [  4707] By: gsar                                  on 1999/12/27  23:23:39
364         Log: allow spaces in -I switch argument
365      Branch: perl
366            ! perl.c
367 ____________________________________________________________________________
368 [  4706] By: gsar                                  on 1999/12/26  23:44:53
369         Log: fix typos
370      Branch: utfperl
371            ! sv.h toke.c
372 ____________________________________________________________________________
373 [  4705] By: gsar                                  on 1999/12/24  04:02:35
374         Log: support for v5.5.640 style version numbers
375      Branch: utfperl
376            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
377            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
378 ____________________________________________________________________________
379 [  4704] By: gsar                                  on 1999/12/23  08:54:27
380         Log: bring in basic threads stuff under USE_ITHREADS
381      Branch: perl
382            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
383            ! util.c
384 ____________________________________________________________________________
385 [  4703] By: gsar                                  on 1999/12/23  00:10:06
386         Log: integrate mainline contents into utfperl
387      Branch: utfperl
388           !> (integrate 33 files)
389 ____________________________________________________________________________
390 [  4702] By: gsar                                  on 1999/12/20  17:18:23
391         Log: virtual directory handling broken on paths with trailing slash
392      Branch: perl
393            ! win32/Makefile win32/makefile.mk win32/vdir.h
394 ____________________________________________________________________________
395 [  4701] By: gsar                                  on 1999/12/20  17:09:55
396         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
397              isn't set for all m/$foo/o)
398      Branch: perl
399            ! pp_ctl.c
400 ____________________________________________________________________________
401 [  4700] By: gsar                                  on 1999/12/20  16:28:51
402         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
403              we have a race on our hands)
404      Branch: perl
405            ! pp_ctl.c
406 ____________________________________________________________________________
407 [  4699] By: gsar                                  on 1999/12/20  16:19:00
408         Log: pod tweaks
409      Branch: perl
410            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
411 ____________________________________________________________________________
412 [  4698] By: gsar                                  on 1999/12/20  07:55:07
413         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
414      Branch: perl
415            ! utf8.c
416 ____________________________________________________________________________
417 [  4697] By: gsar                                  on 1999/12/18  01:35:50
418         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
419              anon hash rather than a block; test case for the same
420      Branch: perl
421            ! t/comp/term.t toke.c
422 ____________________________________________________________________________
423 [  4696] By: gsar                                  on 1999/12/17  19:55:03
424         Log: leak in change#4694 spotted by Larry
425      Branch: perl
426            ! hv.c
427 ____________________________________________________________________________
428 [  4695] By: gsar                                  on 1999/12/17  18:14:11
429         Log: test case for change#4694
430      Branch: perl
431            ! t/op/delete.t
432 ____________________________________________________________________________
433 [  4694] By: gsar                                  on 1999/12/17  18:09:08
434         Log: delete() should return the value as is, not a copy thereof
435      Branch: perl
436            ! hv.c pod/perldelta.pod
437 ____________________________________________________________________________
438 [  4693] By: gsar                                  on 1999/12/17  17:45:58
439         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
440      Branch: perl
441            ! regexec.c t/op/re_tests
442 ____________________________________________________________________________
443 [  4692] By: gsar                                  on 1999/12/17  17:41:10
444         Log: credits tweak
445      Branch: perl
446            ! lib/File/Spec.pm
447 ____________________________________________________________________________
448 [  4691] By: gsar                                  on 1999/12/17  07:12:53
449         Log: DynaLoader doesn't build properly when $(DLSRC) changes
450              (fix suggested by Hans Mulder)
451      Branch: perl
452            ! ext/DynaLoader/Makefile.PL
453 ____________________________________________________________________________
454 [  4690] By: gsar                                  on 1999/12/17  06:26:34
455         Log: add missing new ops
456      Branch: perl
457            ! ext/B/ramblings/runtime.porting
458 ____________________________________________________________________________
459 [  4689] By: gsar                                  on 1999/12/17  06:16:49
460         Log: test harness tweak from Hans Mulder
461      Branch: perl
462            ! t/TEST
463 ____________________________________________________________________________
464 [  4688] By: gsar                                  on 1999/12/17  06:14:23
465         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
466              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
467      Branch: perl
468            ! Makefile.SH cygwin/Makefile.SHs
469 ____________________________________________________________________________
470 [  4687] By: gsar                                  on 1999/12/17  06:06:46
471         Log: applied suggested patch with whitespace adjustments
472              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
473              Date: Thu, 16 Dec 1999 08:57:55 +0100
474              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
475              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
476      Branch: perl
477            ! lib/File/Find.pm
478 ____________________________________________________________________________
479 [  4686] By: gsar                                  on 1999/12/17  05:48:53
480         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
481              by Hans Mulder)
482      Branch: perl
483            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
484            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
485            ! ext/DynaLoader/dl_rhapsody.xs
486 ____________________________________________________________________________
487 [  4685] By: gsar                                  on 1999/12/17  05:37:51
488         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
489              <rjk@linguist.dartmouth.edu>)
490      Branch: perl
491            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
492 ____________________________________________________________________________
493 [  4684] By: gsar                                  on 1999/12/16  09:32:48
494         Log: spell out how to get 4-digit year (from Micheal G Schwern
495              <schwern@pobox.com>)
496      Branch: perl
497            ! pod/perlfunc.pod
498 ____________________________________________________________________________
499 [  4683] By: gsar                                  on 1999/12/16  09:26:53
500         Log: type mismatch for %c format argument (spotted by Robin Barker
501              <rmb1@cise.npl.co.uk>)
502      Branch: perl
503            ! regcomp.c
504 ____________________________________________________________________________
505 [  4682] By: gsar                                  on 1999/12/16  08:33:28
506         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
507              <sho_pi@hotmail.com>)
508      Branch: perl
509            ! win32/win32.c
510 ____________________________________________________________________________
511 [  4681] By: gsar                                  on 1999/12/16  08:31:15
512         Log: missing backslash (spotted by Johan Vromans)
513      Branch: perl
514            ! perl.c
515 ____________________________________________________________________________
516 [  4680] By: gsar                                  on 1999/12/16  08:26:00
517         Log: avoid coredump on diagnostics when STDERR is closed
518      Branch: perl
519            ! perl.h
520 ____________________________________________________________________________
521 [  4679] By: gsar                                  on 1999/12/12  18:09:41
522         Log: integrate mainline changes
523      Branch: utfperl
524           +> (branch 39 files)
525            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
526            - lib/unicode/UnicodeData-Latest.txt
527           !> (integrate 447 files)
528 ____________________________________________________________________________
529 [  4678] By: gsar                                  on 1999/12/10  01:39:13
530         Log: interpreter structure should be nulled under -DMULTIPLICITY
531      Branch: perl
532            ! perl.c
533 ____________________________________________________________________________
534 [  4677] By: gsar                                  on 1999/12/09  11:10:27
535         Log: update Changes
536      Branch: perl
537            ! Changes
538
539 ----------------
540 Version 5.005_63
541 ----------------
542
543 ____________________________________________________________________________
544 [  4676] By: gsar                                  on 1999/12/09  10:51:43
545         Log: fix File::Find testsuite bugs in symlink-less places
546      Branch: perl
547            ! t/lib/filefind.t
548 ____________________________________________________________________________
549 [  4675] By: gsar                                  on 1999/12/09  10:22:31
550         Log: USE_ITHREADS tweaks and notes
551      Branch: perl
552            ! op.c pod/perldelta.pod sv.c
553 ____________________________________________________________________________
554 [  4674] By: gsar                                  on 1999/12/09  10:21:53
555         Log: allow new style sort subs to work under usethreads
556      Branch: perl
557            ! pp_ctl.c
558 ____________________________________________________________________________
559 [  4673] By: gsar                                  on 1999/12/09  04:00:23
560         Log: document compatibility issue with literal list slices and NOTOP
561              (C<not (1,2,3)[0]> is now a syntax error)
562      Branch: perl
563            ! pod/perldelta.pod
564 ____________________________________________________________________________
565 [  4672] By: gsar                                  on 1999/12/09  01:14:46
566         Log: avoid mismatched expectation <-> int types for C++ builds
567      Branch: perl
568            ! embed.pl intrpvar.h proto.h toke.c
569 ____________________________________________________________________________
570 [  4671] By: gsar                                  on 1999/12/09  00:36:24
571         Log: newer version of File::Find with support for following symlinks and
572              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
573      Branch: perl
574            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
575 ____________________________________________________________________________
576 [  4670] By: gsar                                  on 1999/12/09  00:13:06
577         Log: avoid initializing GvCV slot for autovivified filehandles
578      Branch: perl
579            ! pp.c
580 ____________________________________________________________________________
581 [  4669] By: gsar                                  on 1999/12/08  19:09:27
582         Log: apply change#4618 again along with Ilya's patch to fix bugs
583              in it (see change#4622)
584      Branch: perl
585            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
586            ! t/op/re_tests t/op/subst.t
587 ____________________________________________________________________________
588 [  4668] By: gsar                                  on 1999/12/08  18:56:53
589         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
590              From: Larry Wall <larry@wall.org>
591              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
592              Message-Id: <199912072039.MAA13257@kiev.wall.org>
593              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
594      Branch: perl
595            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
596 ____________________________________________________________________________
597 [  4667] By: gsar                                  on 1999/12/08  18:47:37
598         Log: patch to fix aix hints from ortmann@vnet.ibm.com
599      Branch: perl
600            ! hints/aix.sh
601 ____________________________________________________________________________
602 [  4666] By: gsar                                  on 1999/12/08  18:29:02
603         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
604              Tim Meadowcroft
605      Branch: perl
606            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
607 ____________________________________________________________________________
608 [  4665] By: gsar                                  on 1999/12/08  02:22:31
609         Log: introduce save_I8() for saving byte values
610      Branch: perl
611            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
612            ! regcomp.c regexec.c scope.c scope.h sv.c
613 ____________________________________________________________________________
614 [  4664] By: gsar                                  on 1999/12/08  02:02:33
615         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
616      Branch: perl
617            ! toke.c
618 ____________________________________________________________________________
619 [  4663] By: gsar                                  on 1999/12/08  01:11:44
620         Log: longstanding typo in lexer: PL_lex_expect was not properly
621              saved on reentry
622      Branch: perl
623            ! toke.c
624 ____________________________________________________________________________
625 [  4662] By: gsar                                  on 1999/12/07  23:16:21
626         Log: typos in change#4546
627      Branch: perl
628            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
629 ____________________________________________________________________________
630 [  4661] By: gsar                                  on 1999/12/07  09:33:50
631         Log: typos in change#4660
632      Branch: perl
633            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
634 ____________________________________________________________________________
635 [  4660] By: gsar                                  on 1999/12/06  23:42:55
636         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
637              fix bug where lc($readonly) could result in bogus errors
638      Branch: perl
639            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
640            ! pp.c pp_sys.c proto.h sv.c
641 ____________________________________________________________________________
642 [  4659] By: gsar                                  on 1999/12/06  15:24:31
643         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
644              <jarausch@igpm.rwth-aachen.de>)
645      Branch: perl
646            ! perl.h
647 ____________________________________________________________________________
648 [  4658] By: gsar                                  on 1999/12/06  15:18:30
649         Log: fix for -Dp via $^D (suggested by Stephane Payrard
650              <stef@adnaccess.com>)
651      Branch: perl
652            ! mg.c
653 ____________________________________________________________________________
654 [  4657] By: gsar                                  on 1999/12/06  06:50:01
655         Log: change#4641 needs perldiag.pod edit
656      Branch: perl
657            - lib/unicode/UnicodeData-Latest.txt
658            ! pod/perldiag.pod
659 ____________________________________________________________________________
660 [  4656] By: gsar                                  on 1999/12/06  01:36:56
661         Log: Makefile tweak for change#4649
662      Branch: perl
663            ! Makefile.SH
664 ____________________________________________________________________________
665 [  4655] By: gsar                                  on 1999/12/05  17:23:57
666         Log: change#4653 was missing a patch reject
667      Branch: perl
668            ! win32/makefile.mk
669 ____________________________________________________________________________
670 [  4654] By: gsar                                  on 1999/12/05  11:41:04
671         Log: windows build tweaks for Borland compiler
672      Branch: perl
673            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
674 ____________________________________________________________________________
675 [  4653] By: gsar                                  on 1999/12/05  11:07:37
676         Log: applied somewhat modified version of suggested patch
677              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
678              Date: Thu, 18 Nov 1999 18:45:27 PST
679              Message-ID: <19991119024527.72749.qmail@hotmail.com>
680              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
681      Branch: perl
682            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
683            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
684            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
685            ! win32/makefile.mk win32/win32.h
686 ____________________________________________________________________________
687 [  4652] By: gsar                                  on 1999/12/05  09:24:45
688         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
689              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
690              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
691              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
692      Branch: perl
693            ! Changes hints/svr5.sh
694 ____________________________________________________________________________
695 [  4651] By: gsar                                  on 1999/12/05  09:01:19
696         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
697              when given non-existent drive names
698      Branch: perl
699            ! lib/File/Path.pm
700 ____________________________________________________________________________
701 [  4650] By: gsar                                  on 1999/12/05  08:47:11
702         Log: windows build tweaks for change#4649
703      Branch: perl
704            ! win32/Makefile win32/makefile.mk
705 ____________________________________________________________________________
706 [  4649] By: gsar                                  on 1999/12/05  07:49:28
707         Log: make File::Glob::glob() the default for CORE::glob()
708              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
709      Branch: perl
710            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
711            ! win32/makefile.mk
712 ____________________________________________________________________________
713 [  4648] By: gsar                                  on 1999/12/05  00:33:34
714         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
715      Branch: perl
716            ! lib/Pod/Html.pm
717 ____________________________________________________________________________
718 [  4647] By: gsar                                  on 1999/12/05  00:14:01
719         Log: remove outdated entry
720      Branch: perl
721            ! pod/perltrap.pod
722 ____________________________________________________________________________
723 [  4646] By: gsar                                  on 1999/12/04  22:48:51
724         Log: s/block/loop block/ in diagnostics about next, last, redo
725      Branch: perl
726            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
727 ____________________________________________________________________________
728 [  4645] By: gsar                                  on 1999/12/04  22:25:32
729         Log: readability tweak suggested by GRommel@sears.com
730      Branch: perl
731            ! pp.c
732 ____________________________________________________________________________
733 [  4644] By: gsar                                  on 1999/12/04  22:05:00
734         Log: Configure tweak from Peter Prymmer
735      Branch: perl
736            ! Configure
737 ____________________________________________________________________________
738 [  4643] By: gsar                                  on 1999/12/04  21:55:27
739         Log: make weak keyword check look for defined(&lock), not
740              merely defined(*lock)
741      Branch: perl
742            ! toke.c
743 ____________________________________________________________________________
744 [  4642] By: gsar                                  on 1999/12/04  21:11:51
745         Log: make eof() open ARGV if it isn't open already; also fixes bug
746              where eof() would operate on any last-read filehandle, not
747              just ARGV
748      Branch: perl
749            ! pp_sys.c
750 ____________________________________________________________________________
751 [  4641] By: gsar                                  on 1999/12/04  04:42:25
752         Log: make uninitialized value warnings report opcode
753      Branch: perl
754            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
755            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
756            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
757            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
758            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
759            ! t/pragma/warn/sv
760 ____________________________________________________________________________
761 [  4640] By: gsar                                  on 1999/12/04  02:40:44
762         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
763              that don't do range checking
764      Branch: perl
765            ! lib/Time/Local.pm
766 ____________________________________________________________________________
767 [  4639] By: gsar                                  on 1999/12/04  01:00:49
768         Log: better implementation of change#3326; open(local $foo,...) now
769              allowed in addition to any uninitialized variable, for consistency
770              with how autovivification works elsewhere; add code to use the
771              variable name as the name of the handle for simple variables, so
772              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
773      Branch: perl
774            ! op.c pod/perldelta.pod pp.c t/io/open.t
775 ____________________________________________________________________________
776 [  4638] By: gsar                                  on 1999/12/03  21:20:00
777         Log: pod nits
778      Branch: perl
779            ! pod/perlfunc.pod pod/perlrun.pod
780 ____________________________________________________________________________
781 [  4637] By: gsar                                  on 1999/12/03  08:59:04
782         Log: change#4431 was flawed
783      Branch: perl
784            ! Makefile.SH
785 ____________________________________________________________________________
786 [  4636] By: gsar                                  on 1999/12/03  07:59:52
787         Log: pod embellishments from Nathan Torkington
788      Branch: perl
789            ! pod/perlfaq2.pod pod/perlhack.pod
790 ____________________________________________________________________________
791 [  4635] By: gsar                                  on 1999/12/03  07:56:04
792         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
793      Branch: perl
794            ! pod/perlfaq4.pod
795 ____________________________________________________________________________
796 [  4634] By: gsar                                  on 1999/12/03  07:47:47
797         Log: test tweak for VMS (from Craig A. Berry)
798      Branch: perl
799            ! t/io/nargv.t
800 ____________________________________________________________________________
801 [  4633] By: gsar                                  on 1999/12/03  07:44:52
802         Log: patchls tweak from Andreas Koenig
803      Branch: perl
804            ! Porting/patchls
805 ____________________________________________________________________________
806 [  4632] By: gsar                                  on 1999/12/03  07:42:23
807         Log: don't mess with the umask()
808      Branch: perl
809            ! installhtml installman installperl lib/ExtUtils/Install.pm
810            ! lib/ExtUtils/Manifest.pm
811 ____________________________________________________________________________
812 [  4631] By: gsar                                  on 1999/12/03  06:52:50
813         Log: support -a switch to append bytecode to an existing file and make
814              perlcc use it (from Tom Hughes <tom@compton.nu>)
815      Branch: perl
816            ! ext/B/B/Bytecode.pm utils/perlcc.PL
817 ____________________________________________________________________________
818 [  4630] By: gsar                                  on 1999/12/03  06:46:16
819         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
820              (from Tom Phoenix)
821      Branch: perl
822            ! pod/perltrap.pod
823 ____________________________________________________________________________
824 [  4629] By: gsar                                  on 1999/12/03  06:40:15
825         Log: use PerlIO abstraction rather than straight stdio (from
826              Chip Salzenberg)
827      Branch: perl
828            ! ext/ByteLoader/ByteLoader.xs
829 ____________________________________________________________________________
830 [  4628] By: gsar                                  on 1999/12/03  06:15:54
831         Log: avoid warning in IO::Select::exists() if socket doesn't exist
832      Branch: perl
833            ! ext/IO/lib/IO/Select.pm
834 ____________________________________________________________________________
835 [  4627] By: gsar                                  on 1999/12/03  06:05:19
836         Log: two small patches from Peter Prymmer <pvhp@forte.com>
837      Branch: perl
838            ! makedepend.SH win32/Makefile win32/makefile.mk
839 ____________________________________________________________________________
840 [  4626] By: gsar                                  on 1999/12/03  05:36:38
841         Log: From: Peter Prymmer <pvhp@forte.com>
842              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
843              Message-Id: <199911260506.VAA17230@brio.forte.com>
844              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
845      Branch: perl
846            ! regcomp.c
847 ____________________________________________________________________________
848 [  4625] By: gsar                                  on 1999/12/03  05:20:21
849         Log: Windows build tweaks due to change#4623
850      Branch: perl
851            ! win32/Makefile win32/makefile.mk win32/perlhost.h
852 ____________________________________________________________________________
853 [  4624] By: gsar                                  on 1999/12/03  04:58:30
854         Log: add missing file
855      Branch: perl
856            + ext/DynaLoader/XSLoader_pm.PL
857 ____________________________________________________________________________
858 [  4623] By: gsar                                  on 1999/12/03  04:47:03
859         Log: applied suggested patch; removed $VERSION = $VERSION hack
860              (change#4043 fixed the need for that)
861              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
862              Date: Tue, 16 Nov 1999 01:50:31 EST
863              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
864              Subject: [PATCH 5.005_62] XSLoader.pm
865      Branch: perl
866            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
867            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
868            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
869            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
870            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
871            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
872            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
873            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
874            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
875            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
876            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
877 ____________________________________________________________________________
878 [  4622] By: gsar                                  on 1999/12/03  04:02:39
879         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
880      Branch: perl
881            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
882 ____________________________________________________________________________
883 [  4621] By: gsar                                  on 1999/12/02  22:24:53
884         Log: caveat about thread-safety of extensions
885      Branch: perl
886            ! pod/perlfork.pod
887 ____________________________________________________________________________
888 [  4620] By: gsar                                  on 1999/12/02  20:31:02
889         Log: XS documentation patches suggested by Ilya, severally adjusted
890      Branch: perl
891            ! pod/perlxs.pod pod/perlxstut.pod
892 ____________________________________________________________________________
893 [  4619] By: gsar                                  on 1999/12/02  17:52:50
894         Log: re-add missing Unicode database master
895      Branch: perl
896            + lib/unicode/Unicode.300
897 ____________________________________________________________________________
898 [  4618] By: gsar                                  on 1999/12/02  06:56:18
899         Log: applied suggested patch with prototype changes
900              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
901              Date:    Tue, 23 Nov 1999 22:55:55 EST
902              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
903              Subject: [PATCH 5.005_62] First char cognizance
904      Branch: perl
905            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
906 ____________________________________________________________________________
907 [  4617] By: gsar                                  on 1999/12/02  06:04:57
908         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
909      Branch: perl
910            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
911 ____________________________________________________________________________
912 [  4616] By: gsar                                  on 1999/12/02  04:30:22
913         Log: various documentation tweaks suggested by M. J. T. Guy
914      Branch: perl
915            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
916 ____________________________________________________________________________
917 [  4615] By: gsar                                  on 1999/12/02  04:17:43
918         Log: various File::Glob fixes for DOSISH platforms
919              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
920              Date: Tue, 02 Nov 1999 11:11:25 GMT
921              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
922              Subject: File::Glob again. Final patch, honest!
923      Branch: perl
924            + t/lib/glob-case.t
925            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
926            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
927            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
928 ____________________________________________________________________________
929 [  4614] By: gsar                                  on 1999/12/02  03:42:55
930         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
931              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
932      Branch: perl
933            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
934 ____________________________________________________________________________
935 [  4613] By: gsar                                  on 1999/12/02  01:59:19
936         Log: ignore yet another known scalar leak
937      Branch: perl
938            ! t/pragma/warn/regcomp
939 ____________________________________________________________________________
940 [  4612] By: gsar                                  on 1999/12/02  01:15:02
941         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
942      Branch: perl
943            ! pp.c
944 ____________________________________________________________________________
945 [  4611] By: gsar                                  on 1999/12/02  00:31:43
946         Log: a somewhat tweaked version of suggested patch
947              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
948              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
949              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
950              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
951      Branch: perl
952            ! pod/perlfunc.pod
953 ____________________________________________________________________________
954 [  4610] By: gsar                                  on 1999/12/01  19:09:31
955         Log: more accurate require() pseudocode (from James P. Williams
956              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
957      Branch: perl
958            ! pod/perlfunc.pod
959 ____________________________________________________________________________
960 [  4609] By: gsar                                  on 1999/12/01  18:43:49
961         Log: avoid "Callback called exit" error on intentional exit()
962      Branch: perl
963            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
964 ____________________________________________________________________________
965 [  4608] By: gsar                                  on 1999/12/01  18:42:38
966         Log: find_byclass() prototype was incoherent
967      Branch: perl
968            ! regexec.c
969 ____________________________________________________________________________
970 [  4607] By: gsar                                  on 1999/12/01  05:45:10
971         Log: better documentation for goto &NAME (from M. J. T. Guy)
972      Branch: perl
973            ! pod/perlfunc.pod
974 ____________________________________________________________________________
975 [  4606] By: gsar                                  on 1999/12/01  05:33:14
976         Log: integrate cfgperl contents into mainline
977      Branch: perl
978           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
979           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
980            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
981            ! Changes
982           !> (integrate 210 files)
983 ____________________________________________________________________________
984 [  4605] By: gsar                                  on 1999/12/01  05:15:27
985         Log: avoid PTR->IV cast warnings
986      Branch: perl
987            ! mg.c op.c scope.h
988 ____________________________________________________________________________
989 [  4604] By: gsar                                  on 1999/12/01  03:59:56
990         Log: email address changes
991      Branch: perl
992            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
993            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
994            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
995            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
996            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
997 ____________________________________________________________________________
998 [  4603] By: gsar                                  on 1999/12/01  03:45:13
999         Log: minor USE_ITHREADS tweaks
1000      Branch: perl
1001            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
1002            ! win32/perllib.c win32/win32.h
1003 ____________________________________________________________________________
1004 [  4602] By: gsar                                  on 1999/12/01  01:00:09
1005         Log: more complete pseudo-fork() support for Windows
1006      Branch: perl
1007            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
1008            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
1009            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
1010            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
1011            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
1012            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
1013            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
1014            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
1015            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
1016            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
1017            ! win32/win32iop.h win32/win32thread.h
1018 ____________________________________________________________________________
1019 [  4601] By: gsar                                  on 1999/12/01  00:45:38
1020         Log: rudimentary support for remote debugging, from aeons ago (somewhat
1021              modified)
1022              From: Graham TerMarsch <grahamt@ActiveState.com>
1023              Date: Sat, 12 Sep 1998 10:46:55 -0700
1024              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
1025              Subject: Re: Patches to perl5db.pl to allow for remote debugging
1026      Branch: perl
1027            ! lib/perl5db.pl
1028 ____________________________________________________________________________
1029 [  4600] By: chip                                  on 1999/11/19  21:16:00
1030         Log: Document known limitations of fdopen() on some systems,
1031              as they apply to open() and sysopen().
1032      Branch: perl
1033            ! pod/perlfunc.pod
1034 ____________________________________________________________________________
1035 [  4599] By: chip                                  on 1999/11/19  17:20:19
1036         Log: Undef printf before redirecting it to PerlIO_stdoutf.
1037              (Avoids an irritating warning when compiling with PerlIO.)
1038      Branch: perl
1039            ! perl.h
1040 ____________________________________________________________________________
1041 [  4598] By: jhi                                   on 1999/11/22  21:30:17
1042         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
1043      Branch: cfgperl
1044            ! README.vms t/io/open.t
1045 ____________________________________________________________________________
1046 [  4597] By: jhi                                   on 1999/11/21  16:21:21
1047         Log: Replace #4596 with the change done in 5.005_03.
1048      Branch: cfgperl
1049            ! ext/Errno/Errno_pm.PL
1050 ____________________________________________________________________________
1051 [  4596] By: jhi                                   on 1999/11/21  16:07:20
1052         Log: Skip processing a file if the file to be opened is '-'
1053              (can happen in UNICOS)
1054      Branch: cfgperl
1055            ! ext/Errno/Errno_pm.PL
1056 ____________________________________________________________________________
1057 [  4595] By: jhi                                   on 1999/11/21  14:05:10
1058         Log: VMS patches from Peter Prymmer.
1059      Branch: cfgperl
1060            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
1061 ____________________________________________________________________________
1062 [  4594] By: jhi                                   on 1999/11/18  17:07:14
1063         Log: The find_byclass prototype is already in proto.h. 
1064      Branch: cfgperl
1065            ! regexec.c
1066 ____________________________________________________________________________
1067 [  4593] By: gsar                                  on 1999/11/16  21:25:21
1068         Log: typo in flag checks
1069      Branch: utfperl
1070            ! sv.h
1071 ____________________________________________________________________________
1072 [  4592] By: jhi                                   on 1999/11/16  21:17:25
1073         Log: Regen Configure.
1074      Branch: cfgperl
1075            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
1076      Branch: metaconfig
1077            ! U/a_dvisory/quadtype.U
1078 ____________________________________________________________________________
1079 [  4591] By: jhi                                   on 1999/11/16  14:53:19
1080         Log: Integrate with Sarathy.
1081      Branch: cfgperl
1082           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
1083           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1084           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
1085           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
1086           !> t/pod/poderrs.xr
1087 ____________________________________________________________________________
1088 [  4590] By: gsar                                  on 1999/11/16  05:57:56
1089         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
1090      Branch: perl
1091            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
1092            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
1093            ! t/pod/poderrs.t t/pod/poderrs.xr
1094 ____________________________________________________________________________
1095 [  4589] By: gsar                                  on 1999/11/15  18:47:34
1096         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
1097              C<if (fork()) { print "parent" } else { print "child" }> works on
1098              Windows (incidentally running a cloned^2 interpreter :)
1099      Branch: perl
1100            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
1101            ! pp_sys.c proto.h sv.c
1102 ____________________________________________________________________________
1103 [  4588] By: gsar                                  on 1999/11/15  14:34:36
1104         Log: cloning the stack (part 1)
1105      Branch: perl
1106            ! cop.h deb.c perl.c sv.c
1107 ____________________________________________________________________________
1108 [  4587] By: jhi                                   on 1999/11/15  00:22:20
1109         Log: Integrate with Sarathy.
1110      Branch: cfgperl
1111           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
1112           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
1113           !> win32/perllib.c
1114 ____________________________________________________________________________
1115 [  4586] By: jhi                                   on 1999/11/14  21:17:26
1116         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
1117      Branch: cfgperl
1118            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
1119 ____________________________________________________________________________
1120 [  4585] By: gsar                                  on 1999/11/14  20:01:45
1121         Log: tweak for win32 build
1122      Branch: perl
1123            ! embed.h embed.pl op.c proto.h
1124 ____________________________________________________________________________
1125 [  4584] By: gsar                                  on 1999/11/14  19:46:25
1126         Log: cosmetic tweaks
1127      Branch: perl
1128            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
1129            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
1130 ____________________________________________________________________________
1131 [  4583] By: gsar                                  on 1999/11/14  17:38:32
1132         Log: fix problem pointer casts
1133      Branch: perl
1134            ! Changes run.c sv.c
1135 ____________________________________________________________________________
1136 [  4582] By: jhi                                   on 1999/11/14  17:10:01
1137         Log: Integrate with Sarathy.
1138      Branch: cfgperl
1139           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
1140           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
1141           !> vms/perly_c.vms win32/perllib.c
1142 ____________________________________________________________________________
1143 [  4581] By: jhi                                   on 1999/11/14  17:08:23
1144         Log: The separation of 64-bitness and largefileness continues
1145              (with a setback, see hpux.sh).
1146      Branch: cfgperl
1147            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
1148            ! hints/solaris_2.sh
1149      Branch: metaconfig
1150            ! U/threads/archname.U U/typedefs/lseektype.U
1151      Branch: metaconfig/U/perl
1152            ! fpossize.U use64bits.U uselfs.U
1153 ____________________________________________________________________________
1154 [  4580] By: jhi                                   on 1999/11/14  13:26:41
1155         Log: Another Unicode update.
1156      Branch: cfgperl
1157            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
1158            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
1159            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
1160            ! (edit 189 files)
1161 ____________________________________________________________________________
1162 [  4579] By: gsar                                  on 1999/11/14  10:21:49
1163         Log: sundry cleanups for cloned interpreters (only known failure mode
1164              is due to regexps keeping non-constant data in their compiled
1165              structures)
1166      Branch: perl
1167            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
1168            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
1169 ____________________________________________________________________________
1170 [  4578] By: gsar                                  on 1999/11/14  03:37:37
1171         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
1172      Branch: perl
1173            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
1174 ____________________________________________________________________________
1175 [  4577] By: jhi                                   on 1999/11/13  19:50:24
1176         Log: Change #4576 accidentally leaked also parts of
1177              Ilya's patch that won't apply cleanly anymore.
1178      Branch: cfgperl
1179            ! regexec.c t/op/re_tests
1180 ____________________________________________________________________________
1181 [  4576] By: jhi                                   on 1999/11/13  19:43:37
1182         Log: Integrate with Sarathy.
1183      Branch: cfgperl
1184            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
1185           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
1186           !> t/op/regexp.t t/pragma/overload.t
1187 ____________________________________________________________________________
1188 [  4575] By: gsar                                  on 1999/11/13  19:41:46
1189         Log: typos in change#4561 and change#4565
1190      Branch: perl
1191            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
1192 ____________________________________________________________________________
1193 [  4574] By: gsar                                  on 1999/11/13  19:31:19
1194         Log: revert non-kosher parts of change#4562 (sort order problems
1195              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
1196              result and expected lines; /[:ascii:]/ not working should be
1197              fixed, not ignored in regexp.t; result from sort should be
1198              fixed to be ascii portable on ebcdic, not ebcdic-specific)
1199      Branch: perl
1200            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
1201 ____________________________________________________________________________
1202 [  4573] By: gsar                                  on 1999/11/13  19:13:04
1203         Log: integrate cfgperl changes into mainline
1204      Branch: perl
1205           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1206           +> lib/unicode/In/BopomofoExtended.pl
1207           +> lib/unicode/In/BraillePatterns.pl
1208           +> lib/unicode/In/CJKRadicalsSupplement.pl
1209           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1210           +> lib/unicode/In/Cherokee.pl
1211           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
1212           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
1213           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1214           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
1215           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
1216           +> lib/unicode/In/Thaana.pl
1217           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1218           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1219            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1220           !> (integrate 213 files)
1221 ____________________________________________________________________________
1222 [  4572] By: jhi                                   on 1999/11/13  18:44:50
1223         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
1224              To: perl5-porters@perl.org, VMSPERL@perl.org
1225              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
1226              Date: Wed, 27 Oct 1999 11:02:54 -0500
1227              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
1228      Branch: cfgperl
1229            ! README.vms
1230 ____________________________________________________________________________
1231 [  4571] By: jhi                                   on 1999/11/13  18:33:39
1232         Log: From: jand@activestate.com (Jan Dubois)
1233              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
1234              Cc: Douglas Lankshear <dougl@activestate.com>,
1235              Gurusamy Sarathy <gsar@activestate.com>
1236              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
1237              Date: Tue, 09 Nov 1999 00:38:33 +0100
1238              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
1239      Branch: cfgperl
1240            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
1241            ! win32/config.gc win32/config.vc win32/config_H.bc
1242            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
1243            ! win32/win32.c win32/win32iop.h
1244 ____________________________________________________________________________
1245 [  4570] By: jhi                                   on 1999/11/13  18:30:37
1246         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1247              To: perl5-porters@perl.org (Mailing list Perl5)
1248              Subject: [PATCH 5.005_62] makedef.pl goof
1249              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
1250              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
1251      Branch: cfgperl
1252            ! makedef.pl
1253 ____________________________________________________________________________
1254 [  4569] By: jhi                                   on 1999/11/13  18:06:54
1255         Log: From: Michael G Schwern <schwern@pobox.com>
1256              To: perl5-porters@perl.org, pod-people@perl.org
1257              Cc: tchrist@mox.perl.com, gnat@frii.com
1258              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
1259              Date: Wed, 10 Nov 1999 17:21:46 -0500
1260              Message-ID: <19991110172146.A23527@athens.aocn.com>
1261      Branch: cfgperl
1262            ! pod/perlfaq9.pod
1263 ____________________________________________________________________________
1264 [  4568] By: jhi                                   on 1999/11/13  18:05:33
1265         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
1266              To: <perl5-porters@perl.org>
1267              Subject: DynaLoader_pm.PL patch (backslashes in strings)
1268              Date: Wed, 10 Nov 1999 22:52:02 -0000
1269              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
1270      Branch: cfgperl
1271            ! ext/DynaLoader/DynaLoader_pm.PL
1272 ____________________________________________________________________________
1273 [  4567] By: jhi                                   on 1999/11/13  18:03:52
1274         Log: From: JD Laub <jdl@access-health.com>
1275              To: perl5-porters@perl.org
1276              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
1277              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
1278              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
1279      Branch: cfgperl
1280            ! lib/Exporter/Heavy.pm
1281 ____________________________________________________________________________
1282 [  4566] By: jhi                                   on 1999/11/13  18:01:24
1283         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
1284              To: perl5-porters@perl.org
1285              Subject: small patch for perldoc
1286              Date: Fri, 12 Nov 1999 23:11:43 GMT
1287              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
1288      Branch: cfgperl
1289            ! utils/perldoc.PL
1290 ____________________________________________________________________________
1291 [  4565] By: jhi                                   on 1999/11/13  17:58:54
1292         Log: From: Scott Gifford <sgifford@tir.com>
1293              To: perl5-porters@perl.org
1294              Cc: gbarr@pobox.com
1295              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
1296              Date: 12 Nov 1999 18:55:30 -0500
1297              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
1298      Branch: cfgperl
1299            ! ext/IO/lib/IO/Socket.pm
1300 ____________________________________________________________________________
1301 [  4564] By: jhi                                   on 1999/11/13  17:45:39
1302         Log: Applied manually:
1303              From: "Craig A. Berry" <craig.berry@metamor.com>
1304              To: perl5-porters@perl.org, VMSPERL@perl.org
1305              Subject: [PATCH 5.005_62] patches required to build on VMS
1306              Date: Tue, 09 Nov 1999 18:16:14 -0600
1307              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
1308      Branch: cfgperl
1309            ! configure.com vms/descrip_mms.template vms/subconfigure.com
1310            ! vms/vms.c vms/vmsish.h
1311 ____________________________________________________________________________
1312 [  4563] By: jhi                                   on 1999/11/13  17:18:41
1313         Log: Regen Unicode tables to include a warning:
1314              Thou Shalt Not Edit Them By Hand; add missing
1315              (Unicode 2.0 -introduced) tables to MANIFEST;
1316              convert the equivalence tables to be valid Perl code.
1317      Branch: cfgperl
1318            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1319            + lib/unicode/In/BopomofoExtended.pl
1320            + lib/unicode/In/BraillePatterns.pl
1321            + lib/unicode/In/CJKRadicalsSupplement.pl
1322            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1323            + lib/unicode/In/Cherokee.pl
1324            + lib/unicode/In/IdeographicDescriptionCharacters.pl
1325            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
1326            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1327            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
1328            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
1329            + lib/unicode/In/Thaana.pl
1330            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1331            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1332            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1333            ! (edit 169 files)
1334 ____________________________________________________________________________
1335 [  4562] By: jhi                                   on 1999/11/13  16:53:00
1336         Log: From: Peter Prymmer <pvhp@forte.com>
1337              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
1338              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
1339              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
1340              Message-Id: <199911102234.OAA01018@brio.forte.com>
1341      Branch: cfgperl
1342            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
1343            ! t/pragma/overload.t
1344 ____________________________________________________________________________
1345 [  4561] By: jhi                                   on 1999/11/13  16:29:37
1346         Log: $Config{myarchname} is not a good architecture identifier
1347              because it may contain host/node identification like
1348              CPU serial numbers.
1349      Branch: cfgperl
1350            ! ext/Errno/Errno_pm.PL
1351 ____________________________________________________________________________
1352 [  4560] By: jhi                                   on 1999/11/13  16:26:13
1353         Log: Continue largefileness separation from quadness;
1354              move nv-preserving test out of perl.h into Configure;
1355              use HAS_SETVBUF in IO.
1356      Branch: cfgperl
1357            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1358            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
1359      Branch: metaconfig
1360            ! U/a_dvisory/quadtype.U
1361      Branch: metaconfig/U/perl
1362            + nvpresuv.U
1363            ! d_fseeko.U d_ftello.U io64.U perlxv.U
1364 ____________________________________________________________________________
1365 [  4559] By: jhi                                   on 1999/11/13  13:46:38
1366         Log: Try to fix largefileness so that it "works" without a quad IV.
1367      Branch: cfgperl
1368            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1369            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
1370      Branch: metaconfig
1371            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
1372      Branch: metaconfig/U/perl
1373            ! io64.U
1374 ____________________________________________________________________________
1375 [  4558] By: jhi                                   on 1999/11/13  11:36:19
1376         Log: Undo drift from mainline.
1377      Branch: cfgperl
1378            ! regcomp.c util.c utils/h2xs.PL
1379 ____________________________________________________________________________
1380 [  4557] By: gsar                                  on 1999/11/13  10:54:46
1381         Log: typo
1382      Branch: perl
1383            ! util.c
1384 ____________________________________________________________________________
1385 [  4556] By: gsar                                  on 1999/11/13  10:53:41
1386         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
1387      Branch: perl
1388           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
1389           +> epoc/epoc_stubs.c
1390           !> (integrate 48 files)
1391 ____________________________________________________________________________
1392 [  4555] By: jhi                                   on 1999/11/13  10:05:54
1393         Log: Integrate with Sarathy.
1394      Branch: cfgperl
1395           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
1396           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
1397 ____________________________________________________________________________
1398 [  4554] By: jhi                                   on 1999/11/13  10:03:07
1399         Log: s/_SIGN$/_sign/g;
1400      Branch: metaconfig
1401            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
1402 ____________________________________________________________________________
1403 [  4553] By: gsar                                  on 1999/11/13  02:17:53
1404         Log: cloned interpreters now actually run and pass all but 55/10386
1405              subtests; various subtle bugs, new and old, observed when running
1406              cloned interpreters have been fixed
1407              
1408              still to do:
1409              |  * dup psig_ptr table
1410              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
1411              |    simple-minded and grab one pad entry each, heavily bloating
1412              |    the pad by not avoiding dups)
1413              |  * overloaded constants are not really immutable--they need to
1414              |    be PADOPs
1415              |  * allocator for constants and OPs need to be spelled differently
1416              |    (shared vs interpreter-local allocations)
1417              |  * optree refcounting is still missing locking (macros are in place)
1418              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
1419              |    perl_clone() can be called from within runops*()
1420      Branch: perl
1421            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
1422            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
1423 ____________________________________________________________________________
1424 [  4552] By: jhi                                   on 1999/11/11  23:17:43
1425         Log: Turn on largefileness always if available and
1426              continue 64-bit fixes.
1427      Branch: cfgperl
1428            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
1429            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
1430            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
1431 ____________________________________________________________________________
1432 [  4551] By: jhi                                   on 1999/11/11  23:16:15
1433         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
1434      Branch: metaconfig
1435            ! U/a_dvisory/quadtype.U
1436      Branch: metaconfig/U/perl
1437            + d_int64t.U
1438            ! i_inttypes.U io64.U
1439 ____________________________________________________________________________
1440 [  4550] By: jhi                                   on 1999/11/11  20:24:55
1441         Log: Fix a thinko in 4548.
1442      Branch: cfgperl
1443            ! pp_sys.c
1444 ____________________________________________________________________________
1445 [  4549] By: jhi                                   on 1999/11/11  19:48:21
1446         Log: Integrate with Sarathy.
1447      Branch: cfgperl
1448           !> (integrate 56 files)
1449 ____________________________________________________________________________
1450 [  4548] By: jhi                                   on 1999/11/11  19:41:56
1451         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
1452              regen Configure.
1453      Branch: cfgperl
1454            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1455            ! config_h.SH pp_sys.c
1456 ____________________________________________________________________________
1457 [  4547] By: jhi                                   on 1999/11/11  19:40:38
1458         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
1459      Branch: metaconfig
1460            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
1461            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
1462 ____________________________________________________________________________
1463 [  4546] By: gsar                                  on 1999/11/11  10:32:54
1464         Log: avoid stash pointers in optree under USE_ITHREADS
1465      Branch: perl
1466            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
1467            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
1468            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
1469            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1470            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
1471            ! scope.h sv.c
1472 ____________________________________________________________________________
1473 [  4545] By: gsar                                  on 1999/11/11  06:04:20
1474         Log: another change towards a shareable optree: avoid pointer to filegv
1475              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
1476              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
1477              to suit
1478      Branch: perl
1479            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
1480            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1481            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
1482            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
1483            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1484            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
1485            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
1486            ! win32/perllib.c
1487 ____________________________________________________________________________
1488 [  4544] By: gsar                                  on 1999/11/10  18:19:12
1489         Log: more cleanups for change#4539
1490      Branch: perl
1491            ! gv.h op.c op.h pp_ctl.c pp_hot.c
1492 ____________________________________________________________________________
1493 [  4543] By: gsar                                  on 1999/11/10  01:52:22
1494         Log: remove dead branch/infinite looper in change#3612
1495      Branch: perl
1496            ! op.c
1497 ____________________________________________________________________________
1498 [  4542] By: gsar                                  on 1999/11/09  20:05:47
1499         Log: IoDIRP may be fake when used in source filters, mark as such
1500      Branch: perl
1501            ! sv.c sv.h toke.c
1502 ____________________________________________________________________________
1503 [  4541] By: gsar                                  on 1999/11/09  05:47:53
1504         Log: small nits in changes#4538,4539
1505      Branch: perl
1506            ! op.c sv.c
1507 ____________________________________________________________________________
1508 [  4540] By: gsar                                  on 1999/11/08  20:30:58
1509         Log: win32 symbol export tweak
1510      Branch: perl
1511            ! makedef.pl win32/win32.c win32/win32iop.h
1512 ____________________________________________________________________________
1513 [  4539] By: gsar                                  on 1999/11/08  18:50:40
1514         Log: preliminary support for GVOP indirection via pad
1515      Branch: perl
1516            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
1517            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
1518 ____________________________________________________________________________
1519 [  4538] By: gsar                                  on 1999/11/08  11:25:49
1520         Log: preliminary support for perl_clone() (still needs work in
1521              the following areas: SVOPs must indirect via pad; context
1522              stack, scope stack, and runlevels must be cloned; must
1523              hook up the virtualized pseudo-process support provided by
1524              "host"; ...)
1525      Branch: perl
1526            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
1527            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
1528            ! win32/perllib.c win32/win32.c
1529 ____________________________________________________________________________
1530 [  4537] By: gsar                                  on 1999/11/08  11:19:18
1531         Log: more thorough cleanup in perl_destroy()
1532      Branch: perl
1533            ! perl.c util.c
1534 ____________________________________________________________________________
1535 [  4536] By: gsar                                  on 1999/11/08  07:16:10
1536         Log: win32 internal data must be interpreter-local
1537      Branch: perl
1538            ! win32/win32.c win32/win32.h win32/win32sck.c
1539 ____________________________________________________________________________
1540 [  4535] By: gsar                                  on 1999/11/08  04:17:28
1541         Log: tweak change#4502
1542      Branch: perl
1543            ! doio.c perl.c
1544 ____________________________________________________________________________
1545 [  4534] By: jhi                                   on 1999/11/07  13:17:03
1546         Log: Four special class subs, not three.
1547      Branch: cfgperl
1548            ! pod/perlmod.pod
1549 ____________________________________________________________________________
1550 [  4533] By: jhi                                   on 1999/11/07  13:13:15
1551         Log: Integrate with Sarathy.
1552      Branch: cfgperl
1553           !> mg.c t/io/print.t
1554 ____________________________________________________________________________
1555 [  4532] By: jhi                                   on 1999/11/07  12:36:10
1556         Log: More test program maintenance.
1557      Branch: cfgperl
1558            ! Configure config_h.SH
1559      Branch: metaconfig
1560            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
1561            ! U/compline/charsize.U U/compline/d_sigaction.U
1562            ! U/compline/doublesize.U U/compline/floatsize.U
1563            ! U/compline/nblock_io.U U/compline/ptrsize.U
1564            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
1565            ! U/typedefs/uidsize.U
1566      Branch: metaconfig/U/perl
1567            ! fpossize.U
1568 ____________________________________________________________________________
1569 [  4531] By: jhi                                   on 1999/11/07  00:34:09
1570         Log: Tidy up the metaconfig test programs.
1571      Branch: cfgperl
1572            ! Configure config_h.SH
1573      Branch: metaconfig
1574            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
1575            ! U/compline/charsize.U U/compline/doublesize.U
1576            ! U/compline/nblock_io.U U/compline/ptrsize.U
1577            ! U/modified/d_longlong.U U/typedefs/gidsize.U
1578            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
1579            ! U/typedefs/uidsize.U
1580      Branch: metaconfig/U/perl
1581            ! fpossize.U
1582 ____________________________________________________________________________
1583 [  4530] By: jhi                                   on 1999/11/06  23:51:34
1584         Log: So many printfs, so little time.
1585      Branch: cfgperl
1586            ! op.c perl.c regcomp.c scope.c util.c
1587 ____________________________________________________________________________
1588 [  4529] By: jhi                                   on 1999/11/06  23:27:35
1589         Log: Replace the explicit zeros with NOOPs.
1590      Branch: cfgperl
1591            ! perl.h
1592 ____________________________________________________________________________
1593 [  4528] By: jhi                                   on 1999/11/06  23:10:54
1594         Log: From: jand@activestate.com (Jan Dubois)
1595              To: perl5-porters@perl.org
1596              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
1597              Mark Borgerding <mborgerding@acm.org>
1598              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
1599              Date: Sat, 06 Nov 1999 22:16:43 +0100
1600              Message-ID: <38279207.46448719@smtprelay.t-online.de>
1601      Branch: cfgperl
1602            ! op.c op.h
1603 ____________________________________________________________________________
1604 [  4527] By: jhi                                   on 1999/11/06  20:22:14
1605         Log: ...and fewer.
1606      Branch: cfgperl
1607            ! dump.c
1608 ____________________________________________________________________________
1609 [  4526] By: jhi                                   on 1999/11/06  20:19:04
1610         Log: ...and they are getting fewer.
1611      Branch: cfgperl
1612            ! dump.c op.c util.c
1613 ____________________________________________________________________________
1614 [  4525] By: jhi                                   on 1999/11/06  19:59:59
1615         Log: More printf miscasts flushed out.
1616      Branch: cfgperl
1617            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
1618            ! regexec.c
1619 ____________________________________________________________________________
1620 [  4524] By: jhi                                   on 1999/11/06  15:39:05
1621         Log: Crushing the remaining %ld guerillas.
1622      Branch: cfgperl
1623            ! ext/Devel/DProf/DProf.xs
1624 ____________________________________________________________________________
1625 [  4523] By: jhi                                   on 1999/11/06  15:11:38
1626         Log: Update CPAN sites list.
1627      Branch: cfgperl
1628            ! pod/perlmodlib.pod
1629 ____________________________________________________________________________
1630 [  4522] By: jhi                                   on 1999/11/05  19:50:46
1631         Log: The -n32 is normally part of $cc, not $ccflags.
1632      Branch: cfgperl
1633            ! hints/irix_6.sh
1634 ____________________________________________________________________________
1635 [  4521] By: gsar                                  on 1999/11/05  04:35:30
1636         Log: allow $\ to work right when set to a string with embedded nulls
1637      Branch: perl
1638            ! mg.c t/io/print.t
1639 ____________________________________________________________________________
1640 [  4520] By: jhi                                   on 1999/11/04  23:30:09
1641         Log: Integrate with Sarathy.
1642      Branch: cfgperl
1643           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
1644           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
1645           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
1646           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
1647           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
1648           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
1649 ____________________________________________________________________________
1650 [  4519] By: jhi                                   on 1999/11/04  23:09:25
1651         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1652              To: perl5-porters@perl.org (Mailing list Perl5)
1653              Subject: [PATCH 5.005_62] ref to non-lvalue method
1654              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
1655              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
1656      Branch: cfgperl
1657            ! op.c
1658 ____________________________________________________________________________
1659 [  4518] By: jhi                                   on 1999/11/04  23:07:27
1660         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1661              To: perl5-porters@perl.org (Mailing list Perl5)
1662              Subject: [PATCH 5.005_62] xsubpp dependency
1663              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
1664              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
1665      Branch: cfgperl
1666            ! lib/ExtUtils/MM_Unix.pm
1667 ____________________________________________________________________________
1668 [  4517] By: jhi                                   on 1999/11/04  23:05:59
1669         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1670              To: perl5-porters@perl.org (Mailing list Perl5)
1671              Subject: [PATCH 5.005_62] regexp.h
1672              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
1673              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
1674      Branch: cfgperl
1675            ! regexp.h
1676 ____________________________________________________________________________
1677 [  4516] By: gsar                                  on 1999/11/04  18:25:45
1678         Log: change#4485 didn't do the right thing for B::Bytecode
1679      Branch: perl
1680            ! ext/B/B/Bytecode.pm
1681 ____________________________________________________________________________
1682 [  4515] By: gsar                                  on 1999/11/04  17:28:29
1683         Log: implement STOP blocks and fix compiler to use them (minimally
1684              tested)
1685      Branch: perl
1686            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
1687            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
1688            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1689            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
1690            ! pod/perltodo.pod toke.c
1691 ____________________________________________________________________________
1692 [  4514] By: gsar                                  on 1999/11/04  15:59:46
1693         Log: display BSD license in Glob.pm (for clause #2 conformity)
1694      Branch: perl
1695            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1696            ! ext/File/Glob/bsd_glob.h
1697 ____________________________________________________________________________
1698 [  4513] By: jhi                                   on 1999/11/04  08:26:19
1699         Log: Integrate with Sarathy.
1700      Branch: cfgperl
1701           +> t/io/nargv.t
1702           !> (integrate 34 files)
1703 ____________________________________________________________________________
1704 [  4512] By: jhi                                   on 1999/11/04  08:01:25
1705         Log: Incremental Mac integration from Matthias.
1706      Branch: cfgperl
1707            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
1708            ! toke.c util.c
1709 ____________________________________________________________________________
1710 [  4511] By: gsar                                  on 1999/11/04  02:53:37
1711         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1712      Branch: perl
1713            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
1714            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
1715            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
1716            ! xsutils.c
1717 ____________________________________________________________________________
1718 [  4510] By: jhi                                   on 1999/11/02  22:12:29
1719         Log: S_init_interp is a better place to diddle with PL_opargs
1720              than perl_construct.
1721      Branch: cfgperl
1722            ! perl.c
1723 ____________________________________________________________________________
1724 [  4509] By: jhi                                   on 1999/11/02  21:30:02
1725         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1726              To: ben@mucus.advanced.org, perl5-porters@perl.org
1727              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
1728              Date: Tue, 02 Nov 1999 21:36:00 +0000
1729              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
1730      Branch: cfgperl
1731            ! pod/perlfunc.pod
1732 ____________________________________________________________________________
1733 [  4508] By: jhi                                   on 1999/11/02  20:46:27
1734         Log: Initial integration of the MacPerl changes form Matthias.
1735      Branch: cfgperl
1736            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
1737            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
1738            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
1739 ____________________________________________________________________________
1740 [  4507] By: jhi                                   on 1999/11/01  23:05:07
1741         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1742              To: lvirden@cas.org (Larry W. Virden)
1743              Cc: perl5-porters@perl.org, lvirden@cas.org
1744              Subject: Re: [ID 19991026.001] perl segmentation fault report
1745              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
1746              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
1747      Branch: cfgperl
1748            ! regexec.c t/op/pat.t
1749 ____________________________________________________________________________
1750 [  4506] By: jhi                                   on 1999/11/01  19:56:28
1751         Log: From: Olaf Flebbe <olaf@science-computing.de>
1752              To: perl5-porters@perl.org
1753              Subject: [PATCH: 5.005_62] Patch for EPOC Support
1754              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
1755              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
1756      Branch: cfgperl
1757            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
1758            + epoc/epoc_stubs.c
1759            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
1760            ! epoc/perl.pkg
1761 ____________________________________________________________________________
1762 [  4505] By: gsar                                  on 1999/11/01  17:09:44
1763         Log: macros for COP.cop_filegv access
1764      Branch: perl
1765            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
1766            ! util.c
1767 ____________________________________________________________________________
1768 [  4504] By: gsar                                  on 1999/11/01  17:08:28
1769         Log: enable better Win32::DomainName() by demand loading netapi32.dll
1770              (from Jan Dubois)
1771      Branch: perl
1772            ! pod/Win32.pod win32/win32.c
1773 ____________________________________________________________________________
1774 [  4503] By: gsar                                  on 1999/10/31  20:56:06
1775         Log: change#4502 was missing a file
1776      Branch: perl
1777            + t/io/nargv.t
1778 ____________________________________________________________________________
1779 [  4502] By: gsar                                  on 1999/10/31  20:46:02
1780         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
1781              in the way ARGV state was handled in readline(); writing a
1782              subroutine to do inplace edits is now possible, provided *ARGV,
1783              *ARGVOUT, $^I and $_ are localized where needed
1784      Branch: perl
1785            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
1786            ! pp_hot.c scope.c
1787 ____________________________________________________________________________
1788 [  4501] By: jhi                                   on 1999/10/31  12:43:54
1789         Log: Integrate with Sarathy.
1790      Branch: cfgperl
1791           !> perl.h win32/config.bc win32/config.gc win32/config.vc
1792           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1793 ____________________________________________________________________________
1794 [  4500] By: gsar                                  on 1999/10/31  10:01:17
1795         Log: updated windows config* files
1796      Branch: perl
1797            ! win32/config.bc win32/config.gc win32/config.vc
1798            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1799 ____________________________________________________________________________
1800 [  4499] By: gsar                                  on 1999/10/31  09:15:17
1801         Log: integrate cfgperl contents into mainline
1802      Branch: perl
1803           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1804           !> config_h.SH perl.h
1805 ____________________________________________________________________________
1806 [  4498] By: gsar                                  on 1999/10/31  09:13:41
1807         Log: remove unused struct Outrec
1808      Branch: perl
1809            ! perl.h
1810 ____________________________________________________________________________
1811 [  4497] By: jhi                                   on 1999/10/30  12:41:50
1812         Log: Add HAS_QUAD ($Config{d_quad}); use it.
1813      Branch: cfgperl
1814            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1815            ! config_h.SH perl.h
1816      Branch: metaconfig
1817            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
1818            ! U/typedefs/uidf.U
1819      Branch: metaconfig/U/perl
1820            ! perlxv.U
1821 ____________________________________________________________________________
1822 [  4496] By: gsar                                  on 1999/10/30  00:28:32
1823         Log: integrate cfgperl contents into mainline
1824      Branch: perl
1825           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
1826           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
1827           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
1828           !> perl.h pp.c pp.h regexec.c sv.c taint.c
1829 ____________________________________________________________________________
1830 [  4495] By: jhi                                   on 1999/10/29  23:36:19
1831         Log: Continue what #4494 started; introduce uid and gid formats.
1832      Branch: cfgperl
1833            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1834            ! config_h.SH handy.h perl.h
1835      Branch: metaconfig
1836            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
1837            - U/typedefs/quadtype.U
1838      Branch: metaconfig/U/perl
1839            ! perlxv.U
1840 ____________________________________________________________________________
1841 [  4494] By: jhi                                   on 1999/10/29  22:09:01
1842         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
1843              from perl.h and handy.h.
1844      Branch: cfgperl
1845            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1846            ! config_h.SH handy.h perl.h
1847      Branch: metaconfig/U/perl
1848            + perlxv.U perlxvf.U
1849 ____________________________________________________________________________
1850 [  4493] By: jhi                                   on 1999/10/29  22:08:06
1851         Log: Finetuning the output continues along the lines of #4490 and #4491.
1852      Branch: metaconfig
1853            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1854            ! U/typedefs/fpostype.U
1855      Branch: metaconfig/U/perl
1856            + fpossize.U
1857            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1858            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1859 ____________________________________________________________________________
1860 [  4492] By: jhi                                   on 1999/10/29  21:14:53
1861         Log: Hurd update from Mark Kettenis.
1862      Branch: cfgperl
1863            ! README.hurd
1864 ____________________________________________________________________________
1865 [  4491] By: jhi                                   on 1999/10/29  20:37:02
1866         Log: A new try at what #4490 tried to accomplish.
1867      Branch: metaconfig
1868            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1869      Branch: metaconfig/U/perl
1870            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1871            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1872 ____________________________________________________________________________
1873 [  4490] By: jhi                                   on 1999/10/29  20:19:41
1874         Log: metaconfig nits.
1875      Branch: metaconfig
1876            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1877      Branch: metaconfig/U/perl
1878            + d_iovec_s.U
1879            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1880            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1881 ____________________________________________________________________________
1882 [  4489] By: jhi                                   on 1999/10/29  16:08:43
1883         Log: Integrate with Sarathy.
1884      Branch: cfgperl
1885           !> (integrate 31 files)
1886 ____________________________________________________________________________
1887 [  4488] By: jhi                                   on 1999/10/29  15:30:30
1888         Log: Regen Configure and Glossary.
1889      Branch: cfgperl
1890            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1891            ! config_h.SH
1892 ____________________________________________________________________________
1893 [  4487] By: jhi                                   on 1999/10/29  15:24:13
1894         Log: Remove quad logic from perl.h; regen Configure;
1895              add -DUSE_LONG_LONG to ccflags if not already there.
1896      Branch: cfgperl
1897            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
1898            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
1899 ____________________________________________________________________________
1900 [  4486] By: jhi                                   on 1999/10/29  15:22:38
1901         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
1902              fixed the use*.U to define their stuff only iff not already defined
1903              (so that ccflags can have any -DUSE_* it wants);
1904              uselonglong.U added; various small nits fixed.
1905      Branch: metaconfig
1906            + U/typedefs/quadtype.U
1907            ! U/modified/d_longdbl.U U/modified/d_longlong.U
1908            ! U/modified/d_statblks.U U/modified/usenm.U
1909            ! U/threads/usethreads.U
1910      Branch: metaconfig/U/perl
1911            + uselonglong.U
1912            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1913            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
1914            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
1915            ! usemultiplicity.U useperlio.U usesocks.U
1916 ____________________________________________________________________________
1917 [  4485] By: gsar                                  on 1999/10/29  06:08:50
1918         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
1919      Branch: perl
1920            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
1921            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1922            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
1923            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
1924            ! sv.h
1925 ____________________________________________________________________________
1926 [  4484] By: gsar                                  on 1999/10/29  03:00:21
1927         Log: usurp GVOP slot for new PADOP (one small step to making optree
1928              shareable across interpreters)
1929      Branch: perl
1930            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
1931            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1932            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
1933            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
1934            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
1935            ! pp_hot.c pp_sys.c regexec.c run.c
1936 ____________________________________________________________________________
1937 [  4483] By: jhi                                   on 1999/10/28  22:01:12
1938         Log: Regen Configure.
1939      Branch: cfgperl
1940            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1941            ! config_h.SH
1942 ____________________________________________________________________________
1943 [  4482] By: jhi                                   on 1999/10/28  21:45:26
1944         Log: Installdirs patches from Andy.
1945      Branch: metaconfig
1946            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
1947            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
1948            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
1949            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
1950            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
1951            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
1952            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
1953            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
1954            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
1955 ____________________________________________________________________________
1956 [  4481] By: gsar                                  on 1999/10/28  17:33:49
1957         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
1958              can still be directly set)
1959      Branch: perl
1960            ! lib/Time/Local.pm
1961 ____________________________________________________________________________
1962 [  4480] By: jhi                                   on 1999/10/28  13:49:26
1963         Log: Fix printing of uids and gids; regen Configure.
1964      Branch: cfgperl
1965            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1966            ! config_h.SH mg.c perl.c perl.h taint.c
1967 ____________________________________________________________________________
1968 [  4479] By: jhi                                   on 1999/10/28  11:53:57
1969         Log: Fix typo.
1970      Branch: metaconfig
1971            ! U/typedefs/gidsize.U
1972 ____________________________________________________________________________
1973 [  4478] By: jhi                                   on 1999/10/28  06:50:02
1974         Log: Integrate with Sarathy.
1975      Branch: cfgperl
1976           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
1977           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
1978           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1979           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
1980 ____________________________________________________________________________
1981 [  4477] By: jhi                                   on 1999/10/28  06:40:54
1982         Log: (Slightly) better comments for Policy_sh.SH from Andy.
1983      Branch: cfgperl
1984            ! Policy_sh.SH
1985 ____________________________________________________________________________
1986 [  4476] By: gsar                                  on 1999/10/27  23:54:36
1987         Log: regen config* stuff for windows
1988      Branch: perl
1989            ! Changes patchlevel.h win32/Makefile win32/config.bc
1990            ! win32/config.gc win32/config.vc win32/config_H.bc
1991            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1992            ! win32/makefile.mk
1993 ____________________________________________________________________________
1994 [  4475] By: gsar                                  on 1999/10/27  21:32:30
1995         Log: integrate cfgperl contents into mainline; merge conflicts
1996      Branch: perl
1997           !> (integrate 46 files)
1998 ____________________________________________________________________________
1999 [  4474] By: gsar                                  on 1999/10/27  21:15:07
2000         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
2001              perl; stdout/stderr redirects seem broken as well)
2002      Branch: perl
2003            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
2004 ____________________________________________________________________________
2005 [  4473] By: jhi                                   on 1999/10/27  21:11:11
2006         Log: Do not block if no message queues available.
2007      Branch: cfgperl
2008            ! t/lib/ipc_sysv.t
2009 ____________________________________________________________________________
2010 [  4472] By: jhi                                   on 1999/10/27  18:27:40
2011         Log: Remove unused "squatter" symbols; regen Configure.
2012      Branch: cfgperl
2013            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2014            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
2015            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2016 ____________________________________________________________________________
2017 [  4471] By: jhi                                   on 1999/10/27  18:26:55
2018         Log: metaconfig; split socket; fix output.
2019      Branch: metaconfig
2020            ! U/modified/d_socket.U U/modified/d_statblks.U
2021      Branch: metaconfig/U/perl
2022            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
2023            ! i_sysstatfs.U i_sysvfs.U
2024 ____________________________________________________________________________
2025 [  4470] By: jhi                                   on 1999/10/27  17:19:06
2026         Log: Regen Configure.
2027      Branch: cfgperl
2028            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2029            ! config_h.SH perl.c perl.h
2030 ____________________________________________________________________________
2031 [  4469] By: jhi                                   on 1999/10/27  17:18:41
2032         Log: metaconfig; split statfs.
2033      Branch: metaconfig/U/perl
2034            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
2035            ! d_statfs.U
2036 ____________________________________________________________________________
2037 [  4468] By: jhi                                   on 1999/10/27  14:06:44
2038         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
2039              (Ilya's changes won).
2040      Branch: cfgperl
2041           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2042           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2043           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2044           !> (integrate 65 files)
2045 ____________________________________________________________________________
2046 [  4467] By: jhi                                   on 1999/10/27  13:38:41
2047         Log: Regen Configure.
2048      Branch: cfgperl
2049            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2050            ! config_h.SH
2051 ____________________________________________________________________________
2052 [  4466] By: jhi                                   on 1999/10/27  13:18:06
2053         Log: metaconfig fixes from Andy.
2054      Branch: metaconfig
2055            + U/modified/libnlist.U U/modified/usrinc.U
2056            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
2057 ____________________________________________________________________________
2058 [  4465] By: jhi                                   on 1999/10/27  13:06:27
2059         Log: Nosuid checking for statfs() people.
2060      Branch: cfgperl
2061            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2062            ! config_h.SH perl.c perl.h pod/perldiag.pod
2063 ____________________________________________________________________________
2064 [  4464] By: jhi                                   on 1999/10/27  13:04:20
2065         Log: metaconfig maintenance; fix Hasfield, statfs;
2066              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
2067              split fstatfs away from statfs.
2068      Branch: metaconfig
2069            + U/protos/Hasstruct.U
2070            ! U/protos/Hasfield.U
2071      Branch: metaconfig/U/perl
2072            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
2073            + i_ustat.U
2074            ! d_statfs.U
2075 ____________________________________________________________________________
2076 [  4463] By: jhi                                   on 1999/10/27  07:55:53
2077         Log: We need cc to be able to test for cc -v.
2078      Branch: cfgperl
2079            ! hints/dec_osf.sh
2080 ____________________________________________________________________________
2081 [  4462] By: gsar                                  on 1999/10/27  01:31:41
2082         Log: more GCC v2.95 induced adjustments
2083      Branch: perl
2084            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
2085            ! win32/makefile.mk win32/win32.c x2p/walk.c
2086 ____________________________________________________________________________
2087 [  4461] By: gsar                                  on 1999/10/26  21:42:59
2088         Log: warnings and const violations identified by compiling in C++ mode
2089              with GCC v2.95
2090      Branch: perl
2091            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
2092            ! sv.c taint.c toke.c win32/win32.c
2093 ____________________________________________________________________________
2094 [  4459] By: jhi                                   on 1999/10/26  10:15:58
2095         Log: Regen Configure.
2096      Branch: cfgperl
2097            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2098            ! config_h.SH
2099 ____________________________________________________________________________
2100 [  4458] By: jhi                                   on 1999/10/26  09:48:37
2101         Log: Minor rewordings.
2102      Branch: metaconfig/U/perl
2103            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
2104 ____________________________________________________________________________
2105 [  4456] By: jhi                                   on 1999/10/26  09:11:49
2106         Log: Fix d_statfsflags; add d_getmnt.
2107      Branch: metaconfig/U/perl
2108            + d_getmnt.U
2109            ! d_statfs.U
2110 ____________________________________________________________________________
2111 [  4455] By: jhi                                   on 1999/10/26  08:12:27
2112         Log: Massive multitypo in #4446.
2113      Branch: cfgperl
2114            ! hints/dec_osf.sh
2115 ____________________________________________________________________________
2116 [  4454] By: jhi                                   on 1999/10/25  08:28:45
2117         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
2118              To: Perl 5 Porters <perl5-porters@perl.org>
2119              Subject: [PATCH 5.005_62] dos-djgpp update
2120              Date: Mon, 25 Oct 1999 10:11:30 +0200
2121              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
2122      Branch: cfgperl
2123            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
2124            ! pod/perldelta.pod t/lib/io_unix.t
2125 ____________________________________________________________________________
2126 [  4453] By: jhi                                   on 1999/10/25  08:25:50
2127         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2128              To: perl5-porters@perl.org (Mailing list Perl5)
2129              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
2130              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
2131              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
2132      Branch: cfgperl
2133            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
2134 ____________________________________________________________________________
2135 [  4452] By: jhi                                   on 1999/10/25  08:16:55
2136         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2137              To: perl5-porters@perl.org (Mailing list Perl5)
2138              Subject: [PATCH 5.005_62] Missing REx engine patch
2139              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
2140              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
2141      Branch: cfgperl
2142            ! pod/perldiag.pod regcomp.c regexec.c
2143 ____________________________________________________________________________
2144 [  4451] By: jhi                                   on 1999/10/25  08:13:06
2145         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2146              To: perl5-porters@perl.org (Mailing list Perl5)
2147              Subject: [PATCH 5.005_62] charnames and UTEST
2148              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
2149              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
2150      Branch: cfgperl
2151            ! t/lib/charnames.t
2152 ____________________________________________________________________________
2153 [  4450] By: gsar                                  on 1999/10/25  07:38:15
2154         Log: win32 tweak
2155      Branch: perl
2156            ! win32/perllib.c
2157 ____________________________________________________________________________
2158 [  4449] By: gsar                                  on 1999/10/24  23:20:10
2159         Log: remove inconsistent tainting behavior of sprintf("%e",...)
2160              (all bets are off is "C" locale is compromised)
2161      Branch: perl
2162            ! pod/perlfunc.pod pod/perllocale.pod sv.c
2163 ____________________________________________________________________________
2164 [  4448] By: gsar                                  on 1999/10/24  22:20:42
2165         Log: remove unused interpreter globals
2166      Branch: perl
2167            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
2168            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
2169            ! proto.h toke.c
2170 ____________________________________________________________________________
2171 [  4447] By: jhi                                   on 1999/10/24  21:49:52
2172         Log: Another hints tweak.
2173      Branch: cfgperl
2174            ! hints/aix.sh
2175 ____________________________________________________________________________
2176 [  4446] By: jhi                                   on 1999/10/24  21:48:02
2177         Log: Hints tweak.
2178      Branch: cfgperl
2179            ! hints/dec_osf.sh
2180 ____________________________________________________________________________
2181 [  4445] By: nick                                  on 1999/10/24  21:03:28
2182         Log: Integrate own changes to mainline.
2183      Branch: utfperl
2184           !> installperl pp.c
2185 ____________________________________________________________________________
2186 [  4444] By: nick                                  on 1999/10/24  20:54:06
2187         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
2188              (Fix/workround for [ID19991024.001])
2189      Branch: perl
2190            ! pp.c
2191 ____________________________________________________________________________
2192 [  4443] By: nick                                  on 1999/10/24  15:09:51
2193         Log: Follow that camel ... another sync.
2194      Branch: utfperl
2195           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2196           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2197           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2198           !> (integrate 36 files)
2199 ____________________________________________________________________________
2200 [  4442] By: gsar                                  on 1999/10/24  14:40:01
2201         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
2202      Branch: perl
2203            ! installperl
2204 ____________________________________________________________________________
2205 [  4441] By: gsar                                  on 1999/10/24  14:33:11
2206         Log: test in change#4428 needs strict interpretation of C modulus
2207      Branch: perl
2208            ! t/op/int.t
2209 ____________________________________________________________________________
2210 [  4440] By: gsar                                  on 1999/10/24  13:47:17
2211         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
2212              $? break
2213      Branch: perl
2214            ! perl.c pod/perldelta.pod pod/perldiag.pod
2215 ____________________________________________________________________________
2216 [  4439] By: jhi                                   on 1999/10/24  13:19:17
2217         Log: test for #2835 (yeah, better later than never)
2218      Branch: cfgperl
2219            ! t/op/array.t
2220 ____________________________________________________________________________
2221 [  4438] By: gsar                                  on 1999/10/24  12:59:12
2222         Log: typo, doc tweak
2223      Branch: perl
2224            ! lib/attributes.pm pod/perlop.pod
2225 ____________________________________________________________________________
2226 [  4437] By: gsar                                  on 1999/10/24  11:59:55
2227         Log: allow get() and reftype() functions to be imported (from
2228              Spider Boardman)
2229      Branch: perl
2230            ! lib/attributes.pm
2231 ____________________________________________________________________________
2232 [  4436] By: gsar                                  on 1999/10/24  11:52:53
2233         Log: suppress scalar leak messages for known leaks (from
2234              Robin Barker <rmb1@cise.npl.co.uk>)
2235      Branch: perl
2236            ! Changes t/op/lex_assign.t t/pragma/warn/op
2237 ____________________________________________________________________________
2238 [  4435] By: gsar                                  on 1999/10/24  11:39:42
2239         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
2240      Branch: perl
2241            ! ext/B/defsubs_h.PL
2242 ____________________________________________________________________________
2243 [  4434] By: gsar                                  on 1999/10/24  11:36:08
2244         Log: relax range checking if they ask for it (from John L. Allen
2245              <allen@grumman.com>)
2246      Branch: perl
2247            ! lib/Time/Local.pm
2248 ____________________________________________________________________________
2249 [  4433] By: gsar                                  on 1999/10/24  11:25:51
2250         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
2251      Branch: perl
2252            ! README lib/File/Path.pm
2253 ____________________________________________________________________________
2254 [  4432] By: gsar                                  on 1999/10/24  11:11:02
2255         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2256              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
2257              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
2258              Subject: Re: [PATCH 5.005_62] OS/2 improvements
2259      Branch: perl
2260            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2261            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2262            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2263            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
2264            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
2265            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
2266            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
2267            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
2268            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
2269            ! perl.c perl.h t/io/fs.t t/op/magic.t
2270 ____________________________________________________________________________
2271 [  4431] By: gsar                                  on 1999/10/24  10:50:14
2272         Log: install all README.foo with pod content as podfoo.pod
2273      Branch: perl
2274            ! Makefile.SH installman
2275 ____________________________________________________________________________
2276 [  4430] By: gsar                                  on 1999/10/24  09:28:24
2277         Log: @INC needs ../lib
2278      Branch: perl
2279            ! t/op/int.t
2280 ____________________________________________________________________________
2281 [  4429] By: jhi                                   on 1999/10/23  21:47:49
2282         Log: More printf-fixes (see also #4426).
2283      Branch: cfgperl
2284            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
2285            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
2286            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
2287 ____________________________________________________________________________
2288 [  4428] By: gsar                                  on 1999/10/23  20:28:56
2289         Log: fix accidental C modulo semantics on integer-valued operations
2290              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
2291      Branch: perl
2292            ! op.c t/op/int.t
2293 ____________________________________________________________________________
2294 [  4427] By: jhi                                   on 1999/10/23  16:10:10
2295         Log: Integrate with Sarathy.
2296      Branch: cfgperl
2297           !> sv.c win32/win32.c
2298 ____________________________________________________________________________
2299 [  4426] By: jhi                                   on 1999/10/23  16:04:02
2300         Log: Fix the printfing nits pointed out by using gcc -Wall and
2301              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
2302              plus few other warnings in Dumper.xs.
2303      Branch: cfgperl
2304            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
2305            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
2306 ____________________________________________________________________________
2307 [  4425] By: jhi                                   on 1999/10/23  15:16:41
2308         Log: Configure regen to pick up the new installation directories
2309              from Policy_sh.SH.  The explanations of "public add-ons" and
2310              "vendor-supplied" could do with more work.
2311      Branch: cfgperl
2312            ! Configure config_h.SH
2313 ____________________________________________________________________________
2314 [  4424] By: nick                                  on 1999/10/23  00:46:22
2315         Log: Resolve mainline before possible hacking operertunity this weekend
2316      Branch: utfperl
2317           +> pod/perlfilter.pod
2318           !> (integrate 32 files)
2319 ____________________________________________________________________________
2320 [  4423] By: jhi                                   on 1999/10/22  22:53:17
2321         Log: Update Policy_sh.SH to handle the newer installation directives.
2322              From: Andy Dougherty <doughera@lafayette.edu>
2323              To: Perl Porters <perl5-porters@perl.org>
2324              Subject: [PATCH 5.005_62] Policy_sh.SH update
2325              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
2326              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
2327      Branch: cfgperl
2328            ! Policy_sh.SH
2329 ____________________________________________________________________________
2330 [  4422] By: jhi                                   on 1999/10/22  22:44:44
2331         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
2332      Branch: cfgperl
2333            ! hints/aix.sh
2334 ____________________________________________________________________________
2335 [  4421] By: gsar                                  on 1999/10/22  21:16:44
2336         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
2337              C<"%ld", long_val>
2338      Branch: perl
2339            ! sv.c
2340 ____________________________________________________________________________
2341 [  4420] By: gsar                                  on 1999/10/22  16:36:46
2342         Log: win32_utime() on directories should use localtime() rather
2343              than gmtime() (from Jan Dubois)
2344      Branch: perl
2345            ! win32/win32.c
2346 ____________________________________________________________________________
2347 [  4419] By: jhi                                   on 1999/10/21  10:31:41
2348         Log: Integrate with Sarathy.
2349      Branch: cfgperl
2350           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
2351           !> t/lib/glob-basic.t t/op/sort.t
2352 ____________________________________________________________________________
2353 [  4418] By: gsar                                  on 1999/10/20  23:49:47
2354         Log: add test for change#4417
2355      Branch: perl
2356            ! t/op/sort.t
2357 ____________________________________________________________________________
2358 [  4417] By: gsar                                  on 1999/10/20  23:45:03
2359         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
2360      Branch: perl
2361            ! op.c
2362 ____________________________________________________________________________
2363 [  4416] By: gsar                                  on 1999/10/20  01:00:50
2364         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
2365      Branch: perl
2366            ! lib/CPAN/FirstTime.pm
2367 ____________________________________________________________________________
2368 [  4415] By: gsar                                  on 1999/10/20  00:52:34
2369         Log: disable optimizing troublesome ops in change#3612
2370              (from Ilya Zakharevich)
2371      Branch: perl
2372            ! Makefile.SH opcode.h opcode.pl
2373 ____________________________________________________________________________
2374 [  4414] By: gsar                                  on 1999/10/20  00:37:46
2375         Log: skip unreadable directory test when running as root
2376      Branch: perl
2377            ! t/lib/glob-basic.t
2378 ____________________________________________________________________________
2379 [  4413] By: jhi                                   on 1999/10/19  09:26:52
2380         Log: Avoid GNU ar if HP cc is being used.
2381      Branch: cfgperl
2382            ! hints/hpux.sh
2383 ____________________________________________________________________________
2384 [  4412] By: jhi                                   on 1999/10/19  07:24:29
2385         Log: Integrate with Sarathy.
2386      Branch: cfgperl
2387           !> perlvars.h
2388 ____________________________________________________________________________
2389 [  4411] By: jhi                                   on 1999/10/19  07:22:34
2390         Log: Long double support: sqrtl et al are not available everywhere,
2391              e.g. not in Solaris, even when long doubles are.
2392      Branch: cfgperl
2393            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2394            ! config_h.SH perl.h
2395 ____________________________________________________________________________
2396 [  4410] By: jhi                                   on 1999/10/19  07:21:42
2397         Log: Add sqrtl probe, add echo dependencies.
2398      Branch: metaconfig
2399            ! U/threads/d_pthreadj.U
2400      Branch: metaconfig/U/perl
2401            + d_sqrtl.U
2402            ! i_inttypes.U io64.U
2403 ____________________________________________________________________________
2404 [  4409] By: gsar                                  on 1999/10/19  02:18:54
2405         Log: perl_mutex n/a if !USE_THREADS
2406      Branch: perl
2407            ! perlvars.h
2408 ____________________________________________________________________________
2409 [  4408] By: jhi                                   on 1999/10/18  20:13:02
2410         Log: Forgotten s/warning/warnings/.
2411      Branch: cfgperl
2412            ! Makefile.SH
2413 ____________________________________________________________________________
2414 [  4407] By: jhi                                   on 1999/10/18  20:02:12
2415         Log: Integrate with Sarathy.
2416      Branch: cfgperl
2417           +> pod/perlfilter.pod
2418           !> (integrate 30 files)
2419 ____________________________________________________________________________
2420 [  4406] By: gsar                                  on 1999/10/18  16:32:10
2421         Log: added intro to source filters from Paul Marquess
2422      Branch: perl
2423            + pod/perlfilter.pod
2424            ! MANIFEST pod/perldelta.pod
2425 ____________________________________________________________________________
2426 [  4405] By: gsar                                  on 1999/10/18  05:53:06
2427         Log: missing manpages
2428      Branch: perl
2429            ! installman
2430 ____________________________________________________________________________
2431 [  4404] By: gsar                                  on 1999/10/18  05:09:22
2432         Log: pod updates from Tom Christiansen
2433      Branch: perl
2434            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
2435 ____________________________________________________________________________
2436 [  4403] By: gsar                                  on 1999/10/17  23:43:59
2437         Log: PL_malloc_mutex needs to be global, not per-interpreter
2438              (malloc.c has static data)
2439      Branch: perl
2440            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
2441 ____________________________________________________________________________
2442 [  4402] By: gsar                                  on 1999/10/17  22:30:30
2443         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
2444              windows
2445      Branch: perl
2446            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
2447            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
2448            ! win32/win32.h
2449 ____________________________________________________________________________
2450 [  4401] By: gsar                                  on 1999/10/17  20:33:42
2451         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
2452              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
2453              is one symptom of the problem
2454      Branch: perl
2455            ! pp_ctl.c t/op/eval.t
2456 ____________________________________________________________________________
2457 [  4400] By: gsar                                  on 1999/10/17  18:36:46
2458         Log: remove FileHandle from list of PodParser dependencies (the
2459              difference is 20 files vs 6 files loaded!)
2460      Branch: perl
2461            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
2462            ! t/pod/testcmp.pl
2463 ____________________________________________________________________________
2464 [  4399] By: nick                                  on 1999/10/17  14:51:35
2465         Log: Pre-trip resolve
2466      Branch: utfperl
2467           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
2468 ____________________________________________________________________________
2469 [  4398] By: gsar                                  on 1999/10/17  09:19:24
2470         Log: make installperl ignore RCS files (from Michael G Schwern
2471              <schwern@pobox.com>)
2472      Branch: perl
2473            ! installperl lib/Text/Tabs.pm
2474 ____________________________________________________________________________
2475 [  4397] By: gsar                                  on 1999/10/16  18:30:14
2476         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
2477      Branch: perl
2478            ! perl.c
2479 ____________________________________________________________________________
2480 [  4396] By: jhi                                   on 1999/10/16  17:44:39
2481         Log: Missing comma.
2482      Branch: cfgperl
2483            ! lib/diagnostics.pm
2484 ____________________________________________________________________________
2485 [  4395] By: gsar                                  on 1999/10/16  17:18:36
2486         Log: assumption about @_ always being non-REAL doesn't hold when
2487              debugger is running; DB::sub() can call arbitrary stuff
2488              that modifies @_ at will
2489      Branch: perl
2490            ! pp_hot.c
2491 ____________________________________________________________________________
2492 [  4394] By: nick                                  on 1999/10/16  09:35:20
2493         Log: Resolve utfperl branch against mainline as of _62
2494      Branch: utfperl
2495           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2496           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
2497           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
2498           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2499           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2500           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
2501           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
2502           +> t/lib/glob-taint.t win32/genmk95.pl
2503            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2504           !> (integrate 144 files)
2505 ____________________________________________________________________________
2506 [  4393] By: gsar                                  on 1999/10/16  04:07:02
2507         Log: OS/2 support bits (from Ilya Zakharevich)
2508      Branch: perl
2509            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
2510 ____________________________________________________________________________
2511 [  4392] By: jhi                                   on 1999/10/15  10:28:09
2512         Log: Integrate with Sarathy.
2513      Branch: cfgperl
2514           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
2515           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
2516           !> win32/Makefile win32/makefile.mk
2517
2518 ----------------
2519 Version 5.005_62
2520 ----------------
2521
2522 ____________________________________________________________________________
2523 [  4391] By: gsar                                  on 1999/10/15  10:12:42
2524         Log: here be 5.005_62
2525      Branch: perl
2526            ! Changes MANIFEST Porting/makerel
2527 ____________________________________________________________________________
2528 [  4390] By: gsar                                  on 1999/10/15  09:45:51
2529         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
2530              avoid tickling it in Pod::Man for now; other nits in
2531              Pod::*
2532      Branch: perl
2533            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
2534            ! pod/perlopentut.pod
2535 ____________________________________________________________________________
2536 [  4389] By: gsar                                  on 1999/10/15  08:55:01
2537         Log: disable internal globbing for miniperl (or build breaks out
2538              in a rash of failed dependencies)
2539      Branch: perl
2540            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
2541 ____________________________________________________________________________
2542 [  4388] By: jhi                                   on 1999/10/15  08:07:49
2543         Log: Integrate with Sarathy.
2544      Branch: cfgperl
2545           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
2546           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
2547 ____________________________________________________________________________
2548 [  4387] By: gsar                                  on 1999/10/15  07:46:24
2549         Log: integrate cfgperl contents into mainline
2550      Branch: perl
2551            ! Changes
2552           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
2553           !> t/pragma/warn/regcomp
2554 ____________________________________________________________________________
2555 [  4386] By: gsar                                  on 1999/10/15  05:45:36
2556         Log: various little goofs in change#4385
2557      Branch: perl
2558            ! win32/include/dirent.h win32/win32.c
2559 ____________________________________________________________________________
2560 [  4385] By: gsar                                  on 1999/10/15  04:49:09
2561         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
2562              rather than win32_opendir() reading all files up front (untested)
2563      Branch: perl
2564            ! win32/include/dirent.h win32/win32.c
2565 ____________________________________________________________________________
2566 [  4384] By: gsar                                  on 1999/10/15  01:34:09
2567         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
2568      Branch: perl
2569            ! lib/Benchmark.pm pod/perldelta.pod
2570 ____________________________________________________________________________
2571 [  4383] By: gsar                                  on 1999/10/15  01:22:32
2572         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
2573              <dha@panix.com>)
2574      Branch: perl
2575            ! pod/perlfaq2.pod
2576 ____________________________________________________________________________
2577 [  4382] By: gsar                                  on 1999/10/15  01:14:22
2578         Log: From: jand@ActiveState.com (Jan Dubois)
2579              Date: Fri, 15 Oct 1999 01:14:23 +0200
2580              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
2581              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
2582      Branch: perl
2583            ! ext/POSIX/POSIX.xs
2584 ____________________________________________________________________________
2585 [  4381] By: jhi                                   on 1999/10/14  22:11:36
2586         Log: Integrate with Sarathy.
2587      Branch: cfgperl
2588           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
2589           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
2590           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
2591           !> win32/makefile.mk
2592 ____________________________________________________________________________
2593 [  4380] By: jhi                                   on 1999/10/14  22:08:22
2594         Log: Warn inside character classes about unknown backslash escapes
2595              (that are not caught earlier because of being completely unknown,
2596              such as \m), such as \z (because they make do sense inside regexen,
2597              but not inside character classes).
2598      Branch: cfgperl
2599            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
2600            ! t/pragma/warn/regcomp
2601 ____________________________________________________________________________
2602 [  4379] By: gsar                                  on 1999/10/14  18:26:56
2603         Log: clarify significance of parens for "x" (from M.J.T. Guy
2604              <mjtg@cus.cam.ac.uk>)
2605      Branch: perl
2606            ! pod/perlop.pod
2607 ____________________________________________________________________________
2608 [  4378] By: gsar                                  on 1999/10/14  18:25:20
2609         Log: make timelocal work better when time is close to the epoch
2610              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
2611      Branch: perl
2612            ! lib/Time/Local.pm
2613 ____________________________________________________________________________
2614 [  4377] By: gsar                                  on 1999/10/14  18:15:11
2615         Log: integrate cfgperl contents into mainline
2616      Branch: perl
2617           +> ext/DB_File/hints/sco.pl
2618           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
2619           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
2620           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
2621 ____________________________________________________________________________
2622 [  4376] By: gsar                                  on 1999/10/14  17:47:35
2623         Log: fix POPSTACK panics that ensued from bad interaction between
2624              runlevels and stack of stacks (change#3988 done right);
2625              basically, we pop the runlevel if the stacklevel is not the
2626              same one we started the runlevel with
2627      Branch: perl
2628            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
2629 ____________________________________________________________________________
2630 [  4375] By: gsar                                  on 1999/10/14  15:54:48
2631         Log: avoid warnings
2632      Branch: perl
2633            ! ext/File/Glob/bsd_glob.c
2634 ____________________________________________________________________________
2635 [  4374] By: jhi                                   on 1999/10/14  10:08:44
2636         Log: Warn about false ranges like \d-\w (see the change #4355).
2637              The invalid ranges (b-a) warning message also enhanced.
2638      Branch: cfgperl
2639            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
2640            ! t/pragma/warn/regcomp
2641 ____________________________________________________________________________
2642 [  4373] By: gsar                                  on 1999/10/14  03:49:54
2643         Log: File::Glob fixes for Windows
2644      Branch: perl
2645            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
2646            ! win32/makefile.mk
2647 ____________________________________________________________________________
2648 [  4372] By: gsar                                  on 1999/10/14  02:21:31
2649         Log: avoid inefficiency in change#3386 (every longjmp() was followed
2650              by an avoidable call to setjmp())
2651      Branch: perl
2652            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
2653            ! proto.h scope.c scope.h
2654 ____________________________________________________________________________
2655 [  4371] By: jhi                                   on 1999/10/13  21:17:17
2656         Log: Integrate with Sarathy.
2657      Branch: cfgperl
2658           !> op.c pod/perldelta.pod
2659 ____________________________________________________________________________
2660 [  4370] By: gsar                                  on 1999/10/13  18:08:45
2661         Log: misc tweaks
2662      Branch: perl
2663            ! op.c pod/perldelta.pod
2664 ____________________________________________________________________________
2665 [  4369] By: jhi                                   on 1999/10/13  16:18:58
2666         Log: Integrate with Sarathy.
2667      Branch: cfgperl
2668           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2669 ____________________________________________________________________________
2670 [  4368] By: gsar                                  on 1999/10/13  16:14:16
2671         Log: pod nits from various perl porters
2672      Branch: perl
2673            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2674 ____________________________________________________________________________
2675 [  4367] By: jhi                                   on 1999/10/13  12:10:30
2676         Log: From: Vlad Harchev <hvv@hippo.ru>
2677              To: perl5-porters@perl.org
2678              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
2679              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
2680              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
2681      Branch: cfgperl
2682            ! pod/perlop.pod
2683 ____________________________________________________________________________
2684 [  4366] By: gsar                                  on 1999/10/13  08:11:11
2685         Log: typos and language goofs pointed out by Hugo van der Sanden
2686              <hv@crypt.compulink.co.uk>
2687      Branch: perl
2688            ! pod/perldelta.pod pod/perldiag.pod
2689 ____________________________________________________________________________
2690 [  4365] By: jhi                                   on 1999/10/13  07:27:44
2691         Log: Integrate with Sarathy.
2692      Branch: cfgperl
2693           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
2694           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2695           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2696           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
2697           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
2698           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
2699           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
2700           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
2701           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
2702 ____________________________________________________________________________
2703 [  4364] By: gsar                                  on 1999/10/13  07:06:04
2704         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
2705      Branch: perl
2706            ! lib/perl5db.pl
2707 ____________________________________________________________________________
2708 [  4363] By: jhi                                   on 1999/10/13  07:03:43
2709         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
2710              To: perl5-porters@perl.org
2711              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
2712              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
2713              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
2714      Branch: cfgperl
2715            ! hints/svr5.sh
2716 ____________________________________________________________________________
2717 [  4362] By: jhi                                   on 1999/10/13  06:57:16
2718         Log: Add DB_File hint for SCO ODT.
2719              From: hops@sco.com
2720              To: perl5-porters@perl.org
2721              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
2722              Date: Tue, 12 Oct 1999 20:16:04 PDT
2723              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
2724      Branch: cfgperl
2725            + ext/DB_File/hints/sco.pl
2726            ! MANIFEST
2727 ____________________________________________________________________________
2728 [  4361] By: gsar                                  on 1999/10/13  06:56:08
2729         Log: PL_numeric_radix used without being defined (from Ilya
2730              Zakharevich)
2731      Branch: perl
2732            ! util.c
2733 ____________________________________________________________________________
2734 [  4360] By: gsar                                  on 1999/10/13  06:43:03
2735         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
2736              From: hops@sco.com
2737              Date: Tue, 12 Oct 1999 20:16:04 PDT
2738              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
2739              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
2740      Branch: perl
2741            + ext/NDBM_File/hints/sco.pl
2742            ! MANIFEST ext/ODBM_File/hints/sco.pl
2743 ____________________________________________________________________________
2744 [  4359] By: gsar                                  on 1999/10/13  06:34:53
2745         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
2746      Branch: perl
2747            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
2748            ! pod/perlport.pod
2749 ____________________________________________________________________________
2750 [  4358] By: gsar                                  on 1999/10/12  19:10:27
2751         Log: perldelta updates
2752      Branch: perl
2753            ! pod/perldelta.pod
2754 ____________________________________________________________________________
2755 [  4357] By: gsar                                  on 1999/10/12  17:11:18
2756         Log: update perldelta for change#4356
2757      Branch: perl
2758            ! Changes pod/perldelta.pod
2759 ____________________________________________________________________________
2760 [  4356] By: gsar                                  on 1999/10/12  16:53:31
2761         Log: add File::BSDGlob as File::Glob and load it at compile-time
2762              if perl was built with -DPERL_INTERNAL_GLOB
2763              
2764              TODO: we currently get a compile-time failure if File/Glob.pm
2765              can't be found; such failure needs to be made to emit a warning
2766              and use the csh implementation instead
2767      Branch: perl
2768            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
2769            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2770            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2771            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
2772            + t/lib/glob-global.t t/lib/glob-taint.t
2773            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
2774            ! t/pragma/overload.t
2775 ____________________________________________________________________________
2776 [  4355] By: jhi                                   on 1999/10/12  15:30:05
2777         Log: Revert the parts of #3926 that outlawed character ranges
2778              that have character classes such as \w as either endpoint.
2779              This change re-establishes the old behavior which meant that
2780              such ranges weren't really ranges, the "-" was literal.
2781              Moreover, this change also fixes the old behavior to be
2782              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
2783              Now they all do work as described above.  The #3926 outlawed
2784              all of those.
2785      Branch: cfgperl
2786            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
2787 ____________________________________________________________________________
2788 [  4354] By: jhi                                   on 1999/10/12  09:58:59
2789         Log: Integrate with Sarathy.
2790      Branch: cfgperl
2791           !> (integrate 33 files)
2792 ____________________________________________________________________________
2793 [  4353] By: gsar                                  on 1999/10/12  05:53:40
2794         Log: apply parts of LynxOS patches from Alan Johnson
2795              <johnson@alonn.gemse.fr>
2796      Branch: perl
2797            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
2798            ! t/op/groups.t
2799 ____________________________________________________________________________
2800 [  4352] By: gsar                                  on 1999/10/12  05:24:39
2801         Log: allow any unpack specifier to take a count via '/'
2802              (from Ilya Zakharevich)
2803      Branch: perl
2804            ! pp.c t/op/pack.t
2805 ____________________________________________________________________________
2806 [  4351] By: gsar                                  on 1999/10/12  05:02:35
2807         Log: avoid warnings
2808      Branch: perl
2809            ! malloc.c
2810 ____________________________________________________________________________
2811 [  4350] By: gsar                                  on 1999/10/12  04:50:52
2812         Log: various cleanups
2813      Branch: perl
2814            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
2815            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
2816            ! win32/config.gc win32/config.vc win32/config_H.bc
2817            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
2818 ____________________________________________________________________________
2819 [  4349] By: gsar                                  on 1999/10/12  00:23:11
2820         Log: update Changes, patchlevel etc.
2821      Branch: perl
2822            ! Changes Porting/findvars patchlevel.h win32/Makefile
2823            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2824            ! win32/makefile.mk
2825 ____________________________________________________________________________
2826 [  4348] By: gsar                                  on 1999/10/11  23:11:57
2827         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
2828      Branch: perl
2829            ! pod/perlfunc.pod
2830 ____________________________________________________________________________
2831 [  4347] By: jhi                                   on 1999/10/11  21:25:03
2832         Log: Sparc Linux -Duseshrplib fix.
2833              
2834              From: Brian Jepson <bjepson@home.com>
2835              To: Nick Ing-Simmons <nick@ing-simmons.net>
2836              cc: perl5-porters@perl.org
2837              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
2838              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
2839              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
2840      Branch: cfgperl
2841            ! hints/linux.sh
2842 ____________________________________________________________________________
2843 [  4346] By: gsar                                  on 1999/10/11  20:28:32
2844         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
2845              the behavior of 'Z*' and 'Z3' to always pack a trailing
2846              null byte; changed documentation to suit; added test
2847      Branch: perl
2848            ! pod/perlfunc.pod pp.c t/op/pack.t
2849 ____________________________________________________________________________
2850 [  4345] By: gsar                                  on 1999/10/11  19:15:46
2851         Log: writing to perllocal.pod fails if it was never created;
2852              tweak pseudo-hash example (both suggested by Michael G Schwern
2853              <schwern@pobox.com>)
2854      Branch: perl
2855            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
2856 ____________________________________________________________________________
2857 [  4344] By: gsar                                  on 1999/10/11  17:57:31
2858         Log: slightly edited variant of suggested patch
2859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2860              Date: Thu, 9 Sep 1999 18:35:37 -0400
2861              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
2862              Subject: [PATCH 5.005_58] How RExen match?
2863      Branch: perl
2864            ! pod/perlre.pod
2865 ____________________________________________________________________________
2866 [  4343] By: gsar                                  on 1999/10/11  16:55:48
2867         Log: change#4327 was inefficient
2868      Branch: perl
2869            ! lib/lib.pm
2870 ____________________________________________________________________________
2871 [  4342] By: jhi                                   on 1999/10/11  07:01:46
2872         Log: Integrate with Sarathy.
2873      Branch: cfgperl
2874           +> pod/perlhack.pod
2875           !> (integrate 28 files)
2876 ____________________________________________________________________________
2877 [  4341] By: jhi                                   on 1999/10/11  06:37:47
2878         Log: The 2.5th cut at the AIX C++ extension problems.
2879      Branch: cfgperl
2880            ! hints/aix.sh
2881 ____________________________________________________________________________
2882 [  4340] By: gsar                                  on 1999/10/10  23:48:07
2883         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
2884      Branch: perl
2885            + pod/perlhack.pod
2886            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
2887 ____________________________________________________________________________
2888 [  4339] By: gsar                                  on 1999/10/10  20:42:40
2889         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
2890              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
2891              void(*)(pTHX_ void*)
2892      Branch: perl
2893            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
2894            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
2895            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
2896            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
2897 ____________________________________________________________________________
2898 [  4338] By: gsar                                  on 1999/10/10  20:38:59
2899         Log: add missing new diagnostics to perldelta
2900      Branch: perl
2901            ! pod/perldelta.pod
2902 ____________________________________________________________________________
2903 [  4337] By: gsar                                  on 1999/10/10  17:40:13
2904         Log: update perldelta for change#3406
2905      Branch: perl
2906            ! embed.pl pod/perldata.pod pod/perldelta.pod
2907 ____________________________________________________________________________
2908 [  4336] By: gsar                                  on 1999/10/10  16:33:14
2909         Log: integrate cfgperl contents into mainline
2910      Branch: perl
2911           +> ext/DynaLoader/hints/aix.pl
2912           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
2913           !> makedef.pl perl.h pod/perldelta.pod
2914 ____________________________________________________________________________
2915 [  4335] By: jhi                                   on 1999/10/10  11:09:48
2916         Log: Update perldelta.
2917      Branch: cfgperl
2918            ! pod/perldelta.pod
2919 ____________________________________________________________________________
2920 [  4334] By: jhi                                   on 1999/10/10  10:31:46
2921         Log: Integrate with Sarathy.
2922      Branch: cfgperl
2923           +> win32/genmk95.pl
2924           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
2925           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
2926           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
2927           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
2928           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
2929           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
2930           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
2931           !> utils/perldoc.PL win32/makefile.mk
2932 ____________________________________________________________________________
2933 [  4333] By: gsar                                  on 1999/10/10  06:33:15
2934         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
2935              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
2936      Branch: perl
2937            ! installperl lib/diagnostics.pm utils/perldoc.PL
2938 ____________________________________________________________________________
2939 [  4332] By: gsar                                  on 1999/10/10  05:15:26
2940         Log: add $VERSION
2941      Branch: perl
2942            ! lib/Exporter.pm
2943 ____________________________________________________________________________
2944 [  4331] By: gsar                                  on 1999/10/10  05:10:22
2945         Log: describe what can go in an export list (from Anno Siegel
2946              <anno4000@lublin.zrz.tu-berlin.de>)
2947      Branch: perl
2948            ! lib/Exporter.pm
2949 ____________________________________________________________________________
2950 [  4330] By: gsar                                  on 1999/10/10  04:50:43
2951         Log: more basic support for building modules under Windows 95/98
2952              (applied relevant parts from a patch suggested by
2953              Jochen Wiedmann <joe@ispsoft.de>)
2954      Branch: perl
2955            ! lib/ExtUtils/MM_Unix.pm
2956 ____________________________________________________________________________
2957 [  4329] By: gsar                                  on 1999/10/10  04:28:38
2958         Log: rudimentary support for building under Windows 95/98 (from
2959              Benjamin Stuhl <sho_pi@hotmail.com>)
2960      Branch: perl
2961            + win32/genmk95.pl
2962            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
2963            ! win32/makefile.mk
2964 ____________________________________________________________________________
2965 [  4328] By: gsar                                  on 1999/10/10  03:37:21
2966         Log: fix two leaks in Thread.xs (from Eugene Alterman
2967              <Eugene.Alterman@bremer-inc.com>); convert places with
2968              'use attrs' to new attributes syntax
2969      Branch: perl
2970            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
2971            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
2972            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
2973            ! ext/Thread/sync2.t
2974 ____________________________________________________________________________
2975 [  4327] By: gsar                                  on 1999/10/10  02:23:52
2976         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
2977              (suggested by Tod Irwin <irwin@stockmaster.com>)
2978      Branch: perl
2979            ! lib/lib.pm
2980 ____________________________________________________________________________
2981 [  4326] By: gsar                                  on 1999/10/10  00:51:48
2982         Log: better documentation for recv() (from Anton Berezin
2983              <tobez@plab.ku.dk>)
2984      Branch: perl
2985            ! pod/perlfunc.pod
2986 ____________________________________________________________________________
2987 [  4325] By: gsar                                  on 1999/10/09  22:46:23
2988         Log: perldelta updates (see TODO markers)
2989      Branch: perl
2990            ! Changes pod/perldelta.pod pp_sys.c
2991 ____________________________________________________________________________
2992 [  4324] By: gsar                                  on 1999/10/09  19:43:10
2993         Log: fix Exporter::export_to_level() documentation
2994      Branch: perl
2995            ! lib/Exporter.pm
2996 ____________________________________________________________________________
2997 [  4323] By: gsar                                  on 1999/10/09  18:48:31
2998         Log: don't run END blocks when running under -c switch (older,
2999              rarely useful behavior may still be obtained by putting
3000              BEGIN { $^C = 0; exit; } at the end of the script)
3001      Branch: perl
3002            ! perl.c
3003 ____________________________________________________________________________
3004 [  4322] By: jhi                                   on 1999/10/09  05:31:26
3005         Log: While awaiting a good test program to detect the broken gcc.
3006              From: Thomas Conté <tom@fr.uu.net>
3007              To: <jhi@iki.fi>
3008              Cc: <perl5-porters@perl.org>
3009              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
3010              Date: Wed, 6 Oct 1999 19:56:29 +0200
3011              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
3012      Branch: cfgperl
3013            ! hints/irix_6.sh perl.h
3014 ____________________________________________________________________________
3015 [  4321] By: gsar                                  on 1999/10/09  00:41:02
3016         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
3017              clear entries in the CV's pad, leading to coredumps when CV had no
3018              other references to it; this is a slightly edited version of the
3019              patch suggested by Russel O'Connor <roconnor@world.std.com>
3020      Branch: perl
3021            ! cop.h pp_ctl.c pp_hot.c
3022 ____________________________________________________________________________
3023 [  4320] By: gsar                                  on 1999/10/08  22:50:51
3024         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
3025              situation (assumptions about cx invalidation are not valid
3026              anymore)
3027      Branch: perl
3028            ! cop.h pp_ctl.c pp_hot.c
3029 ____________________________________________________________________________
3030 [  4319] By: jhi                                   on 1999/10/08  14:33:31
3031         Log: Integrate with Sarathy.
3032      Branch: cfgperl
3033           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
3034           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
3035           !> t/comp/bproto.t thrdvar.h toke.c util.c
3036 ____________________________________________________________________________
3037 [  4318] By: jhi                                   on 1999/10/08  13:51:34
3038         Log: The second cut at AIX C++ extension troubles.
3039      Branch: cfgperl
3040            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3041            ! hints/aix.sh
3042 ____________________________________________________________________________
3043 [  4317] By: jhi                                   on 1999/10/08  10:44:13
3044         Log: The first cut at fixing Perl extensions written in C++ in AIX,
3045              statics don't get initialized right.  This patch at least
3046              doesn't seem to break the build in my AIX, but unfortunately
3047              I don't have the IBM C++ to do further testing.
3048              
3049              Problem reported by Stephanie Beals in
3050              From: bealzy@us.ibm.com
3051              To: perl5-porters@perl.org
3052              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
3053              Date: Thu, 7 Oct 1999 15:05:54 -0400
3054              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
3055      Branch: cfgperl
3056            + ext/DynaLoader/hints/aix.pl
3057            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
3058 ____________________________________________________________________________
3059 [  4316] By: gsar                                  on 1999/10/08  10:26:15
3060         Log: remove kludgey duplicate background error avoidance (caused
3061              "leaks"; %@ wasn't even user-visible under -Dusethreads);
3062              only repeats of most recent error are now avoided
3063      Branch: perl
3064            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
3065 ____________________________________________________________________________
3066 [  4315] By: jhi                                   on 1999/10/08  09:48:59
3067         Log: Fix omission.
3068      Branch: cfgperl
3069            ! makedef.pl
3070 ____________________________________________________________________________
3071 [  4314] By: gsar                                  on 1999/10/08  07:17:01
3072         Log: extend change#2299 to C<use> (fixes scoping problems in
3073              C<if (...) { use foo; ... }>)
3074      Branch: perl
3075            ! op.c
3076 ____________________________________________________________________________
3077 [  4313] By: gsar                                  on 1999/10/08  04:52:19
3078         Log: small tweak for change#4309
3079      Branch: perl
3080            ! op.c
3081 ____________________________________________________________________________
3082 [  4312] By: gsar                                  on 1999/10/08  02:31:13
3083         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
3084              From: Larry Wall <larry@wall.org>
3085              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
3086              Message-Id: <199910061655.JAA11333@kiev.wall.org>
3087              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
3088      Branch: perl
3089            ! opcode.h t/comp/bproto.t toke.c
3090 ____________________________________________________________________________
3091 [  4311] By: gsar                                  on 1999/10/08  00:58:19
3092         Log: typo
3093      Branch: perl
3094            ! pp_sys.c
3095 ____________________________________________________________________________
3096 [  4310] By: gsar                                  on 1999/10/07  23:51:38
3097         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
3098              Brian Mitchell <brian@chele.cais.net>)
3099      Branch: perl
3100            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
3101 ____________________________________________________________________________
3102 [  4309] By: gsar                                  on 1999/10/07  22:57:52
3103         Log: change#3728 was flawed (loop contexts saw the wrong statement
3104              info, causing loop control constructs to not find the label);
3105              disable OP_SETSTATE entirely and add a fix that is specifically
3106              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
3107              which was what the original patch was supposed to fix
3108              
3109              TODO: remove the remainder of the setstate logic if it can't
3110              be used anywhere else (it isn't used anywhere now)
3111      Branch: perl
3112            ! cop.h op.c perly.c perly.y
3113 ____________________________________________________________________________
3114 [  4308] By: jhi                                   on 1999/10/07  19:21:27
3115         Log: Integrate with Sarathy.
3116      Branch: cfgperl
3117           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
3118 ____________________________________________________________________________
3119 [  4307] By: gsar                                  on 1999/10/07  15:12:24
3120         Log: update to podlators-0.08 from Russ Allbery
3121      Branch: perl
3122            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
3123 ____________________________________________________________________________
3124 [  4306] By: jhi                                   on 1999/10/06  17:20:34
3125         Log: Integrate with Sarathy.
3126      Branch: cfgperl
3127           !> (integrate 45 files)
3128 ____________________________________________________________________________
3129 [  4305] By: gsar                                  on 1999/10/06  16:55:45
3130         Log: some versions of mingw32 have __int64, define iff it isn't
3131      Branch: perl
3132            ! win32/win32.h
3133 ____________________________________________________________________________
3134 [  4304] By: gsar                                  on 1999/10/06  03:45:44
3135         Log: fix typos in change#4288
3136      Branch: perl
3137            ! Changes dump.c sv.c
3138 ____________________________________________________________________________
3139 [  4303] By: gsar                                  on 1999/10/06  03:22:46
3140         Log: integrate cfgperl contents into mainline
3141      Branch: perl
3142           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3143            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3144           !> (integrate 31 files)
3145 ____________________________________________________________________________
3146 [  4302] By: gsar                                  on 1999/10/06  02:36:53
3147         Log: make die/warn and other diagnostics go to wherever STDERR happens
3148              to point at; change places that meant Perl_debug_log rather than
3149              PerlIO_stderr()
3150      Branch: perl
3151            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
3152            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3153            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
3154            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
3155            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
3156            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
3157            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
3158            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
3159            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
3160            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
3161            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
3162 ____________________________________________________________________________
3163 [  4301] By: jhi                                   on 1999/10/05  23:03:46
3164         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3165              To: François Désarménien <desar@club-internet.fr>
3166              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
3167              Subject: Re: Strange RE engine breakage in 5_61
3168              Date: Mon, 4 Oct 1999 19:58:03 -0400
3169              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
3170              
3171              (had to apply pat.t part manually because there
3172              already were more tests than there was in _61)
3173      Branch: cfgperl
3174            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
3175 ____________________________________________________________________________
3176 [  4300] By: jhi                                   on 1999/10/04  17:03:18
3177         Log: From: Andy Dougherty <doughera@lafayette.edu>
3178              To: Jarkko Hietaniemi <jhi@iki.fi>
3179              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
3180              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
3181              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
3182              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
3183      Branch: cfgperl
3184            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3185            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3186            ! MANIFEST ext/B/defsubs_h.PL
3187 ____________________________________________________________________________
3188 [  4299] By: jhi                                   on 1999/10/04  07:15:16
3189         Log: From: Michael G Schwern <schwern@pobox.com>
3190              To: perl5-porters@perl.org
3191              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
3192              Date: Sun, 3 Oct 1999 17:34:17 -0400
3193              Message-ID: <19991003173417.A4351@blackrider>
3194      Branch: cfgperl
3195            ! t/lib/fields.t t/pragma/constant.t
3196 ____________________________________________________________________________
3197 [  4298] By: gsar                                  on 1999/10/04  04:57:53
3198         Log: some compatibility macros were busted
3199      Branch: perl
3200            ! embed.h embed.pl toke.c
3201 ____________________________________________________________________________
3202 [  4297] By: jhi                                   on 1999/10/03  17:50:59
3203         Log: A better version of #4296.
3204              
3205              From: Michael G Schwern <schwern@pobox.com>
3206              To: perl5-porters@perl.org
3207              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
3208              Date: Sun, 3 Oct 1999 13:54:23 -0400
3209              Message-ID: <19991003135423.A3050@blackrider>
3210      Branch: cfgperl
3211            ! av.c op.c pod/perldiag.pod
3212 ____________________________________________________________________________
3213 [  4296] By: jhi                                   on 1999/10/03  17:21:01
3214         Log: (Replaced by #4297.)
3215              
3216              From: Michael G Schwern <schwern@pobox.com>
3217              To: perl5-porters@perl.org
3218              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
3219              Date: Sun, 3 Oct 1999 13:16:47 -0400
3220              Message-ID: <19991003131647.A2816@blackrider>
3221              
3222              plus changed the error message to say "No such pseudo-hash field"
3223              as discussed in the above mail message.
3224      Branch: cfgperl
3225            ! av.c pod/perldiag.pod
3226 ____________________________________________________________________________
3227 [  4295] By: gsar                                  on 1999/10/03  16:09:36
3228         Log: avoid doing irrelevant things on 'make perl'
3229      Branch: perl
3230            ! Makefile.SH
3231 ____________________________________________________________________________
3232 [  4294] By: jhi                                   on 1999/10/03  14:16:24
3233         Log: Fix a typo in #4293 spotted by Graham Barr.
3234      Branch: cfgperl
3235            ! pod/perlref.pod
3236 ____________________________________________________________________________
3237 [  4293] By: jhi                                   on 1999/10/03  11:31:22
3238         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
3239              To: perl5-porters@perl.org
3240              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
3241              Date: Sun, 3 Oct 1999 02:34:01 -0400
3242              Message-ID: <19991003023401.A1520@blackrider>
3243      Branch: cfgperl
3244            ! pod/perlfunc.pod pod/perlref.pod
3245 ____________________________________________________________________________
3246 [  4292] By: jhi                                   on 1999/10/03  09:23:16
3247         Log: From: Barrie Slaymaker <barries@slaysys.com>
3248              To: perl5-porters@perl.org
3249              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
3250              Date: Sun, 3 Oct 1999 00:09:51 -0400
3251              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
3252      Branch: cfgperl
3253            ! lib/Benchmark.pm
3254 ____________________________________________________________________________
3255 [  4291] By: jhi                                   on 1999/10/02  23:43:53
3256         Log: Be understanding about large file systems.
3257      Branch: cfgperl
3258            ! t/lib/syslfs.t t/op/lfs.t
3259 ____________________________________________________________________________
3260 [  4290] By: jhi                                   on 1999/10/02  23:39:16
3261         Log: Configure fixfest continues.
3262      Branch: cfgperl
3263            ! Configure config_h.SH
3264      Branch: metaconfig
3265            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3266            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
3267            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
3268            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
3269      Branch: metaconfig/U/perl
3270            ! i_inttypes.U io64.U
3271 ____________________________________________________________________________
3272 [  4289] By: jhi                                   on 1999/10/02  23:12:54
3273         Log: Regen Porting stuff.
3274      Branch: cfgperl
3275            ! Porting/Glossary Porting/config.sh Porting/config_H
3276 ____________________________________________________________________________
3277 [  4288] By: jhi                                   on 1999/10/02  23:05:50
3278         Log: Untangle the IV_IS_QUAD jungle by introduding
3279              macros to be used when doing formatted printing:
3280              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
3281      Branch: cfgperl
3282            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3283            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
3284            ! regcomp.c sv.c taint.c toke.c util.c
3285 ____________________________________________________________________________
3286 [  4287] By: jhi                                   on 1999/10/02  22:54:18
3287         Log: metaconfig maintenance.
3288      Branch: metaconfig
3289            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
3290            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
3291            ! U/typedefs/uidsize.U
3292 ____________________________________________________________________________
3293 [  4286] By: nick                                  on 1999/10/02  11:11:44
3294         Log: Incremental merge of mainline
3295      Branch: utfperl
3296           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
3297           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
3298           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
3299           +> t/pod/podselect.t t/pod/podselect.xr
3300            - lib/Pod/PlainText.pm
3301           !> (integrate 148 files)
3302 ____________________________________________________________________________
3303 [  4285] By: jhi                                   on 1999/10/02  10:16:15
3304         Log: Battle namespace pollution.
3305      Branch: cfgperl
3306            ! lib/Benchmark.pm
3307 ____________________________________________________________________________
3308 [  4284] By: jhi                                   on 1999/10/02  10:11:20
3309         Log: Regen Configure, all of xs_apiversion didn't take.
3310      Branch: cfgperl
3311            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3312            ! config_h.SH patchlevel.h
3313 ____________________________________________________________________________
3314 [  4283] By: jhi                                   on 1999/10/02  09:48:17
3315         Log: Integrate with Sarathy.
3316      Branch: cfgperl
3317           +> lib/Pod/Man.pm t/pod/multiline_items.t
3318           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
3319           +> t/pod/podselect.t t/pod/podselect.xr
3320            - lib/Pod/PlainText.pm
3321           !> (integrate 50 files)
3322 ____________________________________________________________________________
3323 [  4282] By: gsar                                  on 1999/10/02  06:39:14
3324         Log: update pod2man, pod2text and related Pod:: modules with the
3325              ones in podlators-0.07 from Russ Allbery
3326      Branch: perl
3327            + lib/Pod/Man.pm
3328            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
3329            ! pod/pod2man.PL pod/pod2text.PL
3330 ____________________________________________________________________________
3331 [  4281] By: gsar                                  on 1999/10/02  06:14:44
3332         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
3333      Branch: perl
3334            - lib/Pod/PlainText.pm
3335            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
3336            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
3337            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
3338            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
3339            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
3340            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
3341            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
3342 ____________________________________________________________________________
3343 [  4280] By: gsar                                  on 1999/10/02  04:39:38
3344         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
3345      Branch: perl
3346            + t/pod/multiline_items.t t/pod/multiline_items.xr
3347            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
3348            + t/pod/podselect.xr
3349            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
3350            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
3351            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
3352            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
3353            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
3354            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
3355            ! t/pod/testp2pt.pl
3356 ____________________________________________________________________________
3357 [  4279] By: gsar                                  on 1999/10/02  03:36:41
3358         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
3359              by Michael G Schwern <schwern@pobox.com>)
3360      Branch: perl
3361            ! av.c t/op/avhv.t
3362 ____________________________________________________________________________
3363 [  4278] By: gsar                                  on 1999/10/02  02:36:55
3364         Log: deprecate C<use attrs>
3365      Branch: perl
3366            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
3367            ! t/lib/thread.t t/pragma/sub_lval.t
3368 ____________________________________________________________________________
3369 [  4277] By: gsar                                  on 1999/10/02  01:43:25
3370         Log: add notes about effect of loop control statements inside
3371              LABEL BLOCK continue BLOCK
3372      Branch: perl
3373            ! pod/perlfunc.pod
3374 ____________________________________________________________________________
3375 [  4276] By: gsar                                  on 1999/10/02  01:23:02
3376         Log: indent nested =items properly (suggested by Bill Fenner
3377              <fenner@research.att.com>)
3378      Branch: perl
3379            ! pod/pod2man.PL
3380 ____________________________________________________________________________
3381 [  4275] By: gsar                                  on 1999/10/02  01:09:16
3382         Log: updated ptags generator from Ilya Zakharevich
3383      Branch: perl
3384            ! emacs/ptags
3385 ____________________________________________________________________________
3386 [  4274] By: gsar                                  on 1999/10/01  23:08:52
3387         Log: update Changes
3388      Branch: perl
3389            ! Changes
3390 ____________________________________________________________________________
3391 [  4273] By: gsar                                  on 1999/10/01  22:58:55
3392         Log: typo, whitespace adjustments
3393      Branch: perl
3394            ! utils/h2xs.PL
3395 ____________________________________________________________________________
3396 [  4272] By: gsar                                  on 1999/10/01  22:46:06
3397         Log: remove dup hunks
3398      Branch: perl
3399            ! configure.com vms/vms.c
3400 ____________________________________________________________________________
3401 [  4271] By: gsar                                  on 1999/10/01  22:33:02
3402         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
3403              by declaring new globals "our" (XXX this means h2xs generated code
3404              won't run on earlier versions; a switch to generate compatible
3405              source is needed)
3406      Branch: perl
3407           !> (integrate 35 files)
3408 ____________________________________________________________________________
3409 [  4270] By: jhi                                   on 1999/10/01  12:05:56
3410         Log: Integrate with Sarathy.
3411      Branch: cfgperl
3412           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
3413           !> pod/perldiag.pod util.c
3414 ____________________________________________________________________________
3415 [  4269] By: jhi                                   on 1999/10/01  10:26:19
3416         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
3417              To: perl5-porters@perl.org
3418              Subject: [ID 19991001.001] perlguts man page error
3419              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
3420              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
3421      Branch: cfgperl
3422            ! pod/perlguts.pod
3423 ____________________________________________________________________________
3424 [  4268] By: jhi                                   on 1999/10/01  07:32:33
3425         Log: There *is* a month called October.
3426      Branch: cfgperl
3427            ! t/op/time.t
3428 ____________________________________________________________________________
3429 [  4267] By: jhi                                   on 1999/10/01  06:58:10
3430         Log: Temp file cleanliness.
3431      Branch: cfgperl
3432            ! t/lib/filecopy.t
3433 ____________________________________________________________________________
3434 [  4266] By: jhi                                   on 1999/10/01  06:46:56
3435         Log: From: Barrie Slaymaker <barries@slaysys.com>
3436              To: perl5-porters@perl.org
3437              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
3438              Date: Thu, 30 Sep 1999 22:16:26 -0400
3439              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
3440      Branch: cfgperl
3441            ! lib/Benchmark.pm
3442 ____________________________________________________________________________
3443 [  4265] By: jhi                                   on 1999/09/30  20:25:35
3444         Log: From: Barrie Slaymaker <barries@slaysys.com>
3445              To: perl5-porters@perl.org
3446              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
3447              Date: Thu, 30 Sep 1999 15:44:00 -0400
3448              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
3449              (Replaces #4175.)
3450      Branch: cfgperl
3451            ! lib/Benchmark.pm
3452 ____________________________________________________________________________
3453 [  4264] By: gsar                                  on 1999/09/30  17:59:26
3454         Log: re-add missing "Out of memory!" entry
3455      Branch: perl
3456            ! pod/perldiag.pod
3457 ____________________________________________________________________________
3458 [  4263] By: jhi                                   on 1999/09/30  17:05:43
3459         Log: Regenerate Configure.
3460      Branch: cfgperl
3461            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3462            ! config_h.SH
3463 ____________________________________________________________________________
3464 [  4261] By: jhi                                   on 1999/09/30  16:15:05
3465         Log: From: Andy Dougherty <doughera@lafayette.edu>
3466              To: Perl Porters <perl5-porters@perl.org>
3467              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
3468              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
3469              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
3470      Branch: cfgperl
3471            ! pod/perldelta.pod
3472 ____________________________________________________________________________
3473 [  4260] By: jhi                                   on 1999/09/30  15:48:56
3474         Log: From: Andy Dougherty <doughera@lafayette.edu>
3475              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
3476              Subject: Re: Possible skeletal structure for searching multiple versions
3477              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
3478              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
3479      Branch: metaconfig
3480            ! U/mkglossary
3481      Branch: metaconfig/U/perl
3482            + xs_apiversion.U
3483            ! patchlevel.U
3484 ____________________________________________________________________________
3485 [  4259] By: jhi                                   on 1999/09/30  15:07:16
3486         Log: Further ?idsize.U fixing.
3487      Branch: metaconfig
3488            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
3489 ____________________________________________________________________________
3490 [  4258] By: jhi                                   on 1999/09/30  15:00:14
3491         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
3492      Branch: metaconfig
3493            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
3494            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
3495 ____________________________________________________________________________
3496 [  4257] By: jhi                                   on 1999/09/30  09:48:33
3497         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
3498              To: Gurusamy Sarathy <gsar@ActiveState.com>
3499              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
3500              The Perl Porters Mailing List <perl5-porters@perl.org>
3501              Subject: [PATCH] (Was: deprecating SIGDIE)
3502              Date: Wed, 29 Sep 1999 15:16:50 -0400
3503              Message-ID: <19990929151650.E26675@O2.chapin.edu>
3504      Branch: cfgperl
3505            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
3506 ____________________________________________________________________________
3507 [  4256] By: jhi                                   on 1999/09/30  09:45:22
3508         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3509              To: Gurusamy Sarathy <gsar@activestate.com>
3510              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
3511              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
3512              Date: Wed, 29 Sep 1999 18:58:23 -0400
3513              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
3514      Branch: cfgperl
3515            ! Makefile.SH opcode.pl
3516 ____________________________________________________________________________
3517 [  4255] By: gsar                                  on 1999/09/30  09:03:48
3518         Log: remove prehistoric XFree() gunk
3519      Branch: perl
3520            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
3521 ____________________________________________________________________________
3522 [  4254] By: gsar                                  on 1999/09/30  08:40:14
3523         Log: From: Vishal Bhatia <vishal@gol.com>
3524              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
3525              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
3526              Subject: [patch _61] Minor corrections in C.pm
3527      Branch: perl
3528            ! ext/B/B/C.pm
3529 ____________________________________________________________________________
3530 [  4253] By: gsar                                  on 1999/09/30  08:36:27
3531         Log: off-by-one in fbm_compile() (spotted by John Bley
3532              <jbley@cs.cmu.edu>); whitespace adjustments
3533      Branch: perl
3534            ! util.c
3535 ____________________________________________________________________________
3536 [  4251] By: jhi                                   on 1999/09/30  08:09:13
3537         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3538              To: perl5-porters@perl.org (Mailing list Perl5)
3539              Subject: [PATCH 5.00561+]  Followup h2xs patch
3540              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
3541              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
3542      Branch: cfgperl
3543            ! utils/h2xs.PL
3544 ____________________________________________________________________________
3545 [  4250] By: jhi                                   on 1999/09/29  19:11:32
3546         Log: Integrate with Sarathy.
3547      Branch: cfgperl
3548           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
3549           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
3550           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
3551 ____________________________________________________________________________
3552 [  4249] By: bailey                                on 1999/09/29  02:21:31
3553         Log: resync with mainline
3554      Branch: vmsperl
3555           +> (branch 32 files)
3556            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
3557            - lib/unicode/blocks.txt lib/unicode/index2.txt
3558            - lib/unicode/jamo2.txt lib/unicode/names2.txt
3559            - lib/unicode/props2.txt lib/unicode/readme.txt
3560            - t/lib/bigfloatpm.t
3561           !> (integrate 240 files)
3562 ____________________________________________________________________________
3563 [  4248] By: jhi                                   on 1999/09/28  18:14:39
3564         Log: From: Andy Dougherty <doughera@lafayette.edu>
3565              To: Perl Porters <perl5-porters@perl.org>
3566              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
3567              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
3568              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
3569              
3570              From: Andy Dougherty <doughera@lafayette.edu>
3571              To: Perl Porters <perl5-porters@perl.org>
3572              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
3573              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
3574              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
3575      Branch: cfgperl
3576            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
3577            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
3578            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
3579            ! hints/next_4.sh
3580 ____________________________________________________________________________
3581 [  4247] By: gsar                                  on 1999/09/28  17:36:59
3582         Log: revert change#4115 (breaks libwww's base/date.t); could be 
3583              reworked to enable it conditional on $Time::Local::nocroak
3584              or some such
3585      Branch: perl
3586            ! lib/Time/Local.pm
3587 ____________________________________________________________________________
3588 [  4246] By: gsar                                  on 1999/09/28  17:33:14
3589         Log: tweak for win32 build
3590      Branch: perl
3591            ! win32/Makefile win32/makefile.mk
3592 ____________________________________________________________________________
3593 [  4245] By: gsar                                  on 1999/09/28  17:31:34
3594         Log: change#4236 fallout
3595      Branch: perl
3596            ! lib/ExtUtils/MM_Unix.pm
3597 ____________________________________________________________________________
3598 [  4244] By: gsar                                  on 1999/09/28  17:29:31
3599         Log: remove doubled new_xpv
3600      Branch: perl
3601            ! embed.h embed.pl proto.h
3602 ____________________________________________________________________________
3603 [  4243] By: jhi                                   on 1999/09/27  19:13:20
3604         Log: Artistic fine-tuning.
3605      Branch: cfgperl
3606            ! ext/B/defsubs_h.PL
3607 ____________________________________________________________________________
3608 [  4242] By: gsar                                  on 1999/09/27  17:05:22
3609         Log: avoid implicit split to @_ in change#4181; binary -> text file
3610              types in p4
3611      Branch: perl
3612            ! djgpp/configure.bat lib/Exporter/Heavy.pm
3613            ! t/pragma/locale/latin1
3614 ____________________________________________________________________________
3615 [  4241] By: jhi                                   on 1999/09/27  07:48:19
3616         Log: Integrate with Sarathy.
3617      Branch: cfgperl
3618           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
3619           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
3620 ____________________________________________________________________________
3621 [  4240] By: jhi                                   on 1999/09/27  07:47:11
3622         Log: Finalize change #4232.
3623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3624              To: Jarkko Hietaniemi <jhi@iki.fi>
3625              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
3626              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
3627              Date: Sun, 26 Sep 1999 16:52:31 -0400
3628              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
3629      Branch: cfgperl
3630            ! lib/ExtUtils/xsubpp
3631 ____________________________________________________________________________
3632 [  4239] By: gsar                                  on 1999/09/27  02:48:42
3633         Log: add notes in INSTALL about Configure -Accflags=-DFOO
3634      Branch: perl
3635            ! INSTALL
3636 ____________________________________________________________________________
3637 [  4238] By: gsar                                  on 1999/09/27  02:03:48
3638         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
3639              it automatically
3640      Branch: perl
3641            ! embed.h embed.pl
3642 ____________________________________________________________________________
3643 [  4237] By: gsar                                  on 1999/09/27  01:52:47
3644         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3645              Date: Fri, 24 Sep 1999 23:25:36 -0400
3646              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
3647              Subject: [PATCH 5.005_61] Malloc fixes and docs
3648      Branch: perl
3649            ! malloc.c pod/perldiag.pod
3650 ____________________________________________________________________________
3651 [  4236] By: gsar                                  on 1999/09/27  01:31:32
3652         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
3653              <vkonovalov@lucent.com>)
3654      Branch: perl
3655            ! win32/Makefile win32/makefile.mk
3656 ____________________________________________________________________________
3657 [  4235] By: gsar                                  on 1999/09/26  17:02:03
3658         Log: fix buggy popping of subroutine contexts in the lvalue
3659              subroutines implementation (change#4081); correct the
3660              plethora of cases where DIE() was more appropriate than
3661              croak()
3662      Branch: perl
3663            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
3664 ____________________________________________________________________________
3665 [  4234] By: jhi                                   on 1999/09/26  12:06:28
3666         Log: Fix #endif.
3667      Branch: cfgperl
3668            ! XSUB.h
3669 ____________________________________________________________________________
3670 [  4233] By: jhi                                   on 1999/09/26  11:59:18
3671         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
3672              I kept my (Ilya's) version.
3673      Branch: cfgperl
3674           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
3675           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3676           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
3677           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
3678           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
3679           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
3680 ____________________________________________________________________________
3681 [  4232] By: jhi                                   on 1999/09/26  09:53:43
3682         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3683              To: Mailing list Perl5 <perl5-porters@perl.org>
3684              Subject: [PATCH 5.005_61] teach xsubpp function pointers
3685              Date: Sun, 26 Sep 1999 01:36:09 -0400
3686              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
3687              
3688              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3689              To: Mailing list Perl5 <perl5-porters@perl.org>
3690              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
3691              Date: Sun, 26 Sep 1999 03:00:50 -0400
3692              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
3693      Branch: cfgperl
3694            ! lib/ExtUtils/xsubpp utils/h2xs.PL
3695 ____________________________________________________________________________
3696 [  4231] By: jhi                                   on 1999/09/26  09:48:49
3697         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3698              To: perl5-porters@perl.org
3699              Subject: misprint in perlguts
3700              Date: Sun, 26 Sep 1999 12:48:36 +0400
3701              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
3702      Branch: cfgperl
3703            ! pod/perlguts.pod
3704 ____________________________________________________________________________
3705 [  4230] By: gsar                                  on 1999/09/26  00:50:08
3706         Log: add $installarchlib/CORE to default linker search path on windows
3707      Branch: perl
3708            ! win32/Makefile win32/makefile.mk
3709 ____________________________________________________________________________
3710 [  4229] By: gsar                                  on 1999/09/25  20:05:03
3711         Log: support C<use Shell> on Windows (reworked a patch suggested
3712              by Jenda Krynicky <Jenda@McCann.cz>)
3713      Branch: perl
3714            ! lib/Shell.pm
3715 ____________________________________________________________________________
3716 [  4228] By: gsar                                  on 1999/09/25  07:03:34
3717         Log: integrate cfgperl contents into mainline
3718      Branch: perl
3719           +> hints/svr5.sh
3720           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
3721           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3722           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
3723           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
3724 ____________________________________________________________________________
3725 [  4227] By: gsar                                  on 1999/09/25  06:44:47
3726         Log: From: Larry Wall <larry@wall.org>
3727              Date: Fri, 24 Sep 1999 21:59:37 PDT
3728              Message-Id: <199909250459.VAA27506@kiev.wall.org>
3729              Subject: Re: [PATCH 5.005_61] "our" declarations
3730      Branch: perl
3731            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
3732            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3733            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
3734            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
3735            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
3736            ! utils/h2xs.PL
3737 ____________________________________________________________________________
3738 [  4226] By: jhi                                   on 1999/09/24  23:10:52
3739         Log: Integrate with Sarathy.
3740      Branch: cfgperl
3741           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3742           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
3743           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
3744 ____________________________________________________________________________
3745 [  4225] By: gsar                                  on 1999/09/24  18:19:54
3746         Log: avoid infinite recursive exec()s of perl.exe when shebang
3747              contains "Perl" rather than "perl" on DOSISH platforms
3748      Branch: perl
3749            ! toke.c
3750 ____________________________________________________________________________
3751 [  4224] By: gsar                                  on 1999/09/24  16:09:23
3752         Log: support cygwin and other platforms that link to import libraries
3753              rather than directly with shared libraries (from a suggestion
3754              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
3755      Branch: perl
3756            ! utils/perlcc.PL
3757 ____________________________________________________________________________
3758 [  4223] By: gsar                                  on 1999/09/24  05:05:06
3759         Log: normalize time for strftime() (without the isdst effects of
3760              mktime()) using a custom mini_mktime()
3761              From: spider-perl@Orb.Nashua.NH.US
3762              Date: Thu, 23 Sep 1999 17:54:53 -0400
3763              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
3764              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
3765      Branch: perl
3766            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3767            ! ext/POSIX/hints/linux.pl t/lib/posix.t
3768 ____________________________________________________________________________
3769 [  4222] By: gsar                                  on 1999/09/23  06:44:42
3770         Log: change "#" to a comment starter in pack templates; "/" now
3771              used for specifying counted types
3772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3773              Date: Wed, 22 Sep 1999 19:41:30 -0400
3774              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
3775              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
3776      Branch: perl
3777            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
3778 ____________________________________________________________________________
3779 [  4221] By: gsar                                  on 1999/09/23  06:26:54
3780         Log: From: Vishal Bhatia <vishal@gol.com>
3781              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
3782              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
3783              Subject: [patch _61] perlcc changes
3784      Branch: perl
3785            ! utils/perlcc.PL
3786 ____________________________________________________________________________
3787 [  4220] By: gsar                                  on 1999/09/23  01:12:24
3788         Log: add include guard
3789      Branch: perl
3790            ! XSUB.h
3791 ____________________________________________________________________________
3792 [  4219] By: jhi                                   on 1999/09/22  20:38:15
3793         Log: Cleanup cleanup.
3794      Branch: cfgperl
3795            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
3796 ____________________________________________________________________________
3797 [  4218] By: jhi                                   on 1999/09/22  19:26:58
3798         Log: Tweak the equivalence tables once again.
3799      Branch: cfgperl
3800            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3801            ! lib/unicode/mktables.PL
3802 ____________________________________________________________________________
3803 [  4215] By: jhi                                   on 1999/09/22  06:47:03
3804         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3805              To: Mailing list Perl5 <perl5-porters@perl.org>
3806              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
3807              Date: Tue, 21 Sep 1999 19:50:00 -0400
3808              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
3809              
3810              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3811              To: Mailing list Perl5 <perl5-porters@perl.org>
3812              Subject: [PATCH 5.005_61] More verbose -Mre=debug
3813              Date: Tue, 21 Sep 1999 22:29:55 -0400
3814              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
3815      Branch: cfgperl
3816            ! regcomp.c regexec.c
3817 ____________________________________________________________________________
3818 [  4214] By: jhi                                   on 1999/09/21  21:08:43
3819         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
3820              Reply-To: gerberb@zenez.com
3821              To: perl5-porters@perl.org
3822              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
3823              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
3824              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
3825              
3826              (Snipped away the last lines of svr5.sh a la change #3725)
3827      Branch: cfgperl
3828            + hints/svr5.sh
3829            ! Configure MANIFEST config_h.SH hints/sco.sh
3830      Branch: metaconfig
3831            ! U/modified/Cppsym.U U/modified/Oldconfig.U
3832 ____________________________________________________________________________
3833 [  4213] By: jhi                                   on 1999/09/21  20:48:01
3834         Log: From: Kragen Sitaker <kragen@dnaco.net>
3835              To: perl5-porters@perl.org
3836              Subject: [ID 19990921.013] accidental list context in perlfaq9
3837              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
3838              Reply-To: kragen@pobox.com
3839              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
3840      Branch: cfgperl
3841            ! pod/perlfaq9.pod
3842 ____________________________________________________________________________
3843 [  4212] By: jhi                                   on 1999/09/20  19:55:42
3844         Log: Integrate with Sarathy.
3845      Branch: cfgperl
3846           +> README.Y2K
3847           !> Changes MANIFEST
3848 ____________________________________________________________________________
3849 [  4211] By: jhi                                   on 1999/09/20  19:44:44
3850         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
3851      Branch: cfgperl
3852            ! Configure config_h.SH pod/perldelta.pod
3853      Branch: metaconfig/U/perl
3854            ! use64bits.U uselfs.U uselongdbl.U
3855 ____________________________________________________________________________
3856 [  4210] By: jhi                                   on 1999/09/20  19:38:26
3857         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
3858      Branch: cfgperl
3859            ! Configure config_h.SH
3860      Branch: metaconfig
3861            ! U/modified/Options.U
3862 ____________________________________________________________________________
3863 [  4209] By: gsar                                  on 1999/09/20  19:35:39
3864         Log: integrate cfgperl changes into mainline
3865      Branch: perl
3866           +> lib/unicode/Unicode.html
3867            ! Changes
3868           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3869           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
3870 ____________________________________________________________________________
3871 [  4208] By: gsar                                  on 1999/09/20  18:28:44
3872         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
3873      Branch: perl
3874            + README.Y2K
3875            ! MANIFEST
3876 ____________________________________________________________________________
3877 [  4207] By: jhi                                   on 1999/09/20  11:06:13
3878         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
3879      Branch: cfgperl
3880            ! pod/perldelta.pod
3881 ____________________________________________________________________________
3882 [  4206] By: jhi                                   on 1999/09/20  09:53:15
3883         Log: Do not test for gccish things in non-gccish platforms.
3884      Branch: cfgperl
3885            ! Configure config_h.SH
3886      Branch: metaconfig
3887            ! U/compline/ccflags.U
3888 ____________________________________________________________________________
3889 [  4205] By: jhi                                   on 1999/09/20  09:41:22
3890         Log: Prompt for uselfs.
3891      Branch: cfgperl
3892            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3893            ! config_h.SH
3894      Branch: metaconfig
3895            ! U/mksample
3896      Branch: metaconfig/U/perl
3897            ! use64bits.U uselfs.U
3898 ____________________________________________________________________________
3899 [  4204] By: jhi                                   on 1999/09/20  09:09:29
3900         Log: Add usemorebits and uselfs.
3901      Branch: cfgperl
3902            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3903            ! config_h.SH doio.c perl.h
3904      Branch: metaconfig/U/perl
3905            + uselfs.U usemorebits.U
3906            ! use64bits.U uselongdbl.U
3907 ____________________________________________________________________________
3908 [  4203] By: jhi                                   on 1999/09/20  07:48:48
3909         Log: Dethinko.
3910      Branch: cfgperl
3911            ! pod/perlfunc.pod
3912 ____________________________________________________________________________
3913 [  4202] By: jhi                                   on 1999/09/20  07:33:32
3914         Log: Fix a bug in the description of endianness.  Reported in
3915              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3916              To: perl5-porters@perl.org
3917              Subject: BUG: perldoc -f pack
3918              Date: Mon, 20 Sep 1999 09:43:49 +0400
3919              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
3920      Branch: cfgperl
3921            ! pod/perlfunc.pod
3922 ____________________________________________________________________________
3923 [  4201] By: jhi                                   on 1999/09/20  07:01:26
3924         Log: Integrate with Sarathy.
3925      Branch: cfgperl
3926           +> t/op/args.t
3927           !> (integrate 31 files)
3928 ____________________________________________________________________________
3929 [  4200] By: gsar                                  on 1999/09/20  03:45:06
3930         Log: From: Russ Allbery <rra@stanford.edu>
3931              Date: 19 Aug 1999 04:35:44 -0700
3932              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
3933              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
3934      Branch: perl
3935            ! lib/File/Find.pm
3936 ____________________________________________________________________________
3937 [  4199] By: gsar                                  on 1999/09/20  03:27:49
3938         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
3939      Branch: perl
3940            ! ext/B/B/Terse.pm
3941 ____________________________________________________________________________
3942 [  4198] By: gsar                                  on 1999/09/20  03:25:25
3943         Log: add arenas for managing allocations of remaining xpv*v structures
3944              From: Vishal Bhatia <vishal@gol.com>
3945              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
3946              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
3947              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
3948      Branch: perl
3949            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
3950            ! proto.h sv.c
3951 ____________________________________________________________________________
3952 [  4197] By: gsar                                  on 1999/09/20  03:06:10
3953         Log: queue errors due to strictures rather than printing them as
3954              warnings; symbols that violate strictures do *not* end up in
3955              the symbol table anyway, making multiple evals of the same piece
3956              of code produce the same errors; errors indicate all locations
3957              of a global symbol rather than just the first one; these
3958              changes make compile-time failures within evals reliably
3959              visible via the return value or contents of $@, and trappable
3960              using __DIE__ hooks
3961      Branch: perl
3962            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
3963            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
3964            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
3965            ! t/pragma/strict-vars thrdvar.h toke.c util.c
3966 ____________________________________________________________________________
3967 [  4196] By: gsar                                  on 1999/09/19  22:14:29
3968         Log: control change#1914 via hints (causes problems on some platforms)
3969      Branch: perl
3970            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3971            ! ext/POSIX/hints/linux.pl
3972 ____________________________________________________________________________
3973 [  4195] By: gsar                                  on 1999/09/19  21:30:18
3974         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
3975              in passing around references to @_, eg C<sub foo { \@_ }>; add
3976              tests for the same
3977      Branch: perl
3978            + t/op/args.t
3979            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
3980 ____________________________________________________________________________
3981 [  4194] By: jhi                                   on 1999/09/18  18:57:45
3982         Log: Integrate with Sarathy.
3983      Branch: cfgperl
3984           !> opcode.h opcode.pl
3985 ____________________________________________________________________________
3986 [  4193] By: nick                                  on 1999/09/18  15:24:56
3987         Log: Re-integrate mainline
3988              Basic SvUTF8 stuff in headers, no functional changes yet.
3989      Branch: utfperl
3990            + lib/byte.pm lib/byte_heavy.pl
3991           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
3992           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3993           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3994           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3995           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
3996           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
3997           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
3998           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
3999           +> lib/unicode/Names.txt lib/unicode/Props.txt
4000           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
4001           +> t/lib/bigfltpm.t
4002            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
4003            - lib/unicode/blocks.txt lib/unicode/index2.txt
4004            - lib/unicode/jamo2.txt lib/unicode/names2.txt
4005            - lib/unicode/props2.txt lib/unicode/readme.txt
4006            - t/lib/bigfloatpm.t
4007            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
4008            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
4009            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
4010            ! warnings.h
4011           !> (integrate 142 files)
4012 ____________________________________________________________________________
4013 [  4192] By: gsar                                  on 1999/09/18  15:11:47
4014         Log: more op description tweaks
4015      Branch: perl
4016            ! opcode.h opcode.pl
4017 ____________________________________________________________________________
4018 [  4191] By: jhi                                   on 1999/09/18  07:47:16
4019         Log: Integrate with Sarathy.
4020      Branch: cfgperl
4021           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
4022           !> t/pragma/warn/op
4023 ____________________________________________________________________________
4024 [  4190] By: jhi                                   on 1999/09/18  07:35:45
4025         Log: Add description of the Unicode database files.
4026      Branch: cfgperl
4027            + lib/unicode/Unicode.html
4028 ____________________________________________________________________________
4029 [  4189] By: gsar                                  on 1999/09/18  03:14:58
4030         Log: tweak some op names in change#4177 (will any of this break code that
4031              gropes $@ ?)
4032      Branch: perl
4033            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
4034            ! t/pragma/warn/op
4035 ____________________________________________________________________________
4036 [  4188] By: jhi                                   on 1999/09/17  21:30:08
4037         Log: Pick up the typo fix.
4038      Branch: cfgperl
4039           !> t/io/open.t
4040 ____________________________________________________________________________
4041 [  4187] By: gsar                                  on 1999/09/17  21:13:55
4042         Log: fix typo
4043      Branch: perl
4044            ! t/io/open.t
4045 ____________________________________________________________________________
4046 [  4186] By: gsar                                  on 1999/09/17  20:57:29
4047         Log: integrate cfgperl change
4048      Branch: perl
4049           !> vms/subconfigure.com
4050 ____________________________________________________________________________
4051 [  4185] By: jhi                                   on 1999/09/17  20:46:41
4052         Log: Re-apply applicable parts of #3993, #3994, and #3995.
4053      Branch: cfgperl
4054            ! vms/subconfigure.com
4055 ____________________________________________________________________________
4056 [  4184] By: gsar                                  on 1999/09/17  20:26:02
4057         Log: integrate cfgperl contents into mainline
4058      Branch: perl
4059           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
4060           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
4061           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
4062           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
4063           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
4064           +> lib/unicode/SpecCase.txt
4065            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
4066            - lib/unicode/index2.txt lib/unicode/jamo2.txt
4067            - lib/unicode/names2.txt lib/unicode/props2.txt
4068            - lib/unicode/readme.txt
4069           !> (integrate 73 files)
4070 ____________________________________________________________________________
4071 [  4183] By: jhi                                   on 1999/09/17  20:25:51
4072         Log: Integrate with Sarathy.
4073      Branch: cfgperl
4074           !> configure.com ext/ByteLoader/byterun.h
4075           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
4076           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
4077           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
4078           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
4079 ____________________________________________________________________________
4080 [  4182] By: gsar                                  on 1999/09/17  20:16:28
4081         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
4082              vmsperl contents have prevailed)
4083      Branch: perl
4084           !> configure.com ext/ByteLoader/byterun.h
4085           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
4086           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
4087           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
4088           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
4089 ____________________________________________________________________________
4090 [  4181] By: jhi                                   on 1999/09/17  20:12:37
4091         Log: From: Michael G Schwern <schwern@pobox.com>
4092              To: perl5-porters@perl.org
4093              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
4094              Date: Thu, 19 Aug 1999 21:30:01 -0400
4095              Message-ID: <19990819213001.A22512@athens.aocn.com>
4096      Branch: cfgperl
4097            ! lib/Exporter/Heavy.pm
4098 ____________________________________________________________________________
4099 [  4180] By: gsar                                  on 1999/09/17  20:11:00
4100         Log: perlhist additions
4101      Branch: perl
4102            ! pod/perlhist.pod
4103 ____________________________________________________________________________
4104 [  4179] By: jhi                                   on 1999/09/17  20:08:00
4105         Log: The change #4176 should've undone only the test, not the code patch.
4106      Branch: cfgperl
4107            ! doio.c
4108 ____________________________________________________________________________
4109 [  4178] By: jhi                                   on 1999/09/17  20:06:08
4110         Log: From: Ian Phillipps <ian@dial.pipex.com>
4111              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
4112              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
4113              Date: Sat, 21 Aug 1999 12:36:12 +0100
4114              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
4115      Branch: cfgperl
4116            ! pod/perlsyn.pod
4117 ____________________________________________________________________________
4118 [  4177] By: jhi                                   on 1999/09/17  20:00:19
4119         Log: More descriptive names for operators.
4120              
4121              From: Michael G Schwern <schwern@pobox.com>
4122              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
4123              Cc: perl5-porters@perl.org
4124              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
4125              Date: Tue, 17 Aug 1999 18:35:45 -0400
4126              Message-ID: <19990817183545.A23073@toldyouso.com>
4127              
4128              From: Michael G Schwern <schwern@pobox.com>
4129              To: perl5-porters@perl.org
4130              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
4131              Date: Wed, 18 Aug 1999 03:53:38 -0400
4132              Message-ID: <19990818035337.A31505@athens.aocn.com>
4133      Branch: cfgperl
4134            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
4135            ! t/pragma/warn/op t/pragma/warn/sv
4136 ____________________________________________________________________________
4137 [  4176] By: jhi                                   on 1999/09/17  18:19:18
4138         Log: Take away the infamous io/dup.t #7.
4139              It seems there simply is no way to portably
4140              "flush" an input file handle.
4141      Branch: cfgperl
4142            ! doio.c t/io/dup.t
4143 ____________________________________________________________________________
4144 [  4175] By: jhi                                   on 1999/09/17  14:45:08
4145         Log: From: Barrie Slaymaker <barries@slaysys.com>
4146              To: perl5-porters@perl.org
4147              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
4148              Date: Fri, 17 Sep 1999 11:16:48 -0400
4149              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
4150      Branch: cfgperl
4151            ! lib/Benchmark.pm
4152 ____________________________________________________________________________
4153 [  4174] By: jhi                                   on 1999/09/17  14:07:16
4154         Log: UNICOS does support large files but doesn't support sparse files
4155              so we cannot easily test for large file support.
4156      Branch: cfgperl
4157            ! t/lib/syslfs.t t/op/lfs.t
4158 ____________________________________________________________________________
4159 [  4173] By: jhi                                   on 1999/09/17  14:03:44
4160         Log: UNICOS has sloppy division/modulo for floating point numbers.
4161      Branch: cfgperl
4162            ! t/op/arith.t
4163 ____________________________________________________________________________
4164 [  4172] By: jhi                                   on 1999/09/17  13:47:49
4165         Log: Portable blocksize (replaces #4171).
4166      Branch: cfgperl
4167            ! t/lib/syslfs.t t/op/lfs.t
4168 ____________________________________________________________________________
4169 [  4171] By: jhi                                   on 1999/09/17  13:08:54
4170         Log: (replaced by #4172)
4171      Branch: cfgperl
4172            ! t/lib/syslfs.t t/op/lfs.t
4173 ____________________________________________________________________________
4174 [  4170] By: jhi                                   on 1999/09/17  12:59:11
4175         Log: Detypo #4169.
4176      Branch: cfgperl
4177            ! t/lib/syslfs.t t/op/lfs.t
4178 ____________________________________________________________________________
4179 [  4169] By: jhi                                   on 1999/09/17  12:16:34
4180         Log: Diagnose possible quota limits.
4181      Branch: cfgperl
4182            ! t/lib/syslfs.t t/op/lfs.t
4183 ____________________________________________________________________________
4184 [  4168] By: jhi                                   on 1999/09/17  12:10:43
4185         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
4186              doesn't have one that wouldn't cause SIGSYS.  UNICOS
4187              does have getpgrp(void) so Perl getpgrp() is happy.
4188      Branch: cfgperl
4189            ! hints/unicos.sh
4190 ____________________________________________________________________________
4191 [  4167] By: jhi                                   on 1999/09/17  11:49:30
4192         Log: Filesystem quotas may stop you from using large files.
4193      Branch: cfgperl
4194            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
4195 ____________________________________________________________________________
4196 [  4166] By: jhi                                   on 1999/09/17  11:36:01
4197         Log: Too strict pattern for parsing group lists.
4198      Branch: cfgperl
4199            ! t/op/groups.t
4200 ____________________________________________________________________________
4201 [  4165] By: jhi                                   on 1999/09/17  09:06:18
4202         Log: Configure maintenance. It's sigaction.sa_flags
4203              and the Glossary regen'ed.
4204      Branch: cfgperl
4205            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4206            ! config_h.SH
4207      Branch: metaconfig
4208            ! U/compline/d_sigaction.U
4209 ____________________________________________________________________________
4210 [  4164] By: jhi                                   on 1999/09/15  06:57:51
4211         Log: Integrate with Sarathy.
4212      Branch: cfgperl
4213           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
4214           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
4215           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
4216           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
4217           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
4218           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
4219           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
4220           !> jpl/PerlInterpreter/Makefile.PL
4221           !> jpl/PerlInterpreter/PerlInterpreter.c
4222           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4223           !> jpl/Sample/Makefile.PL jpl/install-jpl
4224           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
4225           !> t/op/pat.t
4226 ____________________________________________________________________________
4227 [  4163] By: gsar                                  on 1999/09/15  05:17:27
4228         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
4229      Branch: perl
4230            ! lib/File/Spec/Functions.pm
4231 ____________________________________________________________________________
4232 [  4162] By: gsar                                  on 1999/09/15  05:09:14
4233         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
4234      Branch: perl
4235            ! Changes embed.h embed.pl
4236 ____________________________________________________________________________
4237 [  4161] By: gsar                                  on 1999/09/15  04:08:25
4238         Log: missing perlhist dates from Jeff Okamoto
4239      Branch: perl
4240            ! pod/perlhist.pod
4241 ____________________________________________________________________________
4242 [  4160] By: gsar                                  on 1999/09/15  03:13:08
4243         Log: jpl tweak
4244      Branch: perl
4245            ! MANIFEST jpl/JNI/Makefile.PL
4246 ____________________________________________________________________________
4247 [  4159] By: gsar                                  on 1999/09/15  02:57:08
4248         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
4249              Jepson <bjepson@home.com>)
4250      Branch: perl
4251            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
4252            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
4253            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
4254            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
4255            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4256            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
4257            ! jpl/PerlInterpreter/Makefile.PL
4258            ! jpl/PerlInterpreter/PerlInterpreter.c
4259            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4260            ! jpl/Sample/Makefile.PL jpl/install-jpl
4261 ____________________________________________________________________________
4262 [  4158] By: gsar                                  on 1999/09/15  01:27:14
4263         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
4264              Date:    Tue, 14 Sep 1999 21:26:15 EDT
4265              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
4266              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
4267      Branch: perl
4268            ! regexec.c t/op/pat.t
4269 ____________________________________________________________________________
4270 [  4157] By: jhi                                   on 1999/09/14  21:18:09
4271         Log: config.h will define USE_64_BITS if need be.
4272      Branch: cfgperl
4273            ! hints/irix_6.sh
4274 ____________________________________________________________________________
4275 [  4156] By: jhi                                   on 1999/09/14  20:30:00
4276         Log: Change #4149 necessitates also a small code change.
4277      Branch: cfgperl
4278            ! ext/B/defsubs_h.PL
4279 ____________________________________________________________________________
4280 [  4155] By: jhi                                   on 1999/09/14  20:15:53
4281         Log: Update EPOC libdir names.
4282      Branch: cfgperl
4283            ! epoc/config.h
4284 ____________________________________________________________________________
4285 [  4154] By: jhi                                   on 1999/09/14  20:13:41
4286         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
4287              deceased HAS.*DBM.*64 mumblings.
4288      Branch: cfgperl
4289            ! Configure config_h.SH epoc/config.h
4290 ____________________________________________________________________________
4291 [  4153] By: jhi                                   on 1999/09/14  20:04:53
4292         Log: Configure nits.
4293      Branch: cfgperl
4294            ! Configure config_h.SH
4295      Branch: metaconfig
4296            ! U/compline/d_sigaction.U U/threads/i_pthread.U
4297 ____________________________________________________________________________
4298 [  4152] By: jhi                                   on 1999/09/14  19:30:22
4299         Log: Integrate with Sarathy.
4300      Branch: cfgperl
4301           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
4302            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
4303           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
4304           !> win32/config_sh.PL
4305 ____________________________________________________________________________
4306 [  4151] By: jhi                                   on 1999/09/14  10:25:01
4307         Log: Update Unicode database and recompute the tables.
4308              Rename the .txt files to be more Unicode 3.0-like.
4309              Unihan-3.0.txt not included because it is 16 MB.
4310              syllables.txt is manually maintained.
4311              See ReadMe.txt for description of the .txt files.
4312              (not all of them are used yet)
4313      Branch: cfgperl
4314            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
4315            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
4316            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
4317            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
4318            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
4319            + lib/unicode/SpecCase.txt
4320            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
4321            - lib/unicode/index2.txt lib/unicode/jamo2.txt
4322            - lib/unicode/names2.txt lib/unicode/props2.txt
4323            - lib/unicode/readme.txt
4324            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
4325            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
4326            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
4327            ! lib/unicode/Decomposition.pl
4328            ! lib/unicode/In/ArabicPresentationForms-B.pl
4329            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
4330            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
4331            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
4332            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
4333            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
4334            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
4335            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
4336            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
4337            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
4338            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
4339            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
4340            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
4341            ! lib/unicode/mktables.PL
4342 ____________________________________________________________________________
4343 [  4150] By: gsar                                  on 1999/09/14  09:31:57
4344         Log: INSTALL tweak
4345      Branch: perl
4346            ! INSTALL
4347 ____________________________________________________________________________
4348 [  4149] By: gsar                                  on 1999/09/14  09:00:45
4349         Log: change some filenames to be 8.3-friendly
4350      Branch: perl
4351           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
4352            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
4353            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
4354 ____________________________________________________________________________
4355 [  4148] By: gsar                                  on 1999/09/14  08:35:00
4356         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
4357      Branch: perl
4358            ! win32/config_sh.PL
4359 ____________________________________________________________________________
4360 [  4147] By: jhi                                   on 1999/09/14  08:07:49
4361         Log: Not that UVSIZE normally differs that much from IVSIZE...
4362      Branch: cfgperl
4363            ! perl.h
4364 ____________________________________________________________________________
4365 [  4146] By: jhi                                   on 1999/09/14  08:04:40
4366         Log: Integrate with Sarathy.
4367      Branch: cfgperl
4368           !> Changes ext/DB_File/DB_File.xs
4369 ____________________________________________________________________________
4370 [  4145] By: jhi                                   on 1999/09/14  07:10:02
4371         Log: I_PTHREAD was PTHREADEAD.
4372      Branch: cfgperl
4373            ! Configure config_h.SH
4374      Branch: metaconfig
4375            ! U/threads/i_pthread.U
4376 ____________________________________________________________________________
4377 [  4144] By: gsar                                  on 1999/09/14  06:46:47
4378         Log: change#4113 was missing DB_File.xs changes
4379      Branch: perl
4380            ! ext/DB_File/DB_File.xs
4381 ____________________________________________________________________________
4382 [  4143] By: jhi                                   on 1999/09/13  20:16:20
4383         Log: Small doc and whitespace edits.
4384      Branch: cfgperl
4385            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4386            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4387            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
4388            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
4389            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
4390            ! pod/perldelta.pod
4391 ____________________________________________________________________________
4392 [  4142] By: gsar                                  on 1999/09/13  19:32:31
4393         Log: integrate cfgperl contents into mainline, update Changes
4394      Branch: perl
4395           +> ext/DB_File/version.c
4396            ! Changes
4397           !> (integrate 44 files)
4398 ____________________________________________________________________________
4399 [  4141] By: jhi                                   on 1999/09/13  16:16:56
4400         Log: Scan for <pthread.h> always.
4401      Branch: cfgperl
4402            ! Configure config_h.SH perl.h
4403      Branch: metaconfig
4404            ! U/threads/i_pthread.U
4405 ____________________________________________________________________________
4406 [  4140] By: jhi                                   on 1999/09/13  16:00:08
4407         Log: Integrate with Sarathy.
4408      Branch: cfgperl
4409           !> (integrate 27 files)
4410 ____________________________________________________________________________
4411 [  4139] By: jhi                                   on 1999/09/13  15:35:18
4412         Log: Add -A option to Configure to diddle with variables
4413              after the hints file has been applied.
4414      Branch: cfgperl
4415            ! Configure config_h.SH
4416      Branch: metaconfig
4417            ! U/modified/Oldconfig.U U/modified/Options.U
4418 ____________________________________________________________________________
4419 [  4138] By: jhi                                   on 1999/09/13  13:42:56
4420         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
4421      Branch: cfgperl
4422            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4423            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4424            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
4425            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
4426            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
4427 ____________________________________________________________________________
4428 [  4137] By: jhi                                   on 1999/09/13  13:25:31
4429         Log: Applying change #4136 manually introduced patch residue.
4430      Branch: cfgperl
4431            ! perl.h
4432 ____________________________________________________________________________
4433 [  4136] By: jhi                                   on 1999/09/13  13:23:04
4434         Log: Replace change #4100 with
4435              From: Robin Barker <rmb1@cise.npl.co.uk>
4436              To: gsar@activestate.com
4437              Cc: perl5-porters@perl.org
4438              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
4439              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
4440              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
4441      Branch: cfgperl
4442            ! doio.c dump.c ext/B/B.xs ext/B/typemap
4443            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
4444            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
4445            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
4446            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
4447 ____________________________________________________________________________
4448 [  4135] By: jhi                                   on 1999/09/13  10:22:31
4449         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4450              To: perl5-porters@perl.org (Mailing list Perl5)
4451              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
4452              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
4453              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
4454              
4455              From: andreas.koenig@anima.de (Andreas J. Koenig)
4456              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
4457              Cc: perl5-porters@perl.org (Mailing list Perl5)
4458              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
4459              Date: 11 Sep 1999 15:36:26 +0200
4460              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
4461      Branch: cfgperl
4462            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4463 ____________________________________________________________________________
4464 [  4134] By: jhi                                   on 1999/09/13  10:20:14
4465         Log: From: Tom Phoenix <rootbeer@redcat.com>
4466              To: Perl Porters Mailing List <perl5-porters@perl.org>
4467              Subject: [DOCPATCH] Server errors and perldiag
4468              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
4469              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
4470      Branch: cfgperl
4471            ! pod/perldiag.pod
4472 ____________________________________________________________________________
4473 [  4133] By: gsar                                  on 1999/09/13  03:25:43
4474         Log: avoid assertion failure on C<@a'>
4475      Branch: perl
4476            ! toke.c
4477 ____________________________________________________________________________
4478 [  4132] By: gsar                                  on 1999/09/13  03:03:57
4479         Log: add -DPERL_Y2KWARN build option that will generate additional
4480              warnings on "19$yy" etc (reworked a patch suggested by
4481              Ulrich Pfeifer <upf@de.uu.net>)
4482      Branch: perl
4483            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
4484            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
4485 ____________________________________________________________________________
4486 [  4131] By: gsar                                  on 1999/09/12  22:06:25
4487         Log: fix DATA leaks; reword documentation about the DATA filehandle
4488      Branch: perl
4489            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
4490 ____________________________________________________________________________
4491 [  4130] By: gsar                                  on 1999/09/12  20:08:56
4492         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
4493              formatted result looks nonstandard
4494      Branch: perl
4495            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
4496            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
4497            ! t/pragma/locale.t thrdvar.h
4498 ____________________________________________________________________________
4499 [  4129] By: gsar                                  on 1999/09/12  17:04:11
4500         Log: From: Doug MacEachern <dougm@cp.net>
4501              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
4502              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
4503              Subject: [PATCH 5.005_57] B::clearsym
4504      Branch: perl
4505            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
4506 ____________________________________________________________________________
4507 [  4128] By: gsar                                  on 1999/09/12  16:59:12
4508         Log: better debugger help output (from Ilya Zakharevich)
4509      Branch: perl
4510            ! lib/perl5db.pl
4511 ____________________________________________________________________________
4512 [  4127] By: jhi                                   on 1999/09/11  20:50:37
4513         Log: Integrate with Sarathy.
4514      Branch: cfgperl
4515           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
4516           +> t/lib/gol-linkage.t
4517           !> (integrate 43 files)
4518 ____________________________________________________________________________
4519 [  4126] By: nick                                  on 1999/09/10  20:44:22
4520         Log: Get resolve -at mainline
4521      Branch: utfperl
4522           +> (branch 297 files)
4523            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
4524            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
4525            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
4526            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
4527            - t/pragma/warn-1global t/pragma/warning.t thread.sym
4528            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
4529            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
4530            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
4531            - win32/makeperldef.pl win32/perlhost.h
4532           !> (integrate 847 files)
4533 ____________________________________________________________________________
4534 [  4125] By: gsar                                  on 1999/09/10  19:22:14
4535         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
4536              etc.)
4537      Branch: perl
4538            ! XSUB.h pp.h
4539 ____________________________________________________________________________
4540 [  4124] By: gsar                                  on 1999/09/10  19:14:35
4541         Log: rewrote substantive parts of patch
4542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4543              Date: Fri, 27 Aug 1999 19:02:18 -0400
4544              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
4545              Subject: [PATCH 5.005_58] REx documentation
4546      Branch: perl
4547            ! pod/perlre.pod
4548 ____________________________________________________________________________
4549 [  4123] By: gsar                                  on 1999/09/10  18:21:53
4550         Log: note about AVf_*
4551      Branch: perl
4552            ! av.h
4553 ____________________________________________________________________________
4554 [  4122] By: gsar                                  on 1999/09/10  17:55:42
4555         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
4556              <lichtin@bivio.com>)
4557      Branch: perl
4558            ! lib/Pod/Html.pm
4559 ____________________________________________________________________________
4560 [  4121] By: gsar                                  on 1999/09/10  17:49:35
4561         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
4562      Branch: perl
4563            ! AUTHORS Changes README.dos djgpp/config.over
4564            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
4565            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
4566            ! pod/podselect.PL sv.h t/io/openpid.t util.c
4567 ____________________________________________________________________________
4568 [  4120] By: gsar                                  on 1999/09/10  12:25:01
4569         Log: add perlcompile.pod (edited content from Nathan Torkington
4570              <gnat@frii.com> and others)
4571      Branch: perl
4572            + pod/perlcompile.pod
4573            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
4574 ____________________________________________________________________________
4575 [  4119] By: gsar                                  on 1999/09/10  11:05:13
4576         Log: avoid leaking static local_patches unless patchlevel.h is
4577              explicitly included
4578      Branch: perl
4579            ! patchlevel.h perl.c
4580 ____________________________________________________________________________
4581 [  4118] By: gsar                                  on 1999/09/10  10:44:54
4582         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
4583              <jvromans@squirrel.nl>)
4584      Branch: perl
4585            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
4586            ! Changes MANIFEST lib/Getopt/Long.pm
4587 ____________________________________________________________________________
4588 [  4116] By: jhi                                   on 1999/09/09  15:56:52
4589         Log: perldeltify change #4115.
4590      Branch: cfgperl
4591            ! pod/perldelta.pod
4592 ____________________________________________________________________________
4593 [  4115] By: jhi                                   on 1999/09/09  15:48:56
4594         Log: From: "John L. Allen" <allen@grumman.com> 
4595              To: perl5-porters@perl.org 
4596              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
4597              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
4598              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
4599      Branch: cfgperl
4600            ! lib/Time/Local.pm
4601 ____________________________________________________________________________
4602 [  4114] By: jhi                                   on 1999/09/09  15:42:30
4603         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
4604              To: perl5-porters@perl.org
4605              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
4606              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
4607              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
4608      Branch: cfgperl
4609            ! pp_sys.c
4610 ____________________________________________________________________________
4611 [  4113] By: jhi                                   on 1999/09/09  10:17:45
4612         Log: From: paul.marquess@bt.com
4613              To: gsar@ActiveState.com
4614              Cc: perl5-porters@perl.org
4615              Subject: [PATCH 5.005_61] DB_File 1.71
4616              Date: Thu, 9 Sep 1999 11:20:13 +0100
4617              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
4618      Branch: cfgperl
4619            + ext/DB_File/version.c
4620            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
4621            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
4622            ! t/lib/db-btree.t
4623 ____________________________________________________________________________
4624 [  4112] By: jhi                                   on 1999/09/09  09:05:32
4625         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4626              To: perl5-porters@perl.org (Mailing list Perl5)
4627              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
4628              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
4629              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
4630      Branch: cfgperl
4631            ! regexec.c t/op/pat.t
4632 ____________________________________________________________________________
4633 [  4110] By: jhi                                   on 1999/09/09  07:29:17
4634         Log: Tidy up 64-bit situation in perldelta.
4635      Branch: cfgperl
4636            ! pod/perldelta.pod
4637 ____________________________________________________________________________
4638 [  4109] By: jhi                                   on 1999/09/09  07:26:53
4639         Log: Clear up PL_regcc issues.
4640              
4641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4642              To: perl5-porters@perl.org (Mailing list Perl5)
4643              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
4644              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
4645              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
4646      Branch: cfgperl
4647            ! regexec.c
4648 ____________________________________________________________________________
4649 [  4108] By: gsar                                  on 1999/09/08  20:52:51
4650         Log: avoid ass_u_ming uppercase types are not user objects (spotted
4651              by Kurt Starsinic)
4652      Branch: perl
4653            ! ext/Data/Dumper/Dumper.pm
4654 ____________________________________________________________________________
4655 [  4107] By: gsar                                  on 1999/09/08  20:35:18
4656         Log: From: akim@epita.fr (DEMAILLE Akim)
4657              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
4658              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
4659              Subject: [ID 19990908.014] s2p does not quote @
4660      Branch: perl
4661            ! x2p/s2p.PL
4662 ____________________________________________________________________________
4663 [  4106] By: gsar                                  on 1999/09/08  20:25:12
4664         Log: integrate cfgperl contents into mainline
4665      Branch: perl
4666           !> (integrate 30 files)
4667 ____________________________________________________________________________
4668 [  4105] By: jhi                                   on 1999/09/08  09:02:37
4669         Log: Minor touches at the [:class:] description.
4670      Branch: cfgperl
4671            ! pod/perlre.pod
4672 ____________________________________________________________________________
4673 [  4104] By: jhi                                   on 1999/09/08  08:57:58
4674         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4675              To: Mailing list Perl5 <perl5-porters@perl.org>
4676              Subject: [PATCH 5.005_58] Fix debugging output for REx
4677              Date: Wed, 8 Sep 1999 05:02:02 -0400
4678              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
4679      Branch: cfgperl
4680            ! regcomp.c
4681 ____________________________________________________________________________
4682 [  4103] By: gsar                                  on 1999/09/08  00:53:50
4683         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
4684      Branch: perl
4685            ! pp.c
4686 ____________________________________________________________________________
4687 [  4102] By: gsar                                  on 1999/09/08  00:52:50
4688         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
4689      Branch: perl
4690            ! cop.h pp_hot.c
4691 ____________________________________________________________________________
4692 [  4101] By: gsar                                  on 1999/09/07  17:25:07
4693         Log: various fixups for windows
4694      Branch: perl
4695            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
4696            ! win32/Makefile win32/makefile.mk xsutils.c
4697 ____________________________________________________________________________
4698 [  4100] By: jhi                                   on 1999/09/07  12:49:15
4699         Log: Fix pointer casts.
4700              
4701              From: Robin Barker <rmb1@cise.npl.co.uk>
4702              To: perl5-porters@perl.org
4703              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
4704              -Duse64bits
4705              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
4706              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
4707      Branch: cfgperl
4708            ! doio.c dump.c ext/B/B.xs ext/B/typemap
4709            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
4710            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
4711            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
4712            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
4713 ____________________________________________________________________________
4714 [  4099] By: jhi                                   on 1999/09/07  10:29:04
4715         Log: Add sig/pid/uid size and sign probes.
4716      Branch: metaconfig
4717            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
4718            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
4719 ____________________________________________________________________________
4720 [  4098] By: jhi                                   on 1999/09/07  10:27:06
4721         Log: Band-aid until we've got %{Uid_t} or something similar
4722              for sv_catpvfn().
4723      Branch: cfgperl
4724            ! taint.c
4725 ____________________________________________________________________________
4726 [  4097] By: jhi                                   on 1999/09/07  09:41:23
4727         Log: Fix a printf thinko: now quads must have the ll L q prefix.
4728              (in other words, a bare %d is an int/unsigned)
4729      Branch: cfgperl
4730            ! pp_sys.c sv.c t/op/64bit.t
4731 ____________________________________________________________________________
4732 [  4096] By: jhi                                   on 1999/09/07  07:36:17
4733         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
4734              
4735              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
4736              To: perl5-porters@perl.org
4737              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
4738              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
4739              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
4740      Branch: cfgperl
4741            ! hints/hpux.sh perl.h
4742 ____________________________________________________________________________
4743 [  4095] By: gsar                                  on 1999/09/06  20:47:02
4744         Log: applied suggested patch with suitable test to detect MSVC
4745              From: "Vishal Bhatia" <vishalb@my-deja.com>
4746              Date: Wed, 11 Aug 1999 01:43:28 -0700
4747              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
4748              Subject: compiler on  win32
4749      Branch: perl
4750            ! ext/B/B/C.pm
4751 ____________________________________________________________________________
4752 [  4094] By: jhi                                   on 1999/09/06  20:34:44
4753         Log: Integrate with Sarathy.
4754      Branch: cfgperl
4755           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
4756           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
4757 ____________________________________________________________________________
4758 [  4093] By: jhi                                   on 1999/09/06  20:33:43
4759         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
4760              so that they overflow also on 64-bit platforms.
4761      Branch: cfgperl
4762            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
4763 ____________________________________________________________________________
4764 [  4092] By: gsar                                  on 1999/09/06  20:16:58
4765         Log: support bytecode and C backends in perlcc (patch suggested
4766              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
4767              C backend the default; describe new switches in pod; introduce
4768              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
4769              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
4770              entries
4771      Branch: perl
4772            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
4773            ! t/harness utils/Makefile utils/perlcc.PL
4774 ____________________________________________________________________________
4775 [  4091] By: jhi                                   on 1999/09/06  19:10:41
4776         Log: Integrate with Sarathy.
4777      Branch: cfgperl
4778           +> t/pragma/sub_lval.t
4779           !> (integrate 52 files)
4780 ____________________________________________________________________________
4781 [  4090] By: gsar                                  on 1999/09/06  19:09:06
4782         Log: propagate changed error text
4783      Branch: perl
4784            ! t/pragma/sub_lval.t
4785 ____________________________________________________________________________
4786 [  4089] By: gsar                                  on 1999/09/06  18:54:43
4787         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
4788      Branch: perl
4789            ! pod/perlfunc.pod
4790 ____________________________________________________________________________
4791 [  4088] By: gsar                                  on 1999/09/06  18:52:10
4792         Log: From: paul.marquess@bt.com
4793              Date: Sun, 5 Sep 1999 15:11:08 +0100 
4794              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
4795              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
4796      Branch: perl
4797            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
4798            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
4799            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
4800            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
4801            ! toke.c
4802 ____________________________________________________________________________
4803 [  4087] By: gsar                                  on 1999/09/06  18:06:06
4804         Log: change#3612 is buggy when quotemeta argument matches target
4805              (hope this is the last of the optimized-OP_SASSIGN bugs)
4806              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4807              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
4808              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
4809              Subject: Re: [BUG: quotemeta]
4810      Branch: perl
4811            ! Changes op.c t/op/lex_assign.t
4812 ____________________________________________________________________________
4813 [  4086] By: gsar                                  on 1999/09/06  17:57:52
4814         Log: misc tweaks
4815      Branch: perl
4816            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
4817 ____________________________________________________________________________
4818 [  4085] By: gsar                                  on 1999/09/06  03:54:23
4819         Log: applied patch suggested by Hans Mulder to fix problems on
4820              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
4821              when they ask for bincompat (platforms that used to default
4822              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
4823              (appears unsalvageable on some platforms)
4824      Branch: perl
4825            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
4826 ____________________________________________________________________________
4827 [  4084] By: bailey                                on 1999/09/06  02:39:11
4828         Log: Integrate mainline 5.05_61
4829      Branch: vmsperl
4830           +> (branch 32 files)
4831            - lib/unicode/EthiopicSyllables.txt
4832            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
4833            - warning.pl
4834            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
4835            ! vms/perly_h.vms vms/vms.c
4836           !> (integrate 346 files)
4837 ____________________________________________________________________________
4838 [  4083] By: gsar                                  on 1999/09/06  00:10:40
4839         Log: optional warning on join(/foo/...) (reworked suggested patch
4840              by Mark-Jason Dominus <mjd@plover.com>)
4841      Branch: perl
4842            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
4843            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
4844            ! pp_proto.h t/pragma/warn/op
4845 ____________________________________________________________________________
4846 [  4082] By: gsar                                  on 1999/09/05  22:28:57
4847         Log: fix data loss when more than one block is read from SDBM
4848              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
4849      Branch: perl
4850            ! ext/SDBM_File/sdbm/sdbm.c
4851 ____________________________________________________________________________
4852 [  4081] By: gsar                                  on 1999/09/05  22:07:18
4853         Log: initial implementation of lvalue subroutines (slightly fixed
4854              version of patch suggested by Ilya Zakharevich, which in turn
4855              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
4856      Branch: perl
4857            + t/pragma/sub_lval.t
4858            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
4859            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
4860            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
4861            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
4862            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
4863 ____________________________________________________________________________
4864 [  4080] By: jhi                                   on 1999/09/05  22:02:18
4865         Log: Undo #4055 (related to #4079).
4866      Branch: cfgperl
4867            ! pod/perlop.pod
4868 ____________________________________________________________________________
4869 [  4079] By: jhi                                   on 1999/09/05  21:30:54
4870         Log: Time is not yet ripe.
4871      Branch: cfgperl
4872            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
4873 ____________________________________________________________________________
4874 [  4078] By: gsar                                  on 1999/09/05  18:17:32
4875         Log: modified suggested patch to handle cross-refs and qr// objects
4876              correctly; unfollowed refs are represented as simple string
4877              value, not just the bare type; $VERSION stays the same until
4878              it is ready for prime time (avoids CPAN confustication)
4879              From:    John Nolan <jpnolan@Op.Net>
4880              Date:    Wed, 04 Aug 1999 20:21:10 EDT
4881              Message-Id: <199908050021.UAA09693@monet.op.net>
4882              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
4883      Branch: perl
4884            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
4885            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
4886 ____________________________________________________________________________
4887 [  4077] By: jhi                                   on 1999/09/04  21:54:42
4888         Log: timesum() wasn't @EXPORTed as promised by the documentation.
4889              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
4890      Branch: cfgperl
4891            ! lib/Benchmark.pm
4892 ____________________________________________________________________________
4893 [  4076] By: gsar                                  on 1999/09/04  20:21:59
4894         Log: integrate cfgperl contents into mainline
4895      Branch: perl
4896           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
4897           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
4898           +> warnings.h warnings.pl xsutils.c
4899            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
4900           !> (integrate 109 files)
4901 ____________________________________________________________________________
4902 [  4075] By: jhi                                   on 1999/09/04  18:04:47
4903         Log: use integer on the problematic subtest.
4904      Branch: cfgperl
4905            ! t/op/misc.t
4906 ____________________________________________________________________________
4907 [  4074] By: jhi                                   on 1999/09/04  17:57:40
4908         Log: Warn about numconvert.t in case somebody
4909              wants to make sv_2pv more 64-bit aware.
4910      Branch: cfgperl
4911            ! sv.c
4912 ____________________________________________________________________________
4913 [  4073] By: jhi                                   on 1999/09/04  17:54:51
4914         Log: Comment upgrading: the quad situation isn't quite as
4915              bad as it used to be.
4916      Branch: cfgperl
4917            ! perl.h
4918 ____________________________________________________________________________
4919 [  4072] By: jhi                                   on 1999/09/04  15:35:37
4920         Log: Integrate with Sarathy.
4921      Branch: cfgperl
4922           !> win32/win32.c
4923 ____________________________________________________________________________
4924 [  4071] By: jhi                                   on 1999/09/04  15:28:11
4925         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
4926              
4927              From: Robin Barker <rmb1@cise.npl.co.uk>
4928              To: perl5-porters@perl.org
4929              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4930              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
4931              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
4932              
4933              and later (in private email) found to be dependent
4934              on useperlio.
4935              
4936              Mental note: the cpp magic done in perlsdio.h (and assumedly
4937              also in perlsfio.h) may cause trouble later with lfs because
4938              both the perlio scheme by Perl and the lfs support by vendors
4939              like to play cpp games to map the stdio namespace back and forth.
4940              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
4941              just the beginning.
4942      Branch: cfgperl
4943            ! perlio.c
4944 ____________________________________________________________________________
4945 [  4070] By: jhi                                   on 1999/09/04  13:12:14
4946         Log: Enable 64-bit clean bit ops.
4947              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
4948      Branch: cfgperl
4949            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
4950            ! t/op/misc.t
4951 ____________________________________________________________________________
4952 [  4069] By: jhi                                   on 1999/09/03  21:17:30
4953         Log: Turn on USE_64_BIT_OFFSETS implicitly.
4954      Branch: cfgperl
4955            ! perl.h
4956 ____________________________________________________________________________
4957 [  4068] By: jhi                                   on 1999/09/03  08:19:59
4958         Log: Fix from Spider for the sub attributes (there was an undocumented
4959              dependency between force_word() and skipspace()).
4960      Branch: cfgperl
4961            ! toke.c
4962 ____________________________________________________________________________
4963 [  4067] By: jhi                                   on 1999/09/01  23:17:06
4964         Log: From: John Tobey <spam@john-edwin-tobey.org>
4965              To: ilya@math.ohio-state.edu
4966              CC: perl5-porters@perl.org
4967              Subject: Re: [PATCH 5.005_60] distclean forgot two
4968              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
4969              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
4970      Branch: cfgperl
4971            ! t/lib/dprof.t
4972 ____________________________________________________________________________
4973 [  4066] By: jhi                                   on 1999/09/01  23:14:50
4974         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
4975              To: perl5-porters@perl.org
4976              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
4977              Date: Fri, 20 Aug 1999 15:37:27 +0100
4978              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
4979      Branch: cfgperl
4980            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
4981            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
4982            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
4983 ____________________________________________________________________________
4984 [  4065] By: jhi                                   on 1999/09/01  22:06:43
4985         Log: From: Dominic Dunlop <domo@vo.lu>
4986              To: perl5-porters@perl.org
4987              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
4988              (UNINSTALLED) [PATCH]
4989              Date: Thu, 19 Aug 1999 09:48:03 +0200
4990              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
4991              
4992              The PERL_POLLUTE_MALLOC part had to be manually applied.
4993      Branch: cfgperl
4994            ! hints/machten.sh perl.h
4995 ____________________________________________________________________________
4996 [  4064] By: jhi                                   on 1999/09/01  13:56:14
4997         Log: From: Martin Lichtin <lichtin@bivio.com>
4998              To: jhi@iki.fi
4999              CC: perl5-porters@perl.org
5000              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
5001              Date: Wed, 01 Sep 1999 15:50:04 +0200
5002              Message-ID: <37CD2F0C.944BFACE@bivio.com>
5003      Branch: cfgperl
5004            ! lib/ExtUtils/Install.pm
5005 ____________________________________________________________________________
5006 [  4063] By: jhi                                   on 1999/09/01  13:16:11
5007         Log: Enhance lfs tests: check every seek and sysseek
5008              and test also that -e and -f detect largefiles.
5009      Branch: cfgperl
5010            ! t/lib/syslfs.t t/op/lfs.t
5011 ____________________________________________________________________________
5012 [  4062] By: jhi                                   on 1999/09/01  12:08:04
5013         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
5014              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5015              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
5016              The Perl Porters Mailing List <perl5-porters@perl.org>
5017              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
5018              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
5019              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
5020      Branch: cfgperl
5021            ! pod/perldiag.pod
5022 ____________________________________________________________________________
5023 [  4061] By: jhi                                   on 1999/09/01  12:03:03
5024         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5025              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
5026              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
5027              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
5028              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
5029              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
5030      Branch: cfgperl
5031            ! op.c t/op/join.t
5032 ____________________________________________________________________________
5033 [  4060] By: jhi                                   on 1999/09/01  07:59:42
5034         Log: IV_DIG and NV_DIG fixes.
5035      Branch: cfgperl
5036            ! perl.h
5037 ____________________________________________________________________________
5038 [  4059] By: jhi                                   on 1999/08/31  14:47:18
5039         Log: \C{} -> \N{} residue.
5040      Branch: cfgperl
5041            ! toke.c
5042 ____________________________________________________________________________
5043 [  4057] By: gsar                                  on 1999/08/30  22:08:19
5044         Log: avoid hiding child process window
5045      Branch: perl
5046            ! win32/win32.c
5047 ____________________________________________________________________________
5048 [  4055] By: jhi                                   on 1999/08/30  21:20:50
5049         Log: Document the undefinedness of overshifting.
5050      Branch: cfgperl
5051            ! pod/perlop.pod
5052 ____________________________________________________________________________
5053 [  4054] By: jhi                                   on 1999/08/30  20:18:18
5054         Log: History fixes and updates.
5055      Branch: cfgperl
5056            ! pod/perlhist.pod
5057 ____________________________________________________________________________
5058 [  4053] By: jhi                                   on 1999/08/30  19:34:02
5059         Log: Shell quoting thinko broke installdirs.
5060              From: JVromans@Squirrel.nl (Johan Vromans)
5061              To: perl5-porters@perl.org
5062              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
5063              installprefix
5064              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
5065              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
5066      Branch: cfgperl
5067            ! Configure config_h.SH
5068      Branch: metaconfig
5069            ! U/installdirs/archlib.U U/installdirs/bin.U
5070            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
5071            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
5072            ! U/installdirs/man3dir.U U/installdirs/privlib.U
5073            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
5074            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
5075            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
5076            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
5077            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
5078            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
5079            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
5080            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
5081            ! U/installdirs/vendorscriptdir.U
5082 ____________________________________________________________________________
5083 [  4052] By: jhi                                   on 1999/08/30  02:57:05
5084         Log: Use \N{named characters} instead of \C.
5085              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5086              To: jhi@iki.fi
5087              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
5088              perl5-porters@perl.org (Mailing list Perl5)
5089              Subject: Re: [PATCH 5.005_58] Named characters in Perl
5090              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
5091              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
5092      Branch: cfgperl
5093            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
5094            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
5095 ____________________________________________________________________________
5096 [  4051] By: jhi                                   on 1999/08/30  02:54:20
5097         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
5098              To: perl5-porters@perl.org
5099              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
5100              don't mix
5101              Date: Sun, 29 Aug 1999 19:04:53 -0400
5102              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
5103      Branch: cfgperl
5104            ! universal.c
5105 ____________________________________________________________________________
5106 [  4050] By: jhi                                   on 1999/08/29  16:38:58
5107         Log: Conditionally socksify the LIBS of Socket.
5108      Branch: cfgperl
5109            ! ext/Socket/Makefile.PL
5110 ____________________________________________________________________________
5111 [  4049] By: jhi                                   on 1999/08/29  15:33:30
5112         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5113              To: Mailing list Perl5 <perl5-porters@perl.org>
5114              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
5115              Date: Wed, 25 Aug 1999 16:19:58 -0400
5116              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
5117      Branch: cfgperl
5118            ! lib/perl5db.pl
5119 ____________________________________________________________________________
5120 [  4048] By: jhi                                   on 1999/08/29  15:31:36
5121         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5122              To: perl5-porters@perl.org
5123              Subject: [PATCH _61] Lost arguments to simplified sort
5124              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
5125              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
5126      Branch: cfgperl
5127            ! op.c t/op/sort.t
5128 ____________________________________________________________________________
5129 [  4047] By: jhi                                   on 1999/08/29  15:29:29
5130         Log: From: Olaf Flebbe <olaf@science-computing.de>
5131              Sender: owner-perl5-porters@perl.org
5132              To: perl5-porters@perl.org
5133              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
5134              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
5135      Branch: cfgperl
5136            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
5137            ! epoc/perl.mmp epoc/perl.pkg
5138 ____________________________________________________________________________
5139 [  4046] By: jhi                                   on 1999/08/29  15:21:18
5140         Log: From: pvhp@forte.com (Peter Prymmer)
5141              To: perl5-porters@perl.org
5142              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
5143              Date: Fri, 27 Aug 99 18:51:04 PDT
5144              Message-Id: <9908280151.AA05010@forte.com>
5145      Branch: cfgperl
5146            ! t/lib/cgi-html.t
5147 ____________________________________________________________________________
5148 [  4045] By: jhi                                   on 1999/08/29  15:18:38
5149         Log: Fix scalar gmtime (and localtime) in quad environments,
5150              bug reported by Robin Parker.
5151              
5152              From: Robin Barker <rmb1@cise.npl.co.uk>
5153              To: jhi@iki.fi
5154              Cc: perl5-porters@perl.org
5155              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
5156              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
5157              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
5158      Branch: cfgperl
5159            ! pp_sys.c t/op/time.t
5160 ____________________________________________________________________________
5161 [  4044] By: jhi                                   on 1999/08/29  11:24:03
5162         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5163              To: perl5-porters@perl.org (Mailing list Perl5)
5164              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
5165              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
5166              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
5167              
5168              Addendum: it's "only" 33% speedup.
5169      Branch: cfgperl
5170            ! dump.c op.c op.h pp.h
5171 ____________________________________________________________________________
5172 [  4043] By: jhi                                   on 1999/08/29  11:10:33
5173         Log: From: spider-perl@Orb.Nashua.NH.US
5174              To: Mailing list Perl5 <perl5-porters@perl.org>
5175              Subject: [PATCH 5.005_61 CORE] sub : attrlist
5176              Date: Sun, 29 Aug 1999 03:02:11 -0400
5177              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
5178      Branch: cfgperl
5179            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
5180            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
5181            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
5182            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
5183            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
5184            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
5185            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
5186 ____________________________________________________________________________
5187 [  4042] By: jhi                                   on 1999/08/29  11:08:50
5188         Log: Turn off gcc-2.95's strict-alias optimization.
5189              This, of course, should be only temporary.
5190              From Andy Dougherty.
5191      Branch: cfgperl
5192            ! Configure config_h.SH
5193      Branch: metaconfig
5194            ! U/compline/ccflags.U U/modified/cc.U
5195 ____________________________________________________________________________
5196 [  4041] By: jhi                                   on 1999/08/29  10:47:30
5197         Log: Fix a typo in #4036.
5198      Branch: cfgperl
5199            ! mg.c
5200 ____________________________________________________________________________
5201 [  4040] By: jhi                                   on 1999/08/29  10:34:58
5202         Log: Add a missing #endif forgotten by #4035.
5203      Branch: cfgperl
5204            ! doop.c
5205 ____________________________________________________________________________
5206 [  4039] By: jhi                                   on 1999/08/29  10:31:19
5207         Log: Remove an extra #endif introduced by #4036.
5208      Branch: cfgperl
5209            ! perl.h
5210 ____________________________________________________________________________
5211 [  4038] By: jhi                                   on 1999/08/29  10:18:59
5212         Log: Rename warning to warnings, from Paul Marquess.
5213      Branch: cfgperl
5214            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
5215            + t/pragma/warnings.t warnings.h warnings.pl
5216            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
5217            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
5218            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
5219            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
5220            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
5221            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
5222            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
5223            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
5224            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
5225            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5226            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
5227            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
5228            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
5229 ____________________________________________________________________________
5230 [  4037] By: jhi                                   on 1999/08/29  10:08:47
5231         Log: Create the equivalence tables based on
5232              the real Unicode decomposition, not on
5233              the character name.
5234      Branch: cfgperl
5235            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5236            ! lib/unicode/mktables.PL
5237 ____________________________________________________________________________
5238 [  4036] By: jhi                                   on 1999/08/29  09:29:08
5239         Log: Integrate with Sarathy.
5240      Branch: cfgperl
5241           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
5242           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
5243           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
5244           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
5245           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
5246           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
5247           !> (integrate 190 files)
5248 ____________________________________________________________________________
5249 [  4035] By: jhi                                   on 1999/08/29  08:56:15
5250         Log: Implement 64-bit vec().
5251      Branch: cfgperl
5252            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5253            ! pp.h t/op/64bit.t
5254 ____________________________________________________________________________
5255 [  4034] By: gsar                                  on 1999/08/29  03:35:18
5256         Log: deadcode removal
5257      Branch: perl
5258            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
5259            ! pp_ctl.c proto.h run.c sv.c
5260 ____________________________________________________________________________
5261 [  4033] By: jhi                                   on 1999/08/28  17:31:07
5262         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
5263              To: perl5-porters@perl.org
5264              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
5265              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
5266              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
5267      Branch: cfgperl
5268            ! perl.h
5269 ____________________________________________________________________________
5270 [  4032] By: gsar                                  on 1999/08/26  23:53:33
5271         Log: new thread should set current interp in TLS
5272      Branch: perl
5273            ! ext/Thread/Thread.xs
5274 ____________________________________________________________________________
5275 [  4031] By: bailey                                on 1999/08/23  03:40:07
5276         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
5277      Branch: vmsperl
5278            ! lib/ExtUtils/MM_VMS.pm
5279 ____________________________________________________________________________
5280 [  4030] By: bailey                                on 1999/08/23  03:37:43
5281         Log: Patch up holes in realclean target
5282      Branch: vmsperl
5283            ! vms/descrip_mms.template
5284 ____________________________________________________________________________
5285 [  4029] By: bailey                                on 1999/08/23  03:36:24
5286         Log: Fix handling of PERL_POLLUTE
5287      Branch: vmsperl
5288            ! lib/ExtUtils/MM_VMS.pm
5289 ____________________________________________________________________________
5290 [  4028] By: bailey                                on 1999/08/23  03:34:08
5291         Log: Update VMS version of perly.h
5292      Branch: vmsperl
5293            ! vms/perly_h.vms
5294 ____________________________________________________________________________
5295 [  4027] By: bailey                                on 1999/08/23  03:32:45
5296         Log: Update dependencies in Descrip.MMS
5297      Branch: vmsperl
5298            ! vms/descrip_mms.template
5299 ____________________________________________________________________________
5300 [  4026] By: bailey                                on 1999/08/23  03:30:01
5301         Log: Fix prototypes in perlapi.c (64-bit?)
5302              Clear prior definition of getenv_len before defining VMS-specific macro
5303      Branch: vmsperl
5304            ! perlapi.c vms/vmsish.h
5305 ____________________________________________________________________________
5306 [  4025] By: bailey                                on 1999/08/23  03:25:51
5307         Log: Add '-m' option to Configure.com which skips the MANIFEST check
5308      Branch: vmsperl
5309            ! configure.com
5310 ____________________________________________________________________________
5311 [  4024] By: bailey                                on 1999/08/23  03:23:34
5312         Log: Skip open() tests that rely on Unix fork semantics
5313      Branch: vmsperl
5314            ! t/io/open.t
5315 ____________________________________________________________________________
5316 [  4023] By: bailey                                on 1999/08/23  03:21:46
5317         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
5318      Branch: vmsperl
5319            ! vms/gen_shrfls.pl
5320 ____________________________________________________________________________
5321 [  4022] By: bailey                                on 1999/08/23  03:17:33
5322         Log: update MM_VMS to use new File::Spec routines
5323      Branch: vmsperl
5324            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
5325 ____________________________________________________________________________
5326 [  4021] By: bailey                                on 1999/08/23  03:13:40
5327         Log: byteperl is now part of the ByteLoader ext
5328      Branch: vmsperl
5329            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
5330 ____________________________________________________________________________
5331 [  4020] By: bailey                                on 1999/08/23  03:10:41
5332         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
5333      Branch: vmsperl
5334            ! vms/vms.c
5335 ____________________________________________________________________________
5336 [  4019] By: bailey                                on 1999/08/23  03:07:28
5337         Log: Update calls for new thread context handling
5338      Branch: vmsperl
5339            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
5340            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
5341 ____________________________________________________________________________
5342 [  4018] By: bailey                                on 1999/08/23  03:01:31
5343         Log: Allow for file versions in library when looking for .bs files
5344      Branch: vmsperl
5345            ! ext/DynaLoader/DynaLoader_pm.PL
5346 ____________________________________________________________________________
5347 [  4017] By: bailey                                on 1999/08/23  02:58:55
5348         Log: Update VMS configuration procedures for 5.005_60
5349      Branch: vmsperl
5350            ! configure.com vms/subconfigure.com
5351 ____________________________________________________________________________
5352 [  4016] By: gsar                                  on 1999/08/20  22:19:56
5353         Log: update Changes
5354      Branch: perl
5355            ! Changes
5356
5357 ----------------
5358 Version 5.005_61
5359 ----------------
5360
5361 ____________________________________________________________________________
5362 [  4015] By: gsar                                  on 1999/08/20  22:17:41
5363         Log: perl_free() should use PerlMem_free()
5364      Branch: perl
5365            ! perl.c
5366 ____________________________________________________________________________
5367 [  4014] By: gsar                                  on 1999/08/20  22:10:46
5368         Log: win32 tweaks
5369      Branch: perl
5370            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
5371            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5372            ! win32/config_H.vc
5373 ____________________________________________________________________________
5374 [  4013] By: gsar                                  on 1999/08/20  22:09:56
5375         Log: DEBUG_m() adjusted to internalize dTHX
5376      Branch: perl
5377            ! malloc.c perl.h util.c
5378 ____________________________________________________________________________
5379 [  4012] By: gsar                                  on 1999/08/20  17:51:06
5380         Log: make autogenerated files writable
5381      Branch: perl
5382            ! (edit 171 files)
5383 ____________________________________________________________________________
5384 [  4011] By: gsar                                  on 1999/08/20  17:43:47
5385         Log: update Changes
5386      Branch: perl
5387            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
5388 ____________________________________________________________________________
5389 [  4010] By: gsar                                  on 1999/08/20  17:21:53
5390         Log: up patchlevel &c
5391      Branch: perl
5392            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
5393            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5394 ____________________________________________________________________________
5395 [  4009] By: gsar                                  on 1999/08/20  16:46:26
5396         Log: add missing Is/Syl*.pl files
5397      Branch: perl
5398            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
5399            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
5400            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
5401            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
5402            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
5403            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
5404 ____________________________________________________________________________
5405 [  4008] By: gsar                                  on 1999/08/20  16:31:02
5406         Log: integrate cfgperl contents into mainline
5407      Branch: perl
5408           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
5409           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5410           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
5411           +> t/op/lfs.t
5412            - lib/unicode/EthiopicSyllables.txt
5413            - lib/unicode/MakeEthiopicSyllables.PL
5414           !> (integrate 261 files)
5415 ____________________________________________________________________________
5416 [  4007] By: gsar                                  on 1999/08/20  15:24:08
5417         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
5418              USE_THREADS and MULTIPLICITY; minor pod adjustments
5419      Branch: perl
5420            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
5421            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
5422 ____________________________________________________________________________
5423 [  4006] By: jhi                                   on 1999/08/19  19:01:41
5424         Log: Tighten the vec() code so that naughty BITS cause an error.
5425      Branch: cfgperl
5426            ! doop.c
5427 ____________________________________________________________________________
5428 [  4005] By: jhi                                   on 1999/08/19  15:55:09
5429         Log: Don't document ill-defined vec() bits cases
5430              (for which the code doesn't work right in any case)
5431      Branch: cfgperl
5432            ! pod/perldiag.pod pod/perlfunc.pod
5433 ____________________________________________________________________________
5434 [  4004] By: jhi                                   on 1999/08/19  12:49:41
5435         Log: Removed duplicated code (in pp.c and mg.c) by introducing
5436              do_vecget().  NOTE: the calling convention of do_vecset()
5437              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
5438              in pp_vec() is no more multiplied by `size' in pp_vec(),
5439              the multiplication is now done in do_vecset().
5440              
5441              Also fix a cpp thinko in change #4002.
5442      Branch: cfgperl
5443            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
5444            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
5445            ! proto.h
5446 ____________________________________________________________________________
5447 [  4003] By: jhi                                   on 1999/08/18  08:27:22
5448         Log: Warn about small spherical distances.
5449      Branch: cfgperl
5450            ! lib/Math/Trig.pm
5451 ____________________________________________________________________________
5452 [  4002] By: jhi                                   on 1999/08/17  09:11:51
5453         Log: Enhance IV_FITS_IN_IV (though it's still unused).
5454      Branch: cfgperl
5455            ! perl.h
5456 ____________________________________________________________________________
5457 [  4001] By: jhi                                   on 1999/08/17  08:13:34
5458         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
5459              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
5460              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
5461              Subject: [PATCH] overload.pm str/num confu
5462              Date: 17 Aug 1999 08:21:12 +0200
5463      Branch: cfgperl
5464            ! lib/overload.pm
5465 ____________________________________________________________________________
5466 [  4000] By: jhi                                   on 1999/08/17  07:20:23
5467         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
5468              To: perl5-porters@perl.org
5469              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
5470              Date: 16 Aug 1999 14:24:28 -0700
5471              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
5472      Branch: cfgperl
5473            ! pod/perlobj.pod
5474 ____________________________________________________________________________
5475 [  3999] By: jhi                                   on 1999/08/16  19:49:09
5476         Log: Integrate with Nick.
5477      Branch: cfgperl
5478           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
5479 ____________________________________________________________________________
5480 [  3998] By: jhi                                   on 1999/08/16  19:44:29
5481         Log: Fix most of the pod2man moanings reported in
5482              
5483              From: "Larry W. Virden" <lvirden@cas.org>
5484              To: perl5-porters@perl.org
5485              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
5486              (UNINSTALLED)
5487              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
5488              Message-Id: <199908031935.PAA27692@cas.org>
5489              
5490              Configure regen'ed.
5491      Branch: cfgperl
5492            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5493            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
5494            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
5495            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
5496            ! utils/h2xs.PL utils/perlcc.PL
5497 ____________________________________________________________________________
5498 [  3997] By: jhi                                   on 1999/08/16  19:20:37
5499         Log: A fix of sorts for the flush-before-dup scenario.
5500      Branch: cfgperl
5501            ! doio.c
5502 ____________________________________________________________________________
5503 [  3996] By: jhi                                   on 1999/08/16  19:14:37
5504         Log: More paranoia.
5505      Branch: cfgperl
5506            ! sv.c
5507 ____________________________________________________________________________
5508 [  3995] By: jhi                                   on 1999/08/16  18:55:35
5509         Log: Batch of small 64-bit/long double/large file support tweaks:
5510              - scan for LDBL_DIG
5511              - from DBL_DIG and LDBL_DIG select NV_DIG
5512              - introduce IVSIZE, UVSIZE, NVSIZE
5513              - introduce IV_DIG
5514              - remove stdio64
5515              - AIX uses `oslevel` when others use `uname -r`
5516              - already AIX 4.2 goes 64-bit
5517              - in HP-UX require the 64-bit libc, just the directory isn't enough
5518              - group ids are not NVs
5519              - #undef USE_LONG_DOUBLE if long double is no better than double
5520              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
5521              - mention large file support in perldelta
5522              - introduce quad TOPpin' and POPpin'
5523              - the svcat... buffer was tiny for printing quads in %b
5524              - fix the multiplication test in 64bit.t
5525              - try to make VMS to comply with all this removal and "introducal"
5526              of symbols
5527      Branch: cfgperl
5528            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
5529            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
5530            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
5531      Branch: metaconfig
5532            ! U/modified/d_longdbl.U
5533      Branch: metaconfig/U/perl
5534            + d_ldbl_dig.U
5535 ____________________________________________________________________________
5536 [  3994] By: jhi                                   on 1999/08/16  07:53:44
5537         Log: More Configure/subconfigure.com syncing.
5538      Branch: cfgperl
5539            ! vms/subconfigure.com
5540 ____________________________________________________________________________
5541 [  3993] By: jhi                                   on 1999/08/14  22:09:26
5542         Log: Remove from VMS what the change #3982 took away from Configure lands.
5543      Branch: cfgperl
5544            ! vms/subconfigure.com
5545 ____________________________________________________________________________
5546 [  3992] By: jhi                                   on 1999/08/14  13:29:13
5547         Log: Small test tweaks.
5548      Branch: cfgperl
5549            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
5550 ____________________________________________________________________________
5551 [  3991] By: jhi                                   on 1999/08/14  13:08:41
5552         Log: Augment filesize limit note.
5553      Branch: cfgperl
5554            ! doio.c
5555 ____________________________________________________________________________
5556 [  3990] By: jhi                                   on 1999/08/14  13:06:12
5557         Log: Note about filesize limits.
5558      Branch: cfgperl
5559            ! doio.c pp_sys.c
5560 ____________________________________________________________________________
5561 [  3989] By: jhi                                   on 1999/08/14  11:31:58
5562         Log: Catch the case of filesize limits.
5563      Branch: cfgperl
5564            ! t/lib/syslfs.t t/op/lfs.t
5565 ____________________________________________________________________________
5566 [  3988] By: nick                                  on 1999/08/14  09:20:58
5567         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
5568              this causes a POPSTACK panic. The problem seems to be that although
5569              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
5570              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
5571              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
5572              messing with CATCH_SET() in call_sv, use it in perl_vdie().
5573              Add test to op/eval.t which will fail (panic) if bug comes back.
5574              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
5575      Branch: perl
5576            ! cop.h perl.c t/op/eval.t util.c
5577 ____________________________________________________________________________
5578 [  3987] By: jhi                                   on 1999/08/13  23:57:52
5579         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
5580              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
5581              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
5582              Date: Fri, 13 Aug 1999 17:42:47 -0500
5583              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
5584      Branch: cfgperl
5585            ! lib/ExtUtils/MM_VMS.pm
5586 ____________________________________________________________________________
5587 [  3986] By: jhi                                   on 1999/08/13  23:56:44
5588         Log: Don't quit before printing out the message.
5589      Branch: cfgperl
5590            ! t/lib/syslfs.t t/op/lfs.t
5591 ____________________________________________________________________________
5592 [  3985] By: jhi                                   on 1999/08/13  23:35:49
5593         Log: Remove more t/ trash on target "clean".
5594      Branch: cfgperl
5595            ! Makefile.SH
5596 ____________________________________________________________________________
5597 [  3984] By: jhi                                   on 1999/08/13  23:02:53
5598         Log: Avoid double long double. 
5599      Branch: cfgperl
5600            ! Configure config_h.SH
5601      Branch: metaconfig/U/perl
5602            ! uselongdbl.U
5603 ____________________________________________________________________________
5604 [  3983] By: jhi                                   on 1999/08/13  22:59:56
5605         Log: BYTEORDER fix.
5606      Branch: cfgperl
5607            ! Configure config_h.SH
5608      Branch: metaconfig
5609            ! U/compline/byteorder.U
5610 ____________________________________________________________________________
5611 [  3982] By: jhi                                   on 1999/08/13  22:48:40
5612         Log: Jumbo Configure and large file support update.
5613              Remove a lot of unneeded 64-bitness cruft;
5614              re-introduce BYTEORDER; update 64-bitness hints;
5615              lfs should now work in Solaris; long doubles in AIX.
5616      Branch: cfgperl
5617            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
5618            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
5619            ! perlsdio.h pp.h pp_sys.c
5620      Branch: metaconfig
5621            ! U/compline/byteorder.U U/compline/ccflags.U
5622      Branch: metaconfig/U/perl
5623            ! d_dlsymun.U io64.U uselongdbl.U
5624 ____________________________________________________________________________
5625 [  3980] By: jhi                                   on 1999/08/13  15:09:11
5626         Log: Introduce HAS_LLSEEK.
5627      Branch: cfgperl
5628            ! Configure config_h.SH perl.h
5629 ____________________________________________________________________________
5630 [  3979] By: jhi                                   on 1999/08/13  14:29:47
5631         Log: From: <dan@sidhe.org>
5632              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
5633              sarathy@activestate.com
5634              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
5635              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
5636              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
5637      Branch: cfgperl
5638            ! vms/vms.c
5639 ____________________________________________________________________________
5640 [  3978] By: jhi                                   on 1999/08/13  09:56:46
5641         Log: Make the 64-bit tests more paranoid.
5642      Branch: cfgperl
5643            ! t/op/64bit.t
5644 ____________________________________________________________________________
5645 [  3976] By: jhi                                   on 1999/08/12  21:49:16
5646         Log: IRIX64 needs more -mabi=64 with gcc.
5647      Branch: cfgperl
5648            ! hints/irix_6.sh
5649 ____________________________________________________________________________
5650 [  3975] By: jhi                                   on 1999/08/12  21:02:03
5651         Log: Reincarnate change #3967, now in more modest form.
5652      Branch: cfgperl
5653            ! hints/irix_6.sh
5654 ____________________________________________________________________________
5655 [  3974] By: jhi                                   on 1999/08/12  20:49:36
5656         Log: Remove rt from libswanted (I added it many moons ago
5657              when I thought it would be useful in Digital UNIX,
5658              I was wrong); undo the recent IRIX hints changes,
5659              getting rid of one warning brought new ones.
5660      Branch: cfgperl
5661            ! Configure config_h.SH hints/irix_6.sh
5662      Branch: metaconfig
5663            ! U/modified/Myinit.U
5664 ____________________________________________________________________________
5665 [  3973] By: jhi                                   on 1999/08/12  19:42:53
5666         Log: st_blocks is in 512 byte blocks.
5667      Branch: cfgperl
5668            ! t/lib/syslfs.t t/op/lfs.t
5669 ____________________________________________________________________________
5670 [  3972] By: jhi                                   on 1999/08/12  19:27:31
5671         Log: Don't claim defeat too early.
5672      Branch: cfgperl
5673            ! Configure config_h.SH
5674      Branch: metaconfig/U/perl
5675            ! longdblfio.U
5676 ____________________________________________________________________________
5677 [  3971] By: jhi                                   on 1999/08/12  19:24:14
5678         Log: IRIX 64-bit hint tweak. 
5679      Branch: cfgperl
5680            ! hints/irix_6.sh
5681 ____________________________________________________________________________
5682 [  3970] By: nick                                  on 1999/08/12  19:17:20
5683         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
5684              tests i.e. RV2AV and RV2HV
5685      Branch: perl
5686            ! op.c t/pragma/warn/op
5687 ____________________________________________________________________________
5688 [  3969] By: jhi                                   on 1999/08/12  19:06:17
5689         Log: Add Configure -Duselongdouble and add a missing semicolon.
5690      Branch: cfgperl
5691            ! Configure config_h.SH sv.c
5692      Branch: metaconfig/U/perl
5693            + uselongdbl.U
5694 ____________________________________________________________________________
5695 [  3968] By: jhi                                   on 1999/08/12  18:46:00
5696         Log: Simply exit() early if lfs support seems unlikely.
5697      Branch: cfgperl
5698            ! t/lib/syslfs.t t/op/lfs.t
5699 ____________________________________________________________________________
5700 [  3967] By: jhi                                   on 1999/08/12  18:44:05
5701         Log: Suffer silently for unused libraries.
5702      Branch: cfgperl
5703            ! hints/irix_6.sh
5704 ____________________________________________________________________________
5705 [  3966] By: jhi                                   on 1999/08/12  13:18:44
5706         Log: Update MANIFEST to follow change #3965.
5707      Branch: cfgperl
5708            ! MANIFEST
5709 ____________________________________________________________________________
5710 [  3965] By: jhi                                   on 1999/08/12  13:15:38
5711         Log: Regenerate Unicode tables based on new syllable lists
5712              from Daniel Yacob.
5713      Branch: cfgperl
5714            ! (edit 159 files)
5715 ____________________________________________________________________________
5716 [  3964] By: jhi                                   on 1999/08/12  10:06:24
5717         Log: Remove more spurious casting.
5718      Branch: cfgperl
5719            ! pp_sys.c
5720 ____________________________________________________________________________
5721 [  3963] By: jhi                                   on 1999/08/12  08:18:53
5722         Log: Minor niggles on the lfs tests.
5723      Branch: cfgperl
5724            ! t/lib/syslfs.t t/op/lfs.t
5725 ____________________________________________________________________________
5726 [  3962] By: jhi                                   on 1999/08/11  22:48:25
5727         Log: Don't bother with lfs testing if off_t is too small.
5728      Branch: cfgperl
5729            ! t/lib/syslfs.t t/op/lfs.t
5730 ____________________________________________________________________________
5731 [  3961] By: jhi                                   on 1999/08/11  22:22:54
5732         Log: Long double patches from Dan Sugalski.
5733      Branch: cfgperl
5734            ! sv.c
5735 ____________________________________________________________________________
5736 [  3960] By: jhi                                   on 1999/08/11  22:17:55
5737         Log: Flush buffer before duplicating file descriptor.
5738              
5739              From: Mark-Jason Dominus <mjd@plover.com>
5740              To: Graham Barr <gbarr@pobox.com>
5741              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
5742              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
5743              Date: Wed, 11 Aug 1999 15:56:09 -0400
5744              Message-ID: <19990811195610.5933.qmail@plover.com>
5745              
5746              From: Mark-Jason Dominus <mjd@plover.com>
5747              To: perl5-porters@perl.org
5748              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
5749              Date: Wed, 11 Aug 1999 16:05:46 -0400
5750              Message-ID: <19990811200546.6165.qmail@plover.com>
5751      Branch: cfgperl
5752            ! doio.c pod/perldelta.pod
5753 ____________________________________________________________________________
5754 [  3959] By: jhi                                   on 1999/08/11  22:11:35
5755         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
5756              
5757              From: "Craig A. Berry" <craig.berry@metamor.com>
5758              Sender: owner-perl5-porters@perl.org
5759              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
5760              bailey@newman.upenn.edu
5761              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
5762              problem
5763              Date: Wed, 11 Aug 1999 14:31:11 -0500
5764              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
5765      Branch: cfgperl
5766            ! vms/vms.c
5767 ____________________________________________________________________________
5768 [  3958] By: jhi                                   on 1999/08/11  15:35:45
5769         Log: Add a hopefully comforting message if there seems to be no LFS. 
5770              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
5771              The tests will fail on lfs tests only if quad is available,
5772              if ENOQUAD, the lfs tests will be skipped.
5773      Branch: cfgperl
5774            ! t/lib/syslfs.t t/op/lfs.t
5775 ____________________________________________________________________________
5776 [  3957] By: jhi                                   on 1999/08/11  12:25:59
5777         Log: Unapply an experimental patch that accidentally escaped
5778              from the lab by piggybacking with the change #3955.
5779      Branch: cfgperl
5780            ! pp.c pp.h pp_hot.c
5781 ____________________________________________________________________________
5782 [  3956] By: jhi                                   on 1999/08/11  08:19:23
5783         Log: Add sysio large file support testing.
5784      Branch: cfgperl
5785            + t/lib/syslfs.t
5786            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
5787 ____________________________________________________________________________
5788 [  3955] By: jhi                                   on 1999/08/10  22:39:11
5789         Log: From: <dan@sidhe.org>
5790              To: vmsperl@perl.org, perl5-porters@perl.org,
5791              sarathy@activestate.com, bailey@newman.upenn.edu
5792              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
5793              threads on VMS
5794              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
5795              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
5796      Branch: cfgperl
5797            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
5798            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
5799            ! vms/writemain.pl
5800 ____________________________________________________________________________
5801 [  3954] By: jhi                                   on 1999/08/10  20:37:55
5802         Log: LFS testing robustness.
5803      Branch: cfgperl
5804            ! t/op/lfs.t
5805 ____________________________________________________________________________
5806 [  3953] By: jhi                                   on 1999/08/10  19:54:50
5807         Log: From: <dan@sidhe.org>
5808              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
5809              sarathy@activestate.com
5810              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
5811              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
5812              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
5813      Branch: cfgperl
5814            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
5815            ! vms/subconfigure.com vms/vmsish.h
5816 ____________________________________________________________________________
5817 [  3952] By: jhi                                   on 1999/08/10  17:18:57
5818         Log: AIX is different, again.  Now in cc -E output.
5819      Branch: cfgperl
5820            ! Configure config_h.SH
5821      Branch: metaconfig
5822            ! U/modified/cppstdin.U
5823 ____________________________________________________________________________
5824 [  3951] By: jhi                                   on 1999/08/10  14:37:08
5825         Log: Use Pid_t on pgrp matters.
5826      Branch: cfgperl
5827            ! pp_sys.c
5828 ____________________________________________________________________________
5829 [  3950] By: jhi                                   on 1999/08/10  14:35:30
5830         Log: Use Pid_t.
5831      Branch: cfgperl
5832            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5833            ! pp_sys.c proto.h util.c
5834 ____________________________________________________________________________
5835 [  3949] By: jhi                                   on 1999/08/10  14:11:15
5836         Log: Use Mode_t.
5837      Branch: cfgperl
5838            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5839            ! perlapi.h pp_sys.c proto.h
5840 ____________________________________________________________________________
5841 [  3948] By: jhi                                   on 1999/08/10  13:53:19
5842         Log: Small perlbug doc tweaks from Jon Orwant.
5843      Branch: cfgperl
5844            ! utils/perlbug.PL
5845 ____________________________________________________________________________
5846 [  3947] By: jhi                                   on 1999/08/10  09:55:11
5847         Log: Large file support testing.
5848      Branch: cfgperl
5849            + t/op/lfs.t
5850            ! MANIFEST t/op/64bit.t
5851 ____________________________________________________________________________
5852 [  3946] By: jhi                                   on 1999/08/10  09:13:54
5853         Log: Remove I32 casting from time-related functions.
5854      Branch: cfgperl
5855            ! pp_sys.c
5856 ____________________________________________________________________________
5857 [  3945] By: jhi                                   on 1999/08/10  09:06:42
5858         Log: Gratuitous uid and gid casts to I32s and ints removed.
5859              There are still problem spots in printfing such ids:
5860              width (%d vs %ld) and signedness %d vs %u.
5861      Branch: cfgperl
5862            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
5863            ! perl.c perlapi.c pp_hot.c proto.h
5864 ____________________________________________________________________________
5865 [  3944] By: jhi                                   on 1999/08/10  07:43:03
5866         Log: Remove I32 casts from pp_stat, these make stat()
5867              very broken e.g. on files larger than 2 gigabytes.
5868              Reported by
5869              From: Phil Lobbes <phil@finchcomputer.com>
5870              To: perl5-porters@perl.org
5871              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
5872              UNIX Perl 5.005_03
5873              Date: Mon, 09 Aug 1999 21:38:54 -0700
5874              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
5875              
5876              There are more of these I32 casts all over pp_sys.c,
5877              all of them should be checked.
5878      Branch: cfgperl
5879            ! pp_sys.c
5880 ____________________________________________________________________________
5881 [  3943] By: jhi                                   on 1999/08/10  07:38:30
5882         Log: Remove blathering.
5883      Branch: cfgperl
5884            ! lib/unicode/mktables.PL
5885 ____________________________________________________________________________
5886 [  3942] By: jhi                                   on 1999/08/09  20:35:13
5887         Log: lexwarn maintenance: new warning class unsafe
5888              subclasses 'overflow' and 'portable' created,
5889              used by the recent integer overflow warnings.
5890              Class syntax subclass 'octal' renamed to 'digit',
5891              binary and hexadecimal parsing errors also 'digit' warnings.
5892      Branch: cfgperl
5893            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
5894            ! util.c warning.h warning.pl
5895 ____________________________________________________________________________
5896 [  3941] By: jhi                                   on 1999/08/09  10:40:47
5897         Log: Integrate with Nick.
5898      Branch: cfgperl
5899           +> opnames.h
5900           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
5901           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
5902 ____________________________________________________________________________
5903 [  3940] By: jhi                                   on 1999/08/09  10:32:43
5904         Log: Regenerate the Unicode tables after having updated the Unicode
5905              database (change #3939).
5906      Branch: cfgperl
5907            ! (edit 157 files)
5908 ____________________________________________________________________________
5909 [  3939] By: jhi                                   on 1999/08/09  10:27:22
5910         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
5911      Branch: cfgperl
5912            ! lib/unicode/UnicodeData-Latest.txt
5913 ____________________________________________________________________________
5914 [  3938] By: jhi                                   on 1999/08/09  10:25:54
5915         Log: Ethiopic changes via private email from Daniel Yacob,
5916              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
5917              Canadian Syllabics and Yi under construction.
5918      Branch: cfgperl
5919            + lib/unicode/syllables.txt
5920            - lib/unicode/EthiopicSyllables.txt
5921            - lib/unicode/MakeEthiopicSyllables.PL
5922            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
5923            ! lib/unicode/mktables.PL
5924 ____________________________________________________________________________
5925 [  3937] By: jhi                                   on 1999/08/09  10:21:51
5926         Log: Move the equivalence class creation last.
5927      Branch: cfgperl
5928            ! lib/unicode/mktables.PL
5929 ____________________________________________________________________________
5930 [  3936] By: jhi                                   on 1999/08/09  10:20:40
5931         Log: Compute equivalence classes (diacritics stripping) only
5932              for letters, not for ligatures.
5933      Branch: cfgperl
5934            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5935            ! lib/unicode/mktables.PL
5936 ____________________________________________________________________________
5937 [  3935] By: nick                                  on 1999/08/08  13:53:57
5938         Log: Will now correctly re-call 
5939              bootstrap "Foo";
5940              if requested. This should allow build on Win32 and other
5941              platforms where you cannot link to loadables directly.
5942      Branch: perl
5943            ! ext/B/B/C.pm
5944 ____________________________________________________________________________
5945 [  3934] By: nick                                  on 1999/08/07  12:23:55
5946         Log: Vishal Bhatia <vishalb@my-deja.com>
5947              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
5948              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
5949      Branch: perl
5950            ! ext/B/B/CC.pm
5951 ____________________________________________________________________________
5952 [  3933] By: nick                                  on 1999/08/07  12:19:46
5953         Log: B::C changes to get simple Tk app. compiling again
5954      Branch: perl
5955            ! ext/B/B/C.pm
5956 ____________________________________________________________________________
5957 [  3932] By: jhi                                   on 1999/08/06  21:17:16
5958         Log: Regen Configure to include change #3915.
5959      Branch: cfgperl
5960            ! Configure config_h.SH
5961 ____________________________________________________________________________
5962 [  3931] By: jhi                                   on 1999/08/06  18:52:57
5963         Log: Todo update.
5964      Branch: cfgperl
5965            ! Todo Todo-5.005 lib/unicode/mktables.PL
5966 ____________________________________________________________________________
5967 [  3930] By: jhi                                   on 1999/08/06  13:13:05
5968         Log: Character class equivalence tables.
5969      Branch: cfgperl
5970            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5971            ! MANIFEST lib/unicode/mktables.PL
5972 ____________________________________________________________________________
5973 [  3929] By: jhi                                   on 1999/08/06  11:59:11
5974         Log: More Fcntl constants.  (This process really needs
5975              to be automated, at least partly, see the Errno extension.)
5976              Now also the SEEK_ constants are available via the Fcntl.
5977              Yes, this is redundant (IO::Seekable and POSIX supply them already),
5978              but now Fcntl is a one-stop shopping mall for all your
5979              file-related constants.    
5980      Branch: cfgperl
5981            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
5982 ____________________________________________________________________________
5983 [  3928] By: jhi                                   on 1999/08/06  08:08:03
5984         Log: Protect against pack/unpack repeat count overflows,
5985              based on:
5986              
5987              From: Nathan Torkington <gnat@frii.com>
5988              To: Brian Keefer <mgomes@cwix.com>
5989              Cc: perl5-porters@perl.org
5990              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
5991              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
5992              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
5993      Branch: cfgperl
5994            ! pod/perldiag.pod pp.c
5995 ____________________________________________________________________________
5996 [  3927] By: jhi                                   on 1999/08/06  07:32:20
5997         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
5998              
5999              From: Nathan Torkington <gnat@frii.com>
6000              To: perl5-porters@perl.org
6001              Subject: Bugfix for my bugfix
6002              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
6003              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
6004      Branch: cfgperl
6005            ! ext/B/B/Assembler.pm
6006 ____________________________________________________________________________
6007 [  3926] By: jhi                                   on 1999/08/05  17:25:19
6008         Log: Fix regex charclass parsing so that bogus ranges
6009              like [0-\d] and [[:word:]-z] are no more allowed.
6010              The anomaly was noticed by Guy Decoux.
6011      Branch: cfgperl
6012            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
6013 ____________________________________________________________________________
6014 [  3925] By: jhi                                   on 1999/08/05  10:31:47
6015         Log: split /^/ deprecation warning should not be on by default.
6016      Branch: cfgperl
6017            ! pp.c
6018 ____________________________________________________________________________
6019 [  3923] By: jhi                                   on 1999/08/05  09:16:57
6020         Log: From: paul.marquess@bt.com
6021              To: jhi@iki.fi, paul.marquess@bt.com
6022              Cc: gsar@ActiveState.com, perl5-porters@perl.org
6023              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
6024              Date: Thu, 5 Aug 1999 09:33:14 +0100
6025              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
6026      Branch: cfgperl
6027            ! t/lib/anydbm.t
6028 ____________________________________________________________________________
6029 [  3921] By: jhi                                   on 1999/08/05  08:05:13
6030         Log: From: paul.marquess@bt.com
6031              To: perl5-porters@perl.org
6032              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
6033              randy@theoryx5.uwinnipeg.ca
6034              Subject:  [PATCH 5.005_60] DB_File 1.70
6035              Date: Wed, 4 Aug 1999 23:22:22 +0100
6036              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
6037              
6038              (Replaces change #3917)
6039      Branch: cfgperl
6040            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6041            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6042 ____________________________________________________________________________
6043 [  3920] By: jhi                                   on 1999/08/04  19:02:58
6044         Log: From: Nathan Torkington <gnat@frii.com>
6045              To: perl5-porters@perl.org
6046              Subject: [5.005_60 PATCH] Make B::Bytecode work
6047              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
6048              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
6049      Branch: cfgperl
6050            ! ext/B/B/Assembler.pm
6051 ____________________________________________________________________________
6052 [  3919] By: jhi                                   on 1999/08/04  10:56:26
6053         Log: Update history records.
6054      Branch: cfgperl
6055            ! pod/perlhist.pod
6056 ____________________________________________________________________________
6057 [  3918] By: jhi                                   on 1999/08/04  09:36:13
6058         Log: Minor fixes to linux -Dusethreads -Duseperlio.
6059      Branch: cfgperl
6060            ! perlio.c
6061 ____________________________________________________________________________
6062 [  3917] By: jhi                                   on 1999/08/04  08:13:20
6063         Log: (Replaced by change #3921)
6064              From: paul.marquess@bt.com
6065              To: gsar@activestate.com
6066              Cc: perl5-porters@perl.org
6067              Subject: [PATCH 5.005_60] DB_File 1.69
6068              Date: Tue, 3 Aug 1999 22:55:00 +0100
6069              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
6070      Branch: cfgperl
6071            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6072            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6073 ____________________________________________________________________________
6074 [  3916] By: jhi                                   on 1999/08/04  07:59:05
6075         Log: Introduce the charnames pragma.
6076              
6077              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
6078              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
6079              To: Chip Salzenberg <[11]chip@perlsupport.com>
6080              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
6081              Date: Sat, 31 Jul 1999 05:44:05 -0400
6082              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
6083              
6084              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6085              To: Mailing list Perl5 <perl5-porters@perl.org>
6086              Subject: [PATCH 5.005_58] Named characters in Perl
6087              Date: Mon, 2 Aug 1999 19:25:40 -0400
6088              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
6089      Branch: cfgperl
6090            + lib/charnames.pm t/lib/charnames.t
6091            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
6092            ! pod/perlre.pod regcomp.c toke.c
6093 ____________________________________________________________________________
6094 [  3915] By: jhi                                   on 1999/08/03  21:18:49
6095         Log: Support Configure -Dmake=pmake.
6096              Via private email from Andy.
6097              NOTE: assumes "basename" command.
6098      Branch: metaconfig
6099            ! U/modified/Config_sh.U
6100 ____________________________________________________________________________
6101 [  3914] By: jhi                                   on 1999/08/03  21:11:11
6102         Log: The op/filetest.t failed subtest 7 if testing as root.
6103              
6104              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
6105              To: perl5-porters@perl.org
6106              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
6107              Date: Tue, 27 Jul 1999 22:54:05 +0200
6108              Message-Id: <379E1C6D.626DC765@club-internet.fr>
6109      Branch: cfgperl
6110            ! t/op/filetest.t
6111 ____________________________________________________________________________
6112 [  3911] By: jhi                                   on 1999/08/03  19:52:38
6113         Log: The "-Dusethreads -Duseperlio" combination failed.
6114              
6115              From: Spider Boardman <spider@leggy.zk3.dec.com>
6116              To: perl5-porters@perl.org
6117              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
6118              4.0 (UNINSTALLED)
6119              Date: Tue, 3 Aug 1999 14:25:00 -0400
6120              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
6121              
6122              See also change #3912.
6123      Branch: cfgperl
6124            ! perlio.c
6125 ____________________________________________________________________________
6126 [  3910] By: jhi                                   on 1999/08/03  10:44:24
6127         Log: From: Chris Nandor <pudge@pobox.com>
6128              To: perl5-porters@perl.org
6129              Subject: [PATCH 5.005_58] perlbug.PL 1.27
6130              Date: Wed, 28 Jul 1999 23:42:49 -0400
6131              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
6132      Branch: cfgperl
6133            ! utils/perlbug.PL
6134 ____________________________________________________________________________
6135 [  3909] By: jhi                                   on 1999/08/03  10:41:04
6136         Log: Hints for building ByteLoader in SunoS.  Based on
6137              From: Andy Dougherty <doughera@lafayette.edu>
6138              To: Gurusamy Sarathy <gsar@activestate.com>
6139              Cc: Perl Porters <perl5-porters@perl.org>
6140              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
6141              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
6142              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
6143      Branch: cfgperl
6144            + ext/ByteLoader/hints/sunos.pl
6145            ! MANIFEST ext/ByteLoader/ByteLoader.xs
6146 ____________________________________________________________________________
6147 [  3908] By: jhi                                   on 1999/08/03  09:29:22
6148         Log: Clarify RE engine code; inline a static function to a macro;
6149              make exact string nodes smaller.
6150              
6151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6152              To: perl5-porters@perl.org (Mailing list Perl5)
6153              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
6154              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
6155              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
6156      Branch: cfgperl
6157            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
6158            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
6159            ! regnodes.h warning.h
6160 ____________________________________________________________________________
6161 [  3907] By: jhi                                   on 1999/08/03  08:11:49
6162         Log: 5_59 configured with -Dd_bincompat5005 can't be made
6163              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
6164              
6165              From: Spider Boardman <spider@leggy.zk3.dec.com>
6166              To: perl5-porters@perl.org
6167              Subject: [ID 19990802.016] Not OK: perl 5.00559
6168              Date: Mon, 2 Aug 1999 16:11:13 -0400
6169              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
6170      Branch: cfgperl
6171            ! embed.pl
6172 ____________________________________________________________________________
6173 [  3906] By: jhi                                   on 1999/08/03  07:48:59
6174         Log: Change #3790 redemption: with a little additional
6175              patch from Ilya it works okay.
6176      Branch: cfgperl
6177            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6178            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6179 ____________________________________________________________________________
6180 [  3905] By: gsar                                  on 1999/08/02  21:03:23
6181         Log: this will be 5.005_60
6182      Branch: perl
6183            ! Changes
6184
6185 ----------------
6186 Version 5.005_60
6187 ----------------
6188
6189 ____________________________________________________________________________
6190 [  3904] By: gsar                                  on 1999/08/02  20:30:23
6191         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
6192              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
6193              regen headers
6194      Branch: perl
6195            ! embed.h embed.pl global.sym opcode.h perlapi.c
6196 ____________________________________________________________________________
6197 [  3903] By: gsar                                  on 1999/08/02  20:26:07
6198         Log: native int pack/unpack fixes (from Spider Boardman
6199              <spider@leggy.zk3.dec.com>)
6200      Branch: perl
6201            ! pp.c
6202 ____________________________________________________________________________
6203 [  3902] By: gsar                                  on 1999/08/02  20:24:41
6204         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
6205              <spider@leggy.zk3.dec.com>)
6206      Branch: perl
6207            + opnames.h
6208            ! Changes MANIFEST opcode.pl perl.h
6209 ____________________________________________________________________________
6210 [  3901] By: gsar                                  on 1999/08/02  18:51:18
6211         Log: integrate cfgperl contents
6212      Branch: perl
6213           !> INSTALL README pod/perldelta.pod
6214 ____________________________________________________________________________
6215 [  3900] By: jhi                                   on 1999/08/02  18:46:21
6216         Log: Update README and INSTALL; partly based on the message
6217              
6218              From: "John L. Allen" <allen@grumman.com>
6219              To: Jarkko Hietaniemi <jhi@iki.fi>
6220              cc: perl5-porters@perl.org
6221              Subject: Re: Perl Installation Problem
6222              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
6223              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
6224              
6225              and private email from Andy Dougherty.
6226      Branch: cfgperl
6227            ! INSTALL README
6228 ____________________________________________________________________________
6229 [  3899] By: jhi                                   on 1999/08/02  18:36:35
6230         Log: Integrate with Sarathy.
6231      Branch: cfgperl
6232           !> op.c
6233 ____________________________________________________________________________
6234 [  3898] By: jhi                                   on 1999/08/02  18:34:49
6235         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
6236      Branch: cfgperl
6237            ! pod/perldelta.pod
6238 ____________________________________________________________________________
6239 [  3897] By: gsar                                  on 1999/08/02  18:18:37
6240         Log: optimizations could sometimes bypass bareword check
6241      Branch: perl
6242            ! op.c
6243 ____________________________________________________________________________
6244 [  3896] By: jhi                                   on 1999/08/02  18:18:34
6245         Log: Integrate with Sarathy.
6246      Branch: cfgperl
6247           !> Changes makedef.pl patchlevel.h win32/Makefile
6248           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6249           !> win32/makefile.mk
6250 ____________________________________________________________________________
6251 [  3895] By: gsar                                  on 1999/08/02  17:22:40
6252         Log: up patchlevel etc.
6253      Branch: perl
6254            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6255            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6256 ____________________________________________________________________________
6257 [  3894] By: gsar                                  on 1999/08/02  17:12:31
6258         Log: integrate change#3893, make it conditional on bincompat5005
6259      Branch: perl
6260            ! makedef.pl
6261 ____________________________________________________________________________
6262 [  3893] By: jhi                                   on 1999/08/02  16:49:08
6263         Log: PERL_BINCOMPAT_5005 symbol translation.
6264              (AIX wouldn't link neither perl nor extensions.)
6265      Branch: cfgperl
6266            ! makedef.pl
6267 ____________________________________________________________________________
6268 [  3892] By: gsar                                  on 1999/08/02  16:09:13
6269         Log: integrate cfgperl contents into mainline
6270      Branch: perl
6271           +> t/op/64bit.t
6272            ! Changes
6273           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
6274           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
6275           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
6276 ____________________________________________________________________________
6277 [  3891] By: jhi                                   on 1999/08/02  14:52:40
6278         Log: AIX long long probing requires LL suffix for
6279              the ll constant.  The suffix doesn't seem
6280              to bother other ll platforms.
6281      Branch: cfgperl
6282            ! Configure config_h.SH hints/aix.sh
6283      Branch: metaconfig/U/perl
6284            ! quadfio.U
6285 ____________________________________________________________________________
6286 [  3890] By: jhi                                   on 1999/08/02  14:21:55
6287         Log: Exact path to perl for open -|.
6288      Branch: cfgperl
6289            ! t/io/open.t
6290 ____________________________________________________________________________
6291 [  3889] By: jhi                                   on 1999/08/02  14:18:03
6292         Log: Integrate with Sarathy.
6293      Branch: cfgperl
6294           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
6295           !> win32/Makefile win32/config_H.bc win32/config_H.gc
6296           !> win32/config_H.vc win32/makefile.mk win32/win32.c
6297 ____________________________________________________________________________
6298 [  3888] By: jhi                                   on 1999/08/02  14:14:29
6299         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
6300      Branch: cfgperl
6301            ! hints/aix.sh
6302 ____________________________________________________________________________
6303 [  3887] By: jhi                                   on 1999/08/02  12:53:10
6304         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
6305              emacs code indentation doesn't get wrong ideas--
6306              in other words, introduce a couple of "redundant" if:s.
6307      Branch: cfgperl
6308            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
6309            ! util.c
6310 ____________________________________________________________________________
6311 [  3886] By: jhi                                   on 1999/08/02  12:43:16
6312         Log: Mention that also *BSD systems with glibc are known to stumble.
6313      Branch: cfgperl
6314            ! t/pragma/warn/pp_hot
6315 ____________________________________________________________________________
6316 [  3885] By: jhi                                   on 1999/08/02  12:34:15
6317         Log: Allow also non-long long but still quad platforms print quads.
6318      Branch: cfgperl
6319            ! Configure config_h.SH
6320      Branch: metaconfig/U/perl
6321            ! longdblfio.U quadfio.U
6322 ____________________________________________________________________________
6323 [  3884] By: jhi                                   on 1999/08/02  11:56:14
6324         Log: Fix regclass utf8 hex ranges for quads.
6325      Branch: cfgperl
6326            ! regcomp.c
6327 ____________________________________________________________________________
6328 [  3883] By: jhi                                   on 1999/08/02  11:42:14
6329         Log: Enhance the description of how to detect quad support.
6330      Branch: cfgperl
6331            ! pod/perlfunc.pod
6332 ____________________________________________________________________________
6333 [  3882] By: jhi                                   on 1999/08/02  11:22:19
6334         Log: Fix printf %D %U %O for quads.
6335      Branch: cfgperl
6336            ! sv.c t/op/64bit.t
6337 ____________________________________________________________________________
6338 [  3881] By: jhi                                   on 1999/08/02  11:16:12
6339         Log: Document quad printing.
6340      Branch: cfgperl
6341            ! pod/perlfunc.pod
6342 ____________________________________________________________________________
6343 [  3880] By: jhi                                   on 1999/08/02  10:32:01
6344         Log: More 64-bit fixing.  One known bug of that kind
6345              remains, 32-bit platforms using long long in
6346              the test t/pragma/utf8 subtests 1-3 fail.
6347              (Update: change    #3884 fixed that one.)
6348      Branch: cfgperl
6349            + t/op/64bit.t
6350            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
6351
6352 ----------------
6353 Version 5.005_59
6354 ----------------
6355
6356 ____________________________________________________________________________
6357 [  3879] By: gsar                                  on 1999/08/02  08:18:58
6358         Log: integrate cfgperl changes into mainline
6359      Branch: perl
6360           !> Configure config_h.SH sv.c
6361 ____________________________________________________________________________
6362 [  3878] By: gsar                                  on 1999/08/02  08:13:16
6363         Log: change#3692 had an unintentional patch leak through!
6364              (this would explain the mysterious C<next LABEL> failures
6365              people have seen)
6366      Branch: perl
6367            ! pp_ctl.c
6368 ____________________________________________________________________________
6369 [  3877] By: gsar                                  on 1999/08/02  08:00:29
6370         Log: up patchlevel to 59
6371      Branch: perl
6372            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
6373            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6374            ! win32/makefile.mk
6375 ____________________________________________________________________________
6376 [  3876] By: gsar                                  on 1999/08/02  07:51:18
6377         Log: fix coredump under usethreads+debug
6378      Branch: perl
6379            ! util.c
6380 ____________________________________________________________________________
6381 [  3875] By: jhi                                   on 1999/08/02  07:50:51
6382         Log: d_bincompat5005 could be left empty.
6383      Branch: cfgperl
6384            ! Configure config_h.SH
6385      Branch: metaconfig/U/perl
6386            ! bincompat5005.U
6387 ____________________________________________________________________________
6388 [  3874] By: jhi                                   on 1999/08/02  07:42:45
6389         Log: Fix printf %d when IV is quad.
6390      Branch: cfgperl
6391            ! sv.c
6392 ____________________________________________________________________________
6393 [  3873] By: gsar                                  on 1999/08/02  07:41:03
6394         Log: fix d_bincompat5005='' junking config.h
6395      Branch: perl
6396            ! Configure
6397 ____________________________________________________________________________
6398 [  3872] By: gsar                                  on 1999/08/02  07:38:48
6399         Log: C needs parameter list, not merely type
6400      Branch: perl
6401            ! win32/win32.c
6402 ____________________________________________________________________________
6403 [  3871] By: jhi                                   on 1999/08/02  07:20:51
6404         Log: Integrate with Sarathy.
6405      Branch: cfgperl
6406           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
6407 ____________________________________________________________________________
6408 [  3870] By: gsar                                  on 1999/08/02  07:12:18
6409         Log: integrate cfgperl changes into mainline
6410      Branch: perl
6411            ! Changes
6412           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
6413           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
6414           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
6415           !> toke.c util.c
6416 ____________________________________________________________________________
6417 [  3869] By: gsar                                  on 1999/08/02  06:59:09
6418         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
6419              Date: Sat, 31 Jul 1999 19:08:33 -0700
6420              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
6421              Subject: [PATCH 5.005_58] "use constant" in the compiler
6422      Branch: perl
6423            ! ext/B/B/C.pm ext/B/B/CC.pm
6424 ____________________________________________________________________________
6425 [  3868] By: gsar                                  on 1999/08/02  06:55:51
6426         Log: debug build tweak
6427      Branch: perl
6428            ! regexec.c
6429 ____________________________________________________________________________
6430 [  3867] By: gsar                                  on 1999/08/02  06:35:18
6431         Log: create vmsperl branch (to be owned and operated by: cbailey)
6432      Branch: vmsperl
6433           +> (branch 1476 files)
6434 ____________________________________________________________________________
6435 [  3866] By: jhi                                   on 1999/08/01  23:34:40
6436         Log: so_locations once is enough.
6437      Branch: cfgperl
6438            ! Makefile.SH
6439 ____________________________________________________________________________
6440 [  3865] By: jhi                                   on 1999/08/01  23:13:05
6441         Log: Simplicate duplicated code.
6442      Branch: cfgperl
6443            ! util.c
6444 ____________________________________________________________________________
6445 [  3864] By: jhi                                   on 1999/08/01  22:41:41
6446         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
6447      Branch: cfgperl
6448           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
6449           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
6450            - README.cygwin32 cygwin32/Makefile.SHs
6451            - cygwin32/build-instructions.READFIRST
6452            - cygwin32/build-instructions.charles-wilson
6453            - cygwin32/build-instructions.sebastien-barre
6454            - cygwin32/build-instructions.steven-morlock
6455            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
6456            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
6457            - hints/cygwin32.sh
6458           !> (integrate 61 files)
6459 ____________________________________________________________________________
6460 [  3863] By: jhi                                   on 1999/08/01  22:36:02
6461         Log: Regen Configure and Glossary once again.
6462      Branch: cfgperl
6463            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6464            ! config_h.SH
6465 ____________________________________________________________________________
6466 [  3862] By: jhi                                   on 1999/08/01  22:26:09
6467         Log: Glossary update for #3861.
6468      Branch: cfgperl
6469            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6470            ! config_h.SH
6471 ____________________________________________________________________________
6472 [  3861] By: jhi                                   on 1999/08/01  22:22:51
6473         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
6474              with -Duse64bits (using long long).
6475              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
6476              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
6477              'print unpack "q", pack "q", 12345678901'
6478              should work on such 32-bit platforms.
6479              Still a lot of printf()s behind -D which wrongly assume
6480              that %ld/%lx and (long) are a good combination.
6481              Introducing a slew of new macros intended to be used in printf()
6482              format strings: e. g. PERL_PRId64 is the string to be used
6483              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
6484              The PRI... naming follows the C9X naming of <inttypes.h> macros.
6485      Branch: cfgperl
6486            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6487            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
6488            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
6489      Branch: metaconfig/U/perl
6490            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
6491 ____________________________________________________________________________
6492 [  3860] By: gsar                                  on 1999/08/01  21:23:18
6493         Log: integrate cfgperl contents into mainline
6494      Branch: perl
6495            ! toke.c
6496           !> (integrate 29 files)
6497 ____________________________________________________________________________
6498 [  3859] By: gsar                                  on 1999/08/01  21:13:09
6499         Log: From: Nathan Torkington <gnat@frii.com>
6500              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
6501              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
6502              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
6503      Branch: perl
6504            ! ext/B/B/Disassembler.pm
6505 ____________________________________________________________________________
6506 [  3858] By: gsar                                  on 1999/08/01  21:09:15
6507         Log: DB_File 1.68 update from Paul Marquess
6508      Branch: perl
6509            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6510            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6511            ! t/lib/db-recno.t
6512 ____________________________________________________________________________
6513 [  3857] By: gsar                                  on 1999/08/01  21:05:54
6514         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6515              Date: Sat, 31 Jul 1999 05:13:38 -0400
6516              Message-Id: <199907311407.IAA25038@localhost.frii.com>
6517              Subject: [PATCH 5.005_58] More optimizations to REx engine
6518      Branch: perl
6519            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
6520            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
6521 ____________________________________________________________________________
6522 [  3856] By: gsar                                  on 1999/08/01  20:59:59
6523         Log: slightly modified version of suggested patch
6524              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6525              Date: Sat, 31 Jul 1999 04:45:12 -0400
6526              Message-Id: <199907311406.IAA25034@localhost.frii.com>
6527              Subject: [PATCH 5.005_58] Fix OS/2 build
6528      Branch: perl
6529            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
6530            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
6531 ____________________________________________________________________________
6532 [  3855] By: gsar                                  on 1999/08/01  20:49:06
6533         Log: cygwin update
6534              From: "Fifer, Eric" <EFifer@sanwaint.com>
6535              Date: Fri, 30 Jul 1999 18:31:48 +0100
6536              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
6537              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
6538      Branch: perl
6539            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
6540            ! pp_sys.c unixish.h util.c
6541 ____________________________________________________________________________
6542 [  3854] By: gsar                                  on 1999/08/01  20:41:53
6543         Log: fixes from Stephen McCamant that address bugs in change#3612
6544              (the optimization shouldn't be enabled in expressions where
6545              the variable is introduced), and fix Deparse to grok the
6546              optimization
6547              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
6548              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
6549              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
6550              --
6551              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
6552              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
6553              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
6554              --
6555              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
6556              Message-Id: <199907310326.VAA24376@localhost.frii.com>
6557              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
6558      Branch: perl
6559            ! ext/B/B/Deparse.pm op.c
6560 ____________________________________________________________________________
6561 [  3853] By: gsar                                  on 1999/08/01  20:31:32
6562         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6563              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
6564              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
6565              Subject: [PATCH _58] Two one-liner LOGOP tweaks
6566      Branch: perl
6567            ! op.c opcode.h opcode.pl
6568 ____________________________________________________________________________
6569 [  3852] By: gsar                                  on 1999/08/01  20:29:17
6570         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
6571      Branch: perl
6572            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
6573            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
6574            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
6575            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
6576            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
6577            ! pod/perlport.pod pp_sys.c util.c
6578 ____________________________________________________________________________
6579 [  3851] By: gsar                                  on 1999/08/01  20:20:05
6580         Log: move files around for s/cygwin32/cygwin/ renaming
6581      Branch: perl
6582           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
6583           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
6584            - README.cygwin32 cygwin32/Makefile.SHs
6585            - cygwin32/build-instructions.READFIRST
6586            - cygwin32/build-instructions.charles-wilson
6587            - cygwin32/build-instructions.sebastien-barre
6588            - cygwin32/build-instructions.steven-morlock
6589            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
6590            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
6591            - hints/cygwin32.sh
6592            ! MANIFEST
6593 ____________________________________________________________________________
6594 [  3850] By: gsar                                  on 1999/08/01  20:05:14
6595         Log: posix-bc hints tweak (via private mail from Thomas Dorner
6596              <Thomas.Dorner@start.de>)
6597      Branch: perl
6598            ! Changes hints/posix-bc.sh
6599 ____________________________________________________________________________
6600 [  3849] By: gsar                                  on 1999/08/01  19:50:20
6601         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
6602              <gnat@frii.com>)
6603      Branch: perl
6604            ! perl.h pod/perldelta.pod pod/perlguts.pod
6605 ____________________________________________________________________________
6606 [  3848] By: gsar                                  on 1999/08/01  18:34:41
6607         Log: fix defined(@foo) encarpments
6608      Branch: perl
6609            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
6610            ! pod/perltrap.pod
6611 ____________________________________________________________________________
6612 [  3847] By: jhi                                   on 1999/08/01  17:17:07
6613         Log: Undo #3790 and the patches that attempted to fix it
6614              (#3837, #3838, #3845).  The #3790 caused linkage failures
6615              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
6616              IRIX 6.5.
6617      Branch: cfgperl
6618            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
6619            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6620            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6621 ____________________________________________________________________________
6622 [  3846] By: jhi                                   on 1999/08/01  11:41:52
6623         Log: Reading 64-bit decimal numbers was broken because
6624              the NV was cast to an I32, not an IV.
6625      Branch: cfgperl
6626            ! toke.c
6627 ____________________________________________________________________________
6628 [  3845] By: jhi                                   on 1999/08/01  11:00:24
6629         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
6630      Branch: cfgperl
6631            + ext/SDBM_File/hints/solaris.pl
6632 ____________________________________________________________________________
6633 [  3844] By: jhi                                   on 1999/08/01  10:55:44
6634         Log: Enable Solaris largefiles support only if -Duse64bits is used.
6635              (Effectively removes #3311).
6636      Branch: cfgperl
6637            ! hints/solaris_2.sh
6638 ____________________________________________________________________________
6639 [  3843] By: jhi                                   on 1999/07/31  22:44:56
6640         Log: Integer overflow iteration.
6641      Branch: cfgperl
6642            ! t/op/oct.t toke.c util.c
6643 ____________________________________________________________________________
6644 [  3842] By: jhi                                   on 1999/07/31  22:11:03
6645         Log: Remove a lot of unused regnode codes.
6646              Noticed by Ilya.
6647      Branch: cfgperl
6648            ! regcomp.c regcomp.sym regexec.c regnodes.h
6649 ____________________________________________________________________________
6650 [  3841] By: jhi                                   on 1999/07/31  21:53:54
6651         Log: Make the use64bits and usethreads friendlier/braver;
6652              they no more wimp out if the platform is unknown.
6653              On use64bits if gcc used -DUSE_LONG_LONG is added
6654              to the ccflags (this dependency on gcc caused a slightly weird
6655              reordering of Configure, but things still seem to work.)
6656      Branch: cfgperl
6657            ! Configure README.threads config_h.SH
6658      Branch: metaconfig
6659            ! U/threads/usethreads.U
6660      Branch: metaconfig/U/perl
6661            ! use64bits.U
6662 ____________________________________________________________________________
6663 [  3840] By: jhi                                   on 1999/07/31  20:26:22
6664         Log: Hack the "integer overflow" code some more.
6665      Branch: cfgperl
6666            ! perl.h toke.c util.c
6667 ____________________________________________________________________________
6668 [  3839] By: jhi                                   on 1999/07/31  20:22:00
6669         Log: Test oct() at the 2^32-1 limit.
6670      Branch: cfgperl
6671            ! t/op/oct.t
6672 ____________________________________________________________________________
6673 [  3838] By: jhi                                   on 1999/07/31  20:08:43
6674         Log: Update MANIFEST for #3837.
6675      Branch: cfgperl
6676            ! MANIFEST
6677 ____________________________________________________________________________
6678 [  3837] By: jhi                                   on 1999/07/31  20:02:40
6679         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
6680              (a core dump with a corrput stack ensues).
6681      Branch: cfgperl
6682            + ext/SDBM_File/hints/dec_osf.pl
6683 ____________________________________________________________________________
6684 [  3836] By: jhi                                   on 1999/07/29  21:09:01
6685         Log: Allow for Configure -Ubincompat5005 override.
6686      Branch: cfgperl
6687            ! Configure config_h.SH
6688      Branch: metaconfig/U/perl
6689            ! bincompat5005.U
6690 ____________________________________________________________________________
6691 [  3835] By: jhi                                   on 1999/07/29  21:04:02
6692         Log: Make Configure support PERL_BINCOMPAT_5005.
6693      Branch: cfgperl
6694            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6695            ! config_h.SH
6696      Branch: metaconfig/U/perl
6697            + bincompat5005.U
6698 ____________________________________________________________________________
6699 [  3834] By: jhi                                   on 1999/07/29  19:25:35
6700         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
6701      Branch: cfgperl
6702            ! Makefile.SH
6703 ____________________________________________________________________________
6704 [  3833] By: jhi                                   on 1999/07/29  14:07:09
6705         Log: Integrate with Sarathy.  I overruled on perldelta
6706              and perldiag.
6707      Branch: cfgperl
6708           !> README.win32 emacs/cperl-mode.el globals.c installperl
6709           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
6710           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
6711           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
6712           !> win32/perllib.c win32/win32.c
6713 ____________________________________________________________________________
6714 [  3832] By: jhi                                   on 1999/07/29  14:02:50
6715         Log: Repent and make overly large integerish
6716              constants non-fatal.  They are now promoted
6717              to NVs, accompanied by an overflow warning that
6718              is by default on.
6719      Branch: cfgperl
6720            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
6721            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
6722            ! toke.c util.c
6723 ____________________________________________________________________________
6724 [  3831] By: jhi                                   on 1999/07/29  11:40:04
6725         Log: AIX exhibits different error on failed system().
6726              Slightly modified patch via private email from
6727              David R. Favor <dfavor@austin.ibm.com>
6728      Branch: cfgperl
6729            ! t/op/exec.t
6730 ____________________________________________________________________________
6731 [  3830] By: gsar                                  on 1999/07/29  07:46:11
6732         Log: cperl-mode.el v4.19
6733      Branch: perl
6734            ! emacs/cperl-mode.el
6735 ____________________________________________________________________________
6736 [  3829] By: gsar                                  on 1999/07/29  07:30:35
6737         Log: From: jan.dubois@ibm.net (Jan Dubois)
6738              Date: Wed, 28 Jul 1999 22:01:42 +0200
6739              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
6740              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
6741      Branch: perl
6742            ! win32/bin/pl2bat.pl
6743 ____________________________________________________________________________
6744 [  3828] By: gsar                                  on 1999/07/29  07:19:27
6745         Log: tweak previous change for multiple hits
6746      Branch: perl
6747            ! utils/perldoc.PL
6748 ____________________________________________________________________________
6749 [  3827] By: gsar                                  on 1999/07/29  07:10:00
6750         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
6751              really needs a pod2text() compatibility function)
6752      Branch: perl
6753            ! utils/perldoc.PL
6754 ____________________________________________________________________________
6755 [  3826] By: gsar                                  on 1999/07/29  01:33:46
6756         Log: minor tweaks to pods and toke.c comments
6757      Branch: perl
6758            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
6759 ____________________________________________________________________________
6760 [  3825] By: gsar                                  on 1999/07/29  00:12:52
6761         Log: integrate cfgperl changes into mainline
6762      Branch: perl
6763           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6764           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
6765           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6766           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
6767           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6768           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
6769           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
6770           !> t/pragma/warn/util toke.c util.c
6771 ____________________________________________________________________________
6772 [  3824] By: jhi                                   on 1999/07/28  21:15:04
6773         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
6774      Branch: cfgperl
6775            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6776            ! ext/IO/lib/IO/Socket/INET.pm
6777 ____________________________________________________________________________
6778 [  3823] By: jhi                                   on 1999/07/28  20:29:17
6779         Log: Continue pack() doc honing.
6780      Branch: cfgperl
6781            ! pod/perlfunc.pod
6782 ____________________________________________________________________________
6783 [  3822] By: jhi                                   on 1999/07/28  20:17:37
6784         Log: Enhance pack() doc.
6785      Branch: cfgperl
6786            ! pod/perlfunc.pod
6787 ____________________________________________________________________________
6788 [  3821] By: jhi                                   on 1999/07/28  18:34:50
6789         Log: UNIX Domain Sockets are not implemented under QNX.
6790              
6791              From: Norton Allen <allen@huarp.harvard.edu>
6792              To: perl5-porters@perl.org
6793              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
6794              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
6795              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
6796      Branch: cfgperl
6797            ! t/lib/io_unix.t
6798 ____________________________________________________________________________
6799 [  3820] By: jhi                                   on 1999/07/28  18:13:37
6800         Log: IO::* enhancements.
6801              
6802              1) write() and syswrite() will now accept a single-argument
6803              form of the call, for consistency with Perl's syswrite().
6804              2) You can create a TCP-based IO::Socket::INET without forcing
6805              a connect attempt.  This allows you to configure its options
6806              (like making it non-blocking) and then call connect() manually.
6807              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
6808              from ever returning the correct value.
6809              
6810              From: Lincoln Stein <lstein@formaggio.cshl.org>
6811              To: Graham Barr <gbarr@pobox.com>
6812              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
6813              Subject: Re: patch for IO::*
6814              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
6815              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
6816      Branch: cfgperl
6817            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6818            ! ext/IO/lib/IO/Socket/INET.pm
6819 ____________________________________________________________________________
6820 [  3819] By: gsar                                  on 1999/07/28  18:08:06
6821         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
6822      Branch: perl
6823            ! README.win32 globals.c installperl iperlsys.h makedef.pl
6824            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
6825            ! win32/win32.c
6826 ____________________________________________________________________________
6827 [  3818] By: jhi                                   on 1999/07/28  17:48:16
6828         Log: Need to add QNX to the list for DONT_DECLARE_STD.
6829              (The elimination of use of the _() macro apparently triggered
6830              an incompatability with a #define of atof)
6831              
6832              From: Norton Allen <allen@huarp.harvard.edu>
6833              To: perl5-porters@perl.org
6834              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
6835              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
6836              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
6837      Branch: cfgperl
6838            ! perl.h
6839 ____________________________________________________________________________
6840 [  3817] By: jhi                                   on 1999/07/28  17:46:30
6841         Log: Need to add some more conditions to deal with the case
6842              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
6843              which is true for QNX4.
6844              From: Norton Allen <allen@huarp.harvard.edu>
6845              To: perl5-porters@perl.org
6846              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
6847              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
6848              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
6849      Branch: cfgperl
6850            ! pp_sys.c
6851 ____________________________________________________________________________
6852 [  3816] By: jhi                                   on 1999/07/28  17:43:40
6853         Log: The QNX shell needs a couple more semicolons.
6854              
6855              From: Norton Allen <allen@huarp.harvard.edu>
6856              To: perl5-porters@perl.org
6857              Subject: [ID 19990728.007] Patch:Configure _58 QNX
6858              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
6859              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
6860              
6861              plus silence metalint moanings on vendorprefix.
6862      Branch: cfgperl
6863            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6864            ! config_h.SH
6865 ____________________________________________________________________________
6866 [  3815] By: jhi                                   on 1999/07/28  17:31:11
6867         Log: Silence metalint on vendorprefix.U.
6868      Branch: metaconfig
6869            ! U/installdirs/vendorprefix.U
6870 ____________________________________________________________________________
6871 [  3814] By: jhi                                   on 1999/07/28  17:13:29
6872         Log: QNX shell needs more semicolons.
6873      Branch: metaconfig/U/perl
6874            ! Extensions.U
6875 ____________________________________________________________________________
6876 [  3813] By: jhi                                   on 1999/07/28  17:05:08
6877         Log: Integrate with Sarathy.
6878      Branch: cfgperl
6879           !> lib/ExtUtils/MM_Unix.pm
6880 ____________________________________________________________________________
6881 [  3812] By: jhi                                   on 1999/07/28  16:20:17
6882         Log: Fix a typo, un-shout, and reformat the installation output.
6883      Branch: cfgperl
6884            ! lib/ExtUtils/Install.pm
6885 ____________________________________________________________________________
6886 [  3811] By: gsar                                  on 1999/07/28  15:41:11
6887         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
6888      Branch: perl
6889            ! lib/ExtUtils/MM_Unix.pm
6890 ____________________________________________________________________________
6891 [  3810] By: jhi                                   on 1999/07/28  13:55:57
6892         Log: Talk more about subsecond things in perlfunc.
6893              (Yes, redundant with perlfaq8.)
6894      Branch: cfgperl
6895            ! pod/perlfunc.pod
6896 ____________________________________________________________________________
6897 [  3809] By: jhi                                   on 1999/07/28  07:23:48
6898         Log: Integrate with Sarathy.
6899      Branch: cfgperl
6900           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
6901           !> t/op/pwent.t
6902 ____________________________________________________________________________
6903 [  3808] By: jhi                                   on 1999/07/28  07:23:03
6904         Log: Document toke.c.
6905              From: Nathan Torkington <gnat@frii.com>
6906              To: perl5-porters@perl.org
6907              Subject: Re: toke.c patch, work in progress
6908              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
6909              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
6910      Branch: cfgperl
6911            ! toke.c
6912 ____________________________________________________________________________
6913 [  3807] By: jhi                                   on 1999/07/28  07:10:56
6914         Log: perlre clarification.
6915              
6916              From: Ian Phillipps <ian@dial.pipex.com>
6917              To: Perl 5 Porters <perl5-porters@perl.org>
6918              Subject: [PATCH 5.00557] Add definite article to perlre.pod
6919              Date: Tue, 27 Jul 1999 10:46:29 +0100
6920              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
6921      Branch: cfgperl
6922            ! pod/perlre.pod
6923 ____________________________________________________________________________
6924 [  3806] By: gsar                                  on 1999/07/28  07:07:46
6925         Log: fix the perl -V breakage
6926              
6927              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6928              To: Jarkko Hietaniemi <jhi@iki.fi>
6929              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
6930              gsar@activestate.com
6931              Subject: Re: Follow up to: _58 on AIX 431
6932              Date: Tue, 27 Jul 1999 17:42:00 -0400
6933              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
6934      Branch: perl
6935            ! configpm
6936 ____________________________________________________________________________
6937 [  3805] By: gsar                                  on 1999/07/28  07:03:34
6938         Log: avoid warning (from Doug MacEachern)
6939      Branch: perl
6940            ! perl.h
6941 ____________________________________________________________________________
6942 [  3804] By: gsar                                  on 1999/07/28  06:59:30
6943         Log: Pod::Html tweak
6944              
6945              From: jan.dubois@ibm.net (Jan Dubois)
6946              To: perl5-porters@perl.org
6947              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
6948              Date: Tue, 27 Jul 1999 22:14:12 +0200
6949              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
6950      Branch: perl
6951            ! lib/Pod/Html.pm
6952 ____________________________________________________________________________
6953 [  3803] By: gsar                                  on 1999/07/28  06:56:38
6954         Log: freebsd hints update
6955              
6956              From: Anton Berezin <tobez@plab.ku.dk>
6957              To: perl5-porters@perl.org
6958              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
6959              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
6960              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
6961      Branch: perl
6962            ! hints/freebsd.sh
6963 ____________________________________________________________________________
6964 [  3802] By: gsar                                  on 1999/07/28  06:51:32
6965         Log: cosmetic testsuite patch
6966              
6967              From: Graham Barr <gbarr@ti.com>
6968              To: Perl5 Porters <perl5-porters@perl.org>
6969              Subject: 5.005_58 build
6970              Date: Tue, 27 Jul 1999 08:09:25 -0500
6971              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
6972      Branch: perl
6973            ! t/op/grent.t t/op/pwent.t
6974 ____________________________________________________________________________
6975 [  3801] By: jhi                                   on 1999/07/27  13:49:39
6976         Log: Minuscule cleanup of the integer overflow patch.
6977      Branch: cfgperl
6978            ! util.c
6979 ____________________________________________________________________________
6980 [  3800] By: jhi                                   on 1999/07/27  13:37:23
6981         Log: Test hex('x...').
6982      Branch: cfgperl
6983            ! t/op/oct.t
6984 ____________________________________________________________________________
6985 [  3799] By: jhi                                   on 1999/07/27  12:45:45
6986         Log: Integrate with Sarathy (5.005_58).
6987      Branch: cfgperl
6988            - ext/B/byteperl.c
6989           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
6990           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
6991           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
6992           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6993           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
6994           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
6995           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
6996           !> win32/config_H.vc
6997 ____________________________________________________________________________
6998 [  3798] By: jhi                                   on 1999/07/27  12:42:43
6999         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
7000              they used to be just optional lexical warnings.
7001              Also, with warnings turned on, constants > 2**32-1
7002              trigger a non-portability warning.
7003      Branch: cfgperl
7004            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
7005            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
7006            ! util.c
7007 ____________________________________________________________________________
7008 [  3797] By: gsar                                  on 1999/07/27  10:48:27
7009         Log: here lies 5.005_58
7010      Branch: perl
7011            - ext/B/byteperl.c
7012            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
7013            ! pod/perlfaq9.pod pod/perlhist.pod
7014
7015 ----------------
7016 Version 5.005_58
7017 ----------------
7018
7019 ____________________________________________________________________________
7020 [  3796] By: gsar                                  on 1999/07/27  09:23:42
7021         Log: regenerate win32/config_H.?c
7022      Branch: perl
7023            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7024 ____________________________________________________________________________
7025 [  3795] By: gsar                                  on 1999/07/27  09:02:31
7026         Log: From: Tye McQueen <tye@metronet.com>
7027              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
7028              Message-Id: <199907270019.AA08223@metronet.com>
7029              Subject: Patch pl2bat.pl so batch file can fail
7030      Branch: perl
7031            ! win32/bin/pl2bat.pl
7032 ____________________________________________________________________________
7033 [  3794] By: gsar                                  on 1999/07/27  08:59:58
7034         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7035              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
7036              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
7037              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
7038      Branch: perl
7039            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
7040            ! lib/SelfLoader.pm
7041 ____________________________________________________________________________
7042 [  3793] By: gsar                                  on 1999/07/27  08:19:16
7043         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
7044              (from Andy Dougherty)
7045      Branch: perl
7046            ! embed.h embed.pl
7047 ____________________________________________________________________________
7048 [  3792] By: gsar                                  on 1999/07/27  08:04:19
7049         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
7050              and Brad Appleton)
7051      Branch: perl
7052            ! lib/Pod/Parser.pm
7053 ____________________________________________________________________________
7054 [  3791] By: gsar                                  on 1999/07/27  07:50:54
7055         Log: cover case where CLK_TCK is a float, not integer (from
7056              alexander smishlajev <als@turnhere.com>)
7057      Branch: perl
7058            ! ext/Devel/DProf/DProf.xs
7059 ____________________________________________________________________________
7060 [  3790] By: gsar                                  on 1999/07/27  07:45:08
7061         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
7062              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
7063      Branch: perl
7064            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7065            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7066 ____________________________________________________________________________
7067 [  3789] By: jhi                                   on 1999/07/27  07:44:55
7068         Log: Integrate with Sarathy.
7069      Branch: cfgperl
7070           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
7071           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
7072           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
7073           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
7074           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
7075           !> proto.h t/comp/proto.t t/io/open.t
7076 ____________________________________________________________________________
7077 [  3788] By: gsar                                  on 1999/07/27  07:29:59
7078         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
7079              to Russ Allbery <rra@stanford.edu>); s/Simple// and
7080              s/pod2txt/pod2text/ etc.
7081      Branch: perl
7082            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
7083            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
7084 ____________________________________________________________________________
7085 [  3787] By: gsar                                  on 1999/07/27  06:48:40
7086         Log: From: Andy Dougherty <doughera@lafayette.edu>
7087              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
7088              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
7089              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
7090      Branch: perl
7091            ! ext/SDBM_File/sdbm/sdbm.h
7092 ____________________________________________________________________________
7093 [  3786] By: gsar                                  on 1999/07/27  06:30:09
7094         Log: applied suggested patch; added missing prototype changes to
7095              opcode.pl along with documentation typos (feature still needs
7096              to be described in perlopentut.pod and summarized in
7097              perldelta.pod)
7098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7099              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
7100              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
7101              Subject: [PATCH 5.00557] 3-arg open
7102      Branch: perl
7103            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
7104            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
7105            ! proto.h t/comp/proto.t t/io/open.t
7106 ____________________________________________________________________________
7107 [  3785] By: gsar                                  on 1999/07/27  04:36:39
7108         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
7109              <roland.bauer@fff.at>)
7110      Branch: perl
7111            ! lib/Pod/Html.pm
7112 ____________________________________________________________________________
7113 [  3784] By: gsar                                  on 1999/07/27  03:56:17
7114         Log: change#3762 wasn't needed
7115      Branch: perl
7116            ! ext/B/B/CC.pm
7117 ____________________________________________________________________________
7118 [  3783] By: jhi                                   on 1999/07/26  19:08:21
7119         Log: Integrate with Sarathy.
7120      Branch: cfgperl
7121           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
7122           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
7123           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
7124 ____________________________________________________________________________
7125 [  3782] By: gsar                                  on 1999/07/26  18:16:50
7126         Log: update Changes, patchlevel &c.
7127      Branch: perl
7128            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7129            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7130 ____________________________________________________________________________
7131 [  3781] By: gsar                                  on 1999/07/26  17:54:47
7132         Log: a more correct fix for change#2744
7133              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7134              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
7135              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
7136              Subject: [PATCH _57] Re: toke.c questions 
7137      Branch: perl
7138            ! toke.c
7139 ____________________________________________________________________________
7140 [  3780] By: gsar                                  on 1999/07/26  17:37:04
7141         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
7142      Branch: perl
7143            ! pod/perlfunc.pod
7144 ____________________________________________________________________________
7145 [  3779] By: jhi                                   on 1999/07/26  16:37:23
7146         Log: Dusting off.
7147      Branch: cfgperl
7148            ! README.threads
7149 ____________________________________________________________________________
7150 [  3778] By: gsar                                  on 1999/07/26  13:28:46
7151         Log: avoid DIVZERO
7152      Branch: perl
7153            ! utils/dprofpp.PL
7154 ____________________________________________________________________________
7155 [  3777] By: gsar                                  on 1999/07/26  13:18:53
7156         Log: warnings identified by Borland compiler
7157      Branch: perl
7158            ! makedef.pl pp_ctl.c
7159 ____________________________________________________________________________
7160 [  3776] By: jhi                                   on 1999/07/26  13:07:36
7161         Log: Integrate with Sarathy.
7162      Branch: cfgperl
7163           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
7164 ____________________________________________________________________________
7165 [  3775] By: gsar                                  on 1999/07/26  12:55:43
7166         Log: avoid infinite recursion when Thread.pm croaks during
7167              bootstrap
7168      Branch: perl
7169            ! lib/Carp/Heavy.pm
7170 ____________________________________________________________________________
7171 [  3774] By: gsar                                  on 1999/07/26  12:43:02
7172         Log: integrate cfgperl contents into mainline
7173      Branch: perl
7174           +> lib/Carp/Heavy.pm
7175           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
7176           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
7177           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
7178           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
7179           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
7180 ____________________________________________________________________________
7181 [  3773] By: jhi                                   on 1999/07/26  12:40:29
7182         Log: Use long doubles only if they are useful.
7183      Branch: cfgperl
7184            ! ext/POSIX/POSIX.xs
7185 ____________________________________________________________________________
7186 [  3772] By: gsar                                  on 1999/07/26  12:33:11
7187         Log: typo in change#3768
7188      Branch: perl
7189            ! pp_hot.c
7190 ____________________________________________________________________________
7191 [  3771] By: gsar                                  on 1999/07/26  12:08:27
7192         Log: alpha-stage support for user-hooks in @INC
7193              From: Ken Fox <kfox@ford.com>
7194              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
7195              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
7196              Subject: Re: loading remote modules
7197      Branch: perl
7198            ! pp_ctl.c
7199 ____________________________________________________________________________
7200 [  3770] By: jhi                                   on 1999/07/26  11:38:36
7201         Log: Back out #3735.  Needs more work.
7202      Branch: cfgperl
7203            ! Makefile.SH cflags.SH configpm ext/util/make_ext
7204            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
7205            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
7206            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
7207            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
7208 ____________________________________________________________________________
7209 [  3769] By: jhi                                   on 1999/07/26  11:24:45
7210         Log: Integrate with Sarathy.
7211      Branch: cfgperl
7212           !> (integrate 35 files)
7213 ____________________________________________________________________________
7214 [  3768] By: gsar                                  on 1999/07/26  11:03:07
7215         Log: optimize method name lookup
7216              From: Chip Salzenberg <chip@perlsupport.com>
7217              Date: Thu, 22 Jul 1999 13:43:36 -0400
7218              Message-ID: <19990722134336.Q391@perlsupport.com>
7219              Subject: [PATCH] OP_METHOD_NAMED
7220      Branch: perl
7221            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
7222            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
7223            ! proto.h
7224 ____________________________________________________________________________
7225 [  3767] By: gsar                                  on 1999/07/26  10:44:11
7226         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
7227              foo()->()); rework grammar to remove conflicts
7228              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7229              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
7230              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
7231              Subject: [PATCH _57, long] Re: optional arrow asymmetry
7232      Branch: perl
7233            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
7234            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
7235            ! vms/perly_c.vms vms/perly_h.vms
7236 ____________________________________________________________________________
7237 [  3766] By: jhi                                   on 1999/07/26  10:18:56
7238         Log: Use $< instead of $*.c in *perlmain.o rules.
7239      Branch: cfgperl
7240            ! Makefile.SH
7241 ____________________________________________________________________________
7242 [  3765] By: gsar                                  on 1999/07/26  09:28:48
7243         Log: From: Ian Phillipps <ian@dial.pipex.com>
7244              Date: Fri, 23 Jul 1999 23:35:56 +0100
7245              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
7246              Subject: (Version 2) Extending unpack to deal with counted strings
7247      Branch: perl
7248            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
7249 ____________________________________________________________________________
7250 [  3764] By: jhi                                   on 1999/07/26  09:17:26
7251         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7252              To: perl5-porters@perl.org (Mailing list Perl5)
7253              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
7254              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
7255              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
7256              
7257              The patch was based on 5_57 so had to re-apply lib/Carp.pm
7258              parts of changes #3498, #3696, and #3702 for the new
7259              lib/Carp/Heavy.pm.
7260      Branch: cfgperl
7261            + lib/Carp/Heavy.pm
7262            ! MANIFEST lib/Carp.pm
7263 ____________________________________________________________________________
7264 [  3763] By: gsar                                  on 1999/07/26  09:03:17
7265         Log: ~ isn't valid in VMS filenames
7266      Branch: perl
7267            ! lib/Pod/Html.pm
7268 ____________________________________________________________________________
7269 [  3762] By: gsar                                  on 1999/07/26  08:59:47
7270         Log: setstate stop-gap from Vishal Bhatia
7271      Branch: perl
7272            ! ext/B/B/CC.pm
7273 ____________________________________________________________________________
7274 [  3761] By: gsar                                  on 1999/07/26  08:06:39
7275         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
7276              add B::OP::name() method that returns just the op_name;
7277              convert Deparse et all to use that instead of B::OP::ppaddr();
7278              add support for OP_SETSTATE in Deparse
7279      Branch: perl
7280            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
7281            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
7282            ! ext/B/B/Xref.pm opcode.h opcode.pl
7283 ____________________________________________________________________________
7284 [  3760] By: jhi                                   on 1999/07/26  07:14:43
7285         Log: Integrate with Sarathy.
7286      Branch: cfgperl
7287           !> (integrate 43 files)
7288 ____________________________________________________________________________
7289 [  3759] By: gsar                                  on 1999/07/26  05:12:24
7290         Log: add disclaimer about perl 4 libraries (modified version of
7291              patch suggested by Clinton Pierce <cpierce1@ford.com>)
7292      Branch: perl
7293            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
7294            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
7295            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
7296            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
7297            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
7298 ____________________________________________________________________________
7299 [  3758] By: gsar                                  on 1999/07/26  04:48:35
7300         Log: make reset() behave with high-bit characters
7301              From: Ian Phillipps <ian@dial.pipex.com>
7302              Date: Thu, 22 Jul 1999 22:48:59 +0100
7303              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
7304              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
7305      Branch: perl
7306            ! sv.c
7307 ____________________________________________________________________________
7308 [  3757] By: gsar                                  on 1999/07/26  04:40:32
7309         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
7310      Branch: perl
7311            ! pod/perlport.pod
7312 ____________________________________________________________________________
7313 [  3756] By: gsar                                  on 1999/07/26  04:20:37
7314         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
7315      Branch: perl
7316            ! utils/dprofpp.PL
7317 ____________________________________________________________________________
7318 [  3755] By: gsar                                  on 1999/07/26  04:18:00
7319         Log: disable VPATH for now (breaks x2p build)
7320      Branch: perl
7321            ! x2p/Makefile.SH
7322 ____________________________________________________________________________
7323 [  3754] By: gsar                                  on 1999/07/26  03:15:33
7324         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
7325              (%! has the necessary magic); misc typos
7326      Branch: perl
7327            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
7328            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
7329            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
7330            ! utils/h2xs.PL
7331 ____________________________________________________________________________
7332 [  3753] By: gsar                                  on 1999/07/26  02:38:28
7333         Log: integrate cfgperl contents into mainline
7334      Branch: perl
7335           +> t/pragma/locale/latin1 t/pragma/locale/utf8
7336           !> (integrate 53 files)
7337 ____________________________________________________________________________
7338 [  3752] By: gsar                                  on 1999/07/26  02:11:31
7339         Log: ensure implicitly closed handles don't set $? or $!
7340      Branch: perl
7341            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
7342 ____________________________________________________________________________
7343 [  3751] By: gsar                                  on 1999/07/26  01:28:34
7344         Log: change#3534 didn't preserve undef return values from caller()
7345      Branch: perl
7346            ! Changes pp_ctl.c
7347 ____________________________________________________________________________
7348 [  3750] By: jhi                                   on 1999/07/25  20:59:29
7349         Log: Back up a tiny bit from #3735.
7350              This may break builds outside the source directory
7351              but then again, they do not work that ell yet anyway.
7352      Branch: cfgperl
7353            ! Makefile.SH
7354 ____________________________________________________________________________
7355 [  3750] By: jhi                                   on 1999/07/25  20:59:29
7356         Log: Back up a tiny bit from #3735.
7357              This may break builds outside the source directory
7358              but then again, they do not work that ell yet anyway.
7359      Branch: cfgperl
7360            ! Makefile.SH
7361 ____________________________________________________________________________
7362 [  3749] By: jhi                                   on 1999/07/25  19:15:55
7363         Log: Integrate with Sarathy.
7364      Branch: cfgperl
7365           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
7366 ____________________________________________________________________________
7367 [  3748] By: jhi                                   on 1999/07/25  19:06:59
7368         Log: Recode locale.t so that the change in #3730
7369              is not needed and locale.t works both without
7370              and with the utf8 pragma.
7371      Branch: cfgperl
7372            + t/pragma/locale/latin1 t/pragma/locale/utf8
7373            ! MANIFEST t/pragma/locale.t
7374 ____________________________________________________________________________
7375 [  3747] By: jhi                                   on 1999/07/25  19:01:46
7376         Log: Like #3743.
7377      Branch: cfgperl
7378            ! utils/perlbug.PL
7379 ____________________________________________________________________________
7380 [  3746] By: gsar                                  on 1999/07/25  18:08:58
7381         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
7382              append a HISTORY section to POD if option is used
7383      Branch: perl
7384            ! utils/h2xs.PL
7385 ____________________________________________________________________________
7386 [  3745] By: gsar                                  on 1999/07/25  17:40:03
7387         Log: warn rather than die when parse_version() can't cut it (from
7388              Michael G Schwern <schwern@pobox.com>)
7389      Branch: perl
7390            ! lib/ExtUtils/MM_Unix.pm
7391 ____________________________________________________________________________
7392 [  3744] By: gsar                                  on 1999/07/25  16:32:48
7393         Log: make map behave like grep wrt indirect object slot when
7394              there are parentheses; revert an experimental mod by Larry
7395              in change#2038 that failed to parse %{{qw(a b c)}} properly
7396              (this means C<map {use Foo; ...} ...> still needs a proper
7397              fix)
7398      Branch: perl
7399            ! toke.c
7400 ____________________________________________________________________________
7401 [  3743] By: jhi                                   on 1999/07/25  16:24:55
7402         Log: Fix a typo in #3725.
7403      Branch: cfgperl
7404            ! utils/perlbug.PL
7405 ____________________________________________________________________________
7406 [  3742] By: jhi                                   on 1999/07/25  16:14:39
7407         Log: Integrate with Sarathy.
7408      Branch: cfgperl
7409           !> (integrate 26 files)
7410 ____________________________________________________________________________
7411 [  3741] By: jhi                                   on 1999/07/25  16:02:28
7412         Log: Cut-and-pasto in #3737.
7413      Branch: cfgperl
7414            ! perl.c
7415 ____________________________________________________________________________
7416 [  3740] By: gsar                                  on 1999/07/25  15:59:34
7417         Log: add note about glibc bug
7418      Branch: perl
7419            ! t/pragma/warn/pp_hot
7420 ____________________________________________________________________________
7421 [  3739] By: gsar                                  on 1999/07/25  15:48:40
7422         Log: fix bug in change#3728 that might free COPs prematurely;
7423              null(op) now does more thorough scrubbing of the op, which
7424              fixes a few compile-time memory "leaks"
7425      Branch: perl
7426            ! dump.c embed.h embed.pl op.c proto.h
7427 ____________________________________________________________________________
7428 [  3738] By: jhi                                   on 1999/07/25  14:15:26
7429         Log: In accordance with #3737.
7430      Branch: metaconfig
7431            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
7432            ! U/modified/Oldconfig.U
7433      Branch: metaconfig/U/perl
7434            ! Extensions.U
7435 ____________________________________________________________________________
7436 [  3737] By: jhi                                   on 1999/07/25  14:12:34
7437         Log: Use vendorprefixlib.
7438      Branch: cfgperl
7439            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7440            ! config_h.SH perl.c
7441 ____________________________________________________________________________
7442 [  3736] By: jhi                                   on 1999/07/25  13:10:03
7443         Log: Populate metaconfig branch.
7444      Branch: metaconfig
7445            + (add 1468 files)
7446      Branch: metaconfig/U/perl
7447            + (add 101 files)
7448 ____________________________________________________________________________
7449 [  3735] By: jhi                                   on 1999/07/25  12:27:20
7450         Log: First steps of making builds outside the source
7451              directory possible.  These should get us as far
7452              as miniperl, then building DynaLoader falls into
7453              tiny twinkling pieces as MakeMaker knows nothing
7454              of VPATH mindset.
7455      Branch: cfgperl
7456            ! Configure Makefile.SH cflags.SH config_h.SH configpm
7457            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
7458            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
7459            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
7460            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
7461 ____________________________________________________________________________
7462 [  3734] By: jhi                                   on 1999/07/25  11:19:28
7463         Log: Poor Glossary--are we fixed yet?
7464      Branch: cfgperl
7465            ! Porting/Glossary
7466 ____________________________________________________________________________
7467 [  3733] By: jhi                                   on 1999/07/25  11:15:06
7468         Log: Change #3732 mistakenly clobbered Glossary.
7469      Branch: cfgperl
7470            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7471            ! config_h.SH
7472 ____________________________________________________________________________
7473 [  3732] By: jhi                                   on 1999/07/25  10:46:39
7474         Log: Andy's new installation scheme (note: a lot of this
7475              leaked in already with change #3731).  The vendor*
7476              stuff is not used anywhere (in *.SH, say), so it
7477              isn't in Configure, either.
7478      Branch: cfgperl
7479            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7480            ! config_h.SH
7481 ____________________________________________________________________________
7482 [  3731] By: jhi                                   on 1999/07/25  10:12:07
7483         Log: Circumcode a strange shell(?) bug in AIX found
7484              while trying to do -Duse64bits (which I couldn't do
7485              in the end because the CPU isn't 64-bit in that box,
7486              but at least now the probing doesn't crash.)
7487      Branch: cfgperl
7488            ! Configure config_h.SH hints/aix.sh
7489 ____________________________________________________________________________
7490 [  3730] By: gsar                                  on 1999/07/25  04:56:56
7491         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
7492              a utf8 bug in one of the new RE optimizations
7493      Branch: perl
7494            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
7495            ! t/pragma/locale.t
7496 ____________________________________________________________________________
7497 [  3729] By: jhi                                   on 1999/07/23  19:56:27
7498         Log: From: Andy Dougherty <doughera@lafayette.edu>
7499              To: Perl Porters <perl5-porters@perl.org>
7500              Subject: [PATCH 5.005_57] INSTALL-1.58
7501              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
7502              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
7503              
7504              plus
7505              
7506              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7507              To: Andy Dougherty <doughera@lafayette.edu>
7508              Cc: Perl Porters <perl5-porters@perl.org>
7509              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
7510              Date: Fri, 23 Jul 1999 13:38:25 -0400
7511              Message-ID: <19990723133825.A12033@O2.chapin.edu>
7512      Branch: cfgperl
7513            ! INSTALL
7514 ____________________________________________________________________________
7515 [  3728] By: gsar                                  on 1999/07/23  17:24:42
7516         Log: applied suggested patch for tracking line numbers correctly in
7517              optimized blocks with a single statement; changed setcop to
7518              setstate and added code for -Dx dumps
7519              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7520              Date: Wed, 23 Jun 1999 17:27:42 +0100
7521              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
7522              Subject: [PATCH 5.005_57] Line number error in optimised else() 
7523      Branch: perl
7524            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
7525            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
7526            ! pp_proto.h t/op/misc.t
7527 ____________________________________________________________________________
7528 [  3727] By: gsar                                  on 1999/07/23  15:56:04
7529         Log: avoid useless use of target for pp_each(); also fixes bugs due to
7530              refcount held by the target
7531      Branch: perl
7532            ! opcode.h opcode.pl pp.c t/op/each.t
7533 ____________________________________________________________________________
7534 [  3726] By: jhi                                   on 1999/07/23  12:08:30
7535         Log: Change #3725 aftershock.
7536      Branch: cfgperl
7537            ! INSTALL jpl/JNI/JNI.pm
7538 ____________________________________________________________________________
7539 [  3725] By: jhi                                   on 1999/07/23  11:58:49
7540         Log: Introduce $Config{ldlibpthname} which contains
7541              the name of the environment variable holding the
7542              dynamic library search path, often LD_LIBRARY_PATH.
7543              Use this new feature all over.
7544              Also removed remnants of admonition "add LD_LIBRARY_PATH
7545              before running make" because Makefile.SH does this for you. 
7546      Branch: cfgperl
7547            ! Configure Makefile.SH config_h.SH
7548            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
7549            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
7550            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
7551            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
7552            ! jpl/install-jpl utils/perlbug.PL
7553 ____________________________________________________________________________
7554 [  3724] By: jhi                                   on 1999/07/23  08:03:36
7555         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
7556              To: perl5-porters@perl.org
7557              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
7558              Date: Thu, 22 Jul 1999 19:58:34 -0400
7559              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
7560      Branch: cfgperl
7561            ! av.c
7562 ____________________________________________________________________________
7563 [  3723] By: gsar                                  on 1999/07/23  00:01:29
7564         Log: emit warning about function calls that were encountered too early
7565              to enforce their prototype
7566      Branch: perl
7567            ! op.c op.h pod/perldiag.pod
7568 ____________________________________________________________________________
7569 [  3722] By: jhi                                   on 1999/07/22  21:19:59
7570         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
7571              To: perl5-porters@perl.org
7572              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
7573              Subject: [PATCH] MakeMaker documentation
7574              Date: Wed, 21 Jul 1999 14:15:42 -0400
7575              Message-ID: <19990721141542.A1800@O2.chapin.edu>
7576      Branch: cfgperl
7577            ! lib/ExtUtils/MakeMaker.pm
7578 ____________________________________________________________________________
7579 [  3721] By: jhi                                   on 1999/07/22  21:05:19
7580         Log: From: pvhp@forte.com (Peter Prymmer)
7581              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
7582              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
7583              Date: Wed, 21 Jul 99 17:15:39 PDT
7584              Message-Id: <9907220015.AA11931@forte.com>
7585      Branch: cfgperl
7586            ! hints/os390.sh
7587 ____________________________________________________________________________
7588 [  3720] By: jhi                                   on 1999/07/22  20:51:17
7589         Log: AIX magic: ccdlflags needs to be different for
7590              Perl itself and for extra-core extensions
7591              (as used by ExtUtilss::embed::ldopts).
7592              Based on the problems described in
7593              
7594              From: Mike W Ellwood <mwe@rl.ac.uk>
7595              To: perl5-porters@perl.org
7596              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
7597              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
7598              Reply-To: m.w.ellwood@rl.ac.uk
7599              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
7600      Branch: cfgperl
7601            ! Configure Makefile.SH config_h.SH hints/aix.sh
7602 ____________________________________________________________________________
7603 [  3719] By: jhi                                   on 1999/07/22  08:23:53
7604         Log: Update history records.
7605      Branch: cfgperl
7606            ! pod/perlhist.pod
7607 ____________________________________________________________________________
7608 [  3718] By: jhi                                   on 1999/07/21  13:54:42
7609         Log: Todododobedobedo.
7610      Branch: cfgperl
7611            ! Todo
7612 ____________________________________________________________________________
7613 [  3717] By: jhi                                   on 1999/07/21  12:10:48
7614         Log: Even more Todo.
7615      Branch: cfgperl
7616            ! Todo
7617 ____________________________________________________________________________
7618 [  3716] By: jhi                                   on 1999/07/21  11:40:39
7619         Log: Use Errno more extensively so that error
7620              messages are more portable (another way
7621              would be to muck around with LC_MESSAGES).
7622              Problem reported in
7623              
7624              From: oracle@pcr8.pcr.com
7625              To: perl5-porters@perl.org
7626              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
7627              Date: Mon, 19 Jul 1999 18:39:13 -0400
7628              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
7629      Branch: cfgperl
7630            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
7631            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
7632            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
7633 ____________________________________________________________________________
7634 [  3715] By: jhi                                   on 1999/07/21  11:05:36
7635         Log: Slightly modified patch.
7636              From: Sean Sheedy <seans@ncube.com>
7637              To: perl5-porters@perl.org
7638              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
7639              Date: Tue, 20 Jul 1999 09:52:06 -0700
7640              Message-Id: <3794A935.1C150E54@ncube.com>
7641      Branch: cfgperl
7642            ! cflags.SH x2p/cflags.SH
7643 ____________________________________________________________________________
7644 [  3714] By: jhi                                   on 1999/07/20  21:26:19
7645         Log: More Todo.
7646      Branch: cfgperl
7647            ! Todo
7648 ____________________________________________________________________________
7649 [  3713] By: jhi                                   on 1999/07/20  18:02:45
7650         Log: Integrate with Sarathy.
7651      Branch: cfgperl
7652           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
7653           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7654           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
7655           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
7656           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
7657           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
7658           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
7659           +> utils/dprofpp.PL
7660           !> INSTALL MAINTAIN MANIFEST configure.com
7661           !> ext/Devel/Peek/Makefile.PL installman installperl
7662           !> pod/roffitall utils/Makefile vms/descrip_mms.template
7663           !> win32/Makefile win32/makefile.mk win32/win32.h
7664 ____________________________________________________________________________
7665 [  3712] By: gsar                                  on 1999/07/20  15:29:01
7666         Log: DProf tweak
7667      Branch: perl
7668            ! ext/Devel/DProf/DProf.xs
7669 ____________________________________________________________________________
7670 [  3711] By: gsar                                  on 1999/07/20  07:56:19
7671         Log: another DProf build tweak
7672      Branch: perl
7673            ! utils/dprofpp.PL
7674 ____________________________________________________________________________
7675 [  3710] By: gsar                                  on 1999/07/20  07:36:36
7676         Log: move DProf things around to where they are supposed to be
7677      Branch: perl
7678            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
7679            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
7680            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
7681            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
7682            + t/lib/dprof/test6_t t/lib/dprof/test6_v
7683           +> utils/dprofpp.PL
7684            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
7685            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
7686            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
7687            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
7688            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
7689            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
7690            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
7691            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
7692            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
7693            ! installperl pod/roffitall utils/Makefile
7694            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
7695 ____________________________________________________________________________
7696 [  3709] By: gsar                                  on 1999/07/20  06:13:16
7697         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
7698      Branch: perl
7699            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7700            ! ext/Devel/Peek/Makefile.PL
7701 ____________________________________________________________________________
7702 [  3708] By: gsar                                  on 1999/07/20  06:01:22
7703         Log: move DProf to Devel/DProf
7704      Branch: perl
7705           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
7706           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7707           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
7708           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
7709           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
7710           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
7711           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
7712           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
7713           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
7714           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
7715           +> ext/Devel/DProf/test.pl
7716            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
7717            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
7718            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
7719            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
7720            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
7721            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
7722            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
7723            ! MAINTAIN MANIFEST configure.com win32/Makefile
7724            ! win32/makefile.mk
7725 ____________________________________________________________________________
7726 [  3707] By: gsar                                  on 1999/07/20  05:39:11
7727         Log: add Devel::DProf v19990108 from CPAN, as it was
7728      Branch: perl
7729            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
7730            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
7731            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
7732            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
7733            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
7734            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
7735            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
7736            ! MANIFEST
7737 ____________________________________________________________________________
7738 [  3706] By: gsar                                  on 1999/07/20  04:52:25
7739         Log: C<union any> needs no PERL_OBJECT-treatment
7740      Branch: perl
7741            ! win32/win32.h
7742 ____________________________________________________________________________
7743 [  3705] By: gsar                                  on 1999/07/20  04:11:54
7744         Log: fix problem in default build
7745      Branch: perl
7746            ! win32/Makefile win32/makefile.mk
7747 ____________________________________________________________________________
7748 [  3704] By: jhi                                   on 1999/07/19  07:06:36
7749         Log: Integrate with Sarathy.
7750      Branch: cfgperl
7751           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
7752           !> win32/win32.c
7753 ____________________________________________________________________________
7754 [  3703] By: gsar                                  on 1999/07/19  05:55:57
7755         Log: win32 nits
7756      Branch: perl
7757            ! makedef.pl sv.h
7758 ____________________________________________________________________________
7759 [  3702] By: gsar                                  on 1999/07/19  04:29:34
7760         Log: don't display tid from main thread (or testsuite breaks)
7761      Branch: perl
7762            ! lib/Carp.pm util.c
7763 ____________________________________________________________________________
7764 [  3701] By: gsar                                  on 1999/07/19  00:47:52
7765         Log: remove several doubled (and tripled!) entries
7766      Branch: perl
7767            ! pod/perldiag.pod
7768 ____________________________________________________________________________
7769 [  3700] By: gsar                                  on 1999/07/19  00:42:34
7770         Log: integrate cfgperl contents into mainline
7771      Branch: perl
7772           +> makedef.pl
7773            - perl_exp.SH win32/makedef.pl
7774           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
7775           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
7776           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
7777           !> utf8.c util.c win32/Makefile win32/makefile.mk
7778 ____________________________________________________________________________
7779 [  3699] By: gsar                                  on 1999/07/19  00:33:59
7780         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
7781      Branch: perl
7782            ! Changes win32/win32.c
7783 ____________________________________________________________________________
7784 [  3698] By: jhi                                   on 1999/07/18  21:33:57
7785         Log: Integrate with Sarathy.
7786      Branch: cfgperl
7787           +> t/op/chars.t
7788           !> (integrate 57 files)
7789 ____________________________________________________________________________
7790 [  3697] By: gsar                                  on 1999/07/18  05:22:36
7791         Log: From: pvhp@forte.com (Peter Prymmer)
7792              Date: Thu, 1 Jul 99 19:31:24 PDT
7793              Message-Id: <9907020231.AA16942@forte.com>
7794              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
7795      Branch: perl
7796            + t/op/chars.t
7797            ! MANIFEST ebcdic.c t/op/ord.t
7798 ____________________________________________________________________________
7799 [  3696] By: gsar                                  on 1999/07/18  05:11:02
7800         Log: display thread id in diagnostics (suggested by Dan Sugalski)
7801      Branch: perl
7802            ! lib/Carp.pm util.c
7803 ____________________________________________________________________________
7804 [  3695] By: gsar                                  on 1999/07/18  04:57:47
7805         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
7806      Branch: perl
7807            ! pod/perldiag.pod
7808 ____________________________________________________________________________
7809 [  3694] By: gsar                                  on 1999/07/18  04:56:28
7810         Log: cache [NIUP]V conversions of defined READONLY values
7811              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7812              Date: Sun, 11 Jul 1999 04:39:44 -0400
7813              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
7814              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
7815      Branch: perl
7816            ! sv.c
7817 ____________________________________________________________________________
7818 [  3693] By: gsar                                  on 1999/07/18  03:53:38
7819         Log: From: jan.dubois@ibm.net (Jan Dubois)
7820              Date: Sat, 17 Jul 1999 10:58:29 +0200
7821              Message-ID: <379144ad.13616689@smtp1.ibm.net>
7822              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
7823      Branch: perl
7824            ! lib/ExtUtils/Manifest.pm
7825 ____________________________________________________________________________
7826 [  3692] By: gsar                                  on 1999/07/18  03:51:03
7827         Log: remove spurious newSTATEOP() that causes goto to enter one too many
7828              contexts when jumping between if and elsif blocks
7829      Branch: perl
7830            ! perly.c perly.y pp_ctl.c t/op/goto.t
7831 ____________________________________________________________________________
7832 [  3691] By: gsar                                  on 1999/07/18  01:49:59
7833         Log: detypo, update Changes
7834      Branch: perl
7835            ! Changes doio.c
7836 ____________________________________________________________________________
7837 [  3690] By: gsar                                  on 1999/07/18  01:16:59
7838         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
7839      Branch: perl
7840            ! lib/integer.pm
7841 ____________________________________________________________________________
7842 [  3689] By: gsar                                  on 1999/07/18  00:47:17
7843         Log: ensure __END__ appears on a line by itself in wrapped
7844              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
7845              mention caveat about successfull kill()
7846      Branch: perl
7847            ! pod/perlfunc.pod win32/bin/pl2bat.pl
7848 ____________________________________________________________________________
7849 [  3688] By: gsar                                  on 1999/07/17  20:47:44
7850         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
7851      Branch: perl
7852            ! ext/SDBM_File/sdbm/Makefile.PL
7853 ____________________________________________________________________________
7854 [  3687] By: gsar                                  on 1999/07/17  20:43:27
7855         Log: make CC.pm use a distinct CCPP() macro rather than PP()
7856              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
7857      Branch: perl
7858            ! cc_runtime.h ext/B/B/CC.pm
7859 ____________________________________________________________________________
7860 [  3686] By: gsar                                  on 1999/07/17  20:39:08
7861         Log: tiny bug in vars.pm (from John Dlugosz)
7862      Branch: perl
7863            ! lib/vars.pm
7864 ____________________________________________________________________________
7865 [  3685] By: gsar                                  on 1999/07/17  20:37:27
7866         Log: applied suggested patch, along with later tweak
7867              From: jan.dubois@ibm.net (Jan Dubois)
7868              Date: Wed, 14 Jul 1999 23:53:43 +0200
7869              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
7870              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
7871      Branch: perl
7872            ! lib/Pod/Html.pm
7873 ____________________________________________________________________________
7874 [  3684] By: gsar                                  on 1999/07/17  20:24:32
7875         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
7876      Branch: perl
7877            ! thrdvar.h
7878 ____________________________________________________________________________
7879 [  3683] By: gsar                                  on 1999/07/17  20:21:01
7880         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7881              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
7882              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
7883              Subject: [PATCH 5.005_57] Segfaults if $^P
7884      Branch: perl
7885            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
7886            ! proto.h
7887 ____________________________________________________________________________
7888 [  3682] By: gsar                                  on 1999/07/17  20:04:17
7889         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
7890              and prefix/lib/perl5/man are ass_u_med only if those directories
7891              actually exist; else prefix/{lib,man} are used)
7892      Branch: perl
7893            ! lib/ExtUtils/MM_Unix.pm
7894 ____________________________________________________________________________
7895 [  3681] By: gsar                                  on 1999/07/17  19:12:33
7896         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
7897      Branch: perl
7898            ! op.c t/comp/proto.t
7899 ____________________________________________________________________________
7900 [  3680] By: gsar                                  on 1999/07/17  18:23:55
7901         Log: fix vec() on magic values
7902              From: Ian Phillipps <ian@dial.pipex.com>
7903              Date: Mon, 12 Jul 1999 12:30:05 +0100
7904              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
7905              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
7906      Branch: perl
7907            ! doop.c t/op/tie.t
7908 ____________________________________________________________________________
7909 [  3679] By: gsar                                  on 1999/07/17  18:10:44
7910         Log: make system() return -1 and set $! if exec of child failed
7911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7912              Date: Fri, 9 Jul 1999 05:21:13 -0400
7913              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
7914              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
7915      Branch: perl
7916            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
7917            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
7918 ____________________________________________________________________________
7919 [  3678] By: gsar                                  on 1999/07/17  17:54:01
7920         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7921              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
7922              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
7923              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
7924      Branch: perl
7925            ! util.c
7926 ____________________________________________________________________________
7927 [  3677] By: gsar                                  on 1999/07/17  17:34:38
7928         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
7929              converted Ken's documentation outline into pod
7930      Branch: perl
7931            ! x2p/find2perl.PL
7932 ____________________________________________________________________________
7933 [  3676] By: gsar                                  on 1999/07/17  16:34:09
7934         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
7935              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
7936              Steve Lidie
7937      Branch: perl
7938            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
7939            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7940            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
7941            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
7942            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
7943            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
7944 ____________________________________________________________________________
7945 [  3675] By: gsar                                  on 1999/07/17  00:16:53
7946         Log: backout redundant change#3628
7947      Branch: perl
7948            ! Changes hints/bsdos.sh
7949 ____________________________________________________________________________
7950 [  3674] By: jhi                                   on 1999/07/15  14:26:03
7951         Log: Fix the bin/oct/hex constant overflow tests for
7952              long long platforms.
7953      Branch: cfgperl
7954            ! t/pragma/warn/util
7955 ____________________________________________________________________________
7956 [  3673] By: jhi                                   on 1999/07/14  21:59:11
7957         Log: Fixed AIX dynamic loading and AIX shared Perl library.
7958              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
7959              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
7960              Hijacked win32/makedef.pl for more general purpose export
7961              list building, now it is used (as toplevel makedef.pl)
7962              for win32 and AIX (perl_exp.SH made unnecessary).
7963              Because the export lists are now correct in AIX, no more linker
7964              warnings about "Exported symbol not defined" should appear.
7965      Branch: cfgperl
7966            + makedef.pl
7967            - perl_exp.SH win32/makedef.pl
7968            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
7969            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
7970            ! win32/makefile.mk
7971 ____________________________________________________________________________
7972 [  3672] By: gsar                                  on 1999/07/14  17:12:13
7973         Log: minor efficiency tweak
7974      Branch: perl
7975            ! pp_ctl.c
7976 ____________________________________________________________________________
7977 [  3671] By: jhi                                   on 1999/07/14  16:22:39
7978         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
7979              if its caller re_intuit_start() was entered with strend == strpos
7980              because end_shift ended up as -1.  The patch ain't necessarily
7981              correct but least the core dump is avoided.
7982      Branch: cfgperl
7983            ! regexec.c
7984 ____________________________________________________________________________
7985 [  3670] By: jhi                                   on 1999/07/13  07:59:09
7986         Log: Integrate with Sarathy.
7987      Branch: cfgperl
7988            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7989            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
7990           !> (integrate 67 files)
7991 ____________________________________________________________________________
7992 [  3669] By: gsar                                  on 1999/07/12  06:14:54
7993         Log: fixups for sundry warnings about function pointers
7994      Branch: perl
7995            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
7996            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
7997            ! win32/win32.c win32/win32.h
7998 ____________________________________________________________________________
7999 [  3668] By: gsar                                  on 1999/07/12  04:11:58
8000         Log: tweaks for win32/borland
8001      Branch: perl
8002            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
8003 ____________________________________________________________________________
8004 [  3667] By: gsar                                  on 1999/07/12  01:55:15
8005         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
8006              builds; passing the implicit context is unified among the three
8007              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
8008              flavors (see the top of perl.h) for testing; all varargs functions
8009              foo() have a va_list-taking variant vfoo() for generating the
8010              context-free versions; the PERL_OBJECT build should now be
8011              hyper-compatible with CPAN extensions (C++ is totally out of
8012              the picture)
8013              
8014              result has only been tested on Windows
8015              
8016              TODO: write docs on the THX rationale and idiomatic usage of
8017              the Perl API
8018      Branch: perl
8019            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
8020            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
8021            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
8022            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
8023            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
8024            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
8025            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8026            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
8027            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
8028            ! global.sym globals.c intrpvar.h iperlsys.h
8029            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8030            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
8031            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
8032            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
8033            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
8034            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
8035            ! win32/dl_win32.xs win32/include/dirent.h
8036            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
8037            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
8038            ! win32/win32iop.h win32/win32sck.c
8039 ____________________________________________________________________________
8040 [  3666] By: jhi                                   on 1999/07/11  22:00:13
8041         Log: Integrate with Sarathy.
8042      Branch: cfgperl
8043           !> op.c t/op/lex_assign.t
8044 ____________________________________________________________________________
8045 [  3665] By: jhi                                   on 1999/07/11  21:59:01
8046         Log: More manual sync.
8047      Branch: cfgperl
8048            ! pod/perldelta.pod
8049 ____________________________________________________________________________
8050 [  3664] By: gsar                                  on 1999/07/11  19:11:07
8051         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
8052              remedy and related tests via private mail
8053      Branch: perl
8054            ! op.c t/op/lex_assign.t
8055 ____________________________________________________________________________
8056 [  3663] By: jhi                                   on 1999/07/11  15:04:37
8057         Log: Manual synchronization with Sarathy (some files
8058              had drifted apart for no apparent reason), plus
8059              I had a typo in dl_vms.xs Sarathy had fixed.
8060      Branch: cfgperl
8061            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
8062 ____________________________________________________________________________
8063 [  3662] By: jhi                                   on 1999/07/10  12:23:21
8064         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
8065              to adapt to the underlying platform (the binary, 0b1..., test
8066              was broken in 64-bit platforms).  Also change "hex" in the
8067              warning messages to "hexadecimal" to match "binary" and "octal".
8068      Branch: cfgperl
8069            ! pod/perldiag.pod t/pragma/warn/util util.c
8070 ____________________________________________________________________________
8071 [  3661] By: jhi                                   on 1999/07/08  21:54:55
8072         Log: Integrate with Sarathy.
8073      Branch: cfgperl
8074           +> perlapi.c perlapi.h
8075           !> (integrate 43 files)
8076 ____________________________________________________________________________
8077 [  3660] By: gsar                                  on 1999/07/08  18:47:35
8078         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
8079      Branch: perl
8080            + perlapi.c perlapi.h
8081            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
8082            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
8083            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
8084            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
8085            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
8086            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
8087            ! win32/win32.h
8088 ____________________________________________________________________________
8089 [  3659] By: gsar                                  on 1999/07/08  18:41:45
8090         Log: sundry cleanups for clean build on windows
8091      Branch: perl
8092            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
8093 ____________________________________________________________________________
8094 [  3658] By: gsar                                  on 1999/07/08  01:24:25
8095         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
8096              type mismatch problems
8097      Branch: perl
8098            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
8099            ! t/pragma/warn/op toke.c utf8.c util.c
8100 ____________________________________________________________________________
8101 [  3657] By: jhi                                   on 1999/07/07  23:01:16
8102         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
8103      Branch: cfgperl
8104            ! pod/perldiag.pod
8105           !> Changes configure.com ext/B/B/Deparse.pm
8106           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
8107           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
8108           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
8109           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
8110           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
8111           !> t/pragma/overload.t thread.h vms/vms.c
8112 ____________________________________________________________________________
8113 [  3656] By: gsar                                  on 1999/07/07  21:04:38
8114         Log: integrate cfgperl contents
8115      Branch: perl
8116           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
8117           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
8118           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
8119            ! Changes
8120           !> (integrate 45 files)
8121 ____________________________________________________________________________
8122 [  3655] By: gsar                                  on 1999/07/07  18:55:45
8123         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
8124              <pvhp@forte.com>
8125      Branch: perl
8126            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
8127 ____________________________________________________________________________
8128 [  3654] By: gsar                                  on 1999/07/07  18:47:03
8129         Log: change#1889 mistakenly removed F_SETLK
8130      Branch: perl
8131            ! ext/Fcntl/Fcntl.xs
8132 ____________________________________________________________________________
8133 [  3653] By: gsar                                  on 1999/07/07  18:42:42
8134         Log: B::Deparse update
8135              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8136              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
8137              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
8138              Subject: [PATCH _57, long] B::Deparse 0.58
8139      Branch: perl
8140            ! ext/B/B/Deparse.pm
8141 ____________________________________________________________________________
8142 [  3652] By: gsar                                  on 1999/07/07  18:41:07
8143         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8144              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
8145              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
8146              Subject: Re: [ID 19990705.001] Overloading boolean conversion
8147      Branch: perl
8148            ! gv.c t/pragma/overload.t
8149 ____________________________________________________________________________
8150 [  3651] By: gsar                                  on 1999/07/07  17:47:30
8151         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
8152      Branch: perl
8153            ! perlsfio.h
8154 ____________________________________________________________________________
8155 [  3650] By: gsar                                  on 1999/07/07  17:45:52
8156         Log: applied new parts of suggested patch
8157              From: Charles Bailey <BAILEY@newman.upenn.edu>
8158              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
8159              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
8160              Subject: [PATCH 5.005_57] Consolidated VMS patch
8161      Branch: perl
8162            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
8163            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
8164            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
8165            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
8166            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
8167 ____________________________________________________________________________
8168 [  3649] By: jhi                                   on 1999/07/07  13:38:02
8169         Log: Sync regcomp warn with reality.
8170      Branch: cfgperl
8171            ! t/pragma/warn/regcomp
8172 ____________________________________________________________________________
8173 [  3648] By: jhi                                   on 1999/07/07  13:04:55
8174         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
8175              resolved manually.
8176      Branch: cfgperl
8177           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
8178           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
8179           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
8180            - README.lexwarn
8181           !> (integrate 79 files)
8182 ____________________________________________________________________________
8183 [  3647] By: gsar                                  on 1999/07/07  10:32:03
8184         Log: From: jan.dubois@ibm.net (Jan Dubois)
8185              Date: Thu, 01 Jul 1999 11:17:53 +0200
8186              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
8187              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
8188      Branch: perl
8189            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8190            ! lib/ExtUtils/MakeMaker.pm
8191 ____________________________________________________________________________
8192 [  3646] By: gsar                                  on 1999/07/07  10:27:55
8193         Log: fix undocumented IO::Handle functions as suggested
8194              by cj10@cam.ac.uk
8195      Branch: perl
8196            ! ext/IO/lib/IO/Handle.pm
8197 ____________________________________________________________________________
8198 [  3645] By: gsar                                  on 1999/07/07  10:18:55
8199         Log: prohibit thread join()ing itself (from Dan Sugalski)
8200      Branch: perl
8201            ! ext/Thread/Thread.xs
8202 ____________________________________________________________________________
8203 [  3644] By: gsar                                  on 1999/07/07  10:14:26
8204         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8205              Date: Wed, 30 Jun 1999 14:02:42 -0700
8206              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
8207              Subject:  [PATCH 5.005_57] Compiler and XSUBS
8208      Branch: perl
8209            ! ext/B/B/C.pm
8210 ____________________________________________________________________________
8211 [  3643] By: gsar                                  on 1999/07/07  10:08:38
8212         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
8213              (from François Désarménien <desar@club-internet.fr>)
8214      Branch: perl
8215            ! pod/perlsyn.pod
8216 ____________________________________________________________________________
8217 [  3642] By: gsar                                  on 1999/07/07  10:03:24
8218         Log: From: Doug MacEachern <dougm@cp.net>
8219              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
8220              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
8221              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
8222      Branch: perl
8223            ! ext/B/B.xs
8224 ____________________________________________________________________________
8225 [  3641] By: gsar                                  on 1999/07/07  10:00:57
8226         Log: slightly modified version of suggested patch
8227              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
8228              Date: Mon, 28 Jun 1999 14:23:59 -0400
8229              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
8230              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
8231      Branch: perl
8232            ! ext/POSIX/POSIX.xs
8233 ____________________________________________________________________________
8234 [  3640] By: gsar                                  on 1999/07/07  09:45:43
8235         Log: lexical warnings update (warning.t fails one test
8236              due to leaked scalar, investigation pending)
8237              From: paul.marquess@bt.com
8238              Date: Sat, 26 Jun 1999 23:19:52 +0100
8239              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
8240              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
8241      Branch: perl
8242            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
8243            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
8244            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
8245            - README.lexwarn
8246            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
8247            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
8248            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
8249            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
8250            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8251            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
8252            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
8253            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
8254            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
8255            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8256            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
8257            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
8258            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
8259            ! warning.h warning.pl win32/win32.c
8260 ____________________________________________________________________________
8261 [  3639] By: gsar                                  on 1999/07/07  08:09:30
8262         Log: From: Brian Jepson <bjepson@home.com>
8263              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
8264              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
8265              Subject: Patch to JPL example program
8266      Branch: perl
8267            ! jpl/JPL_Rolo/JPL_Rolo.jpl
8268 ____________________________________________________________________________
8269 [  3638] By: jhi                                   on 1999/07/07  08:07:58
8270         Log: Integrate with Sarathy.
8271      Branch: cfgperl
8272           !> (integrate 34 files)
8273 ____________________________________________________________________________
8274 [  3637] By: gsar                                  on 1999/07/07  08:07:49
8275         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8276              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
8277              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
8278              Subject: [PATCH _57, long] Eliminate CONDOPs
8279      Branch: perl
8280            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
8281            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
8282            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
8283            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
8284            ! pod/perltoc.pod pp_ctl.c pp_hot.c
8285 ____________________________________________________________________________
8286 [  3636] By: gsar                                  on 1999/07/07  07:50:51
8287         Log: adapted suggested patch for IO-1.20x
8288              From: ian@dial.pipex.com
8289              Date:  Fri, 25 Jun 1999 10:39:42 +0100
8290              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
8291              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
8292      Branch: perl
8293            ! ext/IO/lib/IO/Socket.pm
8294 ____________________________________________________________________________
8295 [  3635] By: gsar                                  on 1999/07/07  07:26:05
8296         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
8297      Branch: perl
8298            ! hints/powerux.sh
8299 ____________________________________________________________________________
8300 [  3634] By: gsar                                  on 1999/07/07  07:20:02
8301         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8302              Date: Wed, 23 Jun 1999 16:16:05 +0100
8303              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
8304              Subject: [PATCH 5.005_57] memleak in optimizer
8305      Branch: perl
8306            ! embed.h embed.pl objXSUB.h op.c proto.h
8307 ____________________________________________________________________________
8308 [  3633] By: gsar                                  on 1999/07/07  07:10:52
8309         Log: add do-not-edit caveats for files generated by opcode.pl
8310              (suggested by Hugo van der Sanden)
8311      Branch: perl
8312            ! opcode.h opcode.pl pp.sym pp_proto.h
8313 ____________________________________________________________________________
8314 [  3632] By: gsar                                  on 1999/07/07  06:41:13
8315         Log: better diagnostics on read operations from write-only
8316              filehandles
8317      Branch: perl
8318            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
8319            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8320 ____________________________________________________________________________
8321 [  3631] By: gsar                                  on 1999/07/07  02:03:34
8322         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
8323              by David Muir Sharnoff <muir@idiom.com>)
8324      Branch: perl
8325            ! lib/Sys/Hostname.pm
8326 ____________________________________________________________________________
8327 [  3630] By: gsar                                  on 1999/07/07  01:57:16
8328         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8329              Date: Sun, 20 Jun 1999 17:17:17 -0700
8330              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
8331              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
8332      Branch: perl
8333            ! ext/B/B/CC.pm
8334 ____________________________________________________________________________
8335 [  3629] By: gsar                                  on 1999/07/07  01:46:03
8336         Log: installperl should write normal messages to STDOUT, not STDERR
8337      Branch: perl
8338            ! installperl
8339 ____________________________________________________________________________
8340 [  3628] By: gsar                                  on 1999/07/07  01:41:25
8341         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
8342      Branch: perl
8343            ! hints/bsdos.sh
8344 ____________________________________________________________________________
8345 [  3627] By: gsar                                  on 1999/07/07  00:27:10
8346         Log: make diagnostic on C<my $^I> etc., more readable
8347      Branch: perl
8348            ! op.c
8349 ____________________________________________________________________________
8350 [  3626] By: gsar                                  on 1999/07/06  23:47:27
8351         Log: From: Andy Dougherty <doughera@lafayette.edu>
8352              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
8353              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
8354              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
8355      Branch: perl
8356            ! Makefile.SH utils/Makefile
8357 ____________________________________________________________________________
8358 [  3625] By: jhi                                   on 1999/07/06  21:50:46
8359         Log: Some new files of #3624 missing from MANIFEST.
8360      Branch: cfgperl
8361            ! MANIFEST
8362 ____________________________________________________________________________
8363 [  3624] By: jhi                                   on 1999/07/06  21:47:04
8364         Log: POSIX [[:character class:]] support for standard, locale,
8365              and utf8.  If both utf8 and locale are on, utf8 wins.
8366              I don't fully understand why so many tables changed in
8367              lib/unicode because of "make" -- maybe it was just overdue.
8368      Branch: cfgperl
8369            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
8370            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
8371            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
8372            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
8373            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
8374            ! lib/unicode/Block.pl lib/unicode/Category.pl
8375            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8376            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
8377            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
8378            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
8379            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
8380            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
8381            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
8382            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
8383            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
8384            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
8385            ! t/pragma/warn/regcomp utf8.c
8386 ____________________________________________________________________________
8387 [  3623] By: gsar                                  on 1999/07/06  20:52:48
8388         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8389              Date: Wed, 16 Jun 1999 14:57:22 -0400
8390              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
8391              Subject: [PATCH 5.00557] Devel::Peek
8392      Branch: perl
8393            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8394 ____________________________________________________________________________
8395 [  3622] By: gsar                                  on 1999/07/06  20:22:59
8396         Log: applied patch after demunging headers with appropriate paths
8397              From: "Vishal Bhatia" <vishalb@my-deja.com>
8398              Date: Sat, 12 Jun 1999 08:23:59 -0700
8399              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
8400              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
8401      Branch: perl
8402            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
8403            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
8404 ____________________________________________________________________________
8405 [  3621] By: gsar                                  on 1999/07/06  20:10:50
8406         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8407              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
8408              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
8409              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
8410      Branch: perl
8411            ! doio.c
8412 ____________________________________________________________________________
8413 [  3620] By: jhi                                   on 1999/07/06  19:16:47
8414         Log: Mention EPOC and SOCKS.
8415      Branch: cfgperl
8416            ! pod/perldelta.pod
8417 ____________________________________________________________________________
8418 [  3619] By: gsar                                  on 1999/07/06  16:52:37
8419         Log: fix int vs STRLEN issue
8420      Branch: perl
8421            ! pp.c
8422 ____________________________________________________________________________
8423 [  3618] By: jhi                                   on 1999/07/06  16:52:20
8424         Log: There ain't Perl_atonv().
8425      Branch: cfgperl
8426            ! ext/ByteLoader/bytecode.h
8427 ____________________________________________________________________________
8428 [  3617] By: jhi                                   on 1999/07/06  15:55:22
8429         Log: Integrate with Sarathy.
8430      Branch: cfgperl
8431           !> Makefile.SH
8432 ____________________________________________________________________________
8433 [  3616] By: jhi                                   on 1999/07/06  15:54:09
8434         Log: Tweak for #3613.
8435      Branch: cfgperl
8436            ! Configure config_h.SH
8437 ____________________________________________________________________________
8438 [  3615] By: gsar                                  on 1999/07/06  11:00:21
8439         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8440              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
8441              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
8442              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
8443      Branch: perl
8444            ! Makefile.SH
8445 ____________________________________________________________________________
8446 [  3614] By: jhi                                   on 1999/07/06  10:44:48
8447         Log: Integrate with Sarathy.
8448      Branch: cfgperl
8449           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
8450           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
8451 ____________________________________________________________________________
8452 [  3613] By: jhi                                   on 1999/07/06  10:43:20
8453         Log: From: Nathan Kurz <nate@valleytel.net>
8454              Subject: [ID 19990612.001 compiling three deep modules within ext/]
8455              ply-To: nate@valleytel.net
8456              erl5-porters@perl.org
8457              Date: Sat, 12 Jun 1999 01:26:04 -0500
8458              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
8459      Branch: cfgperl
8460            ! Configure config_h.SH
8461 ____________________________________________________________________________
8462 [  3612] By: gsar                                  on 1999/07/06  10:17:52
8463         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8464              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
8465              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
8466              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
8467      Branch: perl
8468            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
8469 ____________________________________________________________________________
8470 [  3611] By: gsar                                  on 1999/07/06  09:51:20
8471         Log: From: pvhp@forte.com (Peter Prymmer)
8472              Date: Fri, 11 Jun 99 17:07:19 PDT
8473              Message-Id: <9906120007.AA13802@forte.com>
8474              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
8475      Branch: perl
8476            ! ext/IO/lib/IO/File.pm
8477 ____________________________________________________________________________
8478 [  3610] By: gsar                                  on 1999/07/06  09:37:37
8479         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
8480              tweak)
8481              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8482              Date: Wed, 09 Jun 1999 18:27:51 +0100
8483              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
8484              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
8485      Branch: perl
8486            ! perl.h t/base/rs.t
8487 ____________________________________________________________________________
8488 [  3609] By: jhi                                   on 1999/07/06  09:28:48
8489         Log: Integrate with Sarathy.
8490      Branch: cfgperl
8491           !> (integrate 49 files)
8492 ____________________________________________________________________________
8493 [  3608] By: gsar                                  on 1999/07/06  09:28:21
8494         Log: test tweak
8495      Branch: perl
8496            ! t/pragma/warn/op
8497 ____________________________________________________________________________
8498 [  3607] By: jhi                                   on 1999/07/06  09:22:48
8499         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
8500      Branch: cfgperl
8501            ! Configure config_h.SH
8502 ____________________________________________________________________________
8503 [  3606] By: gsar                                  on 1999/07/06  09:05:02
8504         Log: applied slightly tweaked version of suggested patch for
8505              improved RE API
8506              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8507              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
8508              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
8509              Subject: [PATCH 5.005_57] REx engine rehash
8510      Branch: perl
8511            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
8512            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
8513            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
8514            ! util.c
8515 ____________________________________________________________________________
8516 [  3605] By: gsar                                  on 1999/07/06  08:54:03
8517         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
8518      Branch: perl
8519            ! sv.c
8520 ____________________________________________________________________________
8521 [  3604] By: gsar                                  on 1999/07/06  07:08:30
8522         Log: From: paul.marquess@bt.com
8523              Date: Tue, 8 Jun 1999 22:37:58 +0100 
8524              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
8525              Subject: [PATCH 5.005_57] DB_File 1.67
8526      Branch: perl
8527            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8528            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8529 ____________________________________________________________________________
8530 [  3603] By: gsar                                  on 1999/07/06  07:04:50
8531         Log: From: paul.marquess@bt.com
8532              Date: Tue, 8 Jun 1999 22:34:01 +0100 
8533              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
8534              Subject: [PATCH 5.005_57] DBM Filters
8535      Branch: perl
8536            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8537            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
8538            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
8539            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
8540 ____________________________________________________________________________
8541 [  3602] By: gsar                                  on 1999/07/06  07:00:01
8542         Log: slightly tweaked version of suggested patch
8543              From: Dan Sugalski <sugalskd@ous.edu>
8544              Date: Tue, 08 Jun 1999 14:09:38 -0700
8545              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
8546              Subject: [PATCH 5.005_57]Use NV instead of double in the core
8547      Branch: perl
8548            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
8549            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
8550            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
8551            ! proto.h sv.c sv.h toke.c universal.c util.c
8552 ____________________________________________________________________________
8553 [  3601] By: gsar                                  on 1999/07/06  06:52:57
8554         Log: integrate cfgperl contents into mainline
8555      Branch: perl
8556           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
8557           +> epoc/perl.mmp epoc/perl.pkg
8558           !> (integrate 30 files)
8559 ____________________________________________________________________________
8560 [  3598] By: jhi                                   on 1999/07/05  20:02:55
8561         Log: Integrate with mainperl.
8562      Branch: cfgperl
8563           +> lib/CGI/Pretty.pm
8564           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8565           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
8566           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
8567           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
8568           !> vms/vmsish.h
8569 ____________________________________________________________________________
8570 [  3597] By: jhi                                   on 1999/07/05  19:59:48
8571         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
8572              that addresses the notorious "Additional libraries" question.
8573      Branch: cfgperl
8574            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8575            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
8576            ! pp_sys.c
8577 ____________________________________________________________________________
8578 [  3596] By: gsar                                  on 1999/07/05  18:30:51
8579         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8580              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
8581              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
8582              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
8583      Branch: perl
8584            ! pp_sys.c t/lib/io_udp.t
8585 ____________________________________________________________________________
8586 [  3595] By: gsar                                  on 1999/07/05  18:29:08
8587         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8588              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
8589              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
8590              Subject: [PATCH 5.00557] Setting $^E wipes out $!
8591      Branch: perl
8592            ! mg.c
8593 ____________________________________________________________________________
8594 [  3594] By: gsar                                  on 1999/07/05  18:24:53
8595         Log: hand-apply whitespace mutiliated patch
8596              From: Dan Sugalski <sugalskd@osshe.edu>
8597              Date: Mon, 07 Jun 1999 14:46:42 -0700
8598              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
8599              Subject: [PATCH 5.005_57]Updated VMS patch
8600      Branch: perl
8601            ! thread.h vms/descrip_mms.template vms/subconfigure.com
8602            ! vms/vms.c vms/vmsish.h
8603 ____________________________________________________________________________
8604 [  3593] By: gsar                                  on 1999/07/05  17:53:04
8605         Log: applied parts not duplicated by previous patches
8606              From: "Vishal Bhatia" <vishalb@my-deja.com>
8607              Date: Sat, 05 Jun 1999 08:42:17 -0700
8608              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
8609              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
8610      Branch: perl
8611            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8612            ! ext/B/B/Stackobj.pm
8613 ____________________________________________________________________________
8614 [  3592] By: jhi                                   on 1999/07/05  17:17:22
8615         Log: AIX threaded build, plus few more on the side.
8616      Branch: cfgperl
8617            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
8618            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
8619            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
8620            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
8621 ____________________________________________________________________________
8622 [  3591] By: gsar                                  on 1999/07/05  16:52:34
8623         Log: "\e" and "\a" didn't produce right escape under EBCDIC
8624              From: pvhp@forte.com (Peter Prymmer)
8625              Date: Fri, 4 Jun 99 12:00:27 PDT
8626              Message-Id: <9906041900.AA28387@forte.com>
8627              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
8628      Branch: perl
8629            ! toke.c
8630 ____________________________________________________________________________
8631 [  3590] By: gsar                                  on 1999/07/05  16:40:01
8632         Log: s/scalar ref constructor/single ref constructor/ (suggested
8633              by Stephen McCamant)
8634      Branch: perl
8635            ! opcode.h opcode.pl
8636 ____________________________________________________________________________
8637 [  3589] By: gsar                                  on 1999/07/05  16:34:06
8638         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
8639      Branch: perl
8640            ! ext/GDBM_File/GDBM_File.xs
8641 ____________________________________________________________________________
8642 [  3588] By: gsar                                  on 1999/07/05  16:29:39
8643         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
8644              is unchanged still)
8645      Branch: perl
8646            ! op.c
8647 ____________________________________________________________________________
8648 [  3587] By: jhi                                   on 1999/07/05  10:31:43
8649         Log: Make perl_exp.SH smarter about what to include and what to exclude.
8650      Branch: cfgperl
8651            ! perl_exp.SH
8652 ____________________________________________________________________________
8653 [  3586] By: jhi                                   on 1999/07/05  09:29:31
8654         Log: Remove unnecessary and extraneous my $i = 0.
8655      Branch: cfgperl
8656            ! bytecode.pl
8657 ____________________________________________________________________________
8658 [  3585] By: jhi                                   on 1999/07/05  07:28:59
8659         Log: Integrate with mainperl.
8660      Branch: cfgperl
8661           !> (integrate 30 files)
8662 ____________________________________________________________________________
8663 [  3584] By: gsar                                  on 1999/07/05  05:36:28
8664         Log: From: Vishal Bhatia <vishalb@hotmail.com>
8665              Date: Thu, 03 Jun 1999 00:57:48 PDT
8666              Message-ID: <19990603075749.86665.qmail@hotmail.com>
8667              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
8668      Branch: perl
8669            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8670 ____________________________________________________________________________
8671 [  3583] By: gsar                                  on 1999/07/05  05:31:19
8672         Log: suppress fancy display when in verbose mode (suggested by
8673              Paul Johnson <pjcj@transeda.com>)
8674      Branch: perl
8675            ! lib/Test/Harness.pm
8676 ____________________________________________________________________________
8677 [  3582] By: gsar                                  on 1999/07/05  05:17:12
8678         Log: cygwin32 update
8679              From: "Fifer, Eric" <EFifer@sanwaint.com>
8680              Date:  Wed, 2 Jun 1999 15:16:05 +0100
8681              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
8682              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
8683      Branch: perl
8684            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
8685            ! cygwin32/build-instructions.READFIRST
8686            ! cygwin32/build-instructions.charles-wilson
8687            ! cygwin32/build-instructions.sebastien-barre
8688            ! cygwin32/build-instructions.steven-morlock
8689            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
8690            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
8691            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
8692            ! t/op/magic.t util.c
8693 ____________________________________________________________________________
8694 [  3581] By: gsar                                  on 1999/07/05  02:46:18
8695         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
8696      Branch: perl
8697            ! util.c
8698 ____________________________________________________________________________
8699 [  3580] By: gsar                                  on 1999/07/05  02:38:03
8700         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
8701              Date: Mon, 31 May 1999 18:18:13 -0600
8702              Message-ID: <19990601001813.AAA17834@csgsystems.com>
8703              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
8704      Branch: perl
8705            ! t/TEST t/UTEST t/harness utils/perlcc.PL
8706 ____________________________________________________________________________
8707 [  3579] By: gsar                                  on 1999/07/05  01:20:58
8708         Log: compatibility tweak for Class::Struct
8709      Branch: perl
8710            ! lib/Class/Struct.pm
8711 ____________________________________________________________________________
8712 [  3578] By: jhi                                   on 1999/07/04  23:26:01
8713         Log: Miscellaneus AIX fixes + SOCKS support.
8714      Branch: cfgperl
8715            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
8716            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
8717            ! hints/aix.sh pp_sys.c
8718 ____________________________________________________________________________
8719 [  3577] By: gsar                                  on 1999/07/04  23:07:39
8720         Log: test tweak
8721      Branch: perl
8722            ! t/io/openpid.t
8723 ____________________________________________________________________________
8724 [  3576] By: jhi                                   on 1999/07/04  22:39:23
8725         Log: Integrate with mainperl.
8726      Branch: cfgperl
8727           +> t/io/openpid.t
8728            - win32/perlhost.h
8729           !> (integrate 51 files)
8730 ____________________________________________________________________________
8731 [  3575] By: jhi                                   on 1999/07/04  22:26:48
8732         Log: Added 64-bit support for AIX 4.3 or better
8733              based on Martin H. Rusoff's observations.
8734      Branch: cfgperl
8735            ! Configure config_h.SH hints/aix.sh
8736 ____________________________________________________________________________
8737 [  3574] By: jhi                                   on 1999/07/04  21:34:47
8738         Log: Do not throw away gccvers compilation errors.
8739              From: Andy Dougherty <doughera@lafayette.edu>
8740              To: Ron Seguin <rseguin@on.bell.ca>
8741              Cc: Perl Porters <perl5-porters@perl.org>
8742              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
8743              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
8744              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
8745      Branch: cfgperl
8746            ! Configure config_h.SH
8747 ____________________________________________________________________________
8748 [  3573] By: gsar                                  on 1999/07/04  21:10:32
8749         Log: adapted suggested tests for addition to testsuite
8750              From: RonaldWS@aol.com
8751              Date:  Sun, 30 May 1999 16:27:28 EDT
8752              Message-Id:  <25cd799f.2482f930@aol.com>
8753              Subject: [19990530.007] Open with pipe | does not return pid under win32
8754      Branch: perl
8755            + t/io/openpid.t
8756            ! MANIFEST win32/win32.c
8757 ____________________________________________________________________________
8758 [  3572] By: gsar                                  on 1999/07/04  20:29:32
8759         Log: perl_run() should call my_exit(0) for normal completion
8760      Branch: perl
8761            ! perl.c
8762 ____________________________________________________________________________
8763 [  3571] By: jhi                                   on 1999/07/04  20:10:44
8764         Log: Add test for change #3568 plus general cleanup.
8765      Branch: cfgperl
8766            ! t/pragma/locale.t
8767 ____________________________________________________________________________
8768 [  3570] By: gsar                                  on 1999/07/04  20:03:21
8769         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
8770              overloading
8771      Branch: perl
8772            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8773            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
8774 ____________________________________________________________________________
8775 [  3569] By: gsar                                  on 1999/07/04  18:04:48
8776         Log: make AIX dynaloading work when libperl is shared (and thus under
8777              mod_perl etc.)
8778              From: Jens-Uwe Mager <jum@helios.de>
8779              Date:  Sat, 29 May 1999 17:09:52 +0200
8780              Message-Id:  <199905291509.RAA43978@ans.helios.de>
8781              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
8782      Branch: perl
8783            ! ext/DynaLoader/dl_aix.xs
8784 ____________________________________________________________________________
8785 [  3568] By: jhi                                   on 1999/07/04  14:54:23
8786         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
8787              This resulted for example in the 'o' magic not being cleared by
8788              magic_setcollxfrm(), which resulted in strange cmp results.
8789              The bug was reported originally in the message
8790              Subject: Bug with locale
8791              From: Jan Starzynski <jan@planet.de> 
8792              To: perlbug@perl.com 
8793              Date: Fri, 09 Apr 1999 13:23:07 +0200 
8794              Message-ID: <370DE31B.DAEE1332@planet.de> 
8795      Branch: cfgperl
8796            ! pp.c
8797 ____________________________________________________________________________
8798 [  3567] By: gsar                                  on 1999/07/04  02:38:34
8799         Log: remove misleading info on defined(&func), unclutter deprecation
8800              about defined(@array)
8801      Branch: perl
8802            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8803            ! t/pragma/warn/op
8804 ____________________________________________________________________________
8805 [  3566] By: gsar                                  on 1999/07/04  01:46:31
8806         Log: From: jan.dubois@ibm.net (Jan Dubois)
8807              Date: Wed, 26 May 1999 22:07:17 +0200
8808              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
8809              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
8810      Branch: perl
8811            ! Changes win32/win32.c win32/win32.h
8812 ____________________________________________________________________________
8813 [  3565] By: gsar                                  on 1999/07/04  01:26:02
8814         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
8815              for win32 issues)
8816      Branch: perl
8817            ! pod/perlxstut.pod
8818 ____________________________________________________________________________
8819 [  3564] By: gsar                                  on 1999/07/02  03:09:04
8820         Log: avoid warnings
8821      Branch: perl
8822            ! ext/Thread/Thread/Specific.pm lib/fields.pm
8823 ____________________________________________________________________________
8824 [  3563] By: gsar                                  on 1999/06/28  19:23:47
8825         Log: inc version (for CPAN.pm sanity)
8826      Branch: perl
8827            ! lib/Text/ParseWords.pm
8828 ____________________________________________________________________________
8829 [  3562] By: gsar                                  on 1999/06/28  19:19:01
8830         Log: regen perltoc
8831      Branch: perl
8832            ! pod/perltoc.pod
8833 ____________________________________________________________________________
8834 [  3561] By: gsar                                  on 1999/06/28  19:08:41
8835         Log: From: Damian Conway <damian@cs.monash.edu.au>
8836              Date: Wed, 26 May 1999 00:58:35 -0400
8837              Message-Id: <199905260458.AAA06411@defender.perl.org>
8838              Subject: [19990526.002] Misc. improvements to Class:Struct
8839      Branch: perl
8840            ! MANIFEST lib/Class/Struct.pm
8841 ____________________________________________________________________________
8842 [  3560] By: gsar                                  on 1999/06/28  18:50:52
8843         Log: remove bogus PL_optype_size
8844      Branch: perl
8845            ! bytecode.pl ext/ByteLoader/byterun.h
8846 ____________________________________________________________________________
8847 [  3559] By: gsar                                  on 1999/06/28  18:22:26
8848         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
8849      Branch: perl
8850            + lib/CGI/Pretty.pm
8851            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
8852            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
8853            ! t/lib/cgi-html.t t/lib/cgi-request.t
8854 ____________________________________________________________________________
8855 [  3558] By: jhi                                   on 1999/06/28  07:30:21
8856         Log: Change Olaf Lebbe's email address.
8857      Branch: cfgperl
8858            ! README.epoc
8859 ____________________________________________________________________________
8860 [  3557] By: gsar                                  on 1999/06/28  00:07:33
8861         Log: make autogenerated files writable
8862      Branch: perl
8863            - win32/perlhost.h
8864            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
8865            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
8866            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
8867            ! proto.h regnodes.h warning.h win32/config_H.bc
8868            ! win32/config_H.gc win32/config_H.vc
8869 ____________________________________________________________________________
8870 [  3556] By: jhi                                   on 1999/06/27  19:22:53
8871         Log: Update MANIFEST to match #3555.
8872      Branch: cfgperl
8873            ! MANIFEST
8874 ____________________________________________________________________________
8875 [  3555] By: jhi                                   on 1999/06/27  19:16:22
8876         Log: EPOC port to Psion5.
8877              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8878              To: Jarkko Hietaniemi <jhi@iki.fi>
8879              Cc: perl5-porters@perl.org
8880              Subject: Re: Psion5
8881              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
8882              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
8883      Branch: cfgperl
8884            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
8885            + epoc/perl.mmp epoc/perl.pkg
8886            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
8887            ! perl.h sv.c util.c
8888 ____________________________________________________________________________
8889 [  3554] By: jhi                                   on 1999/06/27  18:50:52
8890         Log: Integrate from mainperl.
8891      Branch: cfgperl
8892           !> (integrate 48 files)
8893 ____________________________________________________________________________
8894 [  3553] By: gsar                                  on 1999/06/27  14:28:49
8895         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
8896              gone from the public API); PERL_OBJECT builds again on
8897              windows
8898              
8899              TODO: namespace-clean the typedefs in iperlsys.h and
8900              elsewhere; remove C++ remnants from public headers
8901      Branch: perl
8902            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
8903            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8904            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8905            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
8906            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
8907            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
8908            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
8909            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
8910            ! win32/config.gc win32/config.vc win32/dl_win32.xs
8911            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
8912            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
8913            ! win32/win32sck.c
8914 ____________________________________________________________________________
8915 [  3552] By: gsar                                  on 1999/06/27  13:49:31
8916         Log: integrate cfgperl changes into mainline
8917      Branch: perl
8918           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8919           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8920           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8921           !> util.c
8922 ____________________________________________________________________________
8923 [  3551] By: gsar                                  on 1999/06/27  13:31:11
8924         Log: fix indents
8925      Branch: perl
8926            ! op.c
8927 ____________________________________________________________________________
8928 [  3550] By: gsar                                  on 1999/06/24  22:42:53
8929         Log: update Changes
8930      Branch: perl
8931            ! Changes
8932 ____________________________________________________________________________
8933 [  3549] By: gsar                                  on 1999/06/24  22:41:17
8934         Log: avoid race condition in the CAPI extension bootstrap handler
8935      Branch: perl
8936            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
8937 ____________________________________________________________________________
8938 [  3548] By: gsar                                  on 1999/06/24  22:39:53
8939         Log: sanity check to cover the case when perl is installed into the
8940              X:\ (drive root)
8941      Branch: perl
8942            ! win32/win32.c
8943 ____________________________________________________________________________
8944 [  3547] By: gsar                                  on 1999/06/22  19:30:32
8945         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
8946      Branch: perl
8947            ! lib/Tie/RefHash.pm
8948 ____________________________________________________________________________
8949 [  3544] By: jhi                                   on 1999/06/18  19:24:28
8950         Log: Tidy up #3542 and #3543. 
8951      Branch: cfgperl
8952            ! t/pragma/locale.t util.c
8953 ____________________________________________________________________________
8954 [  3543] By: jhi                                   on 1999/06/18  10:28:45
8955         Log: Spice up locale.t.
8956      Branch: cfgperl
8957            ! t/pragma/locale.t
8958 ____________________________________________________________________________
8959 [  3542] By: jhi                                   on 1999/06/17  22:42:03
8960         Log: Fixed two long-standing locale bugs.
8961              
8962              Both problems were related to numeric locale which
8963              controls the radix character aka the decimal separator.
8964              (1) printf (and sprintf) were resetting the numeric locale to C.
8965              (2) Using locale-numerically formatted floating point
8966              numbers (e.g. "1,23") together with -w caused warnings about
8967              "isn't numeric".  The operations were working fine, though,
8968              because atof() was using the local locale.
8969              Both problems reported by Stefan Vogtner.
8970              
8971              Introduced a wrapper for atof() that attempts to convert
8972              the string both ways.  This helps Perl to understand
8973              numbers like this "4.56" even when using a local locale
8974              makes atof() understand only numbers like this "7,89".
8975              
8976              Remaining related problems, both of which existed before
8977              this patch and continue to exist after this patch:
8978              (a) The behaviour of print() is _not_ as documented by perllocale.
8979              Instead of always using the C locale, print() does use the
8980              local locale, just like the *printf() do.  This may be fixable
8981              now that switching to-and-fro between locales has been made
8982              more consistent, but fixing print() would change existing
8983              behaviour.  perllocale is not changed by this patch.
8984              (b) If a number has been stringified (say, via "$number") under
8985              a local locale, the cached string value persists even under
8986              "no locale".  This may or may not be a problem: operations
8987              work fine because the original number is still there, but
8988              that the string form keeps its locale-ish outlook may be
8989              somewhat confusing.
8990      Branch: cfgperl
8991            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8992            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8993            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8994            ! util.c
8995 ____________________________________________________________________________
8996 [  3541] By: jhi                                   on 1999/06/17  20:00:16
8997         Log: Integrate from mainperl.
8998      Branch: cfgperl
8999           !> ext/Data/Dumper/Dumper.pm op.c
9000 ____________________________________________________________________________
9001 [  3540] By: gsar                                  on 1999/06/16  16:49:55
9002         Log: dump C<0> as such, not C<'0'>
9003      Branch: perl
9004            ! ext/Data/Dumper/Dumper.pm
9005 ____________________________________________________________________________
9006 [  3539] By: gsar                                  on 1999/06/13  04:04:40
9007         Log: fix coredumper in change#3498
9008      Branch: perl
9009            ! op.c
9010 ____________________________________________________________________________
9011 [  3538] By: jhi                                   on 1999/06/12  22:01:26
9012         Log: Integrate from mainperl.
9013      Branch: cfgperl
9014           +> lib/caller.pm
9015           !> (integrate 36 files)
9016 ____________________________________________________________________________
9017 [  3537] By: gsar                                  on 1999/06/12  06:43:03
9018         Log: EXTERN_C declarations for global arrays in various
9019              headers, so perl can be built even in C++ mode; win32
9020              build fixups; regen headers
9021      Branch: perl
9022            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
9023            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
9024 ____________________________________________________________________________
9025 [  3536] By: gsar                                  on 1999/06/12  06:38:21
9026         Log: caller.pm typos
9027      Branch: perl
9028            ! lib/caller.pm
9029 ____________________________________________________________________________
9030 [  3535] By: gsar                                  on 1999/06/11  23:13:54
9031         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
9032              is temporarily gone
9033      Branch: perl
9034            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
9035            ! pod/perldelta.pod proto.h win32/perllib.c
9036 ____________________________________________________________________________
9037 [  3534] By: gsar                                  on 1999/06/11  20:41:51
9038         Log: implement C<use caller 'encoding'>
9039      Branch: perl
9040            + lib/caller.pm
9041            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
9042 ____________________________________________________________________________
9043 [  3533] By: gsar                                  on 1999/06/11  16:51:04
9044         Log: truncate() has a peculiar exemption from strict barewords, even
9045              though it has a non-filehandle prototype
9046      Branch: perl
9047            ! op.c t/io/fs.t
9048 ____________________________________________________________________________
9049 [  3532] By: gsar                                  on 1999/06/11  09:09:16
9050         Log: GDBM tweak
9051      Branch: perl
9052            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
9053 ____________________________________________________________________________
9054 [  3531] By: gsar                                  on 1999/06/10  23:34:19
9055         Log: part of the platform changes for IMPLICIT_CONTEXT
9056      Branch: perl
9057            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
9058            ! jpl/PerlInterpreter/PerlInterpreter.c
9059            ! jpl/PerlInterpreter/PerlInterpreter.h
9060            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
9061            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
9062 ____________________________________________________________________________
9063 [  3530] By: jhi                                   on 1999/06/10  20:55:56
9064         Log: Integrate from mainperl.
9065      Branch: cfgperl
9066           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
9067 ____________________________________________________________________________
9068 [  3529] By: gsar                                  on 1999/06/10  20:40:01
9069         Log: DB_File tweaks for IMPLICIT CONTEXT
9070      Branch: perl
9071            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
9072 ____________________________________________________________________________
9073 [  3528] By: jhi                                   on 1999/06/10  10:18:15
9074         Log: Integrate from mainperl.
9075      Branch: cfgperl
9076           !> (integrate 105 files)
9077 ____________________________________________________________________________
9078 [  3527] By: gsar                                  on 1999/06/10  09:30:35
9079         Log: most globals are now interpreter local; locale initialization
9080              was too early, defer it until interpreter is allocated and
9081              initialized; multiple interpreters should now be
9082              concurrency-safe (untested)
9083      Branch: perl
9084            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
9085            ! perlvars.h
9086 ____________________________________________________________________________
9087 [  3526] By: gsar                                  on 1999/06/10  08:38:00
9088         Log: fix small nits
9089      Branch: perl
9090            ! cc_runtime.h ext/B/B/CC.pm run.c
9091 ____________________________________________________________________________
9092 [  3525] By: gsar                                  on 1999/06/10  04:41:38
9093         Log: win32 build fixes
9094      Branch: perl
9095            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
9096            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9097            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
9098            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
9099            ! win32/Makefile win32/config_H.bc win32/config_H.gc
9100            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
9101            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
9102            ! win32/win32.c win32/win32.h win32/win32sck.c
9103            ! win32/win32thread.c win32/win32thread.h
9104 ____________________________________________________________________________
9105 [  3524] By: gsar                                  on 1999/06/09  18:03:01
9106         Log: more complete support for implicit thread/interpreter pointer,
9107              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
9108              without that enabled):
9109              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
9110              is a noop; tests pass on Solaris; should be faster now!
9111              - MULTIPLICITY has been tested with and without
9112              PERL_IMPLICIT_CONTEXT on Solaris
9113              - improved function database now merged with embed.pl
9114              - everything except the varargs functions have foo(a,b,c) macros
9115              to provide compatibility
9116              - varargs functions default to compatibility variants that
9117              get the context pointer using dTHX
9118              - there should be almost no source compatibility issues as a
9119              result of all this
9120              - dl_foo.xs changes other than dl_dlopen.xs untested
9121              - still needs documentation, fixups for win32 etc
9122              Next step: migrate most non-mutex variables from perlvars.h
9123              to intrpvar.h
9124      Branch: perl
9125            - proto.pl
9126            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
9127            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
9128            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9129            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
9130            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
9131            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
9132            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
9133            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
9134            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
9135            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
9136            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
9137            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
9138            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
9139            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
9140            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
9141            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
9142            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
9143            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
9144            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
9145            ! util.c win32/Makefile win32/makefile.mk writemain.SH
9146 ____________________________________________________________________________
9147 [  3523] By: gsar                                  on 1999/06/07  05:24:13
9148         Log: missed a file
9149      Branch: perl
9150            + proto.pl
9151            ! MANIFEST
9152 ____________________________________________________________________________
9153 [  3522] By: gsar                                  on 1999/06/07  05:18:34
9154         Log: initial stub implementation of implicit thread/this
9155              pointer    argument; builds/tests on Solaris, win32
9156              hasn't been fixed up yet; proto.h, global.sym and
9157              static function decls are now generated from a common
9158              database in proto.pl; some inconsistently named
9159              perl_foo() things are now Perl_foo(), compatibility
9160              #defines provided; perl_foo() (lowercase 'p') reserved
9161              for functions that take an explicit context argument;
9162              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
9163      Branch: perl
9164            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
9165            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
9166            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
9167            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
9168            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
9169            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
9170            ! universal.c utf8.c util.c
9171 ____________________________________________________________________________
9172 [  3521] By: gsar                                  on 1999/06/04  23:00:22
9173         Log: clean up some stray "global" symbols
9174      Branch: perl
9175            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
9176            ! pp_proto.h proto.h
9177 ____________________________________________________________________________
9178 [  3520] By: jhi                                   on 1999/06/02  21:33:28
9179         Log: Integrate from mainperl.
9180      Branch: cfgperl
9181           !> (integrate 94 files)
9182 ____________________________________________________________________________
9183 [  3519] By: gsar                                  on 1999/06/02  07:16:10
9184         Log: avoid dereferencing null pointer from getpwent() et al
9185      Branch: perl
9186            ! pp_sys.c
9187 ____________________________________________________________________________
9188 [  3518] By: gsar                                  on 1999/06/02  04:47:10
9189         Log: remove _() non-ansism
9190      Branch: perl
9191            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
9192            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
9193            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
9194            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
9195            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
9196            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
9197            ! ext/re/re.xs handy.h hv.c iperlsys.h
9198            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
9199            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
9200            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
9201            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
9202            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
9203            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
9204            ! vms/vmsish.h vms/writemain.pl vos/config.h
9205            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
9206            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
9207            ! win32/perllib.c win32/runperl.c win32/win32.h
9208            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
9209            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
9210 ____________________________________________________________________________
9211 [  3517] By: gsar                                  on 1999/06/02  02:17:51
9212         Log: missed a few files
9213      Branch: perl
9214            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
9215 ____________________________________________________________________________
9216 [  3516] By: gsar                                  on 1999/06/02  01:37:33
9217         Log: integrate cfgperl contents into mainline
9218      Branch: perl
9219           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9220           +> ext/ByteLoader/byterun.h
9221            - bytecode.h byterun.c byterun.h
9222            ! Changes
9223           !> (integrate 58 files)
9224 ____________________________________________________________________________
9225 [  3515] By: gsar                                  on 1999/06/02  00:48:50
9226         Log: remove stray K&R-isms
9227      Branch: perl
9228            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
9229            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
9230            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
9231            ! toke.c util.c win32/win32.c x2p/hash.c
9232 ____________________________________________________________________________
9233 [  3514] By: gsar                                  on 1999/06/01  15:55:55
9234         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
9235              strict 'subs'
9236      Branch: perl
9237            ! op.c t/pragma/strict-subs
9238 ____________________________________________________________________________
9239 [  3513] By: jhi                                   on 1999/06/01  07:17:05
9240         Log: Patch applying of #3499 had gone awry.
9241      Branch: cfgperl
9242            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
9243 ____________________________________________________________________________
9244 [  3512] By: gsar                                  on 1999/05/31  19:21:30
9245         Log: tighter -help output
9246      Branch: perl
9247            ! perl.c
9248 ____________________________________________________________________________
9249 [  3511] By: gsar                                  on 1999/05/31  17:18:23
9250         Log: fix memory leak in C<eval 'return sub {...}'>
9251      Branch: perl
9252            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
9253 ____________________________________________________________________________
9254 [  3510] By: gsar                                  on 1999/05/31  14:11:46
9255         Log: tweak C++isms
9256      Branch: perl
9257            ! win32/dl_win32.xs win32/win32.c
9258 ____________________________________________________________________________
9259 [  3509] By: jhi                                   on 1999/05/30  13:02:26
9260         Log: Cleanup of #3488.
9261      Branch: cfgperl
9262            ! Configure config_h.SH
9263 ____________________________________________________________________________
9264 [  3508] By: jhi                                   on 1999/05/30  11:16:01
9265         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9266              To: Mailing list Perl5 <perl5-porters@perl.org>
9267              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
9268              Date: Sat, 29 May 1999 20:18:13 -0400
9269              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
9270      Branch: cfgperl
9271            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
9272 ____________________________________________________________________________
9273 [  3507] By: jhi                                   on 1999/05/29  20:05:40
9274         Log: From: Mark-Jason Dominus <mjd@plover.com>
9275              To: perl5-porters@perl.com
9276              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
9277              Date: Sat, 29 May 1999 14:45:10 -0400
9278              Message-ID: <19990529184510.27557.qmail@plover.com>
9279      Branch: cfgperl
9280            ! op.h
9281 ____________________________________________________________________________
9282 [  3506] By: gsar                                  on 1999/05/29  16:49:39
9283         Log: avoid gv_check() recursive pit
9284      Branch: perl
9285            ! gv.c
9286 ____________________________________________________________________________
9287 [  3505] By: jhi                                   on 1999/05/29  11:38:16
9288         Log: From: jan.dubois@ibm.net (Jan Dubois)
9289              To: Gurusamy Sarathy <gsar@activestate.com>
9290              Cc: perl5-porters@perl.org
9291              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
9292              Date: Sat, 29 May 1999 08:46:22 +0200
9293              Message-ID: <374f8007.2016008@smtp1.ibm.net>
9294      Branch: cfgperl
9295            ! t/op/grent.t t/op/pwent.t
9296 ____________________________________________________________________________
9297 [  3504] By: jhi                                   on 1999/05/29  11:07:10
9298         Log: QNX needs <sys/select.h> to define fd_set.
9299              
9300              From: Norton Allen <allen@huarp.harvard.edu>
9301              To: perl5-porters@perl.org
9302              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
9303              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
9304              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
9305      Branch: cfgperl
9306            ! ext/IO/poll.c
9307 ____________________________________________________________________________
9308 [  3503] By: jhi                                   on 1999/05/29  10:53:31
9309         Log: From: jan.dubois@ibm.net (Jan Dubois)
9310              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
9311              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
9312              Date: Fri, 28 May 1999 20:14:35 +0200
9313              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
9314      Branch: cfgperl
9315            ! lib/Math/BigFloat.pm
9316 ____________________________________________________________________________
9317 [  3502] By: jhi                                   on 1999/05/29  10:44:44
9318         Log: Make Configure support the change #3367,
9319              SysV shadow passwords.
9320      Branch: cfgperl
9321            ! Configure config_h.SH pp_sys.c
9322 ____________________________________________________________________________
9323 [  3501] By: gsar                                  on 1999/05/28  21:22:23
9324         Log: add wide versions of win32 system calls (first step in
9325              globalization); delayload winsock for performance if compiling
9326              with VC 6.0
9327      Branch: perl
9328            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
9329            ! win32/win32.c win32/win32.h
9330 ____________________________________________________________________________
9331 [  3500] By: jhi                                   on 1999/05/28  21:17:24
9332         Log: The new t/lib/io_linenum.t was using stricture
9333              before @INC was set up.
9334      Branch: cfgperl
9335            ! t/lib/io_linenum.t
9336 ____________________________________________________________________________
9337 [  3499] By: jhi                                   on 1999/05/28  17:13:23
9338         Log: From: Tom Hughes <tom@compton.nu>
9339              To: perl5-porters@perl.org
9340              Subject: [PATCH 5.005_57] ByteLoader mark 2
9341              Date: Wed, 26 May 1999 23:59:49 +0100
9342              Message-ID: <bf337a0849.tom@compton.compton.nu>
9343              
9344              plus resolve tiny conflict with #3479
9345              plus regen_headers.
9346      Branch: cfgperl
9347            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9348            + ext/ByteLoader/byterun.h
9349            - bytecode.h byterun.c byterun.h
9350            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
9351            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
9352            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9353            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
9354            ! perl.h perlvars.h proto.h util.c utils/Makefile
9355 ____________________________________________________________________________
9356 [  3498] By: jhi                                   on 1999/05/28  16:53:04
9357         Log: From: Mark-Jason Dominus <mjd@plover.com>
9358              To: perl5-porters@perl.com
9359              Subject: PATCH (5.005_57): defined(@a) now deprecated
9360              Date: Thu, 27 May 1999 16:05:44 -0400
9361              Message-ID: <19990527200544.13330.qmail@plover.com>
9362      Branch: cfgperl
9363            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
9364            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
9365 ____________________________________________________________________________
9366 [  3497] By: jhi                                   on 1999/05/28  16:50:54
9367         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9368              To: perl5-porters@perl.org (Mailing list Perl5)
9369              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
9370              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
9371              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
9372      Branch: cfgperl
9373            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
9374            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
9375 ____________________________________________________________________________
9376 [  3496] By: jhi                                   on 1999/05/28  16:48:39
9377         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9378              To: perl5-porters@perl.org (Mailing list Perl5)
9379              Subject: [PATCH 5.00557] Required OS/2-related patches
9380              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
9381              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
9382      Branch: cfgperl
9383            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
9384            ! t/op/stat.t util.c
9385 ____________________________________________________________________________
9386 [  3495] By: jhi                                   on 1999/05/28  16:45:56
9387         Log: From: Paul Johnson <pjcj@transeda.com>
9388              To: perl5-porters <perl5-porters@perl.org>
9389              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
9390              Date: Fri, 28 May 1999 15:13:54 +0100
9391              Message-ID: <19990528151354.B289@west-tip.transeda.com>
9392      Branch: cfgperl
9393            ! t/TEST
9394 ____________________________________________________________________________
9395 [  3494] By: jhi                                   on 1999/05/28  16:44:34
9396         Log: From: Paul Johnson <pjcj@transeda.com>
9397              To: perl5-porters <perl5-porters@perl.org>
9398              Subject: [PATCH 5.005_57] Fixes related to working local $.
9399              Date: Fri, 28 May 1999 15:11:18 +0100
9400              Message-ID: <19990528151118.A289@west-tip.transeda.com>
9401      Branch: cfgperl
9402            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
9403 ____________________________________________________________________________
9404 [  3493] By: gsar                                  on 1999/05/28  16:37:26
9405         Log: change#3449 wasn't doing enough
9406      Branch: perl
9407            ! op.c t/comp/proto.t
9408 ____________________________________________________________________________
9409 [  3492] By: jhi                                   on 1999/05/28  08:12:23
9410         Log: From: paul.marquess@bt.com
9411              To: doughera@lafayette.edu
9412              Cc: perl5-porters@perl.org
9413              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
9414              Date: Thu, 27 May 1999 23:31:38 +0100
9415              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
9416              
9417              Had to be applied manually; some mailer had munged the patch slightly.
9418      Branch: cfgperl
9419            ! ext/NDBM_File/NDBM_File.xs
9420 ____________________________________________________________________________
9421 [  3491] By: jhi                                   on 1999/05/28  07:51:17
9422         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
9423              To: perl5-porters@perl.org
9424              Subject: [PATCH 5.005_57] fixing eval in the compiler
9425              Date: Thu, 27 May 1999 07:56:54 -0700
9426              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
9427      Branch: cfgperl
9428            ! cc_runtime.h scope.h
9429 ____________________________________________________________________________
9430 [  3490] By: jhi                                   on 1999/05/28  07:47:06
9431         Log: From: Andy Dougherty <doughera@lafayette.edu>
9432              To: perlbug@perl.com
9433              Cc: Jarkko Hietaniemi <jhi@iki.fi>
9434              Subject: [PATCH] Configure updates for ISC 4.1
9435              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
9436              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
9437      Branch: cfgperl
9438            ! Configure config_h.SH
9439 ____________________________________________________________________________
9440 [  3489] By: jhi                                   on 1999/05/28  07:39:17
9441         Log: Integrate from mainperl.
9442      Branch: cfgperl
9443           !> malloc.c win32/makedef.pl win32/win32.c
9444 ____________________________________________________________________________
9445 [  3488] By: jhi                                   on 1999/05/27  16:57:19
9446         Log: From: Andy Dougherty <doughera@lafayette.edu>
9447              To: Perl Porters <perl5-porters@perl.org>
9448              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
9449              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
9450              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
9451      Branch: cfgperl
9452            ! Configure config_h.SH hints/sunos_4_1.sh util.c
9453 ____________________________________________________________________________
9454 [  3487] By: gsar                                  on 1999/05/27  03:56:20
9455         Log: make win32_spawnvp() inherit standard handles even when they
9456              may be redirected
9457      Branch: perl
9458            ! win32/win32.c
9459 ____________________________________________________________________________
9460 [  3486] By: jhi                                   on 1999/05/26  19:55:52
9461         Log: From: Andy Dougherty <doughera@lafayette.edu>
9462              To: perl5-porters@perl.org
9463              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
9464              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
9465              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
9466      Branch: cfgperl
9467            ! util.c
9468 ____________________________________________________________________________
9469 [  3485] By: chip                                  on 1999/05/26  17:19:11
9470         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
9471      Branch: maint-5.004/perl
9472            ! Configure
9473 ____________________________________________________________________________
9474 [  3484] By: gsar                                  on 1999/05/26  01:56:28
9475         Log: fix missing exported symbol
9476      Branch: perl
9477            ! malloc.c win32/makedef.pl
9478 ____________________________________________________________________________
9479 [  3483] By: jhi                                   on 1999/05/25  23:08:07
9480         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
9481              
9482              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9483              To: perlbug@perl.com
9484              Subject: OpenBSD hints file update
9485              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
9486              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
9487      Branch: cfgperl
9488            ! hints/openbsd.sh
9489 ____________________________________________________________________________
9490 [  3482] By: jhi                                   on 1999/05/25  23:01:25
9491         Log: From: Tom Hughes <tom@compton.nu>
9492              To: perl5-porters@perl.org
9493              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
9494              Date: Tue, 25 May 1999 23:10:23 +0100
9495              Message-ID: <1ed7f10749.tom@compton.compton.nu>
9496      Branch: cfgperl
9497            ! Configure config_h.SH
9498 ____________________________________________________________________________
9499 [  3481] By: jhi                                   on 1999/05/25  22:31:50
9500         Log: 3479, 3480, 3481 seems logical.
9501      Branch: cfgperl
9502           !> hints/aix.sh
9503 ____________________________________________________________________________
9504 [  3480] By: jhi                                   on 1999/05/25  22:13:39
9505         Log: The change #3479 wasn't perfect.
9506      Branch: perl
9507            ! hints/aix.sh
9508 ____________________________________________________________________________
9509 [  3479] By: jhi                                   on 1999/05/25  21:59:21
9510         Log: Cures for _57 in AIX 4.1.5.0.
9511              (1) The lddlflags lost its -lc by change #3660
9512              (and the politeness of change #3257).
9513              (2) optype_size must end up in perl.exp (as PL_optype_size).
9514              Added it to perlvars.h, fixed bytecode.pl,
9515              regen'ed the relevant headers.
9516      Branch: cfgperl
9517            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
9518            ! perlvars.h
9519      Branch: perl
9520            ! hints/aix.sh
9521 ____________________________________________________________________________
9522 [  3478] By: jhi                                   on 1999/05/25  20:13:47
9523         Log: Integrate from mainperl.
9524      Branch: cfgperl
9525           +> pod/perltootc.pod
9526           !> (integrate 101 files)
9527 ____________________________________________________________________________
9528 [  3477] By: gsar                                  on 1999/05/25  10:43:48
9529         Log: here be 5.005_57
9530      Branch: perl
9531            ! Changes MANIFEST Porting/makerel
9532           !> Changes5.005
9533
9534 ----------------
9535 Version 5.005_57
9536 ----------------
9537
9538 ____________________________________________________________________________
9539 [  3476] By: gsar                                  on 1999/05/25  09:23:43
9540         Log: up patchlevel &c
9541      Branch: perl
9542            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
9543            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9544            ! win32/makefile.mk
9545 ____________________________________________________________________________
9546 [  3475] By: gsar                                  on 1999/05/25  09:14:51
9547         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9548              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
9549              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
9550              Subject: [PATCH 5.005_56] REx engine improvements
9551      Branch: perl
9552            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
9553            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
9554            ! thrdvar.h util.c
9555 ____________________________________________________________________________
9556 [  3474] By: gsar                                  on 1999/05/25  08:39:56
9557         Log: test case for change#3470
9558      Branch: perl
9559            ! t/lib/bigintpm.t
9560 ____________________________________________________________________________
9561 [  3473] By: gsar                                  on 1999/05/25  08:36:52
9562         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
9563      Branch: perl
9564            ! Changes pod/perlport.pod
9565 ____________________________________________________________________________
9566 [  3472] By: gsar                                  on 1999/05/25  08:28:57
9567         Log: assorted tweaks
9568      Branch: perl
9569            ! doio.c iperlsys.h win32/config.bc win32/config.gc
9570            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9571            ! win32/config_H.vc win32/makedef.pl
9572 ____________________________________________________________________________
9573 [  3471] By: gsar                                  on 1999/05/25  06:06:04
9574         Log: perlref update from Tom Christiansen
9575      Branch: perl
9576            ! pod/perlref.pod
9577 ____________________________________________________________________________
9578 [  3470] By: gsar                                  on 1999/05/25  06:03:27
9579         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9580              Date: Mon, 24 May 1999 17:43:56 -0400
9581              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
9582              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
9583      Branch: perl
9584            ! hv.c
9585 ____________________________________________________________________________
9586 [  3469] By: gsar                                  on 1999/05/25  05:59:22
9587         Log: avoid temporary files that have a constant name (from a suggestion
9588              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
9589      Branch: perl
9590            ! lib/ExtUtils/MM_Unix.pm
9591 ____________________________________________________________________________
9592 [  3468] By: gsar                                  on 1999/05/25  05:54:29
9593         Log: From: pvhp@forte.com (Peter Prymmer)
9594              Date: Mon, 24 May 99 11:20:25 PDT
9595              Message-Id: <9905241820.AA28071@forte.com>
9596              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
9597      Branch: perl
9598            ! lib/Pod/Text.pm
9599 ____________________________________________________________________________
9600 [  3467] By: gsar                                  on 1999/05/25  04:08:50
9601         Log: fix glob() bug that resulted in missing symlinks that don't point
9602              anywhere
9603      Branch: perl
9604            ! pp_hot.c
9605 ____________________________________________________________________________
9606 [  3466] By: gsar                                  on 1999/05/25  03:00:00
9607         Log: avoid enumerating @INC contents in diagnostic if @INC was never
9608              searched
9609      Branch: perl
9610            ! pod/perldiag.pod pp_ctl.c
9611 ____________________________________________________________________________
9612 [  3465] By: gsar                                  on 1999/05/25  02:24:08
9613         Log: add caveat about close(PIPE) carelessness
9614      Branch: perl
9615            ! pod/perlfunc.pod
9616 ____________________________________________________________________________
9617 [  3464] By: gsar                                  on 1999/05/24  23:55:53
9618         Log: fix bogus line numbers for void context warnings
9619              (change#2548 was overeager)
9620      Branch: perl
9621            ! op.c
9622 ____________________________________________________________________________
9623 [  3463] By: gsar                                  on 1999/05/24  23:31:58
9624         Log: change#3455 had a typo
9625      Branch: perl
9626            ! pp_ctl.c
9627 ____________________________________________________________________________
9628 [  3462] By: gsar                                  on 1999/05/24  17:32:20
9629         Log: more pod updates from Tom Christiansen; regen perltoc
9630      Branch: perl
9631            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
9632            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
9633 ____________________________________________________________________________
9634 [  3461] By: gsar                                  on 1999/05/24  07:41:32
9635         Log: perlmod notes from Damian Conway (via Tom Christiansen)
9636      Branch: perl
9637            ! pod/perlmod.pod
9638 ____________________________________________________________________________
9639 [  3460] By: gsar                                  on 1999/05/24  07:24:11
9640         Log: major pod update from Tom Christiansen
9641      Branch: perl
9642            + pod/perltootc.pod
9643            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
9644            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
9645            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
9646            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
9647            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
9648            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
9649            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
9650            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
9651            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
9652            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
9653            ! pod/perlxs.pod pod/pod2man.PL
9654 ____________________________________________________________________________
9655 [  3459] By: gsar                                  on 1999/05/24  06:26:48
9656         Log: perlfaq update from Tom Christiansen
9657      Branch: perl
9658            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9659            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9660            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9661            ! pod/perlfaq9.pod
9662 ____________________________________________________________________________
9663 [  3458] By: gsar                                  on 1999/05/24  05:55:11
9664         Log: updated to v1.50 from CPAN
9665      Branch: perl
9666            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
9667 ____________________________________________________________________________
9668 [  3457] By: gsar                                  on 1999/05/24  05:46:20
9669         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9670              Date: Sun, 23 May 1999 16:35:07 +0100
9671              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
9672              Subject: [PATCH 5.005_56] name PL_in_eval bits
9673      Branch: perl
9674            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
9675 ____________________________________________________________________________
9676 [  3456] By: gsar                                  on 1999/05/24  05:18:06
9677         Log: make -t mode the default on emacs/dumb terminals
9678      Branch: perl
9679            ! Changes utils/perldoc.PL
9680 ____________________________________________________________________________
9681 [  3455] By: gsar                                  on 1999/05/24  05:05:19
9682         Log: return 0 rather than "" when scalar grep has nothing to iterate
9683              on (brings behavior in line with documentation)
9684      Branch: perl
9685            ! pp_ctl.c
9686 ____________________________________________________________________________
9687 [  3454] By: gsar                                  on 1999/05/24  04:52:52
9688         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
9689              Date: Thu, 20 May 1999 13:27:02 -1000
9690              Message-Id: <E10kcDN-0007TA-00@lapaki>
9691              Subject: Problem with MM_Unix in 5.005_03
9692      Branch: perl
9693            ! lib/ExtUtils/MM_Unix.pm
9694 ____________________________________________________________________________
9695 [  3453] By: gsar                                  on 1999/05/24  04:39:49
9696         Log: avoid removing duplicates in user-generated warnings
9697              From: byron@omix.com (Byron Brummer)
9698              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
9699              Message-Id: <199905201101.EAA91175@thrush.omix.com>
9700              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
9701      Branch: perl
9702            ! lib/diagnostics.pm
9703 ____________________________________________________________________________
9704 [  3452] By: gsar                                  on 1999/05/24  04:23:10
9705         Log: straighten some code to avoid NeXT compiler bugs (from
9706              Geoff Kuenning <geoff@cs.hmc.edu>)
9707      Branch: perl
9708            ! pp_ctl.c
9709 ____________________________________________________________________________
9710 [  3451] By: gsar                                  on 1999/05/24  03:03:05
9711         Log: minor logic tweak for reserved word warning
9712      Branch: perl
9713            ! lib/Test/Harness.pm toke.c
9714 ____________________________________________________________________________
9715 [  3450] By: gsar                                  on 1999/05/24  02:34:20
9716         Log: oops, some files missing in change#3449
9717      Branch: perl
9718            ! op.c op.h toke.c
9719 ____________________________________________________________________________
9720 [  3449] By: gsar                                  on 1999/05/24  02:33:12
9721         Log: allow '*' prototype to autoquote even barewords that happen to be
9722              function names; parens or ampersand continue to force the other
9723              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
9724              do the right thing, for example
9725      Branch: perl
9726            ! t/comp/proto.t
9727 ____________________________________________________________________________
9728 [  3448] By: gsar                                  on 1999/05/24  01:51:24
9729         Log: remove vestiges of PL_last_proto
9730      Branch: perl
9731            ! embedvar.h intrpvar.h objXSUB.h
9732 ____________________________________________________________________________
9733 [  3447] By: gsar                                  on 1999/05/24  01:49:20
9734         Log: redo change#2061 and parts of change#1169 with code in the
9735              parser; PL_last_proto hackery gone, strict 'subs' in now
9736              implemented in the optimizer where specifying the exceptional
9737              cases is much more robust; '*' (bareword) prototype now works
9738              reliably when used in second and subsequent arguments
9739      Branch: perl
9740            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
9741 ____________________________________________________________________________
9742 [  3446] By: gsar                                  on 1999/05/23  05:00:55
9743         Log: remove redundant part of change#1169 superceded by change#2061;
9744              avoid "future reserved word" warning on prototypical bearwords
9745      Branch: perl
9746            ! t/lib/fatal.t toke.c
9747 ____________________________________________________________________________
9748 [  3445] By: gsar                                  on 1999/05/21  23:36:49
9749         Log: s/isspace/isSPACE/g and make sure the CRT version is always
9750              passed an unsigned char (fixes random occurrence of spaces in
9751              arguments containing high-bit chars passed to spawned children,
9752              on win32)
9753      Branch: perl
9754            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
9755 ____________________________________________________________________________
9756 [  3444] By: gsar                                  on 1999/05/21  23:08:55
9757         Log: integrate Configure changes from cfgperl
9758      Branch: perl
9759           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9760           !> config_h.SH
9761 ____________________________________________________________________________
9762 [  3443] By: jhi                                   on 1999/05/21  22:00:56
9763         Log: Integrate from mainperl.
9764      Branch: cfgperl
9765           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
9766           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
9767           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
9768           !> win32/perlhost.h win32/win32.c x2p/walk.c
9769 ____________________________________________________________________________
9770 [  3442] By: jhi                                   on 1999/05/21  21:59:46
9771         Log: fflush.
9772      Branch: cfgperl
9773            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9774            ! config_h.SH
9775 ____________________________________________________________________________
9776 [  3441] By: gsar                                  on 1999/05/21  17:48:55
9777         Log: integrate cfgperl changes
9778      Branch: perl
9779           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9780           !> config_h.SH hints/sunos_4_1.sh installperl
9781 ____________________________________________________________________________
9782 [  3440] By: gsar                                  on 1999/05/21  17:42:49
9783         Log: test tweak
9784      Branch: perl
9785            ! t/comp/proto.t
9786 ____________________________________________________________________________
9787 [  3439] By: gsar                                  on 1999/05/21  17:31:26
9788         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
9789              (Configure fflush(NULL) detection seems broken on Solaris, which
9790              is why I hit the problem)
9791      Branch: perl
9792            ! Changes perl.h
9793 ____________________________________________________________________________
9794 [  3438] By: gsar                                  on 1999/05/20  16:41:01
9795         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
9796      Branch: perl
9797            ! pod/perlport.pod
9798 ____________________________________________________________________________
9799 [  3437] By: jhi                                   on 1999/05/20  07:14:39
9800         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
9801              (via private email).
9802      Branch: cfgperl
9803            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9804            ! config_h.SH hints/sunos_4_1.sh
9805 ____________________________________________________________________________
9806 [  3436] By: gsar                                  on 1999/05/20  05:18:26
9807         Log: various little nits
9808      Branch: perl
9809            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
9810            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
9811            ! win32/perlhost.h win32/win32.c x2p/walk.c
9812 ____________________________________________________________________________
9813 [  3435] By: jhi                                   on 1999/05/18  16:25:49
9814         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9815              To: perl5-porters@perl.org
9816              Subject: installperl
9817              Date: Fri, 14 May 1999 21:34:58 +0100
9818              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
9819      Branch: cfgperl
9820            ! installperl
9821 ____________________________________________________________________________
9822 [  3434] By: jhi                                   on 1999/05/17  21:25:54
9823         Log: Integrate from mainperl.
9824      Branch: cfgperl
9825           +> lib/ExtUtils/MM_Cygwin.pm
9826            - cygwin32/impure_ptr.c
9827           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9828           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9829           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
9830           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
9831           !> x2p/find2perl.PL
9832 ____________________________________________________________________________
9833 [  3433] By: gsar                                  on 1999/05/17  09:49:01
9834         Log: integrate cfgperl changes into mainline
9835      Branch: perl
9836           !> Configure INSTALL config_h.SH configure.com embed.h
9837           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
9838           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
9839           !> util.c
9840 ____________________________________________________________________________
9841 [  3432] By: gsar                                  on 1999/05/17  09:06:45
9842         Log: emit more appropriate diagnostic for failed glob (variant
9843              of patch suggested by Graham Barr)
9844      Branch: perl
9845            ! gv.c pod/perldiag.pod pp.c pp_hot.c
9846 ____________________________________________________________________________
9847 [  3431] By: gsar                                  on 1999/05/17  08:38:09
9848         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9849              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
9850              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
9851              Subject: find2perl does not grok the 'c' suffix to the -size argument
9852      Branch: perl
9853            ! x2p/find2perl.PL
9854 ____________________________________________________________________________
9855 [  3430] By: gsar                                  on 1999/05/17  08:26:21
9856         Log: additional cleanups for cygwin32 port
9857              From: "Fifer, Eric" <EFifer@sanwaint.com>
9858              Date: Wed, 12 May 1999 20:25:54 +0100
9859              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
9860              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
9861      Branch: perl
9862            + lib/ExtUtils/MM_Cygwin.pm
9863            - cygwin32/impure_ptr.c
9864            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9865            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9866            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
9867            ! perl.h util.c
9868 ____________________________________________________________________________
9869 [  3429] By: gsar                                  on 1999/05/17  08:01:04
9870         Log: From: Andy Dougherty <doughera@lafayette.edu>
9871              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9872              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9873              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9874      Branch: perl
9875            ! INSTALL
9876 ____________________________________________________________________________
9877 [  3428] By: jhi                                   on 1999/05/17  07:03:26
9878         Log: Integrate from mainperl modulo the Socket.xs change.
9879      Branch: cfgperl
9880           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
9881           !> win32/win32.c win32/win32.h
9882 ____________________________________________________________________________
9883 [  3427] By: jhi                                   on 1999/05/16  22:09:11
9884         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9885              To: perl5-porters@perl.org (Mailing list Perl5)
9886              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
9887              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
9888              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
9889      Branch: cfgperl
9890            ! ext/Devel/Peek/Peek.xs
9891 ____________________________________________________________________________
9892 [  3426] By: jhi                                   on 1999/05/16  22:07:11
9893         Log: From: Mark-Jason Dominus <mjd@plover.com>
9894              To: perl5-porters@perl.com
9895              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
9896              Date: Sat, 15 May 1999 12:43:47 -0400
9897              Message-ID: <19990515164348.7313.qmail@plover.com>
9898      Branch: cfgperl
9899            ! pod/perldiag.pod
9900 ____________________________________________________________________________
9901 [  3425] By: nick                                  on 1999/05/15  15:56:10
9902         Log: Mingw32 + w32api-0.1.5 tweaks
9903              - now more like other Win32 compilers
9904      Branch: perl
9905            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
9906            ! win32/win32.h
9907 ____________________________________________________________________________
9908 [  3424] By: nick                                  on 1999/05/14  21:04:22
9909         Log: Experimental "slab" allocator for ops.
9910              To try it -DPL_OP_SLAB_ALLOC for op.c 
9911              This is for proof of concept only, it leaks memory 
9912              (ops are not free'd) so don't use in embedded apps.
9913              If this minimalist version does not show performance 
9914              gain then whole idea is worthless. 
9915              Nick see's approx 12% speed up vs perlmalloc running
9916              perl -Ilib -MCPAN -e '' 
9917              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
9918      Branch: perl
9919            ! op.c
9920 ____________________________________________________________________________
9921 [  3423] By: gsar                                  on 1999/05/14  19:55:04
9922         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
9923              found (brings sitelib intuition in line with privlib)
9924      Branch: perl
9925            ! win32/win32.c
9926 ____________________________________________________________________________
9927 [  3422] By: jhi                                   on 1999/05/14  08:08:01
9928         Log: From: pvhp@forte.com (Peter Prymmer)
9929              To: perl5-porters@perl.org, vmsperl@perl.org
9930              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
9931              Date: Thu, 13 May 99 15:29:57 PDT
9932              Message-Id: <9905132229.AA15854@forte.com>
9933      Branch: cfgperl
9934            ! configure.com
9935 ____________________________________________________________________________
9936 [  3421] By: jhi                                   on 1999/05/14  07:34:20
9937         Log: Integrate from mainperl.
9938      Branch: cfgperl
9939           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
9940 ____________________________________________________________________________
9941 [  3420] By: jhi                                   on 1999/05/14  07:33:26
9942         Log: Still fflushing.
9943      Branch: cfgperl
9944            ! Configure config_h.SH util.c
9945 ____________________________________________________________________________
9946 [  3419] By: gsar                                  on 1999/05/14  03:08:29
9947         Log: mortalize string allocations by win32_get_{priv,site}lib()
9948              (fixes small memory leak in interpreter)
9949      Branch: perl
9950            ! win32/win32.c
9951 ____________________________________________________________________________
9952 [  3418] By: gsar                                  on 1999/05/14  03:06:50
9953         Log: make win32_longname() preserve kind of slashes in argument
9954      Branch: perl
9955            ! win32/win32.c
9956 ____________________________________________________________________________
9957 [  3417] By: gsar                                  on 1999/05/14  03:04:44
9958         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
9959      Branch: perl
9960            ! lib/ExtUtils/MM_Unix.pm
9961 ____________________________________________________________________________
9962 [  3416] By: jhi                                   on 1999/05/13  21:18:06
9963         Log: Integrate from mainperl.
9964      Branch: cfgperl
9965           !> pp_ctl.c
9966 ____________________________________________________________________________
9967 [  3415] By: jhi                                   on 1999/05/13  21:16:49
9968         Log: Fixes from Andy Dougherty (via private email).
9969      Branch: cfgperl
9970            ! Configure config_h.SH
9971 ____________________________________________________________________________
9972 [  3414] By: nick                                  on 1999/05/13  20:04:26
9973         Log: valist vs va_list typo
9974      Branch: perl
9975            ! pp_ctl.c
9976 ____________________________________________________________________________
9977 [  3413] By: jhi                                   on 1999/05/13  15:04:05
9978         Log: From: Andy Dougherty <doughera@lafayette.edu>
9979              To: perlbug@perl.com
9980              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9981              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9982              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9983      Branch: cfgperl
9984            ! INSTALL
9985 ____________________________________________________________________________
9986 [  3412] By: jhi                                   on 1999/05/13  14:20:17
9987         Log: Integrate from mainperl.
9988      Branch: cfgperl
9989           !> pp_ctl.c
9990 ____________________________________________________________________________
9991 [  3411] By: gsar                                  on 1999/05/13  14:16:56
9992         Log: docatch_body() declaration mismatch
9993      Branch: perl
9994            ! pp_ctl.c
9995 ____________________________________________________________________________
9996 [  3410] By: jhi                                   on 1999/05/13  13:51:44
9997         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
9998      Branch: cfgperl
9999            ! Configure config_h.SH perl.h
10000 ____________________________________________________________________________
10001 [  3409] By: jhi                                   on 1999/05/13  13:31:53
10002         Log: Still fflushing strong.
10003      Branch: cfgperl
10004            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
10005            ! proto.h util.c
10006 ____________________________________________________________________________
10007 [  3408] By: jhi                                   on 1999/05/12  14:30:23
10008         Log: Integrate from mainperl.
10009      Branch: cfgperl
10010           !> (integrate 30 files)
10011 ____________________________________________________________________________
10012 [  3407] By: jhi                                   on 1999/05/12  12:28:31
10013         Log: Be tidier with fflush(NULL) testing.
10014      Branch: cfgperl
10015            ! Configure config_h.SH
10016 ____________________________________________________________________________
10017 [  3406] By: gsar                                  on 1999/05/12  11:26:03
10018         Log: better range-checking on list slices, with test
10019              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10020              Date: Sun, 02 May 1999 17:02:53 +0100
10021              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
10022              Subject: Re: List slice of undefs returns 0 items 
10023      Branch: perl
10024            ! pp.c t/op/list.t
10025 ____________________________________________________________________________
10026 [  3405] By: gsar                                  on 1999/05/12  11:22:27
10027         Log: change#3397 needs test tweak
10028      Branch: perl
10029            ! Changes t/pragma/warn/sv
10030 ____________________________________________________________________________
10031 [  3404] By: gsar                                  on 1999/05/12  11:07:44
10032         Log: typo in change#3397
10033      Branch: perl
10034            ! doop.c
10035 ____________________________________________________________________________
10036 [  3403] By: gsar                                  on 1999/05/12  10:49:01
10037         Log: From: Stephen Zander <gibreel@pobox.com>
10038              Date: 12 May 1999 01:22:31 -0700
10039              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
10040              Subject: Re: Test::Harness runs tainted tests with wrong library path
10041      Branch: perl
10042            ! lib/Test/Harness.pm
10043 ____________________________________________________________________________
10044 [  3402] By: gsar                                  on 1999/05/12  10:42:06
10045         Log: typo in change#3400
10046      Branch: perl
10047            ! ext/B/B/Deparse.pm
10048 ____________________________________________________________________________
10049 [  3401] By: jhi                                   on 1999/05/12  10:40:42
10050         Log: A better, shinier, and possibly even correctly working
10051              reincarnation of #3398.
10052      Branch: cfgperl
10053            ! Configure config_h.SH
10054 ____________________________________________________________________________
10055 [  3400] By: gsar                                  on 1999/05/12  10:40:11
10056         Log: deparse \&func() as \(&func()) for clarity
10057              From: Albert Dvornik <bert@genscan.com>
10058              Date: 11 May 1999 13:32:04 -0400
10059              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
10060              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
10061      Branch: perl
10062            ! ext/B/B/Deparse.pm
10063 ____________________________________________________________________________
10064 [  3399] By: gsar                                  on 1999/05/12  10:36:02
10065         Log: more testsuite smarts (many of them courtesy Ilya)
10066      Branch: perl
10067            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
10068            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
10069            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
10070            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
10071            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
10072            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
10073            ! t/op/pwent.t
10074 ____________________________________________________________________________
10075 [  3398] By: jhi                                   on 1999/05/12  09:33:08
10076         Log: Detect whether fflush(NULL) works as per change #3352.
10077      Branch: cfgperl
10078            ! Configure config_h.SH perl.h
10079 ____________________________________________________________________________
10080 [  3397] By: gsar                                  on 1999/05/12  08:56:03
10081         Log: From: jan.dubois@ibm.net (Jan Dubois)
10082              Date: Wed, 12 May 1999 01:01:00 +0200
10083              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
10084              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
10085      Branch: perl
10086            ! doop.c
10087 ____________________________________________________________________________
10088 [  3396] By: gsar                                  on 1999/05/12  08:23:27
10089         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
10090              stat() behaves similarly
10091      Branch: perl
10092            ! win32/win32.c
10093 ____________________________________________________________________________
10094 [  3395] By: jhi                                   on 1999/05/11  22:21:32
10095         Log: Redo parts of #3341 and #3358 that #3394 undid.
10096      Branch: cfgperl
10097            ! Configure config_h.SH
10098 ____________________________________________________________________________
10099 [  3394] By: jhi                                   on 1999/05/11  22:03:48
10100         Log: Add I_NETINET_TCP to help change #3391.
10101      Branch: cfgperl
10102            ! Configure config_h.SH ext/Socket/Socket.xs
10103 ____________________________________________________________________________
10104 [  3393] By: jhi                                   on 1999/05/11  21:44:59
10105         Log: Integrate from mainperl.
10106      Branch: cfgperl
10107           !> (integrate 55 files)
10108 ____________________________________________________________________________
10109 [  3392] By: gsar                                  on 1999/05/11  20:56:43
10110         Log: update embedvar.h
10111      Branch: perl
10112            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
10113 ____________________________________________________________________________
10114 [  3391] By: gsar                                  on 1999/05/11  16:32:05
10115         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10116              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
10117              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
10118              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
10119      Branch: perl
10120            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
10121 ____________________________________________________________________________
10122 [  3390] By: gsar                                  on 1999/05/11  15:27:40
10123         Log: display more frequent progress messages when STDOUT is a tty
10124      Branch: perl
10125            ! lib/Test/Harness.pm
10126 ____________________________________________________________________________
10127 [  3389] By: gsar                                  on 1999/05/11  14:40:58
10128         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10129              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
10130              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
10131              Subject: [PATCH 5.005_53] Explanations by Test::Harness
10132      Branch: perl
10133            ! lib/Test/Harness.pm
10134 ____________________________________________________________________________
10135 [  3388] By: gsar                                  on 1999/05/11  14:08:14
10136         Log: avoid creating spurious subroutine stubs on failed subroutine
10137              call and other places of sv_2cv() misuse; fixes problems with
10138              failed subroutine calls "hiding" later attempts to lookup methods
10139              in base classes
10140      Branch: perl
10141            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
10142 ____________________________________________________________________________
10143 [  3387] By: gsar                                  on 1999/05/11  09:34:13
10144         Log: various fixes for clean build and test on win32; configpm broken,
10145              needed to open myconfig.SH rather than myconfig; sundry adjustments
10146              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
10147              work under win32; getenv_sv() changed to getenv_len() since SVs
10148              aren't visible in the lower echelons; remove bogus exports from
10149              config.sym; PERL_OBJECT-ness for C++ exception support; null out
10150              IoDIRP in filter_del() or sv_free() will attempt to close it
10151      Branch: perl
10152            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
10153            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
10154            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
10155            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
10156            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
10157            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
10158            ! win32/config.gc win32/config.vc win32/makedef.pl
10159            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
10160            ! win32/win32.c win32/win32.h
10161 ____________________________________________________________________________
10162 [  3386] By: gsar                                  on 1999/05/11  02:49:07
10163         Log: gutsupport for C++ exceptions
10164              From: Chip Salzenberg <chip@perlsupport.com>
10165              Date: Tue, 9 Mar 1999 11:51:57 -0500
10166              Message-ID: <19990309115157.E7911@perlsupport.com>
10167              Subject: [PATCH 5.005] Flexible Exceptions
10168      Branch: perl
10169            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
10170            ! scope.c scope.h thrdvar.h util.c
10171 ____________________________________________________________________________
10172 [  3385] By: gsar                                  on 1999/05/10  19:33:36
10173         Log: "weak" references internals, still needs perlguts documentation
10174              (somewhat modified version of patch suggested by Tuomas J. Lukka
10175              <lukka@fas.harvard.edu>)
10176      Branch: perl
10177            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
10178            ! pod/perldiag.pod proto.h sv.c sv.h util.c
10179 ____________________________________________________________________________
10180 [  3384] By: jhi                                   on 1999/05/10  18:21:43
10181         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
10182              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
10183      Branch: cfgperl
10184            ! INSTALL hints/dec_osf.sh
10185 ____________________________________________________________________________
10186 [  3381] By: jhi                                   on 1999/05/10  14:39:28
10187         Log: Integrate from mainperl.
10188      Branch: cfgperl
10189           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
10190           +> cygwin32/build-instructions.charles-wilson
10191           +> cygwin32/build-instructions.sebastien-barre
10192           +> cygwin32/build-instructions.steven-morlock
10193           +> cygwin32/build-instructions.steven-morlock2
10194           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
10195           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
10196           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
10197           +> t/op/numconvert.t utils/perlbc.PL
10198            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
10199            - cygwin32/perlld
10200           !> (integrate 105 files)
10201 ____________________________________________________________________________
10202 [  3380] By: gsar                                  on 1999/05/10  12:27:14
10203         Log: regen regnodes.h
10204      Branch: perl
10205            ! Changes regnodes.h
10206 ____________________________________________________________________________
10207 [  3379] By: gsar                                  on 1999/05/10  12:17:26
10208         Log: From: jan.dubois@ibm.net (Jan Dubois)
10209              Date: Sat, 01 May 1999 22:55:36 +0200
10210              Message-ID: <373067e9.56194713@smtp1.ibm.net>
10211              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
10212      Branch: perl
10213            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
10214            ! win32/config_H.vc
10215 ____________________________________________________________________________
10216 [  3378] By: gsar                                  on 1999/05/10  12:07:13
10217         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10218              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
10219              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
10220              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
10221      Branch: perl
10222            + t/op/numconvert.t
10223            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
10224            ! util.c
10225 ____________________________________________________________________________
10226 [  3377] By: gsar                                  on 1999/05/10  11:39:48
10227         Log: pp_modulo comment tweak from Ilya
10228      Branch: perl
10229            ! pp.c
10230 ____________________________________________________________________________
10231 [  3376] By: gsar                                  on 1999/05/10  11:30:40
10232         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10233              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
10234              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
10235              Subject: Test.pm update [PATCH _56]
10236      Branch: perl
10237            ! lib/Test.pm
10238 ____________________________________________________________________________
10239 [  3375] By: gsar                                  on 1999/05/10  11:28:30
10240         Log: From: jan.dubois@ibm.net (Jan Dubois)
10241              Date: Fri, 07 May 1999 00:59:54 +0200
10242              Message-ID: <373318ae.19292461@smtp1.ibm.net>
10243              Subject: Re: Using existing memory for an SV's PV 
10244      Branch: perl
10245            ! sv.c
10246 ____________________________________________________________________________
10247 [  3374] By: gsar                                  on 1999/05/10  11:23:44
10248         Log: From: jan.dubois@ibm.net (Jan Dubois)
10249              Date: Fri, 07 May 1999 00:59:52 +0200
10250              Message-ID: <37321800.19118320@smtp1.ibm.net>
10251              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
10252      Branch: perl
10253            ! perl.h
10254 ____________________________________________________________________________
10255 [  3373] By: gsar                                  on 1999/05/10  11:22:10
10256         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10257              Date: Thu, 6 May 1999 18:17:28 -0400
10258              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
10259              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
10260      Branch: perl
10261            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
10262            ! util.c
10263 ____________________________________________________________________________
10264 [  3372] By: gsar                                  on 1999/05/10  10:57:49
10265         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10266              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
10267              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
10268              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
10269      Branch: perl
10270            ! regcomp.c regcomp.pl
10271 ____________________________________________________________________________
10272 [  3371] By: gsar                                  on 1999/05/10  10:54:01
10273         Log: From: lane@duphy4.physics.drexel.edu
10274              Date: Tue, 04 May 1999 10:19:25 -0700
10275              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
10276              Subject: [PATCH 5.005.56] pod->html VMS fixes
10277      Branch: perl
10278            ! installhtml lib/Pod/Html.pm
10279 ____________________________________________________________________________
10280 [  3370] By: gsar                                  on 1999/05/10  10:45:52
10281         Log: testsuite nits
10282      Branch: perl
10283            ! t/lib/io_linenum.t t/op/filetest.t
10284 ____________________________________________________________________________
10285 [  3369] By: gsar                                  on 1999/05/10  10:35:22
10286         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10287              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
10288              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
10289              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
10290      Branch: perl
10291            ! os2/os2ish.h os2/os2thread.h
10292 ____________________________________________________________________________
10293 [  3368] By: gsar                                  on 1999/05/10  10:00:11
10294         Log: From: Albert Dvornik <bert@genscan.com>
10295              Date: 03 May 1999 12:20:57 -0400
10296              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
10297              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
10298      Branch: perl
10299            ! dump.c
10300 ____________________________________________________________________________
10301 [  3367] By: gsar                                  on 1999/05/10  09:55:51
10302         Log: shadow password support for Solaris (needs Configure help to
10303              determine HAS_GETSPENT)
10304              From: "Patrick O'Brien" <pdo@cs.umd.edu>
10305              Date: Sat, 01 May 1999 19:41:17 -0400
10306              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
10307              Subject: getpwent() under solaris
10308      Branch: perl
10309            ! pp_sys.c
10310 ____________________________________________________________________________
10311 [  3366] By: gsar                                  on 1999/05/10  09:45:58
10312         Log: From: jan.dubois@ibm.net (Jan Dubois)
10313              Date: Sat, 01 May 1999 23:45:47 +0200
10314              Message-ID: <373373fb.59284266@smtp1.ibm.net>
10315              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
10316      Branch: perl
10317            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10318            ! pod/perldelta.pod
10319 ____________________________________________________________________________
10320 [  3365] By: gsar                                  on 1999/05/10  09:34:22
10321         Log: test suite and fix input_line_number()
10322              From: Paul Johnson <pjcj@transeda.com>
10323              Date: Thu, 29 Apr 1999 06:28:14 +0100
10324              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
10325              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
10326      Branch: perl
10327            + t/lib/io_linenum.t
10328            ! MANIFEST ext/IO/lib/IO/Handle.pm
10329 ____________________________________________________________________________
10330 [  3364] By: gsar                                  on 1999/05/10  09:20:56
10331         Log: fix overeager [:foo:] parsing
10332              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10333              Date: Fri, 30 Apr 1999 09:26:18 +0100
10334              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
10335              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
10336      Branch: perl
10337            ! regcomp.c t/op/re_tests
10338 ____________________________________________________________________________
10339 [  3363] By: gsar                                  on 1999/05/10  09:09:21
10340         Log: documentation for Win32 builtins (somewhat modified)
10341              From: jan.dubois@ibm.net (Jan Dubois)
10342              Date: Tue, 30 Mar 1999 08:05:03 +0200
10343              Message-ID: <37006783.1926460@smtp1.ibm.net>
10344              Subject: Re: Issues with build 509 
10345      Branch: perl
10346            + pod/Win32.pod
10347            ! MANIFEST
10348 ____________________________________________________________________________
10349 [  3362] By: gsar                                  on 1999/05/10  08:22:07
10350         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
10351      Branch: perl
10352            ! lib/File/Copy.pm win32/win32.c
10353 ____________________________________________________________________________
10354 [  3361] By: gsar                                  on 1999/05/10  08:11:29
10355         Log: escape ampersands in <pre> sections
10356      Branch: perl
10357            ! Changes lib/Pod/Html.pm
10358 ____________________________________________________________________________
10359 [  3360] By: gsar                                  on 1999/05/10  08:04:14
10360         Log: AIX hints enhancements (threads build, SOCKS support)
10361              From: "David R. Favor" <dfavor@austin.ibm.com>
10362              Date: Wed, 28 Apr 1999 08:45:28 -0500
10363              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
10364              Subject: Working build for AIX + gcc + threading
10365      Branch: perl
10366            ! hints/aix.sh
10367 ____________________________________________________________________________
10368 [  3359] By: gsar                                  on 1999/05/10  07:49:26
10369         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
10370              Date: Tue, 27 Apr 1999 23:47:24 PDT
10371              Message-ID: <19990428064724.95244.qmail@hotmail.com>
10372              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
10373              --
10374              Date: Thu, 29 Apr 1999 18:21:06 -0700
10375              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
10376              Subject: [PATCH 5.005_56] double constants ( C.pm)
10377              --
10378              Date: Mon, 03 May 1999 20:21:31 PDT
10379              Message-ID: <19990504032131.81113.qmail@hotmail.com>
10380              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
10381              --
10382              Date: Thu, 06 May 1999 17:57:09 -0700
10383              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
10384              Subject: Stash.pm
10385      Branch: perl
10386            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
10387            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
10388 ____________________________________________________________________________
10389 [  3358] By: gsar                                  on 1999/05/10  04:39:15
10390         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
10391              From: alexander smishlajev <als@turnhere.com>
10392              Date: Sun, 25 Apr 1999 14:58:29 +0300
10393              Message-ID: <37230365.5F68B460@turnhere.com>
10394              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
10395      Branch: perl
10396            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
10397            + cygwin32/build-instructions.charles-wilson
10398            + cygwin32/build-instructions.sebastien-barre
10399            + cygwin32/build-instructions.steven-morlock
10400            + cygwin32/build-instructions.steven-morlock2
10401            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
10402            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
10403            - cygwin32/perlld
10404            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
10405            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
10406            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
10407            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
10408            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
10409            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
10410 ____________________________________________________________________________
10411 [  3357] By: gsar                                  on 1999/05/10  04:07:07
10412         Log: applied suggested patch, modulo already applied parts
10413              From: Charles Bailey <BAILEY@newman.upenn.edu>
10414              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
10415              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
10416              Subject: [Patch 5.005_56] VMS consolidated patch #2
10417      Branch: perl
10418            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
10419            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
10420            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
10421            ! vms/subconfigure.com vms/test.com vms/vms.c
10422 ____________________________________________________________________________
10423 [  3356] By: gsar                                  on 1999/05/10  03:48:08
10424         Log: applied suggested patch, with win32 and PERL_OBJECT additions
10425              From: Tom Hughes <tom@compton.nu>
10426              Date: Sat, 24 Apr 1999 18:11:59 +0100
10427              Message-ID: <609bdff748.tom@compton.compton.nu>
10428              Subject: ByteLoader patch
10429      Branch: perl
10430            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
10431            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
10432            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
10433            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
10434            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
10435            ! utils/Makefile win32/Makefile win32/makefile.mk
10436 ____________________________________________________________________________
10437 [  3355] By: gsar                                  on 1999/05/10  03:22:49
10438         Log: document 'test' attribute (from Andreas Koenig)
10439      Branch: perl
10440            ! lib/ExtUtils/MakeMaker.pm
10441 ____________________________________________________________________________
10442 [  3354] By: gsar                                  on 1999/05/10  03:12:37
10443         Log: From: pmarquess@bfsec.bt.co.uk
10444              Date: Thu, 22 Apr 1999 23:12:08 +0100
10445              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
10446              Subject: PATCH for small bug in scan_bin
10447      Branch: perl
10448            ! util.c
10449 ____________________________________________________________________________
10450 [  3353] By: gsar                                  on 1999/05/10  02:39:33
10451         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
10452              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
10453      Branch: perl
10454            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
10455            ! win32/win32iop.h
10456 ____________________________________________________________________________
10457 [  3352] By: gsar                                  on 1999/05/09  22:47:39
10458         Log: flush all open output buffers before fork(), exec(), system, qx//
10459              and pipe open() operations, simplifying buffering headaches faced
10460              by users; uses fflush(NULL), which may need Configure test
10461      Branch: perl
10462            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
10463            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
10464 ____________________________________________________________________________
10465 [  3351] By: gsar                                  on 1999/05/09  21:11:51
10466         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
10467              Leroy <jll@skynet.be>)
10468      Branch: perl
10469            ! utils/perlcc.PL
10470 ____________________________________________________________________________
10471 [  3350] By: gsar                                  on 1999/05/09  20:39:11
10472         Log: normalize $^X to full pathname on win32
10473      Branch: perl
10474            ! win32/runperl.c
10475 ____________________________________________________________________________
10476 [  3349] By: gsar                                  on 1999/05/09  20:23:07
10477         Log: allow readline($globref), <$globref> already works
10478      Branch: perl
10479            ! pp_hot.c
10480 ____________________________________________________________________________
10481 [  3348] By: gsar                                  on 1999/05/09  20:00:09
10482         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
10483              <lemburg@online-club.de>)
10484      Branch: perl
10485            ! utils/perldoc.PL
10486 ____________________________________________________________________________
10487 [  3347] By: gsar                                  on 1999/05/09  18:47:21
10488         Log: additions to Thread.pm docs from Tuomas J. Lukka
10489              <lukka@fas.harvard.edu>
10490      Branch: perl
10491            ! ext/Thread/Thread.pm
10492 ____________________________________________________________________________
10493 [  3346] By: gsar                                  on 1999/05/09  18:38:00
10494         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10495              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
10496              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
10497              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
10498      Branch: perl
10499            ! ext/B/B/Xref.pm
10500 ____________________________________________________________________________
10501 [  3345] By: gsar                                  on 1999/05/09  18:22:43
10502         Log: work around mangled archname on win32 while finding privlib/sitelib;
10503              normalize lib paths to forward slashes internally
10504      Branch: perl
10505            ! win32/win32.c
10506 ____________________________________________________________________________
10507 [  3344] By: gsar                                  on 1999/05/09  03:20:06
10508         Log: fix typo in dbm filters that caused odbm.t to fail
10509      Branch: perl
10510            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
10511 ____________________________________________________________________________
10512 [  3343] By: gsar                                  on 1999/05/09  02:02:59
10513         Log: tweak test totals
10514      Branch: perl
10515            ! Changes t/lib/tie-stdhandle.t
10516 ____________________________________________________________________________
10517 [  3342] By: gsar                                  on 1999/05/09  01:42:06
10518         Log: import list propagation busted (pointed out by Ton Hospel
10519              <thospel@mail.dma.be>)
10520      Branch: perl
10521            ! lib/autouse.pm
10522 ____________________________________________________________________________
10523 [  3341] By: gsar                                  on 1999/05/09  00:54:18
10524         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
10525              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
10526      Branch: perl
10527            ! Configure Makefile.SH
10528 ____________________________________________________________________________
10529 [  3340] By: gsar                                  on 1999/05/09  00:40:41
10530         Log: generate manpages for newly added utils
10531      Branch: perl
10532            ! installman
10533 ____________________________________________________________________________
10534 [  3339] By: gsar                                  on 1999/05/09  00:33:50
10535         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10536              Date: Sun, 02 May 1999 17:59:24 +0100
10537              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
10538              Subject: [PATCH] Re: ptr to realloced memory in yylex
10539      Branch: perl
10540            ! toke.c
10541 ____________________________________________________________________________
10542 [  3338] By: jhi                                   on 1999/05/08  22:40:29
10543         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
10544      Branch: cfgperl
10545            ! INSTALL
10546 ____________________________________________________________________________
10547 [  3337] By: jhi                                   on 1999/05/08  22:22:26
10548         Log: Integrate from mainperl.
10549      Branch: cfgperl
10550           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
10551           !> (integrate 54 files)
10552 ____________________________________________________________________________
10553 [  3336] By: gsar                                  on 1999/05/08  21:48:22
10554         Log: make perldoc -f grok nested =items
10555      Branch: perl
10556            ! utils/perldoc.PL
10557 ____________________________________________________________________________
10558 [  3335] By: gsar                                  on 1999/05/08  19:48:11
10559         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
10560      Branch: perl
10561            ! op.c t/lib/fields.t
10562 ____________________________________________________________________________
10563 [  3334] By: gsar                                  on 1999/05/08  19:09:41
10564         Log: update test totals
10565      Branch: perl
10566            ! t/lib/bigintpm.t
10567 ____________________________________________________________________________
10568 [  3333] By: gsar                                  on 1999/05/08  16:56:02
10569         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
10570      Branch: perl
10571            ! pod/perlfunc.pod
10572 ____________________________________________________________________________
10573 [  3332] By: gsar                                  on 1999/05/08  16:46:44
10574         Log: applied suggested patch, added tests
10575              From: William Mann <wmann@avici.com>
10576              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
10577              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
10578              Subject: BigInt.pm extensions for logical operations
10579      Branch: perl
10580            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
10581 ____________________________________________________________________________
10582 [  3331] By: gsar                                  on 1999/05/08  16:09:33
10583         Log: avoid temporary files named 'tmp'
10584      Branch: perl
10585            ! Makefile.SH pp.c
10586 ____________________________________________________________________________
10587 [  3330] By: nick                                  on 1999/05/08  14:16:30
10588         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
10589              Provide Tie::StdHandle
10590              Basic update of docs.
10591      Branch: perl
10592            + t/lib/tie-stdhandle.t
10593            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
10594 ____________________________________________________________________________
10595 [  3329] By: nick                                  on 1999/05/08  12:03:45
10596         Log: Tweaks to open(my $fh,...) stuff
10597      Branch: perl
10598            ! op.c pp.c pp_sys.c t/io/open.t
10599 ____________________________________________________________________________
10600 [  3328] By: nick                                  on 1999/05/08  11:18:42
10601         Log: Bring SDBM_File.xs into line with new typemap
10602      Branch: perl
10603            ! ext/SDBM_File/SDBM_File.xs
10604 ____________________________________________________________________________
10605 [  3327] By: gsar                                  on 1999/05/08  00:07:11
10606         Log: add test case for AUTOLOAD reentrancy fix in change#3279
10607      Branch: perl
10608            ! t/lib/autoloader.t
10609 ____________________________________________________________________________
10610 [  3326] By: nick                                  on 1999/05/07  21:24:50
10611         Log: Implement open( my $fh, ...) and similar.
10612              Set flag in op.c for "constructor ops"
10613              In pp_rv2gv, if flag is set and arg is PADSV and uninit
10614              vivify as reference to a detached GV.
10615              (Name of GV is the pad name.)
10616              This scheme should "just work" for pipe/socket etc. too.
10617              
10618              #if 0 out the open(FH,undef) for now.
10619              Change t/io/open.t to test open(my $fh,...)
10620      Branch: perl
10621            ! op.c pp.c pp_sys.c t/io/open.t
10622 ____________________________________________________________________________
10623 [  3325] By: nick                                  on 1999/05/07  21:18:42
10624         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
10625      Branch: perl
10626            ! util.c
10627 ____________________________________________________________________________
10628 [  3324] By: gsar                                  on 1999/05/07  20:28:31
10629         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
10630              intervening code has to allocate SVs)
10631      Branch: perl
10632            ! util.c
10633 ____________________________________________________________________________
10634 [  3323] By: gsar                                  on 1999/05/07  19:45:08
10635         Log: allow line numbers to show in diagnostics during global destruction
10636      Branch: perl
10637            ! util.c
10638 ____________________________________________________________________________
10639 [  3322] By: gsar                                  on 1999/05/07  09:38:11
10640         Log: From: Dan Sugalski <sugalskd@ous.edu>
10641              Date: Fri, 09 Apr 1999 16:16:39 -0700
10642              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
10643              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
10644      Branch: perl
10645            ! lib/ExtUtils/MM_VMS.pm
10646 ____________________________________________________________________________
10647 [  3321] By: gsar                                  on 1999/05/07  09:08:23
10648         Log: From: kwzh@gnu.org (Karl Heuer)
10649              Date: Wed, 7 Apr 1999 23:58:58 -0400
10650              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
10651              Subject: [perl-5.005.02] detect lack of /dev/tty
10652      Branch: perl
10653            ! Makefile.SH
10654 ____________________________________________________________________________
10655 [  3320] By: gsar                                  on 1999/05/07  08:52:14
10656         Log: allow distinct prefix for versioned executables
10657              From: Roderick Schertler <roderick@argon.org>
10658              Date: Wed, 07 Apr 1999 15:34:56 -0400
10659              Message-ID: <3003.923513696@eeyore.ibcinc.com>
10660              Subject: perl55.00503 -> perl5.00503 patch for installperl
10661      Branch: perl
10662            ! INSTALL installperl
10663 ____________________________________________________________________________
10664 [  3319] By: gsar                                  on 1999/05/07  08:07:02
10665         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10666              Date: Mon, 05 Apr 1999 15:38:42 -0700
10667              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
10668              Subject: Re: chomp fails with $/ in fixed-length record mode
10669              --
10670              From: Roderick Schertler <roderick@argon.org>
10671              Date: Tue, 06 Apr 1999 21:11:37 -0400
10672              Message-ID: <2795.923447497@eeyore.ibcinc.com>
10673              Subject: Re: chomp fails with $/ in fixed-length record mode
10674      Branch: perl
10675            ! doop.c pod/perlfunc.pod t/op/chop.t
10676 ____________________________________________________________________________
10677 [  3318] By: gsar                                  on 1999/05/07  07:56:35
10678         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10679              Date: Tue, 6 Apr 1999 01:40:36 -0400
10680              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
10681              Subject: [PATCH 5.005_*] Make % use fmod()
10682      Branch: perl
10683            ! pp.c t/op/arith.t
10684 ____________________________________________________________________________
10685 [  3317] By: gsar                                  on 1999/05/07  04:18:11
10686         Log: DBM Filters (via private mail)
10687              From: pmarquess@bfsec.bt.co.uk
10688              Date: Sun, 18 Apr 1999 21:05:52 +0100
10689              Message-Id: <199904182009.NAA19152@activestate.com>
10690              Subject: DBM Filters
10691      Branch: perl
10692            + pod/perldbmfilter.pod
10693            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
10694            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10695            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10696            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
10697            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
10698            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
10699            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
10700            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
10701            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
10702            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
10703            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10704            ! t/lib/sdbm.t
10705 ____________________________________________________________________________
10706 [  3316] By: gsar                                  on 1999/05/07  03:28:53
10707         Log: avoid negative return value from Win32::GetTickCount()
10708              From: jan.dubois@ibm.net (Jan Dubois)
10709              Date: Sat, 03 Apr 1999 19:04:18 +0200
10710              Message-ID: <37084742.22824479@smtp1.ibm.net>
10711              Subject: Re: Win32::GetTickCount
10712      Branch: perl
10713            ! win32/win32.c
10714 ____________________________________________________________________________
10715 [  3314] By: gsar                                  on 1999/05/06  08:01:23
10716         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
10717              Date: Tue, 30 Mar 1999 23:40:34 PST
10718              Message-ID: <19990331074034.6117.qmail@hotmail.com>
10719              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
10720              --
10721              Date: Wed, 07 Apr 1999 00:28:23 -0800
10722              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
10723              Subject: [PATCH 5.005_56] function prototypes(B.pm)
10724              --
10725              Date: Thu, 22 Apr 1999 23:40:52 -0700
10726              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
10727              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
10728              --
10729              Date: Tue, 27 Apr 1999 01:14:49 PDT
10730              Message-ID: <19990427081449.28615.qmail@hotmail.com>
10731              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
10732      Branch: perl
10733            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
10734            ! t/op/ref.t
10735 ____________________________________________________________________________
10736 [  3313] By: jhi                                   on 1999/05/06  07:59:52
10737         Log: Integrate from mainperl.
10738      Branch: cfgperl
10739           !> (integrate 33 files)
10740 ____________________________________________________________________________
10741 [  3312] By: gsar                                  on 1999/05/06  07:11:50
10742         Log: add Ethiopic section to unicode master database (from Ken
10743              Whistler <kenw@sybase.com>)
10744      Branch: perl
10745            ! lib/unicode/UnicodeData-Latest.txt
10746 ____________________________________________________________________________
10747 [  3311] By: gsar                                  on 1999/05/06  05:37:55
10748         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
10749              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
10750              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
10751              Subject: Largefiles for Solaris
10752      Branch: perl
10753            ! hints/solaris_2.sh
10754 ____________________________________________________________________________
10755 [  3310] By: gsar                                  on 1999/05/06  05:14:35
10756         Log: emit more accurate diagnostic for syntax errors involving <>
10757              within eval""
10758      Branch: perl
10759            ! toke.c utils/perldoc.PL
10760 ____________________________________________________________________________
10761 [  3309] By: gsar                                  on 1999/05/06  04:36:31
10762         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
10763      Branch: perl
10764            ! t/lib/open3.t
10765 ____________________________________________________________________________
10766 [  3308] By: gsar                                  on 1999/05/06  03:19:16
10767         Log: applied first part of suggested patch (bug described cannot be
10768              reproduced any longer, so the second inconclusive part has not
10769              been applied)
10770              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10771              Date: Sun, 28 Mar 1999 04:51:34 +0100
10772              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
10773              Subject: [PATCH 5.005_56] Re: A core dump 
10774      Branch: perl
10775            ! toke.c
10776 ____________________________________________________________________________
10777 [  3307] By: gsar                                  on 1999/05/06  01:56:06
10778         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
10779              change#3180)
10780      Branch: perl
10781            ! op.c
10782 ____________________________________________________________________________
10783 [  3306] By: gsar                                  on 1999/05/05  17:17:34
10784         Log: applied non-conflicting parts of suggested patch
10785              From: Charles Bailey <BAILEY@newman.upenn.edu>
10786              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
10787              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
10788              Subject: [Patch 5.005_56] Revised VMS patch
10789      Branch: perl
10790            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
10791            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
10792 ____________________________________________________________________________
10793 [  3305] By: gsar                                  on 1999/05/05  16:20:19
10794         Log: make perldoc use backslashed pathnames within system() on win32
10795      Branch: perl
10796            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
10797 ____________________________________________________________________________
10798 [  3304] By: gsar                                  on 1999/05/05  07:29:43
10799         Log: upgrade Pod::Parser to v1.081 from CPAN
10800      Branch: perl
10801            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
10802            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
10803            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
10804 ____________________________________________________________________________
10805 [  3303] By: gsar                                  on 1999/05/05  07:02:07
10806         Log: From: Andy Dougherty <doughera@lafayette.edu>
10807              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
10808              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
10809              Subject: [PATCH 5.005_03-MT3] INSTALL patches
10810      Branch: perl
10811            ! INSTALL
10812 ____________________________________________________________________________
10813 [  3302] By: gsar                                  on 1999/05/05  06:55:21
10814         Log: load base packages based on nonexistent $VERSION
10815              From: andreas.koenig@anima.de (Andreas J. Koenig)
10816              Date: 19 Mar 1999 06:00:28 +0100
10817              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
10818              Subject: Re: base.pm flaw
10819      Branch: perl
10820            ! lib/base.pm lib/locale.pm
10821 ____________________________________________________________________________
10822 [  3301] By: gsar                                  on 1999/05/04  05:41:08
10823         Log: pod2man outputs switched date and revision label (fix suggested by
10824              EthanSasiela@mede.com)
10825      Branch: perl
10826            ! pod/pod2man.PL
10827 ____________________________________________________________________________
10828 [  3300] By: gsar                                  on 1999/05/03  18:48:25
10829         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
10830              (makes opendir(D,"c:") work reliably)
10831      Branch: perl
10832            ! win32/win32.c
10833 ____________________________________________________________________________
10834 [  3299] By: gsar                                  on 1999/05/02  19:39:55
10835         Log: add test case for change#3298
10836      Branch: perl
10837            ! sv.c t/op/readdir.t
10838 ____________________________________________________________________________
10839 [  3298] By: gsar                                  on 1999/05/02  19:24:41
10840         Log: close directory handles properly when localized
10841      Branch: perl
10842            ! sv.c
10843 ____________________________________________________________________________
10844 [  3297] By: jhi                                   on 1999/04/30  11:42:14
10845         Log: Integrate from mainperl.
10846      Branch: cfgperl
10847           !> Changes config_h.SH configure.com lib/AutoLoader.pm
10848           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
10849           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
10850           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
10851           !> vms/subconfigure.com win32/win32.c
10852 ____________________________________________________________________________
10853 [  3293] By: chip                                  on 1999/04/29  18:50:49
10854         Log: Fix shebang lines.
10855      Branch: maint-5.004/perl
10856            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
10857            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
10858            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
10859            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
10860            ! x2p/find2perl.PL x2p/s2p.PL
10861 ____________________________________________________________________________
10862 [  3284] By: gsar                                  on 1999/04/27  00:48:42
10863         Log: integrate change#3279 from maint-5.004
10864      Branch: perl
10865            ! lib/AutoLoader.pm
10866 ____________________________________________________________________________
10867 [  3279] By: chip                                  on 1999/04/26  23:09:26
10868         Log: Make &AutoLoad::AUTOLOAD reentrant.
10869      Branch: maint-5.004/perl
10870            ! lib/AutoLoader.pm
10871 ____________________________________________________________________________
10872 [  3276] By: chip                                  on 1999/04/26  22:34:36
10873         Log: Make porting scripts executable.
10874      Branch: maint-5.004/perl
10875            ! Changes Porting/genlog Porting/makerel Porting/p4desc
10876            ! Porting/patchls
10877 ____________________________________________________________________________
10878 [  3274] By: gsar                                  on 1999/04/26  17:30:31
10879         Log: allow embedded null characters in diagnostics
10880      Branch: perl
10881            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
10882 ____________________________________________________________________________
10883 [  3273] By: gsar                                  on 1999/04/26  08:27:22
10884         Log: hand-applied conflicting parts of suggested patch
10885              From: Charles Bailey <BAILEY@newman.upenn.edu>
10886              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
10887              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
10888              Subject: [PATCH 5.005_56] VMS configuration/build
10889      Branch: perl
10890            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
10891            ! vms/munchconfig.c vms/subconfigure.com
10892 ____________________________________________________________________________
10893 [  3272] By: gsar                                  on 1999/04/26  08:25:41
10894         Log: update Changes; tweak minor regressions
10895      Branch: perl
10896            ! Changes lib/AutoSplit.pm lib/File/Path.pm
10897 ____________________________________________________________________________
10898 [  3271] By: gsar                                  on 1999/04/26  07:52:51
10899         Log: integrate change#3229 from maint-5.004
10900      Branch: perl
10901            ! pp_ctl.c util.c
10902 ____________________________________________________________________________
10903 [  3270] By: gsar                                  on 1999/04/25  22:58:27
10904         Log: fix buggy reference count on refs to SVs with autoviv magic
10905              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
10906              accessing free()d memory)
10907      Branch: perl
10908            ! pp.c t/op/ref.t
10909 ____________________________________________________________________________
10910 [  3269] By: gsar                                  on 1999/04/24  17:07:55
10911         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
10912              on win32)
10913      Branch: perl
10914            ! win32/win32.c
10915 ____________________________________________________________________________
10916 [  3268] By: gsar                                  on 1999/04/24  16:38:25
10917         Log: kill dup hunk
10918      Branch: perl
10919            ! config_h.SH
10920 ____________________________________________________________________________
10921 [  3267] By: gsar                                  on 1999/04/24  16:35:57
10922         Log: integrate cfgperl changes into mainline
10923      Branch: perl
10924           +> myconfig.SH
10925            - myconfig
10926            ! pod/perlre.pod
10927           !> (integrate 38 files)
10928 ____________________________________________________________________________
10929 [  3266] By: jhi                                   on 1999/04/23  18:42:44
10930         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10931              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
10932              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
10933              Cc: Lionel Cons <lionel.cons@cern.ch>,
10934              Ilya Zakharevich <ilya@math.ohio-state.edu>,
10935              David Hayes <david@bdel.com>
10936              Subject: [PATCH] h2ph
10937              Date: Fri, 23 Apr 1999 12:37:23 -0400
10938              Message-ID: <19990423123723.A49550@O2.chapin.edu>
10939      Branch: cfgperl
10940            ! utils/h2ph.PL
10941 ____________________________________________________________________________
10942 [  3265] By: jhi                                   on 1999/04/21  18:17:12
10943         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
10944              To: perlbug@perl.org
10945              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
10946              Date: Wed, 21 Apr 1999 08:17:54 -0700
10947              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
10948      Branch: cfgperl
10949            ! vms/descrip_mms.template
10950 ____________________________________________________________________________
10951 [  3264] By: jhi                                   on 1999/04/20  08:50:54
10952         Log: From: Andy Dougherty <doughera@lafayette.edu>
10953              To: The Perl Porters Mailing List <perl5-porters@perl.org>
10954              Subject: [PATCH 5.005_56] Re: 5.006 Todo
10955              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
10956              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
10957      Branch: cfgperl
10958            ! Porting/pumpkin.pod
10959 ____________________________________________________________________________
10960 [  3263] By: jhi                                   on 1999/04/20  08:05:01
10961         Log: From: Chip Salzenberg <chip@perlsupport.com>
10962              To: Perl 5 Porters <perl5-porters@perl.org>
10963              Subject: [PATCH 5.005_56] Configure: $sig_count
10964              Date: Sun, 18 Apr 1999 17:54:36 -0400
10965              Message-ID: <19990418175436.A27496@perlsupport.com>
10966      Branch: cfgperl
10967            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10968            ! config_h.SH
10969 ____________________________________________________________________________
10970 [  3262] By: jhi                                   on 1999/04/19  18:23:50
10971         Log: Subject: PATCH wrong faq reference in perlbook.pod
10972              From: Robin Barker <rmb1@cise.npl.co.uk>
10973              To: perlbug@perl.com
10974              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
10975              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
10976      Branch: cfgperl
10977            ! pod/perlbook.pod
10978 ____________________________________________________________________________
10979 [  3261] By: jhi                                   on 1999/04/15  13:59:04
10980         Log: From: Andy Dougherty <doughera@lafayette.edu>
10981              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
10982              Cc: Perl Porters <perl5-porters@perl.org>
10983              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
10984              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
10985              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
10986      Branch: cfgperl
10987            ! hints/solaris_2.sh
10988 ____________________________________________________________________________
10989 [  3260] By: jhi                                   on 1999/04/15  13:56:53
10990         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
10991              To: pumpkings@jhereg.perl.com
10992              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
10993              Date: Thu, 15 Apr 1999 07:13:41 -0600
10994              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
10995      Branch: cfgperl
10996            ! pod/perldata.pod
10997 ____________________________________________________________________________
10998 [  3259] By: jhi                                   on 1999/04/13  23:12:52
10999         Log: LDLIBPTH also on 'clean' targets.
11000      Branch: cfgperl
11001            ! Makefile.SH
11002 ____________________________________________________________________________
11003 [  3258] By: jhi                                   on 1999/04/13  21:38:46
11004         Log: Add information about the two DEC C compiler optimizer bugs
11005              (what patch levels of the compilers fix them).
11006      Branch: cfgperl
11007            ! pp.c t/op/repeat.t
11008 ____________________________________________________________________________
11009 [  3257] By: jhi                                   on 1999/04/13  14:25:08
11010         Log: Be polite about ccdlflags and lddflags, too.
11011              Avoid Perl's malloc only when threaded.
11012      Branch: cfgperl
11013            ! hints/aix.sh
11014 ____________________________________________________________________________
11015 [  3256] By: jhi                                   on 1999/04/13  10:21:33
11016         Log: Croak if no known ways to semctl() (don't assume union semun).
11017      Branch: cfgperl
11018            ! doio.c perl.h
11019 ____________________________________________________________________________
11020 [  3255] By: jhi                                   on 1999/04/13  09:10:26
11021         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11022              To: perl5-porters@perl.org, vmsperl@perl.org
11023              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
11024              Date: Mon, 12 Apr 1999 13:36:48 -0700
11025              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
11026      Branch: cfgperl
11027            ! lib/ExtUtils/MM_VMS.pm
11028 ____________________________________________________________________________
11029 [  3254] By: jhi                                   on 1999/04/13  06:56:26
11030         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11031              To: perlbug@perl.com
11032              Subject: Update for OpenBSD hints
11033              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
11034              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
11035      Branch: cfgperl
11036            ! hints/openbsd.sh
11037 ____________________________________________________________________________
11038 [  3229] By: chip                                  on 1999/04/13  04:04:14
11039         Log: Preserve errno from importunities of sfio.
11040      Branch: maint-5.004/perl
11041            ! pp_ctl.c util.c
11042 ____________________________________________________________________________
11043 [  3226] By: jhi                                   on 1999/04/11  12:52:26
11044         Log: If both ways to call semctl are broken,    skip the tests.
11045      Branch: cfgperl
11046            ! t/lib/ipc_sysv.t
11047 ____________________________________________________________________________
11048 [  3225] By: jhi                                   on 1999/04/10  22:27:28
11049         Log: From: Andy Dougherty <doughera@lafayette.edu>
11050              To: dsembr01@ox.slug.louisville.edu
11051              Cc: perlbug@perl.com
11052              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
11053              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
11054              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
11055      Branch: cfgperl
11056            ! ext/POSIX/POSIX.xs
11057 ____________________________________________________________________________
11058 [  3224] By: jhi                                   on 1999/04/09  18:50:32
11059         Log: From: Andy Dougherty <doughera@lafayette.edu>
11060              To: Perl Porters <perl5-porters@perl.org>
11061              Subject: [PATCH 5.005_56] Re: prefix= in hints
11062              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
11063              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
11064              
11065              (Overrides change #3204 from Kurt)
11066      Branch: cfgperl
11067            ! hints/linux.sh
11068 ____________________________________________________________________________
11069 [  3223] By: jhi                                   on 1999/04/09  18:37:55
11070         Log: Understand Apollo's //node notation.
11071              
11072              From: Johann Klasek <jk@auto.tuwien.ac.at>
11073              To: jhi@iki.fi
11074              Subject: Re: DomainPerl
11075              Date: Fri, 9 Apr 1999 18:21:37 +0200
11076              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
11077      Branch: cfgperl
11078            ! lib/Cwd.pm
11079 ____________________________________________________________________________
11080 [  3220] By: jhi                                   on 1999/04/04  16:33:49
11081         Log: Integrate from mainperl.
11082      Branch: cfgperl
11083           !> (integrate 39 files)
11084 ____________________________________________________________________________
11085 [  3219] By: gsar                                  on 1999/04/04  02:48:17
11086         Log: tweak previous change
11087      Branch: maint-5.005/perl
11088            ! win32/win32.c
11089 ____________________________________________________________________________
11090 [  3218] By: gsar                                  on 1999/04/04  02:44:47
11091         Log: be careful about extending the stack for the Win32:: builtins
11092      Branch: maint-5.005/perl
11093            ! win32/win32.c
11094 ____________________________________________________________________________
11095 [  3217] By: gsar                                  on 1999/04/04  01:59:26
11096         Log: correct places that said newSVpv() when they meant newSVpvn()
11097      Branch: perl
11098            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
11099            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
11100            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
11101            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
11102            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
11103            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
11104            ! win32/win32.c
11105 ____________________________________________________________________________
11106 [  3216] By: gsar                                  on 1999/04/03  23:58:27
11107         Log: avoid duplicate code
11108      Branch: perl
11109            ! sv.c
11110 ____________________________________________________________________________
11111 [  3215] By: gsar                                  on 1999/04/03  23:14:34
11112         Log: grow PL_tmps_stack more efficiently; make it more amenable to
11113              STRESS_REALLOC testing
11114      Branch: perl
11115            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
11116            ! sv.c
11117 ____________________________________________________________________________
11118 [  3214] By: gsar                                  on 1999/04/03  21:01:09
11119         Log: scrounge and save three extra branches in pp_entersub()
11120      Branch: perl
11121            ! cv.h pp_ctl.c pp_hot.c
11122 ____________________________________________________________________________
11123 [  3213] By: gsar                                  on 1999/04/03  17:43:23
11124         Log: remove duplicate code and an extra branch in sv_setsv() and
11125              other hot code by making SvTHINKFIRST() think about FAKE SVs
11126      Branch: perl
11127            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
11128            ! proto.h scope.c sv.c sv.h
11129 ____________________________________________________________________________
11130 [  3212] By: jhi                                   on 1999/04/03  16:20:09
11131         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
11132              
11133              From: John Bley <jbb6@acpub.duke.edu>
11134              To: perlbug@perl.org
11135              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
11136              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
11137              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
11138      Branch: cfgperl
11139            ! doio.c pp_sys.c
11140 ____________________________________________________________________________
11141 [  3211] By: jhi                                   on 1999/04/03  13:27:26
11142         Log: Change #3210 was rather unportable.  This is better.
11143      Branch: cfgperl
11144            ! Configure config_h.SH
11145 ____________________________________________________________________________
11146 [  3210] By: jhi                                   on 1999/04/03  13:16:20
11147         Log: Avoid Digital UNIX' ksh.
11148              
11149              From: Jarkko Hietaniemi <jhi@iki.fi> 
11150              To: Henrik Tougaard <ht000@siberut.foa.dk> 
11151              Cc: perlbug@perl.com, ht000@foa.dk 
11152              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
11153              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
11154              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
11155      Branch: cfgperl
11156            ! Configure config_h.SH
11157 ____________________________________________________________________________
11158 [  3209] By: jhi                                   on 1999/04/03  12:49:04
11159         Log: Integrate from mainperl.
11160      Branch: cfgperl
11161           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
11162 ____________________________________________________________________________
11163 [  3208] By: jhi                                   on 1999/04/03  12:27:24
11164         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
11165              
11166              From: Lionel Cons <lionel.cons@cern.ch>
11167              To: jhi@iki.fi
11168              Cc: perlbug@perl.com, kstar@isinet.com,
11169              Philippe Defert <philippe.defert@cern.ch>
11170              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
11171              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
11172              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
11173      Branch: cfgperl
11174            ! hints/irix_6.sh
11175 ____________________________________________________________________________
11176 [  3207] By: jhi                                   on 1999/04/03  12:20:21
11177         Log: Be polite about usemymalloc.
11178      Branch: cfgperl
11179            ! hints/aix.sh
11180 ____________________________________________________________________________
11181 [  3206] By: gsar                                  on 1999/04/02  23:31:59
11182         Log: a typo in change#3205
11183      Branch: perl
11184            ! t/lib/bigfloatpm.t
11185 ____________________________________________________________________________
11186 [  3205] By: gsar                                  on 1999/04/02  23:20:31
11187         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
11188              returns NaNs faithfully)
11189      Branch: perl
11190            ! t/lib/bigfloatpm.t
11191 ____________________________________________________________________________
11192 [  3204] By: jhi                                   on 1999/04/02  22:03:23
11193         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
11194              
11195              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11196              To: perl5-porters@perl.org
11197              Subject: linux hints nit
11198              Date: Fri, 2 Apr 1999 16:49:47 -0500
11199              Message-ID: <19990402164947.E80926@O2.chapin.edu>
11200      Branch: cfgperl
11201            ! hints/linux.sh
11202 ____________________________________________________________________________
11203 [  3203] By: jhi                                   on 1999/04/02  22:00:56
11204         Log: Display exact glibc version in Linux. 
11205              
11206              From: Andy Dougherty <doughera@lafayette.edu>
11207              To: Perl Porters <perl5-porters@perl.org>
11208              Subject: Displaying glibc version on Linux
11209              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
11210              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
11211      Branch: cfgperl
11212            ! hints/linux.sh
11213 ____________________________________________________________________________
11214 [  3202] By: gsar                                  on 1999/04/02  21:23:18
11215         Log: various little goofs
11216      Branch: perl
11217            ! Changes Makefile.SH README installperl
11218 ____________________________________________________________________________
11219 [  3201] By: jhi                                   on 1999/04/02  13:13:39
11220         Log: Configure regen.
11221              
11222              Add llseek + offset_t probing.
11223              Change CONFIG to CONFIGDOTSH.
11224              'unset foo' is unportable, use foo=''.
11225      Branch: cfgperl
11226            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
11227            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
11228            ! perl_exp.SH writemain.SH
11229 ____________________________________________________________________________
11230 [  3200] By: jhi                                   on 1999/04/02  12:06:22
11231         Log: Introduce myconfig.SH.
11232              
11233              From: Andy Dougherty <doughera@lafayette.edu>
11234              To: Jarkko Hietaniemi <jhi@iki.fi>
11235              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
11236              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
11237              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
11238              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
11239      Branch: cfgperl
11240            + myconfig.SH
11241            - myconfig
11242            ! MANIFEST
11243 ____________________________________________________________________________
11244 [  3195] By: jhi                                   on 1999/03/28  16:42:54
11245         Log: Update perlhist on 5_03.
11246      Branch: maint-5.005/perl
11247            ! pod/perlhist.pod
11248 ____________________________________________________________________________
11249 [  3194] By: jhi                                   on 1999/03/28  12:30:01
11250         Log: Integrate from mainperl.
11251      Branch: cfgperl
11252           +> t/op/grep.t
11253            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
11254            ! t/lib/bigintpm.t
11255           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
11256           !> t/lib/thread.t
11257 ____________________________________________________________________________
11258 [  3189] By: gsar                                  on 1999/03/28  08:22:00
11259         Log: various pod niggles
11260      Branch: maint-5.005/perl
11261            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
11262            ! pod/perlfunc.pod pod/perlhist.pod
11263 ____________________________________________________________________________
11264 [  3187] By: gsar                                  on 1999/03/28  07:31:16
11265         Log: regularize CAPI declarations (CAPI extensions now build under
11266              the Borland compiler)
11267      Branch: maint-5.005/perl
11268            ! win32/GenCAPI.pl
11269 ____________________________________________________________________________
11270 [  3186] By: gsar                                  on 1999/03/28  07:26:33
11271         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
11272              -DPERL_CAPI
11273      Branch: maint-5.005/perl
11274            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
11275 ____________________________________________________________________________
11276 [  3183] By: gsar                                  on 1999/03/28  06:00:46
11277         Log: update p4 utility to ignore non-text files
11278      Branch: perl
11279            ! Porting/p4desc
11280 ____________________________________________________________________________
11281 [  3181] By: gsar                                  on 1999/03/28  03:37:23
11282         Log: integrate change#3179 from maint-5.005
11283      Branch: perl
11284           !> ext/Thread/Thread.xs t/lib/thread.t
11285 ____________________________________________________________________________
11286 [  3180] By: gsar                                  on 1999/03/28  02:28:20
11287         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
11288              (sometimes caused bizarreness in the BLOCK)
11289      Branch: perl
11290            + t/op/grep.t
11291            ! MANIFEST op.c
11292 ____________________________________________________________________________
11293 [  3179] By: gsar                                  on 1999/03/28  02:14:04
11294         Log: fix thread segfault when passing large number of arguments to child
11295              a la C<Thread->new($foo, 1..1000)>
11296      Branch: maint-5.005/perl
11297            ! ext/Thread/Thread.xs t/lib/thread.t
11298 ____________________________________________________________________________
11299 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
11300         Log: fix $Config{'usethreads'} typo in perlthrtut
11301              
11302              From: Ian Maloney <szhmf9@wsblob.ubs.com>
11303              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
11304              Message-Id: <199903251540.QAA02439@wsblob.>
11305              Subject: perlthrtut documentation error
11306      Branch: maint-5.005/perl
11307            ! pod/perlthrtut.pod
11308 ____________________________________________________________________________
11309 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
11310         Log: Update Test.pm to VERSION 1.122 from CPAN
11311      Branch: maint-5.005/perl
11312            ! lib/Test.pm
11313 ____________________________________________________________________________
11314 [  3171] By: jhi                                   on 1999/03/26  22:38:28
11315         Log: Integrate from mainperl.
11316      Branch: cfgperl
11317           !> (integrate 37 files)
11318 ____________________________________________________________________________
11319 [  3170] By: gsar                                  on 1999/03/26  01:30:25
11320         Log: specify type of bracket in "Unmatched bracket" diagnostic;
11321              prefer 'brace' or 'curly bracket' over 'curly brace'
11322      Branch: perl
11323            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
11324            ! t/op/misc.t t/op/re_tests toke.c
11325 ____________________________________________________________________________
11326 [  3169] By: gsar                                  on 1999/03/26  00:50:51
11327         Log: better description of "Integer overflow" diagnostic
11328      Branch: perl
11329            ! pod/perldiag.pod
11330 ____________________________________________________________________________
11331 [  3168] By: gsar                                  on 1999/03/25  11:02:46
11332         Log: applied needful parts of suggested patch
11333              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
11334              Date: Tue, 23 Mar 1999 16:21:43 -0800
11335              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
11336              Subject: [PATCH 5.005_56] pp_formline correction
11337      Branch: perl
11338            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
11339 ____________________________________________________________________________
11340 [  3167] By: gsar                                  on 1999/03/25  10:39:02
11341         Log: clarify what a "comment" means (due to Mark-Jason Dominus
11342              <mjd@plover.com>)
11343      Branch: perl
11344            ! pod/perlsyn.pod
11345 ____________________________________________________________________________
11346 [  3166] By: gsar                                  on 1999/03/25  10:33:18
11347         Log: describe current behavior on local($foo{nothere}) (suggested by
11348              Lionel Cons <lionel.cons@cern.ch>)
11349      Branch: perl
11350            ! pod/perlsub.pod
11351 ____________________________________________________________________________
11352 [  3165] By: gsar                                  on 1999/03/25  06:21:05
11353         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
11354              <vishalb@hotmail.com>)
11355      Branch: perl
11356            ! ext/B/B/C.pm
11357 ____________________________________________________________________________
11358 [  3164] By: gsar                                  on 1999/03/25  06:17:27
11359         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11360              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
11361              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
11362              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
11363      Branch: perl
11364            ! ext/B/B.xs op.h opcode.pl
11365 ____________________________________________________________________________
11366 [  3163] By: gsar                                  on 1999/03/25  06:15:49
11367         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
11368              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
11369              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
11370              Subject: [PATCH _56] B::Deparse 0.57
11371              --
11372              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
11373              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
11374              Subject: Re: [PATCH _56] B::Deparse 0.57 
11375      Branch: perl
11376            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
11377 ____________________________________________________________________________
11378 [  3162] By: gsar                                  on 1999/03/25  06:11:46
11379         Log: fix a few places that said 'int', but meant 'STRLEN'
11380      Branch: perl
11381            ! pod/perlguts.pod proto.h sv.c
11382 ____________________________________________________________________________
11383 [  3161] By: gsar                                  on 1999/03/25  06:01:18
11384         Log: From: Russ Allbery <rra@stanford.edu>
11385              Date: 22 Mar 1999 04:26:26 -0800
11386              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
11387              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
11388      Branch: perl
11389            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
11390            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
11391            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
11392            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
11393 ____________________________________________________________________________
11394 [  3160] By: gsar                                  on 1999/03/25  02:26:31
11395         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
11396      Branch: perl
11397            ! opcode.h opcode.pl
11398 ____________________________________________________________________________
11399 [  3159] By: gsar                                  on 1999/03/25  02:18:17
11400         Log: add statement-modifier loops to :base_loop class
11401      Branch: perl
11402            ! ext/Opcode/Opcode.pm
11403 ____________________________________________________________________________
11404 [  3158] By: gsar                                  on 1999/03/25  00:36:57
11405         Log: integrate changes#3105,3130,3154 from maint-5.005
11406      Branch: perl
11407           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
11408 ____________________________________________________________________________
11409 [  3157] By: gsar                                  on 1999/03/25  00:24:17
11410         Log: remove bogus panic()
11411      Branch: perl
11412            ! Changes lib/Math/BigFloat.pm
11413 ____________________________________________________________________________
11414 [  3156] By: jhi                                   on 1999/03/24  22:43:43
11415         Log: Integrate from mainperl.
11416      Branch: cfgperl
11417           +> (branch 38 files)
11418           !> (integrate 68 files)
11419 ____________________________________________________________________________
11420 [  3155] By: jhi                                   on 1999/03/24  22:12:17
11421         Log: Configure regenerated because of changes #3130/#3154 and #3147.
11422      Branch: cfgperl
11423            ! Configure config_h.SH
11424 ____________________________________________________________________________
11425 [  3154] By: jhi                                   on 1999/03/24  21:40:51
11426         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
11427              based on suggestions from Andy Dougherty.
11428      Branch: maint-5.005/perl
11429            ! INSTALL
11430 ____________________________________________________________________________
11431 [  3153] By: gsar                                  on 1999/03/24  10:38:05
11432         Log: applied suggested patch, modulo superceded parts
11433              From: Charles Bailey <BAILEY@newman.upenn.edu>
11434              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
11435              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
11436              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
11437      Branch: perl
11438            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
11439            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
11440            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
11441            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
11442 ____________________________________________________________________________
11443 [  3152] By: gsar                                  on 1999/03/24  10:30:51
11444         Log: applied suggested patch, modulo superceded parts
11445              From: Charles Bailey <BAILEY@newman.upenn.edu>
11446              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
11447              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
11448              Subject: [PATCH 5.005_56] Miscellaneous small fixes
11449      Branch: perl
11450            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
11451            ! lib/File/Basename.pm
11452 ____________________________________________________________________________
11453 [  3151] By: gsar                                  on 1999/03/24  10:15:00
11454         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
11455      Branch: perl
11456            ! pod/perlop.pod
11457 ____________________________________________________________________________
11458 [  3150] By: gsar                                  on 1999/03/24  10:09:13
11459         Log: missing integration in previous change
11460      Branch: perl
11461           !> README.apollo
11462 ____________________________________________________________________________
11463 [  3149] By: gsar                                  on 1999/03/24  10:06:44
11464         Log: integrate changes#3116,3119 from maint-5.005
11465      Branch: perl
11466            + README.apollo
11467           +> apollo/netinet/in.h
11468           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
11469 ____________________________________________________________________________
11470 [  3148] By: gsar                                  on 1999/03/24  10:01:56
11471         Log: integrate changes#3091-3094 from maint-5.005
11472      Branch: perl
11473           !> README.hurd vms/subconfigure.com vos/config.h
11474           !> vos/config_h.SH_orig
11475 ____________________________________________________________________________
11476 [  3147] By: gsar                                  on 1999/03/24  09:31:49
11477         Log: warn about newfangled vfork() caveats
11478      Branch: perl
11479            ! Configure
11480 ____________________________________________________________________________
11481 [  3146] By: jhi                                   on 1999/03/24  09:20:14
11482         Log: Bring in changes #2808 and #2812 (from mainline perl)
11483              that enhance the perlbug checklist.
11484      Branch: maint-5.005/perl
11485            ! utils/perlbug.PL
11486 ____________________________________________________________________________
11487 [  3145] By: gsar                                  on 1999/03/24  08:37:02
11488         Log: integrate change#3115 from maint-5.005
11489      Branch: perl
11490           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
11491           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
11492 ____________________________________________________________________________
11493 [  3144] By: gsar                                  on 1999/03/24  08:33:59
11494         Log: add note about map in scalar context
11495      Branch: perl
11496            ! pod/perlfunc.pod
11497 ____________________________________________________________________________
11498 [  3143] By: gsar                                  on 1999/03/24  08:25:59
11499         Log: doc tweak
11500      Branch: perl
11501            ! lib/Time/Local.pm
11502 ____________________________________________________________________________
11503 [  3142] By: gsar                                  on 1999/03/24  08:20:37
11504         Log: applied suggested patch, modulo bogus hunk
11505              From: "Vishal Bhatia" <vishalb@hotmail.com>
11506              Date: Thu, 11 Mar 1999 07:40:27 PST
11507              Message-ID: <19990311154027.25891.qmail@hotmail.com>
11508              Subject: [PATCH 5.005_56] Minor fixes in perlcc
11509      Branch: perl
11510            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
11511 ____________________________________________________________________________
11512 [  3141] By: gsar                                  on 1999/03/24  08:06:12
11513         Log: integrate change#3104 from maint-5.005
11514      Branch: perl
11515           !> README.os390 t/lib/posix.t
11516 ____________________________________________________________________________
11517 [  3140] By: gsar                                  on 1999/03/24  06:34:56
11518         Log: fix failure of C<&locked_sub;> under -Dusethreads
11519      Branch: perl
11520            ! pp_hot.c t/lib/thread.t
11521 ____________________________________________________________________________
11522 [  3139] By: gsar                                  on 1999/03/24  05:52:00
11523         Log: debugger tweak (wasn't printing a newline after recalled commands)
11524      Branch: perl
11525            ! lib/perl5db.pl
11526 ____________________________________________________________________________
11527 [  3138] By: gsar                                  on 1999/03/24  05:33:28
11528         Log: document OO exceptions (based on a suggestion by Andreas Koenig
11529              <andreas.koenig@anima.de>)
11530      Branch: perl
11531            ! pod/perlfunc.pod
11532 ____________________________________________________________________________
11533 [  3137] By: gsar                                  on 1999/03/24  02:50:20
11534         Log: better "Illegal %s digit ignored" warnings
11535      Branch: perl
11536            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
11537            ! toke.c util.c
11538 ____________________________________________________________________________
11539 [  3136] By: gsar                                  on 1999/03/24  02:26:38
11540         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
11541      Branch: perl
11542            + t/pragma/utf8.t
11543            ! regcomp.c
11544 ____________________________________________________________________________
11545 [  3135] By: gsar                                  on 1999/03/24  01:29:09
11546         Log: flip release & version in win32_uname()
11547      Branch: perl
11548            ! win32/win32.c
11549 ____________________________________________________________________________
11550 [  3134] By: gsar                                  on 1999/03/24  01:08:33
11551         Log: support POSIX::uname() via win32_uname()
11552      Branch: perl
11553            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
11554            ! win32/config.gc win32/config.vc win32/config_H.bc
11555            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
11556            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
11557 ____________________________________________________________________________
11558 [  3133] By: gsar                                  on 1999/03/23  22:20:10
11559         Log: From: jan.dubois@ibm.net (Jan Dubois)
11560              Date: Sat, 06 Mar 1999 21:42:56 +0100
11561              Message-ID: <36e49281.50337171@smtp1.ibm.net>
11562              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
11563      Branch: perl
11564            ! pod/perldelta.pod
11565 ____________________________________________________________________________
11566 [  3132] By: gsar                                  on 1999/03/23  22:17:45
11567         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
11568              Date: Sat, 06 Mar 1999 17:50:49 +0100
11569              Message-ID: <36e25209.33833760@smtp1.ibm.net>
11570              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
11571              --
11572              Date: Sat, 06 Mar 1999 18:15:00 +0100
11573              Message-ID: <36e36222.37954195@smtp1.ibm.net>
11574              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
11575      Branch: perl
11576            + t/lib/filefunc.t
11577            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
11578            ! pod/perldelta.pod pod/perlmodlib.pod
11579 ____________________________________________________________________________
11580 [  3131] By: gsar                                  on 1999/03/23  22:07:59
11581         Log: integrate cfgperl changes into mainline
11582      Branch: perl
11583           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
11584           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
11585           !> installperl malloc.c perl.c perl.h pod/perl.pod
11586           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
11587 ____________________________________________________________________________
11588 [  3130] By: jhi                                   on 1999/03/23  22:02:23
11589         Log: Don't use config.msg to remind about the
11590              LD_LIBRARY_PATH because Makefile.SH takes
11591              care of that.
11592              
11593              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
11594              This used to be the default but in some MT or another it
11595              was dropped because of some transient error or another.
11596      Branch: maint-5.005/perl
11597            ! Configure hints/dec_osf.sh
11598 ____________________________________________________________________________
11599 [  3129] By: gsar                                  on 1999/03/23  21:38:03
11600         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
11601              to size    and better maintainability)
11602      Branch: perl
11603            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
11604            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
11605            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
11606            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
11607            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
11608            + t/pod/include.xr t/pod/included.t t/pod/included.xr
11609            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
11610            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
11611            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
11612            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
11613            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
11614            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
11615            ! win32/Makefile win32/makefile.mk win32/pod.mak
11616 ____________________________________________________________________________
11617 [  3128] By: jhi                                   on 1999/03/23  10:14:54
11618         Log: Integrate from mainperl.
11619      Branch: cfgperl
11620           !> (integrate 46 files)
11621 ____________________________________________________________________________
11622 [  3127] By: gsar                                  on 1999/03/23  06:57:30
11623         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
11624              Date: Thu, 4 Mar 1999 10:54:01 -0800
11625              Message-Id: <9903041854.AA46868@frc0000>
11626              Subject: patch for useless Math::BigInt warnings
11627      Branch: perl
11628            ! lib/Math/BigInt.pm
11629 ____________________________________________________________________________
11630 [  3126] By: gsar                                  on 1999/03/23  05:54:37
11631         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
11632              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11633              Date: Fri, 19 Feb 1999 15:47:59 -0500
11634              Message-ID: <19990219154759.A32350@O2.chapin.edu>
11635              Subject: [PATCH] OSF/1 hints
11636      Branch: perl
11637            ! hints/dec_osf.sh
11638 ____________________________________________________________________________
11639 [  3125] By: gsar                                  on 1999/03/23  00:56:38
11640         Log: avoid typeglob persistence in pp_readline()
11641      Branch: perl
11642            ! sv.c t/op/gv.t
11643 ____________________________________________________________________________
11644 [  3124] By: gsar                                  on 1999/03/22  21:12:23
11645         Log: update copyright years
11646      Branch: perl
11647            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
11648            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
11649            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
11650            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
11651            ! sv.c sv.h toke.c utf8.c utf8.h util.c
11652 ____________________________________________________________________________
11653 [  3123] By: gsar                                  on 1999/03/22  07:07:06
11654         Log: implement win32_spawnvp() internally, making it return true PIDs
11655              for asynchronous spawns; fix win32_kill() to always deal with
11656              PIDs
11657      Branch: perl
11658            ! win32/win32.c win32/win32.h
11659 ____________________________________________________________________________
11660 [  3122] By: jhi                                   on 1999/03/19  21:12:14
11661         Log: Describe the new Benchmark feature in more detail.
11662      Branch: cfgperl
11663            ! pod/perldelta.pod
11664      Branch: maint-5.005/perl
11665            ! pod/perldelta.pod
11666 ____________________________________________________________________________
11667 [  3121] By: jhi                                   on 1999/03/19  08:16:12
11668         Log: AVAILABILITY tuning.
11669      Branch: cfgperl
11670            ! pod/perl.pod
11671      Branch: maint-5.005/perl
11672            ! pod/perl.pod
11673 ____________________________________________________________________________
11674 [  3120] By: jhi                                   on 1999/03/17  14:52:17
11675         Log: Rhapsody change assumed too much.
11676      Branch: cfgperl
11677            ! t/op/stat.t
11678 ____________________________________________________________________________
11679 [  3119] By: jhi                                   on 1999/03/17  14:33:43
11680         Log: More Apollo fixes.
11681      Branch: maint-5.005/perl
11682            ! README.apollo hints/apollo.sh t/lib/io_udp.t
11683 ____________________________________________________________________________
11684 [  3118] By: jhi                                   on 1999/03/16  17:23:39
11685         Log: Nada.
11686      Branch: maint-5.005/perl
11687            ! README.apollo
11688 ____________________________________________________________________________
11689 [  3117] By: jhi                                   on 1999/03/16  17:18:49
11690         Log: Apollo DomainOS AVAILABILITY.
11691      Branch: cfgperl
11692            ! pod/perl.pod
11693      Branch: maint-5.005/perl
11694            ! pod/perl.pod
11695 ____________________________________________________________________________
11696 [  3116] By: jhi                                   on 1999/03/16  17:14:00
11697         Log: Apollo DomainOS patch
11698              From: Johann Klasek <jk@auto.tuwien.ac.at>
11699              Subject: Re: DomainPerl
11700              Date: Tue, 16 Mar 1999 17:46:32 +0100
11701              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
11702      Branch: maint-5.005/perl
11703            + README.apollo apollo/netinet/in.h
11704            ! MANIFEST hints/apollo.sh
11705 ____________________________________________________________________________
11706 [  3115] By: jhi                                   on 1999/03/16  14:23:54
11707         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
11708              To: Gurusamy Sarathy <gsar@activestate.com>,
11709              Graham Barr <gbarr@pobox.com>
11710              Cc: Perl5 Porters <perl5-porters@perl.org>,
11711              "Paul.Marquess" <Paul.Marquess@btinternet.com>
11712              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
11713              Date: Sun, 14 Mar 1999 14:43:57 -0000
11714              Message-Id: <199903141841.NAA17040@defender.perl.org>
11715      Branch: maint-5.005/perl
11716            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11717            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11718 ____________________________________________________________________________
11719 [  3114] By: jhi                                   on 1999/03/16  12:42:20
11720         Log: Mention Rhapsody in 5.005_5X perldelta,
11721              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
11722              *planned* AVAILABILITY.
11723      Branch: cfgperl
11724            ! pod/perl.pod pod/perldelta.pod
11725      Branch: maint-5.005/perl
11726            ! pod/perl.pod
11727 ____________________________________________________________________________
11728 [  3113] By: jhi                                   on 1999/03/16  10:38:53
11729         Log: perldelta niggling.
11730      Branch: cfgperl
11731            ! pod/perldelta.pod
11732      Branch: maint-5.005/perl
11733            ! pod/perldelta.pod
11734 ____________________________________________________________________________
11735 [  3112] By: jhi                                   on 1999/03/16  10:35:21
11736         Log: Integrate from mainperl.
11737      Branch: cfgperl
11738           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
11739           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
11740 ____________________________________________________________________________
11741 [  3111] By: jhi                                   on 1999/03/16  10:28:10
11742         Log: AVAILABILITY update: still mention PowerUX,
11743              Novell Netware now has sources available.
11744      Branch: cfgperl
11745            ! pod/perl.pod
11746      Branch: maint-5.005/perl
11747            ! pod/perl.pod
11748 ____________________________________________________________________________
11749 [  3110] By: gsar                                  on 1999/03/16  04:34:23
11750         Log: sundry pod niggles
11751      Branch: perl
11752            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
11753            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
11754 ____________________________________________________________________________
11755 [  3109] By: jhi                                   on 1999/03/15  17:00:11
11756         Log: Integrate from mainperl.
11757      Branch: cfgperl
11758           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
11759           +> lib/unicode/Is/Syllable.pl
11760           +> lib/unicode/MakeEthiopicSyllables.PL
11761           +> lib/unicode/README.Ethiopic
11762           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
11763           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
11764           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
11765           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
11766           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
11767           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
11768           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
11769           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
11770 ____________________________________________________________________________
11771 [  3108] By: jhi                                   on 1999/03/15  16:58:12
11772         Log: First pass of integrating the Rhapsody port,
11773              
11774              From: Wilfredo Sanchez <wsanchez@apple.com> 
11775              Subject: Keeping the world in sync.
11776              Reply-To: wsanchez@apple.com 
11777              To: perlbug@perl.com 
11778              Date: Fri, 13 Nov 1998 17:11:30 -0800 
11779              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
11780      Branch: cfgperl
11781            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
11782            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
11783            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
11784            ! x2p/util.c
11785 ____________________________________________________________________________
11786 [  3107] By: gsar                                  on 1999/03/15  03:22:10
11787         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
11788              From: Daniel Yacob <dmulholl@cs.indiana.edu>
11789              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
11790              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
11791              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
11792      Branch: perl
11793            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
11794            + lib/unicode/Is/Syllable.pl
11795            + lib/unicode/MakeEthiopicSyllables.PL
11796            + lib/unicode/README.Ethiopic
11797            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
11798            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
11799            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
11800            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
11801            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
11802            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
11803            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
11804            ! lib/unicode/Name.pl lib/unicode/Number.pl
11805 ____________________________________________________________________________
11806 [  3106] By: gsar                                  on 1999/03/12  20:35:36
11807         Log: change#3067 failed package.t due to needless creation of $a and $b;
11808              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
11809      Branch: perl
11810            ! op.c
11811 ____________________________________________________________________________
11812 [  3105] By: jhi                                   on 1999/03/12  15:54:57
11813         Log: Recognize the NetBSD packages collection.
11814      Branch: maint-5.005/perl
11815            ! hints/netbsd.sh
11816 ____________________________________________________________________________
11817 [  3104] By: jhi                                   on 1999/03/12  09:07:04
11818         Log: From: pvhp@forte.com (Peter Prymmer)
11819              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
11820              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
11821              Date: Thu, 11 Mar 99 14:24:54 PST
11822              Message-Id: <9903112224.AA24346@forte.com>
11823      Branch: maint-5.005/perl
11824            ! README.os390 t/lib/posix.t
11825 ____________________________________________________________________________
11826 [  3103] By: jhi                                   on 1999/03/10  11:07:46
11827         Log: Integrate from mainperl.
11828      Branch: cfgperl
11829           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
11830           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
11831           !> t/pragma/warn/1global toke.c win32/makedef.pl
11832 ____________________________________________________________________________
11833 [  3102] By: jhi                                   on 1999/03/10  11:01:20
11834         Log: From: pvhp@forte.com (Peter Prymmer)
11835              To: perl5-porters@perl.org
11836              Subject: [5.005_03-MT6]Patch: time passes
11837              Date: Tue, 9 Mar 99 18:42:17 PST
11838              Message-Id: <9903100242.AA29057@forte.com>
11839      Branch: maint-5.005/perl
11840            ! perl.c
11841 ____________________________________________________________________________
11842 [  3101] By: jhi                                   on 1999/03/10  10:30:15
11843         Log: From: Mark-Jason Dominus <mjd@plover.com>
11844              To: perl5-porters@perl.com
11845              Subject: Minor fix to perlfunc.pod
11846              Date: Mon, 08 Mar 1999 20:05:53 -0500
11847              Message-ID: <19990309010553.13757.qmail@plover.com>
11848      Branch: maint-5.005/perl
11849            ! pod/perlfunc.pod
11850 ____________________________________________________________________________
11851 [  3100] By: gsar                                  on 1999/03/09  23:04:44
11852         Log: change#3060 had the wrong quotes
11853      Branch: perl
11854            ! pod/pod2man.PL
11855 ____________________________________________________________________________
11856 [  3099] By: jhi                                   on 1999/03/09  12:52:21
11857         Log: d_uname was broken (probably since _53), reported by
11858              
11859              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11860              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
11861              cpan-testers@perl.org
11862              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
11863              Date: Mon, 08 Mar 1999 13:22:31 +0000
11864              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
11865              
11866              and
11867              
11868              From: lvirden@cas.org (Larry W. Virden)
11869              To: perlbug@perl.com
11870              Subject: configure not correctly identifying uname posix compatibility
11871              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
11872              Message-Id: <199903081136.GAA23682@cas.org>
11873      Branch: cfgperl
11874            ! Configure config_h.SH
11875 ____________________________________________________________________________
11876 [  3098] By: gsar                                  on 1999/03/09  03:16:07
11877         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
11878      Branch: perl
11879            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
11880 ____________________________________________________________________________
11881 [  3097] By: gsar                                  on 1999/03/09  02:50:43
11882         Log: use yyerror() instead of croak() so that compile-time failures in
11883              my(LIST) don't confuse globals with lexicals
11884      Branch: perl
11885            ! op.c toke.c
11886 ____________________________________________________________________________
11887 [  3096] By: gsar                                  on 1999/03/09  02:47:36
11888         Log: adjust testsuite for change#3067
11889      Branch: perl
11890            ! t/pragma/warn/1global
11891 ____________________________________________________________________________
11892 [  3095] By: gsar                                  on 1999/03/08  21:04:48
11893         Log: remove bogus symbols from global.sym
11894      Branch: perl
11895            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
11896            ! perl.h win32/makedef.pl
11897 ____________________________________________________________________________
11898 [  3094] By: jhi                                   on 1999/03/06  16:16:15
11899         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11900              To: jhi@iki.fi
11901              Subject: Oops
11902              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
11903              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
11904      Branch: maint-5.005/perl
11905            ! README.hurd
11906 ____________________________________________________________________________
11907 [  3093] By: jhi                                   on 1999/03/06  15:59:46
11908         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11909              To: jhi@iki.fi
11910              Subject: New Hurd README
11911              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
11912              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
11913      Branch: maint-5.005/perl
11914            ! README.hurd
11915 ____________________________________________________________________________
11916 [  3092] By: jhi                                   on 1999/03/06  12:52:06
11917         Log: From: Paul_Green@stratus.com
11918              To: perl5-porters@perl.org
11919              Cc: jhi@iki.fi, Paul_Green@stratus.com
11920              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
11921              Date: Fri, 5 Mar 1999 18:08:49 -0500 
11922              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
11923      Branch: maint-5.005/perl
11924            ! vos/config.h vos/config_h.SH_orig
11925 ____________________________________________________________________________
11926 [  3091] By: jhi                                   on 1999/03/06  12:42:21
11927         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11928              To: perl5-porters@perl.org, vmsperl@perl.org
11929              Subject: [PATCH 5.005_03-MT6]VMS build patch
11930              Date: Fri, 05 Mar 1999 12:36:19 -0800
11931              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
11932      Branch: maint-5.005/perl
11933            ! vms/subconfigure.com
11934 ____________________________________________________________________________
11935 [  3090] By: gsar                                  on 1999/03/06  04:40:03
11936         Log: integrate change#3089 from mainline
11937              
11938              tolerate CRs after options
11939      Branch: maint-5.005/perl
11940           !> perl.c
11941 ____________________________________________________________________________
11942 [  3089] By: gsar                                  on 1999/03/06  04:30:40
11943         Log: tolerate CRs after options
11944      Branch: perl
11945            ! perl.c
11946 ____________________________________________________________________________
11947 [  3088] By: jhi                                   on 1999/03/05  12:49:01
11948         Log: Integrate from mainperl.
11949      Branch: cfgperl
11950           +> README.hurd
11951           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
11952 ____________________________________________________________________________
11953 [  3087] By: gsar                                  on 1999/03/05  06:41:16
11954         Log: adjust timeouts to accomodate slow/busy systems
11955      Branch: perl
11956            ! t/lib/io_sock.t
11957 ____________________________________________________________________________
11958 [  3083] By: gsar                                  on 1999/03/05  01:32:47
11959         Log: integrate change#3081 from maint-5.005
11960      Branch: perl
11961           !> ext/Errno/Errno_pm.PL
11962 ____________________________________________________________________________
11963 [  3082] By: gsar                                  on 1999/03/05  01:31:06
11964         Log: integrate change#2904 from maint-5.005
11965      Branch: perl
11966           +> README.hurd
11967           !> MANIFEST
11968 ____________________________________________________________________________
11969 [  3081] By: gsar                                  on 1999/03/05  00:14:33
11970         Log: protect against doubled backslashes
11971      Branch: maint-5.005/perl
11972            ! ext/Errno/Errno_pm.PL
11973 ____________________________________________________________________________
11974 [  3077] By: jhi                                   on 1999/03/04  08:10:13
11975         Log: Integrate from mainperl.
11976      Branch: cfgperl
11977           +> ext/B/B/Stash.pm
11978           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
11979           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
11980           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
11981           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
11982 ____________________________________________________________________________
11983 [  3076] By: jhi                                   on 1999/03/04  08:07:59
11984         Log: Regen config_h.SH once more because of *size, 
11985              noticed by
11986              
11987              From: Hans Mulder <hansm@icgned.icgroup.nl>
11988              To: Jarkko Hietaniemi <jhi@iki.fi>
11989              Cc: perl5-porters@perl.org
11990              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
11991              Date: Thu,  4 Mar 99 00:10:45 +0100
11992              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
11993      Branch: cfgperl
11994            ! Configure config_h.SH
11995 ____________________________________________________________________________
11996 [  3068] By: gsar                                  on 1999/03/04  05:48:03
11997         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
11998              Date: Thu,  4 Mar 99 00:10:45 +0100
11999              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
12000              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
12001      Branch: perl
12002            ! config_h.SH
12003 ____________________________________________________________________________
12004 [  3067] By: gsar                                  on 1999/03/04  05:44:32
12005         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
12006              From: Graham Barr <gbarr@ti.com>
12007              Date: Wed, 3 Mar 1999 17:23:56 -0600
12008              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
12009              Subject: Re: 'use strict' doesn't work for one-letter variables
12010      Branch: perl
12011            ! gv.c op.c
12012 ____________________________________________________________________________
12013 [  3066] By: gsar                                  on 1999/03/04  05:20:50
12014         Log: updates to compiler modules
12015              From: "Vishal Bhatia" <vishalb@hotmail.com>
12016              Date: Tue, 02 Mar 1999 23:27:25 PST
12017              Message-ID: <19990303072725.779.qmail@hotmail.com>
12018              Subject: PATCH 5.005_56 + Test procedure
12019      Branch: perl
12020            + ext/B/B/Stash.pm
12021            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
12022            ! lib/Test/Harness.pm utils/perlcc.PL
12023 ____________________________________________________________________________
12024 [  3065] By: gsar                                  on 1999/03/04  05:03:30
12025         Log: more s/s_/s!/ etc.
12026      Branch: perl
12027            ! pod/perldelta.pod pod/perlfunc.pod
12028 ____________________________________________________________________________
12029 [  3064] By: gsar                                  on 1999/03/04  04:50:45
12030         Log: integrate cfgperl contents into mainline
12031      Branch: perl
12032           !> Configure README.vms bytecode.h config_h.SH configure.com
12033           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
12034           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
12035           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
12036 ____________________________________________________________________________
12037 [  3063] By: gsar                                  on 1999/03/04  04:44:13
12038         Log: HP-UX has yet another spelling for /NaNQ?/
12039      Branch: perl
12040            ! t/lib/bigfloatpm.t
12041 ____________________________________________________________________________
12042 [  3062] By: gsar                                  on 1999/03/04  04:36:08
12043         Log: error-check for accept() test
12044      Branch: perl
12045            ! t/lib/io_sock.t
12046 ____________________________________________________________________________
12047 [  3061] By: gsar                                  on 1999/03/04  03:40:25
12048         Log: allow custom comparison function in File::Compare::compare_text()
12049              From: jan.dubois@ibm.net (Jan Dubois)
12050              Date: Fri, 26 Feb 1999 21:56:09 +0100
12051              Message-ID: <36db0838.8805651@smtp1.ibm.net>
12052              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
12053      Branch: perl
12054            ! lib/File/Compare.pm
12055 ____________________________________________________________________________
12056 [  3060] By: gsar                                  on 1999/03/04  03:37:38
12057         Log: better version of change#3038
12058              From: abigail@fnx.com
12059              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
12060              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
12061              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
12062      Branch: perl
12063            ! pod/pod2man.PL
12064 ____________________________________________________________________________
12065 [  3058] By: jhi                                   on 1999/03/03  22:30:40
12066         Log: Configure regen to
12067              (1) match maint-5.005 patches #3056 and #3057
12068              (2) better version of PHOSTNAME of #3050
12069              (3) the crosscompile/multiarch config_h.SH trouble solved for now
12070      Branch: cfgperl
12071            ! Configure config_h.SH
12072 ____________________________________________________________________________
12073 [  3054] By: jhi                                   on 1999/03/03  09:57:59
12074         Log: Change #3053 missed perldelta.
12075      Branch: cfgperl
12076            ! pod/perldelta.pod
12077 ____________________________________________________________________________
12078 [  3053] By: jhi                                   on 1999/03/03  08:29:43
12079         Log: Use '!' to mark native integer packings instead of '_'.
12080      Branch: cfgperl
12081            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
12082 ____________________________________________________________________________
12083 [  3052] By: jhi                                   on 1999/03/02  23:12:36
12084         Log: The HP-UX threads patch (change #3028) is needed also here.
12085      Branch: cfgperl
12086            ! hints/hpux.sh thread.h
12087 ____________________________________________________________________________
12088 [  3051] By: jhi                                   on 1999/03/02  08:24:52
12089         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12090              To: perl5-porters@perl.org, vmsperl@perl.org
12091              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
12092              Date: Mon, 01 Mar 1999 16:10:57 -0800
12093              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
12094      Branch: cfgperl
12095            ! README.vms
12096      Branch: maint-5.005/perl
12097            ! README.vms
12098 ____________________________________________________________________________
12099 [  3050] By: jhi                                   on 1999/03/02  08:22:29
12100         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12101              To: perl5-porters@perl.org, vmsperl@perl.org
12102              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
12103              Date: Mon, 01 Mar 1999 16:06:29 -0800
12104              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
12105              
12106              From: Dan Sugalski <sugalskd@osshe.edu>
12107              To: perl5-porters@perl.org, vmsperl@perl.org
12108              Subject: [PATCH 5.005_56]vmsish.pm patch
12109              Date: Mon, 01 Mar 1999 20:19:04 -0800
12110              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
12111              
12112              plus Configure regen containing a "solution" to the
12113              crosscompile/multiarch problem.
12114      Branch: cfgperl
12115            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
12116            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
12117 ____________________________________________________________________________
12118 [  3049] By: jhi                                   on 1999/03/02  07:34:21
12119         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
12120              To: perl5-porters@perl.org
12121              Subject: [PATCH] Eliminate (valid) warning in byterun.c
12122              Date: Mon, 01 Mar 1999 17:27:59 -0500
12123              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
12124      Branch: cfgperl
12125            ! bytecode.h
12126      Branch: maint-5.005/perl
12127            ! bytecode.h
12128 ____________________________________________________________________________
12129 [  3048] By: gsar                                  on 1999/03/02  06:41:21
12130         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12131      Branch: perl
12132            ! MANIFEST README.hpux
12133 ____________________________________________________________________________
12134 [  3047] By: jhi                                   on 1999/03/01  06:34:43
12135         Log: Integrate from mainperl.
12136      Branch: cfgperl
12137           +> README.hpux lib/File/Spec/Functions.pm
12138           !> (integrate 28 files)
12139 ____________________________________________________________________________
12140 [  3046] By: gsar                                  on 1999/03/01  05:34:28
12141         Log: this is 5.005_56
12142      Branch: perl
12143            ! Changes
12144
12145 ----------------
12146 Version 5.005_56
12147 ----------------
12148
12149 ____________________________________________________________________________
12150 [  3045] By: gsar                                  on 1999/03/01  03:32:30
12151         Log: destroy PL_svref_mutex in perl_destruct()
12152      Branch: perl
12153            ! perl.c
12154 ____________________________________________________________________________
12155 [  3044] By: gsar                                  on 1999/03/01  00:38:50
12156         Log: up patchlevel &c.
12157      Branch: perl
12158            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
12159            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12160            ! win32/makefile.mk
12161 ____________________________________________________________________________
12162 [  3043] By: gsar                                  on 1999/03/01  00:14:15
12163         Log: integrate cfgperl contents into mainline
12164      Branch: perl
12165            ! pod/perldelta.pod
12166           !> Configure config_h.SH
12167 ____________________________________________________________________________
12168 [  3042] By: gsar                                  on 1999/02/28  23:55:08
12169         Log: slightly edited version of suggested patch
12170              From: jan.dubois@ibm.net (Jan Dubois)
12171              Date: Mon, 01 Mar 1999 00:32:05 +0100
12172              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
12173              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
12174      Branch: perl
12175            + lib/File/Spec/Functions.pm
12176            ! MANIFEST lib/File/Spec.pm
12177 ____________________________________________________________________________
12178 [  3041] By: gsar                                  on 1999/02/28  22:47:19
12179         Log: fix subtle bug in eval'' testsuite
12180      Branch: perl
12181            ! t/op/eval.t
12182 ____________________________________________________________________________
12183 [  3040] By: gsar                                  on 1999/02/28  22:46:24
12184         Log: avoid literal control characters in change#3039
12185      Branch: perl
12186            ! t/base/lex.t
12187 ____________________________________________________________________________
12188 [  3039] By: gsar                                  on 1999/02/28  21:47:18
12189         Log: todo item: permit extended control variables a la ${^Foo} (patch
12190              courtesy Mark-Jason Dominus <mjd@plover.com>)
12191      Branch: perl
12192            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
12193            ! t/base/lex.t toke.c
12194 ____________________________________________________________________________
12195 [  3038] By: gsar                                  on 1999/02/28  21:21:05
12196         Log: From: abigail@fnx.com
12197              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
12198              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
12199              Subject: Recognize -> and => inside [A-Z]<> sequences.
12200      Branch: perl
12201            ! pod/pod2man.PL
12202 ____________________________________________________________________________
12203 [  3037] By: gsar                                  on 1999/02/28  21:12:22
12204         Log: fix longstanding bug: searches for lexicals originating within eval''
12205              weren't stopping at the subroutine boundary correctly
12206      Branch: perl
12207            ! op.c proto.h t/op/eval.t
12208 ____________________________________________________________________________
12209 [  3036] By: gsar                                  on 1999/02/28  20:02:29
12210         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
12211              as stacked list values
12212              From: jan.dubois@ibm.net (Jan Dubois)
12213              Date: Sat, 27 Feb 1999 18:24:17 +0100
12214              Message-ID: <36e22849.36531259@smtp1.ibm.net>
12215              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
12216      Branch: perl
12217            ! win32/win32.c
12218 ____________________________________________________________________________
12219 [  3035] By: gsar                                  on 1999/02/28  19:48:54
12220         Log: remove superfluous stack_sp decl
12221      Branch: perl
12222            ! jpl/JNI/JNI.xs
12223 ____________________________________________________________________________
12224 [  3034] By: gsar                                  on 1999/02/28  19:34:58
12225         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
12226      Branch: perl
12227            ! lib/Getopt/Std.pm
12228 ____________________________________________________________________________
12229 [  3033] By: gsar                                  on 1999/02/28  19:23:41
12230         Log: add File::Compare::compare_text()
12231              From: jan.dubois@ibm.net (Jan Dubois)
12232              Date: Fri, 26 Feb 1999 00:20:41 +0100
12233              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
12234              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
12235      Branch: perl
12236            ! lib/File/Compare.pm pod/perltodo.pod
12237 ____________________________________________________________________________
12238 [  3032] By: gsar                                  on 1999/02/28  19:01:33
12239         Log: add README.hpux
12240      Branch: perl
12241            + README.hpux
12242            ! MAINTAIN MANIFEST
12243 ____________________________________________________________________________
12244 [  3031] By: gsar                                  on 1999/02/28  18:49:08
12245         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
12246              James Cromie <jcromie@fossil.uswc.uswest.com>
12247      Branch: perl
12248            ! lib/Pod/Html.pm
12249 ____________________________________________________________________________
12250 [  3030] By: gsar                                  on 1999/02/28  18:35:09
12251         Log: From: jan.dubois@ibm.net (Jan Dubois)
12252              Date: Wed, 24 Feb 1999 22:34:56 +0100
12253              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
12254              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
12255      Branch: perl
12256            ! lib/Test/Harness.pm
12257 ____________________________________________________________________________
12258 [  3029] By: gsar                                  on 1999/02/28  18:28:18
12259         Log: add note about env pollution
12260      Branch: perl
12261            ! INSTALL pod/perltodo.pod
12262 ____________________________________________________________________________
12263 [  3028] By: jhi                                   on 1999/02/26  14:40:00
12264         Log: HP-UX 11 threads.
12265              
12266              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12267              To: perl5-porters@perl.org
12268              Cc: jhi@cc.hut.fi
12269              Subject: Maint 5 and _54 with threading on HP-UX 11.00
12270              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
12271              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
12272              
12273              NOTE from jhi: the hpux hints could still be more robust by
12274              disabling gdbm when necessary.
12275              
12276              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
12277              linking -lgdbm -lpthread creates an executable that instantly
12278              core dumps on a pthreads internal panic:
12279              
12280              ./gdpt
12281              
12282              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
12283              Return Pointer is 0xc082bf33
12284              17639 quit (core dumped)  ./gdpt
12285              
12286              You don't have to *use* either gdbm or pthreads in the executable,
12287              just linking them together is enough.  Workaround is to recompile
12288              the GDBM under HP-UX 11, that makes the problem go away.
12289      Branch: maint-5.005/perl
12290            ! hints/hpux.sh thread.h
12291 ____________________________________________________________________________
12292 [  3025] By: jhi                                   on 1999/02/25  20:41:07
12293         Log: Temporary workaround for the config_h.SH versus
12294              crosscompile and multiarch plus introduce 'rt'
12295              to $libswanted: in UNIX98 sched_yield() lives there.
12296      Branch: cfgperl
12297            ! Configure config_h.SH
12298 ____________________________________________________________________________
12299 [  3024] By: jhi                                   on 1999/02/24  12:54:59
12300         Log: Integrate from mainperl.
12301      Branch: cfgperl
12302           +> t/lib/fatal.t
12303           !> (integrate 44 files)
12304 ____________________________________________________________________________
12305 [  3023] By: gsar                                  on 1999/02/24  07:02:12
12306         Log: integrate cfgperl contents
12307      Branch: perl
12308           !> (integrate 30 files)
12309 ____________________________________________________________________________
12310 [  3022] By: gsar                                  on 1999/02/24  05:59:47
12311         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
12312              Date: 23 Feb 1999 17:53:22 -0700
12313              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
12314              Subject: [PATCH: _55] perldoc -q broken
12315      Branch: perl
12316            ! utils/perldoc.PL
12317 ____________________________________________________________________________
12318 [  3021] By: gsar                                  on 1999/02/24  05:51:53
12319         Log: ansify perlio.c, fix PerlIO-ish typos
12320      Branch: perl
12321            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
12322            ! iperlsys.h perlio.c
12323 ____________________________________________________________________________
12324 [  3020] By: gsar                                  on 1999/02/24  05:28:06
12325         Log: adjust a Perl_malloc() flag for NeXT
12326              From: Hans Mulder <hansm@icgned.icgroup.nl>
12327              Date: Tue, 23 Feb 99 00:26:25 +0100
12328              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
12329              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
12330      Branch: perl
12331            ! perl.h
12332 ____________________________________________________________________________
12333 [  3019] By: gsar                                  on 1999/02/24  05:19:42
12334         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
12335      Branch: perl
12336            ! pod/perltodo.pod
12337 ____________________________________________________________________________
12338 [  3018] By: gsar                                  on 1999/02/24  04:15:18
12339         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12340              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
12341              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
12342              Subject: improved error message [PATCH _55] [RESEND]
12343      Branch: perl
12344            ! sv.c
12345 ____________________________________________________________________________
12346 [  3017] By: gsar                                  on 1999/02/24  03:50:34
12347         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12348              Date: Sun, 21 Feb 1999 20:02:18 -0700
12349              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
12350              Subject: perlfunc updates (against 55)
12351      Branch: perl
12352            ! pod/perlfunc.pod
12353 ____________________________________________________________________________
12354 [  3016] By: gsar                                  on 1999/02/24  03:17:05
12355         Log: testsuite adjustments
12356              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12357              Date: Sat, 20 Feb 1999 15:24:57 +0000
12358              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
12359              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
12360      Branch: perl
12361            ! t/lib/io_sock.t t/op/lex_assign.t
12362 ____________________________________________________________________________
12363 [  3015] By: gsar                                  on 1999/02/24  02:54:47
12364         Log: avoid modifying readonly values from qw()
12365      Branch: perl
12366            ! lib/ExtUtils/MM_Unix.pm
12367 ____________________________________________________________________________
12368 [  3014] By: gsar                                  on 1999/02/24  02:49:04
12369         Log: more "correct" utbuf for utime()
12370      Branch: perl
12371            ! doio.c
12372 ____________________________________________________________________________
12373 [  3013] By: jhi                                   on 1999/02/22  19:27:44
12374         Log: Fix MacPerl version, change PowerUX to PowerMAX.
12375              
12376              From: Chris Nandor <pudge@pobox.com>
12377              To: jhi@iki.fi
12378              Cc: perl5-porters@perl.org
12379              Subject: Re: perl current availability as documented by perl.pod
12380              Date: Sun, 21 Feb 1999 11:06:03 -0500
12381              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
12382              
12383              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
12384              To: jhi@iki.fi
12385              Cc: perl5-porters@perl.org
12386              Subject: Re: perl current availability as documented by perl.pod
12387              Date: Mon, 22 Feb 1999 13:08:30 GMT
12388              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
12389      Branch: cfgperl
12390            ! pod/perl.pod
12391      Branch: maint-5.005/perl
12392            ! pod/perl.pod
12393 ____________________________________________________________________________
12394 [  3012] By: jhi                                   on 1999/02/22  10:26:11
12395         Log: Snapshot the cross-compilation/multiarchitecture stuff
12396              (currently broken in next)
12397      Branch: cfgperl
12398            ! Configure config_h.SH pp.c
12399 ____________________________________________________________________________
12400 [  3011] By: jhi                                   on 1999/02/22  10:24:51
12401         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12402              To: gsar@activestate.com (Gurusamy Sarathy)
12403              Cc: perl5-porters@perl.org (Perl5 Porters)
12404              Subject: [PATCH 5.005_55] DB_File 1.64 patch
12405              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
12406              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
12407      Branch: cfgperl
12408            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12409            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
12410 ____________________________________________________________________________
12411 [  3009] By: jhi                                   on 1999/02/22  09:14:26
12412         Log: Scratch #3008 and introduce $crosscompile and $multiarch
12413              also in non-Configure lands.
12414      Branch: cfgperl
12415            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
12416            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
12417            ! win32/config.gc win32/config.vc win32/config_H.bc
12418            ! win32/config_H.gc win32/config_H.vc
12419 ____________________________________________________________________________
12420 [  3008] By: jhi                                   on 1999/02/22  08:58:04
12421         Log: Add -DMULTIARCH (see change #3006).
12422      Branch: cfgperl
12423            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
12424 ____________________________________________________________________________
12425 [  3007] By: jhi                                   on 1999/02/22  08:54:06
12426         Log: Undo the references to local{lib,arch} introduced by #3006.
12427      Branch: cfgperl
12428            ! Configure config_h.SH
12429 ____________________________________________________________________________
12430 [  3006] By: jhi                                   on 1999/02/22  08:43:50
12431         Log: From: hansm@icgned.icgroup.nl
12432              To: perlbug@perl.com
12433              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
12434              Date: Sun, 21 Feb 1999 22:58:55 +0100
12435              Reply-To: hansmu@xs4all.nl
12436              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
12437              
12438              plus other Configure changes: prepare for cross-compilation/
12439              multiarchitecture builds.
12440      Branch: cfgperl
12441            ! Configure config_h.SH
12442 ____________________________________________________________________________
12443 [  3005] By: jhi                                   on 1999/02/22  08:35:30
12444         Log: Configure/Perl knew how to look for use Mach cthreads
12445              but Configure didn't let them to be used ($osname 'next').
12446      Branch: cfgperl
12447            ! Configure config_h.SH
12448      Branch: maint-5.005/perl
12449            ! Configure
12450 ____________________________________________________________________________
12451 [  3004] By: jhi                                   on 1999/02/21  15:46:02
12452         Log: Update Acorn AVAILABILITY.
12453      Branch: cfgperl
12454            ! pod/perl.pod
12455      Branch: maint-5.005/perl
12456            ! pod/perl.pod
12457 ____________________________________________________________________________
12458 [  3003] By: jhi                                   on 1999/02/21  14:50:42
12459         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
12460              To: perl5-porters@perl.org (Perl 5 Porters)
12461              Subject: PATCH: perlref.pod - symbolic ref example
12462              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
12463              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
12464      Branch: cfgperl
12465            ! pod/perlref.pod
12466      Branch: maint-5.005/perl
12467            ! pod/perlref.pod
12468 ____________________________________________________________________________
12469 [  3002] By: jhi                                   on 1999/02/21  14:35:22
12470         Log: Sync cfgperl with maint-5.005 change #3000.
12471      Branch: cfgperl
12472            ! pod/perlfunc.pod t/op/pack.t
12473 ____________________________________________________________________________
12474 [  2999] By: gsar                                  on 1999/02/20  22:48:30
12475         Log: From:    John Bley <jbb6@acpub.duke.edu>
12476              Date:    Sat, 20 Feb 1999 16:02:34 EST
12477              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
12478              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
12479      Branch: perl
12480            ! regcomp.c
12481 ____________________________________________________________________________
12482 [  2998] By: jhi                                   on 1999/02/20  14:13:06
12483         Log: Enhanced the endianness description.
12484      Branch: cfgperl
12485            ! pod/perlfunc.pod
12486 ____________________________________________________________________________
12487 [  2996] By: jhi                                   on 1999/02/20  13:55:41
12488         Log: Glossary now mostly fixed.
12489      Branch: cfgperl
12490            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12491            ! config_h.SH
12492 ____________________________________________________________________________
12493 [  2994] By: jhi                                   on 1999/02/20  11:58:33
12494         Log: Perldeltify GNU/Hurd.
12495      Branch: cfgperl
12496            ! pod/perldelta.pod
12497 ____________________________________________________________________________
12498 [  2993] By: gsar                                  on 1999/02/20  00:59:10
12499         Log: fix typo in Perl_sbrk()
12500              From: hansm@icgned.icgroup.nl
12501              Date: Fri, 19 Feb 1999 23:19:31 +0100
12502              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
12503              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
12504      Branch: perl
12505            ! malloc.c
12506 ____________________________________________________________________________
12507 [  2992] By: gsar                                  on 1999/02/20  00:51:08
12508         Log: integrate change#2980 from maint-5.005
12509      Branch: perl
12510           !> utils/h2xs.PL
12511 ____________________________________________________________________________
12512 [  2991] By: gsar                                  on 1999/02/20  00:34:01
12513         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12514              Date: Thu, 18 Feb 1999 18:51:38 +0000
12515              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
12516              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
12517      Branch: perl
12518            ! pp_hot.c t/op/pat.t
12519 ____________________________________________________________________________
12520 [  2990] By: gsar                                  on 1999/02/20  00:30:48
12521         Log: From: jan.dubois@ibm.net (Jan Dubois)
12522              Date: Thu, 18 Feb 1999 19:14:07 +0100
12523              Message-ID: <36d15809.40853323@smtp1.ibm.net>
12524              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
12525      Branch: perl
12526            ! win32/win32.c
12527 ____________________________________________________________________________
12528 [  2989] By: gsar                                  on 1999/02/20  00:27:01
12529         Log: do poll() emulation unless HAS_POLL && I_POLL
12530      Branch: perl
12531            ! ext/IO/poll.h
12532 ____________________________________________________________________________
12533 [  2988] By: gsar                                  on 1999/02/19  23:52:12
12534         Log: tweak RE for NaNQ? recognition
12535      Branch: perl
12536            ! t/lib/bigfloatpm.t
12537 ____________________________________________________________________________
12538 [  2987] By: gsar                                  on 1999/02/19  23:29:59
12539         Log: mention C<use utf8> and C<use warning> in perldelta
12540      Branch: perl
12541            ! pod/perldelta.pod
12542 ____________________________________________________________________________
12543 [  2985] By: jhi                                   on 1999/02/19  20:43:19
12544         Log: pack/unpack better in (network-)short-non-16-bits and
12545              (network-)long-non-32-bits systems such as Cray C90.
12546      Branch: cfgperl
12547            ! perl.h pp.c t/op/pack.t
12548 ____________________________________________________________________________
12549 [  2984] By: jhi                                   on 1999/02/19  20:38:54
12550         Log: Regen Configure.
12551      Branch: cfgperl
12552            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12553            ! perl.c
12554 ____________________________________________________________________________
12555 [  2982] By: jhi                                   on 1999/02/19  19:51:49
12556         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
12557              not probed for and         
12558              
12559              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12560              To: Chaim Frenkel <chaimf@pobox.com>,
12561              Russ Allbery <rra@stanford.edu>,
12562              Jarkko Hietaniemi <jhi@iki.fi>,
12563              Gurusamy Sarathy <gsar@activestate.com>,
12564              Graham Barr <gbarr@pobox.com>
12565              Cc: bdensch@ameritech.net, perlbug@perl.com
12566              Subject: [PATCH] Re: Solaris 7 for Intel
12567              Message-ID: <19990219124404.A30182@O2.chapin.edu>
12568              
12569              Glossary is still missing some terms because
12570              mkglossary is misbehaving (change #2981 updated
12571              Glossary manually)
12572      Branch: cfgperl
12573            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
12574            ! Porting/config_H
12575 ____________________________________________________________________________
12576 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
12577         Log: Make result of h2xs work when user adds C<use strict>
12578      Branch: maint-5.005/perl
12579            ! utils/h2xs.PL
12580 ____________________________________________________________________________
12581 [  2979] By: gsar                                  on 1999/02/19  05:24:29
12582         Log: doc for change#2978
12583      Branch: perl
12584            ! pod/perlsub.pod
12585 ____________________________________________________________________________
12586 [  2978] By: gsar                                  on 1999/02/19  05:08:29
12587         Log: bring '*' prototype closer to how it behaves internally
12588      Branch: perl
12589            + t/lib/fatal.t
12590            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
12591 ____________________________________________________________________________
12592 [  2977] By: gsar                                  on 1999/02/19  02:50:31
12593         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
12594      Branch: perl
12595            ! perly.h
12596 ____________________________________________________________________________
12597 [  2975] By: gsar                                  on 1999/02/18  21:41:57
12598         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
12599              of lexical searches in BEGIN|INIT|END)
12600      Branch: perl
12601            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
12602            ! vms/perly_c.vms
12603 ____________________________________________________________________________
12604 [  2974] By: gsar                                  on 1999/02/18  21:03:06
12605         Log: missing PERL_POLLUTE_MALLOC
12606      Branch: perl
12607            ! ext/SDBM_File/sdbm/sdbm.h
12608 ____________________________________________________________________________
12609 [  2973] By: gsar                                  on 1999/02/18  17:10:49
12610         Log: From:    Andy Dougherty <doughera@lafayette.edu>
12611              Date:    Wed, 17 Feb 1999 17:22:50 EST
12612              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
12613              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
12614      Branch: perl
12615            ! lib/dotsh.pl
12616 ____________________________________________________________________________
12617 [  2972] By: gsar                                  on 1999/02/18  17:04:12
12618         Log: s/#defined/#define/
12619      Branch: perl
12620            ! ext/Data/Dumper/Dumper.xs
12621 ____________________________________________________________________________
12622 [  2970] By: gsar                                  on 1999/02/18  03:26:43
12623         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
12624      Branch: perl
12625            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12626            ! ext/GDBM_File/typemap
12627 ____________________________________________________________________________
12628 [  2969] By: gsar                                  on 1999/02/17  23:30:47
12629         Log: correct slurp mode doc
12630      Branch: perl
12631            ! pod/perlfunc.pod pod/perlop.pod
12632 ____________________________________________________________________________
12633 [  2968] By: jhi                                   on 1999/02/17  23:15:49
12634         Log: Ultrix hints update.
12635              
12636              From: Spider Boardman <spider@zk3.dec.com>
12637              To: perlbug@perl.com
12638              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
12639              Date: Tue, 16 Feb 1999 23:04:28 -0500
12640              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
12641      Branch: cfgperl
12642            ! hints/ultrix_4.sh
12643 ____________________________________________________________________________
12644 [  2966] By: jhi                                   on 1999/02/17  23:09:21
12645         Log: Change #2965 wiped out some Sarathy's _55 changes.
12646              Now unwiped.
12647      Branch: cfgperl
12648            ! Configure pp.c t/op/pack.t
12649 ____________________________________________________________________________
12650 [  2965] By: jhi                                   on 1999/02/17  23:00:04
12651         Log: Configure tweaks.
12652              
12653              Fix the Unixware/SCO uname scan:
12654              
12655              From: Tom Hughes <thh@cyberscience.com>
12656              To: perlbug@perl.com
12657              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
12658              Date: 17 Feb 1999 15:34:15 +0000    
12659              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
12660              
12661              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
12662              
12663              From: Joe Buehler <jhpb@hekimian.com>
12664              To: perl5-porters@perl.org
12665              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
12666              Date: 12 Feb 1999 11:25:21 -0500
12667              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
12668              
12669              Make the pthreads joinable constant scan to output to fd 4, not 2.
12670      Branch: cfgperl
12671            ! Configure
12672 ____________________________________________________________________________
12673 [  2964] By: gsar                                  on 1999/02/17  21:30:07
12674         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12675              Date: Wed, 17 Feb 1999 06:53:13 -0700
12676              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
12677              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
12678      Branch: perl
12679            ! lib/Pod/Functions.pm
12680 ____________________________________________________________________________
12681 [  2963] By: gsar                                  on 1999/02/17  21:18:21
12682         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
12683              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12684              Date: Wed, 17 Feb 1999 10:06:01 +0000
12685              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
12686              Subject: Re: [5.005_53] panic: pad_free curpad 
12687      Branch: perl
12688            ! regcomp.c regexec.c t/op/misc.t
12689 ____________________________________________________________________________
12690 [  2962] By: gsar                                  on 1999/02/16  21:26:28
12691         Log: NaNQ? tweak
12692      Branch: perl
12693            ! t/lib/bigfloatpm.t
12694 ____________________________________________________________________________
12695 [  2961] By: jhi                                   on 1999/02/16  19:26:38
12696         Log: Integrate from mainperl.
12697      Branch: cfgperl
12698           !> (integrate 37 files)
12699 ____________________________________________________________________________
12700 [  2960] By: gsar                                  on 1999/02/16  18:04:29
12701         Log: undo change#2465 (qw[] is a real list now)
12702      Branch: perl
12703            ! pod/perlop.pod
12704 ____________________________________________________________________________
12705 [  2959] By: gsar                                  on 1999/02/16  07:09:33
12706         Log: this was 5.005_55
12707      Branch: perl
12708            ! Changes
12709
12710 ----------------
12711 Version 5.005_55
12712 ----------------
12713
12714 ____________________________________________________________________________
12715 [  2958] By: gsar                                  on 1999/02/16  06:18:27
12716         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
12717              elide dups and non-dependents from Changes
12718      Branch: perl
12719            ! Changes pod/perlhist.pod
12720           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
12721           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
12722           !> pod/perlport.pod pp.c t/op/pack.t
12723 ____________________________________________________________________________
12724 [  2957] By: gsar                                  on 1999/02/16  04:09:47
12725         Log: propagate PERL_VERSION everywhere, add to pod
12726      Branch: perl
12727            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
12728            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
12729            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
12730            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
12731            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
12732            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
12733            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
12734            ! win32/config.gc win32/config.vc win32/config_sh.PL
12735            ! win32/win32.c x2p/a2py.c
12736 ____________________________________________________________________________
12737 [  2955] By: jhi                                   on 1999/02/15  16:15:03
12738         Log: The pack tests now better in C90 (after the packnative patches).
12739      Branch: cfgperl
12740            ! t/op/pack.t
12741 ____________________________________________________________________________
12742 [  2954] By: gsar                                  on 1999/02/15  14:11:50
12743         Log: tweak Configure to follow new PERL_VERSION etc.
12744      Branch: perl
12745            ! Configure patchlevel.h pod/perlhist.pod
12746 ____________________________________________________________________________
12747 [  2953] By: jhi                                   on 1999/02/15  14:02:21
12748         Log: Integrate from mainperl.
12749      Branch: cfgperl
12750           !> MANIFEST Porting/makerel
12751 ____________________________________________________________________________
12752 [  2952] By: jhi                                   on 1999/02/15  13:50:07
12753         Log: Enhance the packnative patch: use the packnative code
12754              only if required.  Also added hefty testing (hopefully
12755              I didn't assume too much...).  Tested on alpha, ix86, sparc.
12756      Branch: cfgperl
12757            ! pod/perlfunc.pod pp.c t/op/pack.t
12758 ____________________________________________________________________________
12759 [  2951] By: jhi                                   on 1999/02/15  13:46:56
12760         Log: AVAILABILITY from 5.005_03-tobe, will of course
12761              require updating when 5.006 comes out.
12762      Branch: cfgperl
12763            ! pod/perl.pod
12764 ____________________________________________________________________________
12765 [  2949] By: gsar                                  on 1999/02/15  13:28:51
12766         Log: will this be it for 5.005_55?
12767      Branch: perl
12768            ! MANIFEST Porting/makerel
12769 ____________________________________________________________________________
12770 [  2948] By: jhi                                   on 1999/02/15  13:23:52
12771         Log: Integrate from mainperl.
12772      Branch: cfgperl
12773           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
12774           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
12775           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
12776           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
12777           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
12778           !> win32/config.gc win32/config.vc win32/config_H.bc
12779           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
12780 ____________________________________________________________________________
12781 [  2947] By: jhi                                   on 1999/02/15  13:20:41
12782         Log: perlport.pod 1.39 from Chris.
12783      Branch: cfgperl
12784            ! pod/perlport.pod
12785 ____________________________________________________________________________
12786 [  2946] By: jhi                                   on 1999/02/15  13:09:58
12787         Log: Import Ultrix update, change #2864, 
12788              
12789              From: Spider Boardman <spider@zk3.dec.com>
12790              To: perlbug@perl.com
12791              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
12792              Date: Wed, 10 Feb 1999 23:33:31 -0500
12793              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
12794      Branch: cfgperl
12795            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
12796 ____________________________________________________________________________
12797 [  2945] By: jhi                                   on 1999/02/15  13:04:50
12798         Log: OpenBSD sparc SHMLBA.
12799      Branch: cfgperl
12800            ! ext/IPC/SysV/SysV.xs
12801 ____________________________________________________________________________
12802 [  2944] By: gsar                                  on 1999/02/15  12:09:52
12803         Log: update win32/config* stuff, Changes
12804      Branch: perl
12805            ! Changes win32/Makefile win32/config.bc win32/config.gc
12806            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12807            ! win32/config_H.vc win32/makefile.mk
12808 ____________________________________________________________________________
12809 [  2943] By: gsar                                  on 1999/02/15  11:54:08
12810         Log: #include patchlevel.h by default, provide
12811              PERL_{REVISION,VERSION,SUBVERSION}
12812      Branch: perl
12813            ! patchlevel.h perl.h
12814 ____________________________________________________________________________
12815 [  2942] By: gsar                                  on 1999/02/15  10:26:59
12816         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
12817              misc fixes
12818      Branch: perl
12819            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
12820 ____________________________________________________________________________
12821 [  2941] By: gsar                                  on 1999/02/15  10:24:37
12822         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
12823              Message-ID: <19990207002851.B9185@toldyouso.com>
12824              Message-ID: <19990207212152.A9765@toldyouso.com>
12825              Message-ID: <19990207212041.A9622@toldyouso.com>
12826              Message-ID: <19990207213127.A10244@toldyouso.com>
12827              Message-ID: <19990207212559.A9950@toldyouso.com>
12828              Message-ID: <19990207212842.A9994@toldyouso.com>
12829              Message-ID: <19990207212500.A9860@toldyouso.com>
12830              Message-ID: <19990207213013.A10105@toldyouso.com>
12831      Branch: perl
12832            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
12833            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
12834            ! pod/perlmodlib.pod pod/perltoc.pod
12835 ____________________________________________________________________________
12836 [  2940] By: gsar                                  on 1999/02/15  10:07:08
12837         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
12838              of suggested patch)
12839              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
12840              Date: Mon, 08 Feb 1999 01:14:41 -0000
12841              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
12842              Subject: [PATCH 5.005_54] some pending C.pm stuff 
12843      Branch: perl
12844            ! ext/B/B/C.pm
12845 ____________________________________________________________________________
12846 [  2939] By: jhi                                   on 1999/02/15  08:40:18
12847         Log: Integrate from mainperl.
12848      Branch: cfgperl
12849           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
12850            - lib/File/PathConvert.pm
12851           !> (integrate 81 files)
12852 ____________________________________________________________________________
12853 [  2938] By: gsar                                  on 1999/02/15  06:56:39
12854         Log: change#2839 was bogus, redo
12855      Branch: perl
12856           !> t/lib/h2ph.pht
12857 ____________________________________________________________________________
12858 [  2937] By: gsar                                  on 1999/02/15  06:38:15
12859         Log: support Win32::GetFullPathName() and Win32::SetLastError()
12860              From: jan.dubois@ibm.net (Jan Dubois)
12861              Date: Tue, 09 Feb 1999 22:27:31 +0100
12862              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
12863              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
12864      Branch: perl
12865            ! win32/win32.c
12866 ____________________________________________________________________________
12867 [  2936] By: gsar                                  on 1999/02/15  06:26:39
12868         Log: support native integers, pack("L_",...) etc. (via private mail)
12869              From: Jarkko Hietaniemi <jhi@iki.fi>
12870              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
12871              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
12872              Subject: the "packnative" patch
12873      Branch: perl
12874            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
12875            ! t/lib/ipc_sysv.t t/op/pack.t
12876 ____________________________________________________________________________
12877 [  2935] By: gsar                                  on 1999/02/15  06:04:02
12878         Log: From: Michael G Schwern <schwern@pobox.com>
12879              Date: Tue, 9 Feb 1999 04:13:12 -0500
12880              Message-ID: <19990209041312.A15788@toldyouso.com>
12881              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
12882      Branch: perl
12883            ! utils/h2xs.PL
12884 ____________________________________________________________________________
12885 [  2934] By: gsar                                  on 1999/02/15  05:30:13
12886         Log: fix bugs in the handling of negative numbers, among other things
12887              From: Steven Knight <knight@theopera.baldmt.citilink.com>
12888              Date: Mon, 8 Feb 1999 01:16:24 -0600
12889              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
12890              Subject: Math::BigFloat and Math::BigInt
12891      Branch: perl
12892            + t/lib/bigfloat.t t/lib/bigfloatpm.t
12893            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
12894            ! t/lib/bigintpm.t
12895 ____________________________________________________________________________
12896 [  2933] By: gsar                                  on 1999/02/15  04:57:52
12897         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
12898              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
12899              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
12900              Subject: s2p incorrectly handles hold space commands
12901      Branch: perl
12902            ! x2p/s2p.PL
12903 ____________________________________________________________________________
12904 [  2932] By: gsar                                  on 1999/02/15  04:45:55
12905         Log: clarify what a "line" is
12906      Branch: perl
12907            ! pod/perlfunc.pod pod/perlvar.pod
12908 ____________________________________________________________________________
12909 [  2931] By: gsar                                  on 1999/02/15  04:23:29
12910         Log: backout change#2811 and add newer version based on File::Spec
12911              From: Barrie Slaymaker <rbs@telerama.com>
12912              Date: Thu, 11 Feb 1999 16:29:24 -0500
12913              Message-ID: <36C34BB4.A62090E0@telerama.com>
12914              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
12915      Branch: perl
12916            - lib/File/PathConvert.pm
12917            ! MANIFEST installhtml lib/Pod/Html.pm
12918 ____________________________________________________________________________
12919 [  2930] By: gsar                                  on 1999/02/15  04:16:25
12920         Log: From: Barrie Slaymaker <rbs@telerama.com>
12921              Date: Thu, 11 Feb 1999 19:39:48 -0500
12922              Message-ID: <36C37854.707D139@telerama.com>
12923              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
12924      Branch: perl
12925            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
12926 ____________________________________________________________________________
12927 [  2929] By: gsar                                  on 1999/02/15  04:06:50
12928         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
12929              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
12930              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
12931              Subject: [PATCH]5.005_54 (DOC) fix many typos
12932              --
12933              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
12934              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
12935              Subject: [PATCH]5.005_54 (DOC) typos
12936      Branch: perl
12937            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
12938            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
12939            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12940            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12941            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
12942            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
12943            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
12944            ! pod/perlvar.pod pod/perlxs.pod
12945 ____________________________________________________________________________
12946 [  2928] By: gsar                                  on 1999/02/15  03:39:53
12947         Log: allow the Carp routines to pass through exception objects
12948      Branch: perl
12949            ! lib/Carp.pm
12950 ____________________________________________________________________________
12951 [  2927] By: gsar                                  on 1999/02/15  03:22:57
12952         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
12953      Branch: perl
12954            ! pod/perlfaq8.pod
12955 ____________________________________________________________________________
12956 [  2926] By: gsar                                  on 1999/02/15  03:19:39
12957         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
12958              have done that, but didn't)
12959      Branch: perl
12960           !> utils/h2ph.PL
12961 ____________________________________________________________________________
12962 [  2925] By: gsar                                  on 1999/02/15  03:17:01
12963         Log: integrate cfgperl changes into mainline
12964      Branch: perl
12965            ! Changes
12966           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12967           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
12968           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
12969           !> vms/subconfigure.com
12970 ____________________________________________________________________________
12971 [  2924] By: gsar                                  on 1999/02/15  03:07:08
12972         Log: add const qualifier to most char* prototypes, handle ripple effect
12973      Branch: perl
12974            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
12975            ! universal.c util.c
12976 ____________________________________________________________________________
12977 [  2923] By: gsar                                  on 1999/02/15  01:04:30
12978         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12979              Date: Thu, 04 Feb 1999 02:37:31 +0000
12980              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
12981              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
12982      Branch: perl
12983            ! pp_ctl.c t/op/range.t
12984 ____________________________________________________________________________
12985 [  2922] By: gsar                                  on 1999/02/15  00:24:34
12986         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12987              Date: Sun, 31 Jan 1999 01:50:06 +0000
12988              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
12989              Subject: [PATCH 5.005_03t4] regexp flags bug
12990      Branch: perl
12991            ! regcomp.c t/op/re_tests
12992 ____________________________________________________________________________
12993 [  2921] By: gsar                                  on 1999/02/15  00:13:02
12994         Log: use New() et al., rather than safemalloc() et al.
12995              From: jan.dubois@ibm.net (Jan Dubois)
12996              Date: Fri, 29 Jan 1999 23:27:22 +0100
12997              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
12998              Subject: [PATCH _03-MT5] POSIX.xs memory API
12999      Branch: perl
13000            ! ext/POSIX/POSIX.xs
13001 ____________________________________________________________________________
13002 [  2920] By: gsar                                  on 1999/02/15  00:05:33
13003         Log: tweak READ() docs to mention $buffer must be altered by reference
13004      Branch: perl
13005            ! pod/perltie.pod
13006 ____________________________________________________________________________
13007 [  2919] By: gsar                                  on 1999/02/14  23:50:39
13008         Log: applied suggested patch, with several language/readability tweaks
13009              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13010              Date: Fri, 29 Jan 1999 00:25:02 -0500
13011              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
13012              Subject: Re: [PATCH 5.005_*] Better parsing docs
13013      Branch: perl
13014            ! pod/perlop.pod
13015 ____________________________________________________________________________
13016 [  2918] By: gsar                                  on 1999/02/14  23:20:42
13017         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
13018              of silently returning bogus values)
13019              From: Peter Chines <pchines@nhgri.nih.gov>
13020              Date: Wed, 27 Jan 1999 16:11:31 -0500
13021              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
13022              Subject: Time::Local
13023      Branch: perl
13024            ! lib/Time/Local.pm pod/perldelta.pod
13025 ____________________________________________________________________________
13026 [  2917] By: gsar                                  on 1999/02/14  11:21:43
13027         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13028              Date: Thu, 28 Jan 1999 10:02:20 -0500
13029              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
13030              Subject: Re: [PATCH 5.005_53] Better perldoc
13031      Branch: perl
13032            ! utils/perldoc.PL
13033 ____________________________________________________________________________
13034 [  2916] By: gsar                                  on 1999/02/14  10:59:38
13035         Log: back out change#2751, apply updated version 
13036              From: jan.dubois@ibm.net (Jan Dubois)
13037              Date: Sat, 06 Feb 1999 01:06:29 +0100
13038              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
13039              Subject: [PATCH] Cleanup of File::Spec module
13040      Branch: perl
13041            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
13042            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
13043            ! lib/File/Spec/Win32.pm
13044 ____________________________________________________________________________
13045 [  2915] By: gsar                                  on 1999/02/14  10:48:01
13046         Log: tweak select() test
13047      Branch: perl
13048            ! pod/perlipc.pod t/op/fh.t
13049 ____________________________________________________________________________
13050 [  2914] By: gsar                                  on 1999/02/14  10:25:55
13051         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
13052      Branch: perl
13053            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
13054 ____________________________________________________________________________
13055 [  2913] By: gsar                                  on 1999/02/14  10:03:51
13056         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
13057              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
13058              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
13059              Subject: Re: SvOPV() or SvPV_nolen() or ...
13060      Branch: perl
13061            ! pod/perlguts.pod
13062 ____________________________________________________________________________
13063 [  2912] By: gsar                                  on 1999/02/14  09:57:29
13064         Log: provide SvPV_nolen(sv) to avoid use of PL_na
13065              From: jan.dubois@ibm.net (Jan Dubois)
13066              Date: Sun, 24 Jan 1999 02:45:32 +0100
13067              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
13068              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
13069      Branch: perl
13070            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
13071            ! sv.h
13072 ____________________________________________________________________________
13073 [  2911] By: gsar                                  on 1999/02/14  06:51:05
13074         Log: elide stray effluvium
13075      Branch: perl
13076            ! pod/perldelta.pod
13077 ____________________________________________________________________________
13078 [  2910] By: gsar                                  on 1999/02/14  05:51:56
13079         Log: slurping an empty file should return '' rather than undef, with
13080              commensurate effects on ARGV processing
13081      Branch: perl
13082            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
13083            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
13084 ____________________________________________________________________________
13085 [  2909] By: gsar                                  on 1999/02/14  00:02:11
13086         Log: perly_c.diff typo
13087      Branch: perl
13088            ! perly.c perly_c.diff vms/perly_c.vms
13089 ____________________________________________________________________________
13090 [  2908] By: gsar                                  on 1999/02/13  18:20:13
13091         Log: From: jan.dubois@ibm.net (Jan Dubois)
13092              Date: Sat, 13 Feb 1999 13:25:53 +0100
13093              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
13094              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
13095      Branch: perl
13096            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
13097 ____________________________________________________________________________
13098 [  2907] By: jhi                                   on 1999/02/13  15:07:26
13099         Log: Integrate from mainperl.
13100      Branch: cfgperl
13101           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
13102           !> (integrate 150 files)
13103 ____________________________________________________________________________
13104 [  2903] By: gsar                                  on 1999/02/12  13:25:59
13105         Log: From: jan.dubois@ibm.net (Jan Dubois)
13106              Date: Sun, 24 Jan 1999 01:12:00 +0100
13107              Message-ID: <36b66479.62756298@smtp1.ibm.net>
13108              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
13109      Branch: perl
13110            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
13111            ! proto.h sv.c sv.h
13112 ____________________________________________________________________________
13113 [  2902] By: gsar                                  on 1999/02/12  12:55:11
13114         Log: script to generate ctags from etags
13115              From: Colin Kuskie <ckuskie@cadence.com>
13116              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
13117              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
13118              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
13119      Branch: perl
13120            + emacs/e2ctags.pl
13121            ! Makefile.SH pod/perlfaq3.pod
13122 ____________________________________________________________________________
13123 [  2901] By: gsar                                  on 1999/02/12  12:40:17
13124         Log: allow boolean assign ops to be lvalues
13125              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13126              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
13127              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
13128              --
13129              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13130              Date: Mon, 18 Jan 1999 10:04:00 +0000
13131              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
13132              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
13133      Branch: perl
13134            + t/op/lop.t
13135            ! MANIFEST op.c
13136 ____________________________________________________________________________
13137 [  2899] By: jhi                                   on 1999/02/12  12:03:48
13138         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
13139      Branch: cfgperl
13140            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13141            ! config_h.SH hints/openbsd.sh
13142 ____________________________________________________________________________
13143 [  2898] By: gsar                                  on 1999/02/12  11:49:25
13144         Log: support win32_putenv()
13145      Branch: perl
13146            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
13147            ! win32/win32.c win32/win32iop.h
13148 ____________________________________________________________________________
13149 [  2894] By: gsar                                  on 1999/02/12  11:09:27
13150         Log: add missing hunk in change#2657
13151      Branch: perl
13152            ! ext/B/B/CC.pm
13153 ____________________________________________________________________________
13154 [  2893] By: gsar                                  on 1999/02/12  11:00:13
13155         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13156              Date: Tue, 19 Jan 1999 20:13:15 -0500
13157              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
13158              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
13159      Branch: perl
13160            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
13161            ! t/pragma/subs.t t/pragma/warning.t
13162 ____________________________________________________________________________
13163 [  2892] By: gsar                                  on 1999/02/12  10:44:38
13164         Log: update change#2670 to later version
13165              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13166              Date: Sun, 31 Jan 1999 16:16:14 +0000
13167              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
13168              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
13169      Branch: perl
13170            ! t/op/subst.t toke.c
13171 ____________________________________________________________________________
13172 [  2891] By: gsar                                  on 1999/02/12  10:31:17
13173         Log: make testsuite somewhat location independent
13174      Branch: perl
13175            ! (edit 117 files)
13176 ____________________________________________________________________________
13177 [  2890] By: gsar                                  on 1999/02/12  10:00:30
13178         Log: add $AutoLoader::VERSION
13179      Branch: perl
13180            ! lib/AutoLoader.pm
13181 ____________________________________________________________________________
13182 [  2889] By: gsar                                  on 1999/02/12  09:55:48
13183         Log: tweak PERL_STRICT_CR notes
13184      Branch: perl
13185            ! pod/perl5005delta.pod
13186 ____________________________________________________________________________
13187 [  2888] By: gsar                                  on 1999/02/12  09:41:45
13188         Log: add note about test-notty target
13189      Branch: perl
13190            ! README.win32
13191 ____________________________________________________________________________
13192 [  2887] By: gsar                                  on 1999/02/12  09:37:37
13193         Log: add perltodo.pod
13194      Branch: perl
13195            + pod/perltodo.pod
13196            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
13197            ! win32/pod.mak
13198 ____________________________________________________________________________
13199 [  2886] By: jhi                                   on 1999/02/12  08:52:14
13200         Log: Integrate from mainperl.
13201      Branch: cfgperl
13202           +> t/op/fh.t
13203           !> (integrate 30 files)
13204 ____________________________________________________________________________
13205 [  2885] By: gsar                                  on 1999/02/12  08:42:10
13206         Log: note how to find REG_INFTY limit
13207      Branch: perl
13208            ! pod/perlre.pod
13209 ____________________________________________________________________________
13210 [  2884] By: jhi                                   on 1999/02/12  08:36:14
13211         Log: OpenBSD pthreads awareness, thanks to
13212              David Leonard <david.leonard@csee.uq.edu.au>
13213      Branch: maint-5.005/perl
13214            ! Configure hints/openbsd.sh
13215 ____________________________________________________________________________
13216 [  2882] By: gsar                                  on 1999/02/12  08:05:20
13217         Log: IO is maintained by p5p (per Graham Barr's wishes)
13218      Branch: perl
13219            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
13220            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
13221            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
13222            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13223 ____________________________________________________________________________
13224 [  2881] By: gsar                                  on 1999/02/12  07:57:13
13225         Log: fh.t typo
13226      Branch: perl
13227            ! t/op/fh.t
13228 ____________________________________________________________________________
13229 [  2880] By: gsar                                  on 1999/02/12  07:38:16
13230         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
13231      Branch: perl
13232            ! perl.c pod/perlrun.pod
13233 ____________________________________________________________________________
13234 [  2879] By: gsar                                  on 1999/02/12  05:39:29
13235         Log: fix ops that are not filehandle constructors to not create GV if it
13236              doesn't already exist (avoids leaks); extend semantics of defined()
13237              so that defined(*{$foo}) works (experimental)
13238      Branch: perl
13239            + t/op/fh.t
13240            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
13241            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
13242 ____________________________________________________________________________
13243 [  2877] By: jhi                                   on 1999/02/11  20:44:00
13244         Log: From: Chris Nandor <pudge@pobox.com>
13245              To: perl5-porters@perl.org
13246              Subject: [PATCH] perlport.pod 1.39
13247              Date: Thu, 11 Feb 1999 12:28:35 -0500
13248              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
13249      Branch: cfgperl
13250            ! pod/perlport.pod
13251 ____________________________________________________________________________
13252 [  2870] By: gsar                                  on 1999/02/11  11:17:08
13253         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
13254      Branch: perl
13255            ! ext/IO/lib/IO/Pipe.pm
13256 ____________________________________________________________________________
13257 [  2869] By: gsar                                  on 1999/02/11  11:00:56
13258         Log: update win32/pod.mak
13259      Branch: perl
13260            ! win32/pod.mak
13261 ____________________________________________________________________________
13262 [  2868] By: gsar                                  on 1999/02/11  10:42:44
13263         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
13264              Date: Fri, 08 Jan 1999 14:36:53 +1100
13265              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
13266              Subject: Re: [Fwd: IO::Socket::connect and blocking]
13267      Branch: perl
13268            ! ext/IO/lib/IO/Socket.pm
13269 ____________________________________________________________________________
13270 [  2867] By: gsar                                  on 1999/02/11  09:43:03
13271         Log: av_extend() doc tweak from Jan Dubois
13272      Branch: perl
13273            ! pod/perlguts.pod
13274 ____________________________________________________________________________
13275 [  2866] By: gsar                                  on 1999/02/11  09:27:17
13276         Log: display full pathname of unreadable files
13277      Branch: perl
13278            ! utils/perldoc.PL
13279 ____________________________________________________________________________
13280 [  2865] By: gsar                                  on 1999/02/11  09:02:31
13281         Log: missing patch in change#2522
13282      Branch: perl
13283            ! lib/Pod/Text.pm
13284 ____________________________________________________________________________
13285 [  2864] By: jhi                                   on 1999/02/11  08:45:00
13286         Log: From: Spider Boardman <spider@zk3.dec.com>
13287              To: perlbug@perl.com
13288              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
13289              Date: Wed, 10 Feb 1999 23:33:31 -0500
13290              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
13291      Branch: maint-5.005/perl
13292            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
13293 ____________________________________________________________________________
13294 [  2862] By: gsar                                  on 1999/02/11  08:14:34
13295         Log: integrate changes#2738,2740 from maint-5.005
13296      Branch: perl
13297           !> lib/ExtUtils/MakeMaker.pm
13298 ____________________________________________________________________________
13299 [  2861] By: jhi                                   on 1999/02/11  08:04:25
13300         Log: Integrate from mainperl.
13301      Branch: cfgperl
13302           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
13303           !> t/op/range.t win32/config.gc
13304 ____________________________________________________________________________
13305 [  2860] By: gsar                                  on 1999/02/11  07:30:08
13306         Log: binmode() support for cygwin32 (suggested by Steven Morlock
13307              <newspost@morlock.net>)
13308      Branch: perl
13309            ! perl.h
13310 ____________________________________________________________________________
13311 [  2859] By: gsar                                  on 1999/02/11  07:14:21
13312         Log: update Changes
13313      Branch: perl
13314            ! Changes
13315           !> pod/perl5005delta.pod
13316 ____________________________________________________________________________
13317 [  2856] By: gsar                                  on 1999/02/11  07:07:39
13318         Log: integrate perldelta changes from maint-5.005
13319      Branch: perl
13320           !> pod/perl5005delta.pod
13321 ____________________________________________________________________________
13322 [  2855] By: gsar                                  on 1999/02/11  06:31:50
13323         Log: applied suggested patch; added tests
13324              From: Adam Krolnik <adamk@gypsy.cyrix.com>
13325              Date: Sat, 12 Dec 98 15:30:18 -0600
13326              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
13327              Subject: Range operation doesn't handle IV_MAX
13328      Branch: perl
13329            ! pp_ctl.c t/op/range.t
13330 ____________________________________________________________________________
13331 [  2854] By: gsar                                  on 1999/02/11  05:00:55
13332         Log: compatibility fix: magic non-propagation in foreach implicit localization
13333      Branch: perl
13334            ! pp_ctl.c t/op/local.t win32/config.gc
13335 ____________________________________________________________________________
13336 [  2852] By: gsar                                  on 1999/02/10  23:17:49
13337         Log: fair warning about -Dusethreads
13338      Branch: maint-5.005/perl
13339            ! Configure INSTALL README.threads
13340 ____________________________________________________________________________
13341 [  2847] By: jhi                                   on 1999/02/09  19:13:28
13342         Log: Integrate from mainperl.
13343      Branch: cfgperl
13344           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
13345           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
13346 ____________________________________________________________________________
13347 [  2846] By: gsar                                  on 1999/02/09  13:53:28
13348         Log: a modified version of suggested patch for pack template 'Z'; added docs
13349              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
13350              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
13351              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
13352              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
13353      Branch: perl
13354            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
13355 ____________________________________________________________________________
13356 [  2845] By: gsar                                  on 1999/02/09  00:03:26
13357         Log: clarify docs for change#2835
13358      Branch: perl
13359            ! pod/perldelta.pod pod/perlop.pod
13360 ____________________________________________________________________________
13361 [  2844] By: gsar                                  on 1999/02/08  23:40:57
13362         Log: addendum to change#2823
13363              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13364              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
13365              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
13366              Subject: [PATCH] Docs and tests for method-call syntax
13367      Branch: perl
13368            ! pod/perlobj.pod t/op/method.t
13369 ____________________________________________________________________________
13370 [  2843] By: jhi                                   on 1999/02/08  21:06:28
13371         Log: Ultrix mmap tidbit.
13372      Branch: cfgperl
13373            ! hints/ultrix_4.sh
13374 ____________________________________________________________________________
13375 [  2842] By: jhi                                   on 1999/02/08  20:22:55
13376         Log: Integrate from mainperl.
13377      Branch: cfgperl
13378           +> t/op/subst_wamp.t
13379           !> (integrate 35 files)
13380 ____________________________________________________________________________
13381 [  2841] By: jhi                                   on 1999/02/08  18:23:26
13382         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13383              To: Mailing list Perl5 <perl5-porters@perl.org>
13384              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
13385              Date: Sun, 7 Feb 1999 17:25:22 -0500
13386              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
13387      Branch: cfgperl
13388            + t/op/subst_amp.t
13389            ! MANIFEST regcomp.c t/op/subst.t
13390 ____________________________________________________________________________
13391 [  2840] By: jhi                                   on 1999/02/08  18:16:54
13392         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13393              To: Mailing list Perl5 <perl5-porters@perl.org>
13394              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
13395              Date: Sun, 7 Feb 1999 17:00:10 -0500
13396              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
13397      Branch: cfgperl
13398            ! pp_hot.c t/op/pat.t
13399 ____________________________________________________________________________
13400 [  2839] By: jhi                                   on 1999/02/08  17:25:30
13401         Log: A require was missing.
13402      Branch: cfgperl
13403            ! t/lib/h2ph.pht
13404 ____________________________________________________________________________
13405 [  2838] By: jhi                                   on 1999/02/08  16:38:41
13406         Log: Bring in the change #2809 (the Configure part has been
13407              modified rather a lot since the #2809, though.)
13408      Branch: cfgperl
13409            ! Configure utils/h2ph.PL
13410 ____________________________________________________________________________
13411 [  2835] By: gsar                                  on 1999/02/08  14:40:23
13412         Log: make qw() into a true list at compile time (slightly modified
13413              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
13414      Branch: perl
13415            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
13416 ____________________________________________________________________________
13417 [  2834] By: gsar                                  on 1999/02/08  13:23:16
13418         Log: make safesysmalloc() etc., always available; safemalloc() et al are
13419              now macros that point to the right malloc; fix various places in
13420              sources that need to always use safesysmalloc() et al
13421      Branch: perl
13422            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
13423            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
13424 ____________________________________________________________________________
13425 [  2833] By: gsar                                  on 1999/02/08  10:56:16
13426         Log: remove spurious #endif in last change
13427      Branch: perl
13428            ! perl.h
13429 ____________________________________________________________________________
13430 [  2832] By: gsar                                  on 1999/02/08  10:34:55
13431         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
13432              them ask for insanity (untested)
13433      Branch: perl
13434            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
13435            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
13436            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
13437 ____________________________________________________________________________
13438 [  2831] By: jhi                                   on 1999/02/08  08:33:33
13439         Log: Update vms/subconfigure.com along the lines of change #2829.
13440      Branch: cfgperl
13441            ! vms/subconfigure.com
13442 ____________________________________________________________________________
13443 [  2830] By: gsar                                  on 1999/02/08  00:19:46
13444         Log: integrate cfgperl changes into mainline
13445      Branch: perl
13446           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
13447           +> lib/File/PathConvert.pm pod/perlthrtut.pod
13448            ! Changes
13449           !> (integrate 93 files)
13450 ____________________________________________________________________________
13451 [  2829] By: jhi                                   on 1999/02/07  23:49:46
13452         Log: Configure update.
13453              
13454              Probe for mmap() et alia.
13455              The *cc*symbols patch (just Configure, no h2ph).
13456      Branch: cfgperl
13457            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13458            ! config_h.SH perl.h
13459 ____________________________________________________________________________
13460 [  2828] By: gsar                                  on 1999/02/07  23:38:47
13461         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13462              Date: Sun, 7 Feb 1999 17:25:22 -0500
13463              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
13464              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
13465      Branch: perl
13466            + t/op/subst_amp.t t/op/subst_wamp.t
13467            ! MANIFEST regcomp.c t/op/subst.t
13468 ____________________________________________________________________________
13469 [  2827] By: gsar                                  on 1999/02/07  23:27:32
13470         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13471              Date: Sun, 7 Feb 1999 17:00:10 -0500
13472              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
13473              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
13474      Branch: perl
13475            ! pp_hot.c t/op/pat.t
13476 ____________________________________________________________________________
13477 [  2826] By: gsar                                  on 1999/02/07  23:26:04
13478         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
13479              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13480              Date: Sun, 7 Feb 1999 15:07:27 -0500
13481              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
13482              Subject: Re: fixing memory leaks in REx compilation
13483      Branch: perl
13484            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
13485            ! regexec.c
13486 ____________________________________________________________________________
13487 [  2825] By: jhi                                   on 1999/02/07  18:05:13
13488         Log: Integrate from mainperl.
13489      Branch: cfgperl
13490           +> lib/DB.pm t/comp/bproto.t
13491           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
13492           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
13493           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
13494           !> toke.c vms/perly_c.vms
13495 ____________________________________________________________________________
13496 [  2824] By: gsar                                  on 1999/02/07  14:21:48
13497         Log: tweak doc on bitwise ops
13498      Branch: perl
13499            ! pod/perlop.pod
13500 ____________________________________________________________________________
13501 [  2823] By: gsar                                  on 1999/02/07  13:38:31
13502         Log: applied suggested patch; regen perly* and vms/perly*
13503              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13504              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
13505              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
13506              Subject: [PATCH] Re: Suggestion for perlobj man page
13507      Branch: perl
13508            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
13509 ____________________________________________________________________________
13510 [  2822] By: gsar                                  on 1999/02/07  12:39:09
13511         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
13512              disabled, fails tests)
13513      Branch: perl
13514            ! regcomp.h
13515 ____________________________________________________________________________
13516 [  2821] By: gsar                                  on 1999/02/07  11:09:39
13517         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
13518              <Alexander.Barilo@aexp.com>)
13519      Branch: perl
13520            ! lib/Pod/Html.pm
13521 ____________________________________________________________________________
13522 [  2820] By: gsar                                  on 1999/02/07  10:20:35
13523         Log: add draft debugging API implementation
13524      Branch: perl
13525            + lib/DB.pm
13526            ! MANIFEST
13527 ____________________________________________________________________________
13528 [  2819] By: gsar                                  on 1999/02/07  09:58:45
13529         Log: avoid garbage in db->dirbuf
13530              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
13531              Date: Sat, 05 Dec 1998 14:14:54 +0900
13532              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
13533              Subject: SDBM bug
13534      Branch: perl
13535            ! ext/SDBM_File/sdbm/sdbm.c
13536 ____________________________________________________________________________
13537 [  2818] By: gsar                                  on 1999/02/07  09:32:24
13538         Log: missing entry
13539      Branch: perl
13540            ! MANIFEST
13541 ____________________________________________________________________________
13542 [  2817] By: gsar                                  on 1999/02/07  09:30:47
13543         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
13544      Branch: perl
13545            + t/comp/bproto.t
13546            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
13547 ____________________________________________________________________________
13548 [  2816] By: gsar                                  on 1999/02/06  00:14:29
13549         Log: minor bug in dumping blessed subrefs
13550      Branch: perl
13551            ! ext/Data/Dumper/Dumper.pm
13552 ____________________________________________________________________________
13553 [  2812] By: jhi                                   on 1999/02/03  22:02:24
13554         Log: Enhance change #2808.
13555              
13556              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13557              To: perl5-porters@perl.org
13558              Subject: Re: [PATCH 5.00*]: perlbug checklist
13559              Date: Wed, 3 Feb 1999 19:02:27 +0000
13560              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
13561      Branch: cfgperl
13562            ! utils/perlbug.PL
13563 ____________________________________________________________________________
13564 [  2811] By: jhi                                   on 1999/02/03  21:53:23
13565         Log: From: Barrie Slaymaker <rbs@telerama.com>
13566              To: perl5-porters@perl.org
13567              CC: pod-people@perl.org
13568              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
13569              Date: Wed, 03 Feb 1999 10:34:18 -0500
13570              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
13571              
13572              Add File::PathConvert.pm.
13573              Fix Pod::Html and installhtml to understand relative urls.
13574      Branch: cfgperl
13575            + lib/File/PathConvert.pm
13576            ! MANIFEST installhtml lib/Pod/Html.pm
13577 ____________________________________________________________________________
13578 [  2810] By: jhi                                   on 1999/02/03  20:25:10
13579         Log: From: Francois Desarmenien <desar@club-internet.fr>
13580              To: Mailing list Perl5 <perl5-porters@perl.org>
13581              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
13582              Date: Wed, 03 Feb 1999 13:13:24 +0000
13583              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
13584              
13585              (note: this patch completely overrides Tom Wolfe's patch,
13586              change #2604)
13587      Branch: cfgperl
13588            + ext/GDBM_File/hints/sco.pl
13589            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
13590 ____________________________________________________________________________
13591 [  2809] By: jhi                                   on 1999/02/03  19:54:16
13592         Log: h2ph fixes + Configure patch to support them.
13593              
13594              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13595              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
13596              Gurusamy Sarathy <gsar@engin.umich.edu>
13597              Cc: perl5-porters@perl.org
13598              Subject: [PATCH 5.00503_MT5] h2ph.PL
13599              Date: Tue, 2 Feb 1999 19:48:06 -0500
13600              Message-ID: <19990202194806.E10647@O2.chapin.edu>
13601      Branch: maint-5.005/perl
13602            ! Configure utils/h2ph.PL
13603 ____________________________________________________________________________
13604 [  2808] By: jhi                                   on 1999/02/03  16:59:55
13605         Log: Enhance the perlbug checklist.
13606      Branch: cfgperl
13607            ! utils/perlbug.PL
13608 ____________________________________________________________________________
13609 [  2807] By: jhi                                   on 1999/02/03  14:01:37
13610         Log: Document the standard strftime %formats.
13611              
13612              From: Dominic Dunlop <domo@vo.lu>
13613              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
13614              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
13615              Date: Tue, 2 Feb 1999 15:55:29 +0100
13616              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
13617      Branch: cfgperl
13618            ! ext/POSIX/POSIX.pod
13619 ____________________________________________________________________________
13620 [  2806] By: jhi                                   on 1999/02/03  13:58:00
13621         Log: Integrate from mainperl.
13622      Branch: cfgperl
13623           !> perl.h
13624 ____________________________________________________________________________
13625 [  2805] By: gsar                                  on 1999/02/03  03:32:31
13626         Log: PL_uuemap[] init needs help for sizeof()
13627      Branch: perl
13628            ! perl.h
13629 ____________________________________________________________________________
13630 [  2804] By: jhi                                   on 1999/02/02  20:44:30
13631         Log: These should've been already in #2803.
13632      Branch: cfgperl
13633            ! Configure config_h.SH vms/subconfigure.com
13634 ____________________________________________________________________________
13635 [  2803] By: jhi                                   on 1999/02/02  20:38:45
13636         Log: telldir prototype issue, from mists of time...
13637      Branch: cfgperl
13638            ! hints/netbsd.sh pp_sys.c
13639 ____________________________________________________________________________
13640 [  2801] By: jhi                                   on 1999/02/02  17:40:14
13641         Log: From: John Bley <jbb6@acpub.duke.edu>
13642              To: perlbug@perl.org
13643              Subject: [PATCH]5.005_54 (DOC) fix minor typos
13644              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
13645              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
13646      Branch: cfgperl
13647            ! pod/perlre.pod
13648 ____________________________________________________________________________
13649 [  2800] By: jhi                                   on 1999/02/02  17:26:49
13650         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
13651      Branch: cfgperl
13652            ! Todo-5.005
13653 ____________________________________________________________________________
13654 [  2799] By: jhi                                   on 1999/02/02  17:18:51
13655         Log: Update FindBin from maint-5.005.
13656      Branch: cfgperl
13657            ! lib/FindBin.pm
13658 ____________________________________________________________________________
13659 [  2798] By: jhi                                   on 1999/02/02  17:16:07
13660         Log: Fix typecasts in #2797
13661              
13662              From: "G. Del Merritt" <del@intranetics.com>
13663              Date: Fri, 29 Jan 1999 11:47:25 -0700
13664              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
13665              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
13666      Branch: cfgperl
13667            ! ext/POSIX/POSIX.xs
13668 ____________________________________________________________________________
13669 [  2797] By: jhi                                   on 1999/02/02  17:14:37
13670         Log: From: Ted Law <tedlaw@cibcwg.com>
13671              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
13672              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
13673              Subject: POSIX::strftime buffer overflow problem
13674      Branch: cfgperl
13675            ! ext/POSIX/POSIX.xs
13676 ____________________________________________________________________________
13677 [  2796] By: jhi                                   on 1999/02/02  17:13:23
13678         Log: Do not use File::Slurp.
13679      Branch: cfgperl
13680            ! t/lib/textfill.t
13681 ____________________________________________________________________________
13682 [  2795] By: jhi                                   on 1999/02/02  17:11:48
13683         Log: perlhist update from maint-5.005.
13684      Branch: cfgperl
13685            ! pod/perlhist.pod
13686 ____________________________________________________________________________
13687 [  2794] By: jhi                                   on 1999/02/02  17:10:33
13688         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
13689      Branch: cfgperl
13690            ! ext/POSIX/POSIX.pm
13691 ____________________________________________________________________________
13692 [  2793] By: jhi                                   on 1999/02/02  17:08:39
13693         Log: Missed the html test from change #2787. 
13694      Branch: cfgperl
13695            ! t/lib/cgi-html.t
13696 ____________________________________________________________________________
13697 [  2792] By: jhi                                   on 1999/02/02  17:01:24
13698         Log: Update Getopt::Long to 2.19.
13699      Branch: cfgperl
13700            ! lib/Getopt/Long.pm
13701 ____________________________________________________________________________
13702 [  2791] By: jhi                                   on 1999/02/02  16:59:13
13703         Log: overload syntax is no longer experimental
13704      Branch: cfgperl
13705            ! lib/overload.pm
13706 ____________________________________________________________________________
13707 [  2789] By: jhi                                   on 1999/02/02  16:47:50
13708         Log: Still doc fixes.
13709      Branch: cfgperl
13710            ! lib/diagnostics.pm
13711 ____________________________________________________________________________
13712 [  2788] By: jhi                                   on 1999/02/02  16:47:07
13713         Log: Doc fixes.
13714      Branch: cfgperl
13715            ! lib/CGI.pm lib/diagnostics.pm
13716 ____________________________________________________________________________
13717 [  2787] By: jhi                                   on 1999/02/02  16:38:55
13718         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
13719              where applicable).
13720      Branch: cfgperl
13721            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
13722            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
13723            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
13724            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
13725            ! eg/cgi/frameset.cgi eg/cgi/index.html
13726            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
13727            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
13728            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
13729            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
13730            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
13731            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
13732 ____________________________________________________________________________
13733 [  2786] By: jhi                                   on 1999/02/02  16:17:52
13734         Log: Update CPAN to 1.47.
13735      Branch: cfgperl
13736            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13737 ____________________________________________________________________________
13738 [  2785] By: jhi                                   on 1999/02/02  16:09:03
13739         Log: From: Mark-Jason Dominus <mjd@plover.com>
13740              Date: Sat, 16 Jan 1999 17:22:06 -0500
13741              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
13742              Message-ID: <19990116222206.3674.qmail@plover.com>
13743      Branch: cfgperl
13744            ! pod/perlsub.pod
13745 ____________________________________________________________________________
13746 [  2784] By: jhi                                   on 1999/02/02  16:01:31
13747         Log: Fix incorrect "used only once" warnings
13748              
13749              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13750              Date: Fri, 8 Jan 1999 04:37:10 -0500
13751              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
13752              Subject: Re: change#965 flakiness
13753      Branch: cfgperl
13754            ! gv.c
13755 ____________________________________________________________________________
13756 [  2783] By: jhi                                   on 1999/02/02  15:50:38
13757         Log: perldelta updates.
13758      Branch: cfgperl
13759            ! pod/perldelta.pod
13760 ____________________________________________________________________________
13761 [  2782] By: jhi                                   on 1999/02/02  14:28:26
13762         Log: Mirror change #2781.
13763      Branch: cfgperl
13764            ! hints/linux.sh
13765 ____________________________________________________________________________
13766 [  2781] By: jhi                                   on 1999/02/02  14:27:01
13767         Log: Update the MkLinux note.
13768      Branch: maint-5.005/perl
13769            ! hints/linux.sh
13770 ____________________________________________________________________________
13771 [  2780] By: jhi                                   on 1999/02/02  14:10:59
13772         Log: Update todo.
13773      Branch: cfgperl
13774            ! Todo-5.005
13775 ____________________________________________________________________________
13776 [  2779] By: jhi                                   on 1999/02/02  14:00:25
13777         Log: Integrate from mainperl.
13778      Branch: cfgperl
13779            ! t/lib/textfill.t t/lib/textwrap.t
13780           !> (integrate 32 files)
13781 ____________________________________________________________________________
13782 [  2778] By: jhi                                   on 1999/02/02  13:56:23
13783         Log: VMS update, applicable parts of
13784              
13785              From: Dan Sugalski <sugalskd@osshe.edu>
13786              To: perl5-porters@perl.org
13787              Subject: [PATCH 5.005_03MT3]VMS configure tweak
13788              Date: Wed, 20 Jan 1999 12:05:18 -0800
13789              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
13790              
13791              From: Dan Sugalski <sugalskd@osshe.edu>
13792              To: perlbug@perl.com, vmsperl@perl.org
13793              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
13794              Date: Tue, 26 Jan 1999 14:40:38 -0800
13795              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
13796              
13797              From: Dan Sugalski <sugalskd@osshe.edu>
13798              To: perl5-porters@perl.org, vmsperl@perl.org
13799              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
13800              Date: Tue, 26 Jan 1999 14:55:29 -0800
13801              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
13802      Branch: cfgperl
13803            ! vms/ext/Stdio/test.pl vms/subconfigure.com
13804 ____________________________________________________________________________
13805 [  2777] By: jhi                                   on 1999/02/02  13:43:24
13806         Log: Synch usethreads parts from maint-5.005.
13807      Branch: cfgperl
13808            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
13809            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
13810            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
13811            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
13812 ____________________________________________________________________________
13813 [  2776] By: jhi                                   on 1999/02/02  13:17:16
13814         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
13815      Branch: cfgperl
13816            ! Makefile.SH hints/freebsd.sh
13817 ____________________________________________________________________________
13818 [  2774] By: jhi                                   on 1999/02/02  13:10:39
13819         Log: Add perlthrtut, update pod/* machinery.
13820              (a pod/Makefile.SH is sorely needed)
13821      Branch: cfgperl
13822            + pod/perlthrtut.pod
13823            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
13824 ____________________________________________________________________________
13825 [  2773] By: jhi                                   on 1999/02/02  12:54:24
13826         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13827              To: perl5-porters@perl.org
13828              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
13829              Date: Tue, 26 Jan 1999 22:25:07 +0000
13830              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
13831      Branch: cfgperl
13832            ! pod/perlguts.pod
13833 ____________________________________________________________________________
13834 [  2771] By: jhi                                   on 1999/02/02  12:47:34
13835         Log: Use perlbug instead of personal email address.
13836      Branch: cfgperl
13837            ! Configure
13838 ____________________________________________________________________________
13839 [  2770] By: jhi                                   on 1999/02/02  12:42:06
13840         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
13841              
13842              From: "G. Del Merritt" <del@intranetics.com>
13843              To: perlbug@perl.com
13844              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13845              Date: Tue, 26 Jan 1999 12:09:09 -0700
13846              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13847      Branch: cfgperl
13848            ! iperlsys.h
13849 ____________________________________________________________________________
13850 [  2769] By: jhi                                   on 1999/02/02  12:37:57
13851         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13852              To: Mailing list Perl5 <perl5-porters@perl.org>
13853              Subject: [PATCH 5.005_*] OS/2 threads
13854              Date: Tue, 26 Jan 1999 13:39:46 -0500
13855              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
13856      Branch: cfgperl
13857            ! os2/os2ish.h
13858 ____________________________________________________________________________
13859 [  2768] By: jhi                                   on 1999/02/02  12:36:16
13860         Log: Apply change #2711 from maint-5.005:
13861              
13862              make ok", "make okfile", and "make nok" were broken
13863              with -Duseshrplib, because of a shared typo.
13864              
13865              From: Spider Boardman <spider@web.zk3.dec.com>
13866              To: perlbug@perl.com
13867              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13868              Date: Wed, 27 Jan 1999 12:27:15 -0500
13869              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
13870      Branch: cfgperl
13871            ! Makefile.SH
13872 ____________________________________________________________________________
13873 [  2766] By: jhi                                   on 1999/02/02  12:27:08
13874         Log: Make Configure use "int main()" instead of bare "main()".
13875              Like maint-5.005 change #2703 but now via metaconfig.
13876      Branch: cfgperl
13877            ! Configure
13878 ____________________________________________________________________________
13879 [  2765] By: jhi                                   on 1999/02/02  11:59:30
13880         Log: Undo part of change #2562.
13881      Branch: cfgperl
13882            ! Configure
13883 ____________________________________________________________________________
13884 [  2764] By: jhi                                   on 1999/02/02  11:52:39
13885         Log: NetBSD synch with maint-5.005.
13886      Branch: cfgperl
13887            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
13888 ____________________________________________________________________________
13889 [  2763] By: jhi                                   on 1999/02/02  11:44:07
13890         Log: $Config{installusrbinperl}
13891              (maint-5.005 changes #2614 and #2709)
13892      Branch: cfgperl
13893            ! Configure installperl
13894 ____________________________________________________________________________
13895 [  2762] By: jhi                                   on 1999/02/02  11:29:13
13896         Log: Errno update from maint-5.005 (changes #2583, #2710).
13897      Branch: cfgperl
13898            ! Configure ext/Errno/Errno_pm.PL
13899 ____________________________________________________________________________
13900 [  2759] By: jhi                                   on 1999/02/02  10:53:20
13901         Log: Update Trig.pm from maint-5.005.
13902      Branch: cfgperl
13903            ! lib/Math/Trig.pm
13904 ____________________________________________________________________________
13905 [  2757] By: jhi                                   on 1999/02/02  10:41:26
13906         Log: MPE/iX update (mirror maint-5.005 change #2715)
13907      Branch: cfgperl
13908            ! hints/mpeix.sh mpeix/relink
13909 ____________________________________________________________________________
13910 [  2756] By: jhi                                   on 1999/02/02  10:38:08
13911         Log: BeOS update (Mirror maint-5.005 change #2727).
13912      Branch: cfgperl
13913            + ext/DynaLoader/dl_beos.xs
13914            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
13915            ! lib/ExtUtils/MM_Unix.pm
13916 ____________________________________________________________________________
13917 [  2754] By: gsar                                  on 1999/02/02  08:52:13
13918         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
13919      Branch: perl
13920            ! Porting/pumpkin.pod Todo Todo-5.005
13921 ____________________________________________________________________________
13922 [  2753] By: gsar                                  on 1999/02/02  08:46:21
13923         Log: Todo tweaks
13924      Branch: perl
13925            ! Todo Todo-5.005
13926 ____________________________________________________________________________
13927 [  2752] By: jhi                                   on 1999/02/01  22:15:12
13928         Log: Add perlthrtut.pod.
13929              
13930              From: Dan Sugalski <sugalskd@osshe.edu>
13931              To: perl5-porters@perl.org
13932              Subject: perlthrtut.pod
13933              Date: Mon, 01 Feb 1999 10:57:11 -0800
13934              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
13935      Branch: maint-5.005/perl
13936            + pod/perlthrtut.pod
13937            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
13938            ! pod/roffitall
13939 ____________________________________________________________________________
13940 [  2751] By: gsar                                  on 1999/02/01  07:28:05
13941         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
13942      Branch: perl
13943            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
13944            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
13945 ____________________________________________________________________________
13946 [  2750] By: gsar                                  on 1999/02/01  07:09:20
13947         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13948              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
13949              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
13950              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
13951      Branch: perl
13952            ! regexec.c
13953 ____________________________________________________________________________
13954 [  2749] By: gsar                                  on 1999/02/01  07:07:59
13955         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13956              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
13957              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
13958              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
13959      Branch: perl
13960            ! regexec.c
13961 ____________________________________________________________________________
13962 [  2748] By: gsar                                  on 1999/02/01  06:47:06
13963         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
13964              Date: Thu, 3 Dec 1998 15:10:17 -0500
13965              Message-Id: <199812032010.PAA09692@jik.shore.net>
13966              Subject: sample checksum code in "perlfunc" man page is wrong
13967      Branch: perl
13968            ! pod/perlfunc.pod
13969 ____________________________________________________________________________
13970 [  2747] By: gsar                                  on 1999/02/01  06:35:13
13971         Log: typos in Pod/Text.pm
13972              From: "Greg Chapman" <glc@well.com>
13973              Date: Tue, 1 Dec 1998 10:50:18 -0800
13974              Message-Id: <199812011849.KAA08816@smtp.well.com>
13975              Subject: Glitch in Pod::Text
13976      Branch: perl
13977            ! lib/Pod/Text.pm
13978 ____________________________________________________________________________
13979 [  2746] By: gsar                                  on 1999/02/01  06:27:35
13980         Log: various win32-ish changes merged from maint-5.005
13981      Branch: perl
13982            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
13983            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
13984            ! win32/Makefile win32/config.bc win32/config.vc
13985            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
13986            ! win32/win32.c
13987 ____________________________________________________________________________
13988 [  2745] By: gsar                                  on 1999/02/01  04:51:54
13989         Log: integrate cfgperl changes into mainline
13990      Branch: perl
13991           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
13992 ____________________________________________________________________________
13993 [  2744] By: gsar                                  on 1999/02/01  04:31:09
13994         Log: improved diagnostic on syntax errors at EOL
13995      Branch: perl
13996            ! toke.c
13997 ____________________________________________________________________________
13998 [  2743] By: gsar                                  on 1999/02/01  03:59:13
13999         Log: don't attempt connect() to bogus IP addresses
14000              From:    Graham Barr <gbarr@pobox.com>
14001              Date:    Sun, 31 Jan 1999 21:50:45 CST
14002              Message-Id: <19990131215045.A633@pobox.com>
14003      Branch: perl
14004            ! t/lib/io_multihomed.t
14005 ____________________________________________________________________________
14006 [  2742] By: gsar                                  on 1999/02/01  03:08:58
14007         Log: update Changes
14008      Branch: perl
14009            ! Changes pod/perldelta.pod
14010 ____________________________________________________________________________
14011 [  2740] By: gsar                                  on 1999/02/01  02:43:07
14012         Log: CAPI inheritance tweak and doc
14013      Branch: maint-5.005/perl
14014            ! lib/ExtUtils/MakeMaker.pm
14015 ____________________________________________________________________________
14016 [  2739] By: jhi                                   on 1999/01/31  18:31:54
14017         Log: Undo changes #2730 and #2731 and replace them
14018              with an extensively tested patch from
14019              Anton Berezin <tobez@plab.ku.dk> (via private email).
14020      Branch: maint-5.005/perl
14021            ! Makefile.SH hints/freebsd.sh
14022 ____________________________________________________________________________
14023 [  2738] By: gsar                                  on 1999/01/31  05:04:32
14024         Log: fix bogus CAPI inheritance from change#2541
14025      Branch: maint-5.005/perl
14026            ! lib/ExtUtils/MakeMaker.pm
14027 ____________________________________________________________________________
14028 [  2731] By: jhi                                   on 1999/01/29  14:33:12
14029         Log: FreeBSD version numbers can be like "2.2.8-release".
14030      Branch: maint-5.005/perl
14031            ! hints/freebsd.sh
14032 ____________________________________________________________________________
14033 [  2730] By: jhi                                   on 1999/01/29  12:40:38
14034         Log: FreeBSD hints iteration (hopefully convergent).
14035              usethreads: require at least FreeBSD 2.2.8.
14036              signal type: mirror change #2429 in cfgperl.
14037      Branch: maint-5.005/perl
14038            ! hints/freebsd.sh
14039 ____________________________________________________________________________
14040 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
14041         Log: From: Tom Spindler <dogcow@isi.net>
14042              Date: Thu, 28 Jan 1999 17:15:11 -0800
14043              Message-ID: <19990128171510.A11778@isi.net>
14044              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
14045      Branch: maint-5.005/perl
14046            + ext/DynaLoader/dl_beos.xs
14047            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
14048            ! lib/ExtUtils/MM_Unix.pm
14049 ____________________________________________________________________________
14050 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
14051         Log: Remove use of File::Slurp in t/lib/textfill.t
14052      Branch: maint-5.005/perl
14053            ! t/lib/textfill.t
14054 ____________________________________________________________________________
14055 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
14056         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
14057              Date: Wed, 27 Jan 1999 23:14:33 -0800
14058              Message-Id: <199901280714.XAA10176@activestate.com>
14059              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
14060      Branch: maint-5.005/perl
14061            ! win32/Makefile win32/makefile.mk
14062 ____________________________________________________________________________
14063 [  2720] By: gsar                                  on 1999/01/27  21:54:42
14064         Log: missing space while munging CCFLAGS for PERL_CAPI
14065      Branch: perl
14066            ! lib/ExtUtils/MM_Unix.pm
14067 ____________________________________________________________________________
14068 [  2718] By: jhi                                   on 1999/01/27  19:46:04
14069         Log: io/fs.t fails test #18 (sense of tests appears to have been
14070              changed incompletely; this patch just skips the test attached,
14071              a la test #17 preceding it).
14072              
14073              From: "G. Del Merritt" <del@intranetics.com>
14074              To: perlbug@perl.com
14075              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14076              Date: Tue, 26 Jan 1999 12:09:09 -0700
14077              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
14078      Branch: maint-5.005/perl
14079            ! t/io/fs.t
14080 ____________________________________________________________________________
14081 [  2717] By: jhi                                   on 1999/01/27  19:44:46
14082         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
14083              
14084              From: "G. Del Merritt" <del@intranetics.com>
14085              To: perlbug@perl.com
14086              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14087              Date: Tue, 26 Jan 1999 12:09:09 -0700
14088              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
14089      Branch: maint-5.005/perl
14090            ! iperlsys.h
14091 ____________________________________________________________________________
14092 [  2715] By: jhi                                   on 1999/01/27  19:34:28
14093         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
14094              To: perl5-porters@perl.org
14095              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
14096              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
14097              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
14098      Branch: maint-5.005/perl
14099            ! hints/mpeix.sh mpeix/relink
14100 ____________________________________________________________________________
14101 [  2710] By: jhi                                   on 1999/01/27  19:22:23
14102         Log: Errno fixes:
14103              
14104              From: Spider Boardman <spider@web.zk3.dec.com>
14105              To: perlbug@perl.com
14106              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14107              Date: Wed, 27 Jan 1999 12:27:15 -0500
14108              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
14109              
14110              From: Spider Boardman <spider@web.zk3.dec.com>
14111              To: perlbug@perl.com
14112              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14113              Date: Wed, 27 Jan 1999 13:31:16 -0500
14114              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
14115      Branch: maint-5.005/perl
14116            ! Configure ext/Errno/Errno_pm.PL
14117 ____________________________________________________________________________
14118 [  2709] By: jhi                                   on 1999/01/27  19:17:35
14119         Log: Fix Configure installusrbinperl:
14120              
14121              From: Spider Boardman <spider@web.zk3.dec.com>
14122              To: jhi@iki.fi
14123              cc: perl5-porters@perl.org
14124              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14125              Date: Wed, 27 Jan 1999 13:03:35 -0500
14126              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
14127      Branch: maint-5.005/perl
14128            ! Configure
14129 ____________________________________________________________________________
14130 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
14131         Log: Add redef IO::Handle::* for setv?buf()
14132      Branch: maint-5.005/perl
14133            ! ext/POSIX/POSIX.pm
14134 ____________________________________________________________________________
14135 [  2705] By: jhi                                   on 1999/01/24  15:14:30
14136         Log: Mention year-1900 and month 0..11.
14137      Branch: cfgperl
14138            ! lib/Time/Local.pm
14139 ____________________________________________________________________________
14140 [  2704] By: jhi                                   on 1999/01/24  15:13:36
14141         Log: Document Configure -Uinstallusrbinperl.
14142      Branch: cfgperl
14143            ! INSTALL pod/perldelta.pod
14144 ____________________________________________________________________________
14145 [  2698] By: jhi                                   on 1999/01/24  12:46:00
14146         Log: Use only xlc_r for usethreads.
14147      Branch: cfgperl
14148            ! hints/aix.sh
14149 ____________________________________________________________________________
14150 [  2695] By: gsar                                  on 1999/01/24  07:09:05
14151         Log: integrate cfgperl changes into mainline
14152      Branch: perl
14153           +> lib/Exporter/Heavy.pm
14154           !> (integrate 65 files)
14155 ____________________________________________________________________________
14156 [  2694] By: gsar                                  on 1999/01/24  01:28:49
14157         Log: better notes on 'make' on win32
14158      Branch: perl
14159            ! README.win32
14160 ____________________________________________________________________________
14161 [  2683] By: jhi                                   on 1999/01/22  15:41:00
14162         Log: More de-cut-and-pastos.
14163      Branch: cfgperl
14164            ! hints/irix_6.sh hints/os2.sh
14165 ____________________________________________________________________________
14166 [  2682] By: jhi                                   on 1999/01/22  15:30:51
14167         Log: usethreads.cbu cut-and-pasto.
14168      Branch: cfgperl
14169            ! hints/solaris_2.sh
14170 ____________________________________________________________________________
14171 [  2681] By: jhi                                   on 1999/01/22  14:54:55
14172         Log: Better (I hope) LANGUAGE documentation.
14173      Branch: cfgperl
14174            ! pod/perllocale.pod
14175 ____________________________________________________________________________
14176 [  2680] By: jhi                                   on 1999/01/22  09:20:29
14177         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14178              To: perl5-porters@perl.org
14179              Subject: [PATCH 5.005_03MT3]VMS configure tweak
14180              Date: Wed, 20 Jan 1999 12:05:18 -0800
14181              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
14182      Branch: cfgperl
14183            ! vms/subconfigure.com
14184 ____________________________________________________________________________
14185 [  2679] By: jhi                                   on 1999/01/22  09:13:18
14186         Log: nosuid getmntent() branch.
14187      Branch: cfgperl
14188            ! perl.c perl.h
14189 ____________________________________________________________________________
14190 [  2678] By: jhi                                   on 1999/01/22  08:54:19
14191         Log: nosuid patch continued: *BSD needs <sys/param.h>.
14192      Branch: cfgperl
14193            ! Configure config_h.SH
14194 ____________________________________________________________________________
14195 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
14196         Log: Fixup FindBin to use File::Spec
14197              
14198              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
14199              Date: Wed, 20 Jan 1999 18:51:57 +0000
14200              From: Paul Johnson <pjcj@transeda.com>
14201              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
14202      Branch: maint-5.005/perl
14203            ! lib/FindBin.pm
14204 ____________________________________________________________________________
14205 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
14206         Log: Fix win32 for Borland compiler and spaces in paths
14207              
14208              From: Gurusamy Sarathy <gsar@activestate.com>
14209              Date: Mon, 18 Jan 1999 20:33:17 -0800
14210              Message-Id: <199901190433.UAA03656@activestate.com>
14211              Subject: [PATCH] 5.005_03-trial3 win32 issues
14212      Branch: maint-5.005/perl
14213            ! README.win32 win32/Makefile win32/config_sh.PL
14214            ! win32/makefile.mk win32/runperl.c
14215 ____________________________________________________________________________
14216 [  2670] By: jhi                                   on 1999/01/21  16:12:38
14217         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14218              To: perl5-porters@perl.org
14219              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
14220              Date: Thu, 21 Jan 1999 12:08:01 +0000
14221              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
14222      Branch: cfgperl
14223            ! pod/perldiag.pod t/op/subst.t toke.c
14224 ____________________________________________________________________________
14225 [  2669] By: jhi                                   on 1999/01/21  16:11:46
14226         Log: To: perl5-porters@perl.org
14227              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
14228              From: Anton Berezin <tobez@plab.ku.dk>
14229              Date: 21 Jan 1999 17:07:28 +0100
14230              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
14231      Branch: cfgperl
14232            ! hints/freebsd.sh
14233 ____________________________________________________________________________
14234 [  2668] By: jhi                                   on 1999/01/21  15:38:34
14235         Log: Add Daniel Grisinger <dgris@dimensional.com>.
14236      Branch: cfgperl
14237            ! AUTHORS MAINTAIN
14238 ____________________________________________________________________________
14239 [  2667] By: jhi                                   on 1999/01/21  15:32:28
14240         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14241              To: Mailing list Perl5 <perl5-porters@perl.org>
14242              Subject: [PATCH 5.005_53] Lean Exporter.pm
14243              Date: Thu, 21 Jan 1999 03:25:23 -0500
14244              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
14245      Branch: cfgperl
14246            + lib/Exporter/Heavy.pm
14247            ! MANIFEST lib/Exporter.pm
14248 ____________________________________________________________________________
14249 [  2666] By: jhi                                   on 1999/01/21  15:24:10
14250         Log: From: "W. Phillip Moore" <wpm@ms.com>
14251              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
14252              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
14253              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
14254              Message-ID: <13988.46383.298992.97303@zappa>
14255      Branch: cfgperl
14256            ! lib/File/Path.pm
14257 ____________________________________________________________________________
14258 [  2665] By: jhi                                   on 1999/01/21  15:20:48
14259         Log: CPAN update (CPAN-1.44_54) from Andreas and
14260              jumbo doc patch from Abigail.
14261              
14262              From: abigail@fnx.com
14263              To: perl5-porters@perl.org (Perl Porters)
14264              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
14265              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
14266              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
14267              
14268              From: abigail@fnx.com
14269              To: perl5-porters@perl.org (Perl Porters)
14270              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
14271              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
14272              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
14273              
14274              From: abigail@fnx.com
14275              To: perl5-porters@perl.org (Perl Porters)
14276              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
14277              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
14278              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
14279              
14280              From: abigail@fnx.com
14281              To: perl5-porters@perl.org (Perl Porters)
14282              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
14283              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
14284              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
14285              
14286              From: abigail@fnx.com
14287              To: perl5-porters@perl.org (Perl Porters)
14288              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
14289              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
14290              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
14291              
14292              From: abigail@fnx.com
14293              To: perl5-porters@perl.org (Perl Porters)
14294              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
14295              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
14296              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
14297              
14298              From: abigail@fnx.com
14299              To: perl5-porters@perl.org (Perl Porters)
14300              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
14301              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
14302              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
14303              
14304              From: abigail@fnx.com
14305              To: perl5-porters@perl.org (Perl Porters)
14306              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
14307              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
14308              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
14309              
14310              From: abigail@fnx.com
14311              To: perl5-porters@perl.org (Perl Porters)
14312              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
14313              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
14314              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
14315              
14316              From: abigail@fnx.com
14317              To: perl5-porters@perl.org (Perl Porters)
14318              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
14319              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
14320              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
14321              
14322              From: abigail@fnx.com
14323              To: perl5-porters@perl.org (Perl Porters)
14324              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
14325              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
14326              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
14327              
14328              From: abigail@fnx.com
14329              To: perl5-porters@perl.org (Perl Porters)
14330              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
14331              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
14332              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
14333              
14334              From: abigail@fnx.com
14335              To: perl5-porters@perl.org (Perl Porters)
14336              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
14337              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
14338              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
14339      Branch: cfgperl
14340            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
14341            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
14342            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
14343            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
14344 ____________________________________________________________________________
14345 [  2664] By: jhi                                   on 1999/01/21  14:47:43
14346         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14347              To: Mailing list Perl5 <perl5-porters@perl.org>
14348              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
14349              Date: Thu, 21 Jan 1999 03:58:29 -0500
14350              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
14351      Branch: cfgperl
14352            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
14353 ____________________________________________________________________________
14354 [  2663] By: jhi                                   on 1999/01/21  14:43:58
14355         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14356              To: Mailing list Perl5 <perl5-porters@perl.org>
14357              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
14358              Date: Thu, 21 Jan 1999 02:46:34 -0500
14359              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
14360      Branch: cfgperl
14361            ! ext/Errno/Errno_pm.PL
14362 ____________________________________________________________________________
14363 [  2662] By: jhi                                   on 1999/01/21  14:42:42
14364         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
14365              To: Francois Desarmenien <desar@club-internet.fr>
14366              Cc: Gurusamy Sarathy <gsar@activestate.com>,
14367              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
14368              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
14369              Date: 21 Jan 1999 00:17:35 -0700
14370              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
14371      Branch: cfgperl
14372            ! Porting/patching.pod
14373 ____________________________________________________________________________
14374 [  2661] By: jhi                                   on 1999/01/21  14:41:13
14375         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14376              To: Mailing list Perl5 <perl5-porters@perl.org>
14377              Subject: [PATCH 5.00*] makedepend
14378              Date: Thu, 21 Jan 1999 02:08:27 -0500
14379              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
14380      Branch: cfgperl
14381            ! makedepend.SH
14382 ____________________________________________________________________________
14383 [  2660] By: jhi                                   on 1999/01/21  14:36:45
14384         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14385              To: Mailing list Perl5 <perl5-porters@perl.org>
14386              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
14387              Date: Tue, 19 Jan 1999 20:06:45 -0500
14388              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
14389      Branch: cfgperl
14390            ! os2/Changes os2/os2.c
14391 ____________________________________________________________________________
14392 [  2657] By: jhi                                   on 1999/01/21  11:40:35
14393         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14394              To: perl5-porters@perl.org
14395              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
14396              Date: Mon, 18 Jan 1999 01:32:31 PST
14397              Message-ID: <19990118093231.18443.qmail@hotmail.com>
14398      Branch: cfgperl
14399            ! ext/B/B/CC.pm
14400 ____________________________________________________________________________
14401 [  2656] By: jhi                                   on 1999/01/21  11:35:34
14402         Log: From: Achim Bohnet <ach@mpe.mpg.de>
14403              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
14404              Date: Wed, 20 Jan 1999 20:25:53 +0100
14405              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
14406      Branch: cfgperl
14407            ! pp.c
14408 ____________________________________________________________________________
14409 [  2655] By: jhi                                   on 1999/01/21  10:46:01
14410         Log: Handle NIS (and NetInfo) more robustly.
14411      Branch: cfgperl
14412            ! t/op/grent.t t/op/pwent.t
14413 ____________________________________________________________________________
14414 [  2654] By: jhi                                   on 1999/01/21  10:17:20
14415         Log: Two-argument eaccess() of SCO.
14416      Branch: cfgperl
14417            ! pp_sys.c
14418 ____________________________________________________________________________
14419 [  2653] By: jhi                                   on 1999/01/21  08:53:14
14420         Log: -DNO_NOSUID_CHECK for those platforms which have no way
14421              of checking for nosuid but still want suidperl.
14422      Branch: cfgperl
14423            ! perl.c
14424 ____________________________________________________________________________
14425 [  2652] By: jhi                                   on 1999/01/21  08:22:50
14426         Log: The LANGUAGE mirrors LC_ALL usage.
14427      Branch: cfgperl
14428            ! Configure config_h.SH
14429 ____________________________________________________________________________
14430 [  2651] By: jhi                                   on 1999/01/20  22:01:21
14431         Log: I_MNTENT was missing.
14432      Branch: cfgperl
14433            ! Configure config_h.SH
14434 ____________________________________________________________________________
14435 [  2650] By: jhi                                   on 1999/01/19  13:42:03
14436         Log: NetBSD update, based on patches from the NetBSD packages system.
14437      Branch: cfgperl
14438            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
14439 ____________________________________________________________________________
14440 [  2649] By: jhi                                   on 1999/01/19  12:44:02
14441         Log: Jumbo Configure update.
14442              * -Uinstallusrbinperl: disable /usr/bin/perl installation
14443              by installperl
14444              * usethreads.cbu
14445              * use64bits.cbu
14446              * "nosuid"
14447      Branch: cfgperl
14448            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
14449            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
14450            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
14451            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
14452            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
14453            ! pod/perldiag.pod
14454 ____________________________________________________________________________
14455 [  2648] By: jhi                                   on 1999/01/19  09:16:44
14456         Log: Mention /usr/share/locale.
14457      Branch: cfgperl
14458            ! pod/perllocale.pod
14459 ____________________________________________________________________________
14460 [  2647] By: jhi                                   on 1999/01/19  09:11:11
14461         Log: SHMLBA strikes back in NetBSD/sparc.
14462              
14463              From: Dave Nelson <David.Nelson@bellcow.com>
14464              To: jhi@iki.fi
14465              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
14466              Date: Mon, 18 Jan 1999 22:07:56 -0600
14467              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
14468      Branch: cfgperl
14469            ! ext/IPC/SysV/SysV.xs
14470 ____________________________________________________________________________
14471 [  2646] By: jhi                                   on 1999/01/19  08:58:17
14472         Log: Show LANGUAGE env var when needed. (Augment change #2645).
14473      Branch: cfgperl
14474            ! util.c utils/perlbug.PL
14475 ____________________________________________________________________________
14476 [  2645] By: jhi                                   on 1999/01/19  08:52:15
14477         Log: Document the GNU LANGUAGE env var.
14478      Branch: cfgperl
14479            ! pod/perllocale.pod
14480 ____________________________________________________________________________
14481 [  2644] By: jhi                                   on 1999/01/19  08:42:25
14482         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14483              To: Mailing list Perl5 <perl5-porters@perl.org>
14484              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
14485              Date: Mon, 18 Jan 1999 20:57:02 -0500
14486              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
14487      Branch: cfgperl
14488            ! pp_hot.c t/op/pat.t
14489 ____________________________________________________________________________
14490 [  2643] By: jhi                                   on 1999/01/18  11:23:41
14491         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
14492      Branch: cfgperl
14493            ! Makefile.SH
14494 ____________________________________________________________________________
14495 [  2642] By: jhi                                   on 1999/01/18  11:03:38
14496         Log: GNU libc locale system has LANGUAGE env var that partly
14497              overrides even LC_ALL.
14498      Branch: cfgperl
14499            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
14500 ____________________________________________________________________________
14501 [  2641] By: jhi                                   on 1999/01/18  10:55:04
14502         Log: Integrate from mainperl.
14503      Branch: cfgperl
14504           +> ext/B/defsubs.h.PL
14505            ! t/op/groups.t
14506           !> (integrate 38 files)
14507 ____________________________________________________________________________
14508 [  2640] By: gsar                                  on 1999/01/18  10:06:29
14509         Log: a few random cleanups
14510      Branch: perl
14511            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
14512 ____________________________________________________________________________
14513 [  2639] By: gsar                                  on 1999/01/18  05:56:21
14514         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
14515              Date:    Sun, 17 Jan 1999 16:41:10 PST
14516              Message-Id: <19990118004111.29667.qmail@hotmail.com>
14517              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
14518      Branch: perl
14519            ! ext/B/B/C.pm
14520 ____________________________________________________________________________
14521 [  2638] By: gsar                                  on 1999/01/18  05:41:21
14522         Log: From:    jan.dubois@ibm.net (Jan Dubois)
14523              Date:    Mon, 18 Jan 1999 00:37:41 +0100
14524              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
14525              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
14526      Branch: perl
14527            ! dump.c
14528 ____________________________________________________________________________
14529 [  2633] By: gsar                                  on 1999/01/17  13:39:59
14530         Log: bogus assert()
14531      Branch: perl
14532            ! pp.c t/op/groups.t
14533 ____________________________________________________________________________
14534 [  2632] By: gsar                                  on 1999/01/17  13:22:04
14535         Log: various tweaks for clean build and test on win32
14536      Branch: perl
14537            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
14538            ! op.c t/pragma/warn/doio
14539 ____________________________________________________________________________
14540 [  2631] By: gsar                                  on 1999/01/17  12:28:06
14541         Log: undo change#2336, and add clarification about subversive
14542              CPAN distributions from Andreas Koenig
14543      Branch: perl
14544            ! Porting/pumpkin.pod lib/CPAN.pm
14545 ____________________________________________________________________________
14546 [  2630] By: gsar                                  on 1999/01/17  12:04:06
14547         Log: fix silent taint failures under -U
14548      Branch: perl
14549            ! doio.c
14550 ____________________________________________________________________________
14551 [  2629] By: gsar                                  on 1999/01/17  12:00:23
14552         Log: sanity check piped opens (tweaked version of patch suggested
14553              by Mark-Jason Dominus)
14554      Branch: perl
14555            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
14556            ! t/op/taint.t t/pragma/warn/doio
14557 ____________________________________________________________________________
14558 [  2628] By: gsar                                  on 1999/01/17  11:26:21
14559         Log: regen headers
14560      Branch: perl
14561            ! embed.h embedvar.h objXSUB.h
14562 ____________________________________________________________________________
14563 [  2627] By: gsar                                  on 1999/01/17  11:23:37
14564         Log: PERL_OBJECTness for change#2595
14565      Branch: perl
14566            ! embed.pl op.c pod/perlport.pod proto.h
14567 ____________________________________________________________________________
14568 [  2626] By: gsar                                  on 1999/01/17  09:47:07
14569         Log: PERL_OBJECT tweaks for change#2426
14570      Branch: perl
14571            ! embed.pl proto.h regcomp.c
14572 ____________________________________________________________________________
14573 [  2625] By: gsar                                  on 1999/01/17  09:37:58
14574         Log: documentation in change#2596 is not quite right; fix it
14575      Branch: perl
14576            ! lib/Math/BigFloat.pm pod/perlguts.pod
14577 ____________________________________________________________________________
14578 [  2624] By: gsar                                  on 1999/01/17  09:28:34
14579         Log: undo change#2571; C<use File::Spec> instead
14580      Branch: perl
14581            ! lib/FindBin.pm
14582 ____________________________________________________________________________
14583 [  2623] By: gsar                                  on 1999/01/17  09:20:42
14584         Log: change#2572 is not applicable; undo, retaining scan_bin addition
14585              to global.sym
14586      Branch: perl
14587            ! global.sym perl.c proto.h
14588 ____________________________________________________________________________
14589 [  2622] By: gsar                                  on 1999/01/17  09:17:42
14590         Log: change#2576 is based on a wrong premise; undo it
14591      Branch: perl
14592            ! pp_ctl.c
14593 ____________________________________________________________________________
14594 [  2621] By: gsar                                  on 1999/01/17  09:12:42
14595         Log: fix change#2602 to not used hard coded constants
14596      Branch: perl
14597            ! ext/B/B/C.pm ext/B/defsubs.h.PL
14598 ____________________________________________________________________________
14599 [  2620] By: gsar                                  on 1999/01/17  09:02:07
14600         Log: integrate cfgperl changes into mainline, fix conflicts
14601      Branch: perl
14602           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
14603           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
14604           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
14605           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
14606           +> pod/perlopentut.pod
14607           !> (integrate 162 files)
14608 ____________________________________________________________________________
14609 [  2619] By: gsar                                  on 1999/01/17  08:42:04
14610         Log: a few doc typos
14611      Branch: perl
14612            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
14613 ____________________________________________________________________________
14614 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
14615         Log: Win32 changes from Jan
14616              
14617              From: jan.dubois@ibm.net (Jan Dubois)
14618              Date: Fri, 15 Jan 1999 23:38:35 +0100
14619              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
14620              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
14621              
14622              From: jan.dubois@ibm.net (Jan Dubois)
14623              Date: Sat, 16 Jan 1999 13:02:45 +0100
14624              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
14625              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
14626      Branch: maint-5.005/perl
14627            ! README.win32 win32/Makefile win32/makefile.mk
14628 ____________________________________________________________________________
14629 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
14630         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
14631              
14632              From: Gurusamy Sarathy <gsar@engin.umich.edu>
14633              Date: Thu, 07 Jan 1999 00:12:00 -0500
14634              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
14635              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14636              
14637              From: Gurusamy Sarathy <gsar@engin.umich.edu>
14638              Date: Thu, 14 Jan 1999 19:21:46 -0500
14639              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
14640              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14641      Branch: maint-5.005/perl
14642            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
14643            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
14644            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
14645            ! win32/makedef.pl win32/runperl.c win32/win32.c
14646 ____________________________________________________________________________
14647 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
14648         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14649              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
14650              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
14651              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
14652              
14653              From: Jarkko Hietaniemi <jhi@iki.fi>
14654              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
14655              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
14656              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
14657              
14658              From: Jarkko Hietaniemi <jhi@iki.fi>
14659              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
14660              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
14661              Subject: the promised "installusrbinperl + NetBSD" fix
14662      Branch: maint-5.005/perl
14663            ! Configure Makefile.SH hints/netbsd.sh installperl
14664            ! makedepend.SH unixish.h
14665 ____________________________________________________________________________
14666 [  2611] By: jhi                                   on 1999/01/14  12:16:14
14667         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14668              To: pumpkings@jhereg.perl.com
14669              Subject: perlopentut.pod
14670              Date: Sat, 09 Jan 1999 08:13:18 -0700
14671              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
14672      Branch: cfgperl
14673            + pod/perlopentut.pod
14674            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
14675 ____________________________________________________________________________
14676 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
14677         Log: Added Carp::cluck to perldelta.pod
14678      Branch: maint-5.005/perl
14679            ! pod/perldelta.pod
14680 ____________________________________________________________________________
14681 [  2605] By: jhi                                   on 1999/01/13  18:26:19
14682         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
14683              To: "'cpan@perl.org'" <cpan@perl.org>
14684              Subject: "Bug" fix for File::Find.pm
14685              Date:   Thu, 31 Dec 1998 13:01:50 -0500
14686              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
14687      Branch: cfgperl
14688            ! lib/File/Find.pm
14689 ____________________________________________________________________________
14690 [  2604] By: jhi                                   on 1999/01/13  18:08:45
14691         Log: From: Peter Wolfe <wolfe@teloseng.com>
14692              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
14693              To: perlbug@perl.com
14694              Date: 11 Jan 1999 23:00:05 +0200
14695              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
14696      Branch: cfgperl
14697            ! hints/sco.sh
14698 ____________________________________________________________________________
14699 [  2603] By: jhi                                   on 1999/01/13  18:06:56
14700         Log: From: hans@icgroup.nl (Hans Mulder)
14701              Subject: [Patch for 5.005_54] re::debugcolors dumps core
14702              To: perlbug@perl.com
14703              Cc: hansmu@xs4all.nl
14704              Date: 11 Jan 1999 22:22:45 +0200
14705              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
14706      Branch: cfgperl
14707            ! ext/re/re.pm regcomp.c
14708 ____________________________________________________________________________
14709 [  2602] By: jhi                                   on 1999/01/13  18:05:43
14710         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14711              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
14712              Date: 11 Jan 1999 08:02:41 +0200
14713              Lines: 134
14714              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
14715      Branch: cfgperl
14716            ! ext/B/B.xs ext/B/B/C.pm
14717 ____________________________________________________________________________
14718 [  2601] By: jhi                                   on 1999/01/13  18:01:53
14719         Log: From: James FitzGibbon <james@ican.net>
14720              Subject: Trivial patch for HP-UX 11 and shared libperl
14721              To: perl5-porters@perl.org
14722              Date: 8 Jan 1999 19:13:23 +0200
14723              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
14724      Branch: cfgperl
14725            ! Makefile.SH
14726 ____________________________________________________________________________
14727 [  2600] By: jhi                                   on 1999/01/13  17:59:45
14728         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14729              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
14730              To: perl5-porters@perl.org
14731              Date: 8 Jan 1999 12:43:36 +0200
14732              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
14733      Branch: cfgperl
14734            ! ext/B/B/CC.pm
14735 ____________________________________________________________________________
14736 [  2599] By: jhi                                   on 1999/01/13  17:50:11
14737         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
14738              Subject: PATCH to installperl
14739              To: perl5-porters@perl.org
14740              Date: 4 Jan 1999 16:15:18 +0200
14741              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
14742      Branch: cfgperl
14743            ! installperl
14744 ____________________________________________________________________________
14745 [  2598] By: jhi                                   on 1999/01/13  17:34:51
14746         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14747              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
14748              Cc: perl5-porters@perl.org
14749              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
14750              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
14751              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
14752      Branch: cfgperl
14753            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14754            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
14755 ____________________________________________________________________________
14756 [  2597] By: jhi                                   on 1999/01/13  17:30:33
14757         Log: From: David Dyck <dcd@tc.fluke.com>
14758              To: Perl Porters <perl5-porters@perl.org>,
14759              Gurusamy Sarathy <gsar@engin.umich.edu>
14760              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
14761              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
14762              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
14763      Branch: cfgperl
14764            ! pod/perldsc.pod
14765 ____________________________________________________________________________
14766 [  2596] By: jhi                                   on 1999/01/13  17:26:44
14767         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14768              To: perl5-porters@perl.org
14769              Subject: [PATCH] modglobal w/ spelling fixes
14770              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
14771              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
14772      Branch: cfgperl
14773            ! pod/perlguts.pod
14774 ____________________________________________________________________________
14775 [  2595] By: jhi                                   on 1999/01/13  17:24:59
14776         Log: From: Hans Mulder <hansm@icgroup.nl>
14777              Optimize common sort routines.  Thread started by the message
14778              
14779              From: Hans Mulder <hansm@icgroup.nl>
14780              Sender: owner-perl5-porters@perl.org
14781              To: perl5-porters@perl.org
14782              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
14783              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
14784              
14785              and the patch from the message
14786              
14787              From: Hans Mulder <hans@icgroup.nl>
14788              To: jhi@iki.fi
14789              Cc: perl5-porters@perl.org
14790              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
14791              $b }
14792              Date: Wed, 13 Jan 1999 17:39:35 +0100
14793              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
14794      Branch: cfgperl
14795            ! Todo op.c op.h pp_ctl.c t/op/sort.t
14796 ____________________________________________________________________________
14797 [  2594] By: jhi                                   on 1999/01/13  16:50:17
14798         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
14799              (the diffs were based on 5.004_02).  Tested by Guido
14800              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
14801      Branch: cfgperl
14802            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
14803            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
14804            + mint/sys/time.h mint/time.h
14805            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
14806            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
14807 ____________________________________________________________________________
14808 [  2593] By: jhi                                   on 1999/01/09  16:54:26
14809         Log: Detypo.
14810      Branch: cfgperl
14811            ! hints/dec_osf.sh
14812 ____________________________________________________________________________
14813 [  2592] By: jhi                                   on 1999/01/09  16:17:13
14814         Log: Move usethreads and use64bits logic from hints to Configure.
14815      Branch: cfgperl
14816            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
14817            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
14818            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
14819            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
14820 ____________________________________________________________________________
14821 [  2591] By: jhi                                   on 1999/01/09  14:45:24
14822         Log: Missing dTHRs added.
14823      Branch: cfgperl
14824            ! regcomp.c toke.c
14825 ____________________________________________________________________________
14826 [  2590] By: jhi                                   on 1999/01/08  15:27:17
14827         Log: Finalize change #2589 and add better AIX nm scanning from:
14828              
14829              Message-Id: <m0zyNW0-00017VC@gentoo.com>
14830              From: bll@gentoo.com (Brad Lanam)
14831              Subject: Re: mailhelp returned a non-zero status
14832              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
14833              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
14834      Branch: cfgperl
14835            ! Configure hints/freebsd.sh hints/linux.sh
14836 ____________________________________________________________________________
14837 [  2589] By: jhi                                   on 1999/01/08  15:14:54
14838         Log: Undo change #2581.
14839      Branch: cfgperl
14840            ! Configure hints/freebsd.sh hints/linux.sh
14841 ____________________________________________________________________________
14842 [  2588] By: jhi                                   on 1999/01/08  11:51:52
14843         Log: FAQ jumbo patch from tchrist.
14844              
14845              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
14846              From: Tom Christiansen <tchrist@jhereg.perl.com>
14847              To: pumpkings@jhereg.perl.com
14848              Subject: newest version of perlfaq.pod
14849              Date: Thu, 7 Jan 1999 23:05:02 -0700
14850              
14851              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
14852              From: Tom Christiansen <tchrist@jhereg.perl.com>
14853              To: pumpkings@jhereg.perl.com
14854              Subject: newest version of perlfaq1.pod
14855              Date: Thu, 7 Jan 1999 23:05:02 -0700
14856              
14857              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
14858              From: Tom Christiansen <tchrist@jhereg.perl.com>
14859              To: pumpkings@jhereg.perl.com
14860              Subject: newest version of perlfaq2.pod
14861              Date: Thu, 7 Jan 1999 23:05:02 -0700
14862              
14863              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
14864              From: Tom Christiansen <tchrist@jhereg.perl.com>
14865              To: pumpkings@jhereg.perl.com
14866              Subject: newest version of perlfaq3.pod
14867              Date: Thu, 7 Jan 1999 23:05:02 -0700
14868              
14869              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
14870              From: Tom Christiansen <tchrist@jhereg.perl.com>
14871              To: pumpkings@jhereg.perl.com
14872              Subject: newest version of perlfaq4.pod
14873              Date: Thu, 7 Jan 1999 23:05:02 -0700
14874              
14875              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
14876              From: Tom Christiansen <tchrist@jhereg.perl.com>
14877              To: pumpkings@jhereg.perl.com
14878              Subject: newest version of perlfaq5.pod
14879              Date: Thu, 7 Jan 1999 23:05:02 -0700
14880              
14881              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
14882              From: Tom Christiansen <tchrist@jhereg.perl.com>
14883              To: pumpkings@jhereg.perl.com
14884              Subject: newest version of perlfaq6.pod
14885              Date: Thu, 7 Jan 1999 23:05:02 -0700
14886              
14887              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
14888              From: Tom Christiansen <tchrist@jhereg.perl.com>
14889              To: pumpkings@jhereg.perl.com
14890              Subject: newest version of perlfaq7.pod
14891              Date: Thu, 7 Jan 1999 23:05:03 -0700
14892              
14893              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
14894              From: Tom Christiansen <tchrist@jhereg.perl.com>
14895              To: pumpkings@jhereg.perl.com
14896              Subject: newest version of perlfaq8.pod
14897              Date: Thu, 7 Jan 1999 23:05:03 -0700
14898              
14899              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
14900              From: Tom Christiansen <tchrist@jhereg.perl.com>
14901              To: pumpkings@jhereg.perl.com
14902              Subject: newest version of perlfaq9.pod
14903              Date: Thu, 7 Jan 1999 23:05:03 -0700
14904      Branch: cfgperl
14905            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14906            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14907            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14908            ! pod/perlfaq9.pod
14909 ____________________________________________________________________________
14910 [  2587] By: jhi                                   on 1999/01/08  11:17:43
14911         Log: More doc fixes from Abigail.
14912      Branch: cfgperl
14913            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
14914            ! lib/User/pwent.pm
14915 ____________________________________________________________________________
14916 [  2585] By: jhi                                   on 1999/01/08  08:31:02
14917         Log: Change #2584 from maint-5.005:
14918              
14919              implemented Ilya's suggested fix, and added a testcase
14920              
14921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14922              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
14923              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
14924              Subject: Re: Text::ParseWords: regex fix
14925      Branch: cfgperl
14926            ! lib/Text/ParseWords.pm t/lib/parsewords.t
14927 ____________________________________________________________________________
14928 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
14929         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14930              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
14931              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
14932              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
14933      Branch: maint-5.005/perl
14934            ! ext/Errno/Errno_pm.PL
14935 ____________________________________________________________________________
14936 [  2581] By: jhi                                   on 1999/01/07  16:38:03
14937         Log: Configure update:
14938              - usethreads, use64bits, and usemultiplicity
14939              are no more interactively asked by Configure
14940              - "int main()" (vs bare "main()") enforced in test programs
14941      Branch: cfgperl
14942            ! Configure hints/freebsd.sh hints/linux.sh
14943 ____________________________________________________________________________
14944 [  2580] By: jhi                                   on 1999/01/07  11:19:12
14945         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14946              Date: Wed, 06 Jan 1999 13:47:34 -0800
14947              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
14948              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
14949      Branch: cfgperl
14950            ! vms/vms.c
14951 ____________________________________________________________________________
14952 [  2579] By: jhi                                   on 1999/01/07  09:08:36
14953         Log: Another set of doc patches from Abigail
14954              
14955              From: abigail@fnx.com
14956              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
14957              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
14958              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
14959              
14960              From: abigail@fnx.com
14961              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
14962              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
14963              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
14964              
14965              From: abigail@fnx.com
14966              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
14967              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
14968              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
14969              
14970              From: abigail@fnx.com
14971              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
14972              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
14973              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
14974              
14975              From: abigail@fnx.com
14976              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
14977              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
14978              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
14979              
14980              From: abigail@fnx.com
14981              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
14982              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
14983              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
14984              
14985              From: abigail@fnx.com
14986              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
14987              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
14988              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
14989              
14990              From: abigail@fnx.com
14991              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
14992              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
14993              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
14994              
14995              From: abigail@fnx.com
14996              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
14997              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
14998              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
14999              
15000              From: abigail@fnx.com
15001              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
15002              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
15003              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
15004              
15005              From: abigail@fnx.com
15006              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
15007              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
15008              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
15009              
15010              From: abigail@fnx.com
15011              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
15012              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
15013              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
15014              
15015              From: abigail@fnx.com
15016              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
15017              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
15018              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
15019              
15020              From: abigail@fnx.com
15021              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
15022              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
15023              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
15024      Branch: cfgperl
15025            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
15026            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
15027            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
15028            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
15029            ! lib/Tie/Array.pm lib/Tie/Hash.pm
15030 ____________________________________________________________________________
15031 [  2576] By: jhi                                   on 1999/01/06  17:05:20
15032         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
15033      Branch: cfgperl
15034            ! pp_ctl.c
15035 ____________________________________________________________________________
15036 [  2575] By: jhi                                   on 1999/01/06  13:18:56
15037         Log: Enhance the great_circle_distance() documentation.
15038      Branch: cfgperl
15039            ! lib/Math/Trig.pm
15040 ____________________________________________________________________________
15041 [  2574] By: jhi                                   on 1999/01/06  12:58:03
15042         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
15043              To: perlbug@perl.com
15044              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
15045              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
15046              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
15047      Branch: cfgperl
15048            ! t/op/sysio.t
15049 ____________________________________________________________________________
15050 [  2573] By: jhi                                   on 1999/01/06  12:40:19
15051         Log: From: "W. Phillip Moore" <wpm@ms.com>
15052              To: perlbug@perl.org
15053              Subject: [PATCH] POSIX getpgrp is not -w clean
15054              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
15055              Message-ID: <13970.20107.190314.549471@zappa>
15056      Branch: cfgperl
15057            ! ext/POSIX/POSIX.pm
15058 ____________________________________________________________________________
15059 [  2572] By: jhi                                   on 1999/01/06  12:25:24
15060         Log: Based on
15061              From: jan.dubois@ibm.net (Jan Dubois)
15062              To: perl5-porters@perl.org
15063              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15064              Date: Wed, 06 Jan 1999 01:24:09 +0100
15065              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
15066              except that
15067              - objXSUB.h was already okay
15068              - embed.h patching is futile, global.sym patched instead
15069              - objpp.h does not exist
15070              - proto.h addition applied manually
15071              - win32/GenCAPI.pl was already okay
15072              - win32/makedef.pl was already okay
15073      Branch: cfgperl
15074            ! global.sym perl.c proto.h
15075 ____________________________________________________________________________
15076 [  2571] By: jhi                                   on 1999/01/06  11:25:48
15077         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
15078              To: perlbug@perl.com
15079              Subject: FindBin.pm on Win32 systems
15080              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
15081              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
15082      Branch: cfgperl
15083            ! lib/FindBin.pm
15084 ____________________________________________________________________________
15085 [  2570] By: jhi                                   on 1999/01/06  11:21:48
15086         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15087              To: perl5-porters@perl.org, vmsperl@perl.org
15088              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
15089              Date: Tue, 05 Jan 1999 16:47:31 -0800
15090              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
15091              
15092              (the ext/IO/lib/IO/Socket.pm was not really changed here;
15093              it was a leftover from #2569)
15094      Branch: cfgperl
15095            ! ext/IO/lib/IO/Socket.pm taint.c
15096 ____________________________________________________________________________
15097 [  2569] By: jhi                                   on 1999/01/06  11:18:22
15098         Log: Jumbo doc patch from Abigail (almost identical to
15099              the 5.005-maint change #2562 except for the
15100              ext/IO/lib/IO/Socket.pm patch which was not
15101              applicable because the IO version of 5.005-devel
15102              is somewhat different (why?))
15103              
15104              From: abigail@fnx.com
15105              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
15106              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
15107              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
15108              
15109              From: abigail@fnx.com
15110              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
15111              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
15112              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
15113              
15114              From: abigail@fnx.com
15115              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
15116              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
15117              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
15118              
15119              From: abigail@fnx.com
15120              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
15121              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
15122              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
15123              
15124              From: abigail@fnx.com
15125              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
15126              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
15127              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
15128              
15129              From: abigail@fnx.com
15130              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
15131              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
15132              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
15133              
15134              From: abigail@fnx.com
15135              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
15136              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
15137              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
15138              
15139              From: abigail@fnx.com
15140              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
15141              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
15142              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
15143              
15144              From: abigail@fnx.com
15145              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
15146              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
15147              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
15148              
15149              From: abigail@fnx.com
15150              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
15151              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
15152              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
15153      Branch: cfgperl
15154            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
15155            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
15156            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
15157            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
15158            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
15159 ____________________________________________________________________________
15160 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
15161         Log: From: jan.dubois@ibm.net (Jan Dubois)
15162              Date: Wed, 06 Jan 1999 01:24:09 +0100
15163              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
15164              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15165      Branch: maint-5.005/perl
15166            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
15167            ! win32/GenCAPI.pl win32/makedef.pl
15168 ____________________________________________________________________________
15169 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
15170         Log: From: "W. Phillip Moore" <wpm@ms.com>
15171              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
15172              Message-ID: <13970.20107.190314.549471@zappa>
15173              Subject: [PATCH] POSIX getpgrp is not -w clean
15174      Branch: maint-5.005/perl
15175            ! ext/POSIX/POSIX.pm
15176 ____________________________________________________________________________
15177 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
15178         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
15179              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
15180              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
15181              Subject: FindBin.pm on Win32 systems
15182      Branch: maint-5.005/perl
15183            ! lib/FindBin.pm
15184 ____________________________________________________________________________
15185 [  2561] By: jhi                                   on 1999/01/05  10:49:10
15186         Log: Reword the setlocale() 1-arg case better.
15187      Branch: cfgperl
15188            ! ext/POSIX/POSIX.pod
15189 ____________________________________________________________________________
15190 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
15191         Log: From: Blair Zajac <bzajac@geostaff.com>
15192              Date: Wed, 23 Dec 1998 17:13:32 -0800
15193              Message-ID: <3681953C.8B6A90AA@geostaff.com>
15194              Subject: Tie::SubstrHash patch
15195      Branch: maint-5.005/perl
15196            ! lib/Tie/SubstrHash.pm
15197 ____________________________________________________________________________
15198 [  2554] By: jhi                                   on 1999/01/02  14:55:06
15199         Log: Object destruction order testing.
15200      Branch: cfgperl
15201            ! t/op/misc.t
15202 ____________________________________________________________________________
15203 [  2553] By: jhi                                   on 1999/01/02  14:49:40
15204         Log: perldelta the Dumpvalue.pm of change #2513.
15205      Branch: cfgperl
15206            ! lib/Dumpvalue.pm pod/perldelta.pod
15207 ____________________________________________________________________________
15208 [  2552] By: nick                                  on 1999/01/02  14:45:38
15209         Log: Tone down Makefile.PL so it works on Win32
15210      Branch: perl
15211            ! ext/B/Makefile.PL
15212 ____________________________________________________________________________
15213 [  2551] By: nick                                  on 1999/01/02  14:06:30
15214         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
15215              Use them in various B::* rather than have local defs.
15216      Branch: perl
15217            + ext/B/defsubs.h.PL
15218            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
15219            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
15220            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
15221 ____________________________________________________________________________
15222 [  2550] By: nick                                  on 1999/01/02  10:04:02
15223         Log: Integrate ext/B changes from //depot/cfgperl
15224      Branch: perl
15225           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15226 ____________________________________________________________________________
15227 [  2549] By: jhi                                   on 1999/01/01  13:54:16
15228         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
15229              To: perlbug@perl.com
15230              Subject: op/groups.t fails test 1 on HP-UX 10.20
15231              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
15232              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
15233      Branch: cfgperl
15234            ! t/op/groups.t
15235 ____________________________________________________________________________
15236 [  2548] By: jhi                                   on 1999/01/01  13:53:31
15237         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15238              To: perl5-porters@perl.org
15239              cc: hv@crypt0.demon.co.uk
15240              Subject: [bug 5.004_54] duplicate error message
15241              Date: Thu, 31 Dec 1998 04:05:25 +0000
15242              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
15243              
15244              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
15245              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15246              To: hv@crypt0.demon.co.uk
15247              Cc: perl5-porters@perl.org
15248              Subject: [PATCH _54] Re: duplicate error message
15249              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
15250              
15251              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
15252              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15253              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
15254              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
15255              Subject: [TEST PATCH _54] Re: duplicate error message 
15256              Date: Fri, 01 Jan 1999 07:32:14 +0000
15257      Branch: cfgperl
15258            ! op.c t/pragma/warn/op
15259 ____________________________________________________________________________
15260 [  2547] By: jhi                                   on 1998/12/31  14:15:04
15261         Log: From: Chris Nandor <pudge@pobox.com>
15262              To: jhi@iki.fi
15263              Cc: perl5-porters@perl.org
15264              Subject: Re: [PATCH] perlport.pod 1.38
15265              Date: Thu, 31 Dec 1998 09:06:48 -0500
15266              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
15267      Branch: cfgperl
15268            ! pod/perlport.pod
15269 ____________________________________________________________________________
15270 [  2546] By: jhi                                   on 1998/12/31  11:18:17
15271         Log: From: Wilson P. Snyder II
15272              To: perl5-porters@perl.org
15273              Subject: [PATCH v5.5.53] REV2: Binary number support
15274              Date: 1998/11/30
15275              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
15276      Branch: cfgperl
15277            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
15278            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
15279            ! toke.c util.c
15280 ____________________________________________________________________________
15281 [  2545] By: jhi                                   on 1998/12/31  09:27:40
15282         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15283              To: perlbug@perl.com
15284              Subject: "perl -T -P" dumps core on OpenBSD and Linux
15285              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
15286              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
15287      Branch: cfgperl
15288            ! taint.c
15289 ____________________________________________________________________________
15290 [  2544] By: jhi                                   on 1998/12/31  09:21:45
15291         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
15292              To: perlbug@perl.com 
15293              Subject: bug in pod2man search for perl binary [5.005_5x]
15294              Date: Sat, 12 Dec 1998 23:08:51 +0000 
15295              Message-ID: <19981212230851.A20578@ig.co.uk> 
15296      Branch: cfgperl
15297            ! pod/pod2man.PL
15298 ____________________________________________________________________________
15299 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
15300         Log: From: jan.dubois@ibm.net (Jan Dubois)
15301              Date: Wed, 23 Dec 1998 21:26:38 +0100
15302              Message-ID: <36895086.8849224@smtp1.ibm.net>
15303              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
15304      Branch: maint-5.005/perl
15305            ! lib/ExtUtils/MakeMaker.pm
15306 ____________________________________________________________________________
15307 [  2540] By: jhi                                   on 1998/12/30  08:42:04
15308         Log: Evermore AUTHORS and MAINTAIN.
15309      Branch: cfgperl
15310            ! AUTHORS MAINTAIN
15311 ____________________________________________________________________________
15312 [  2539] By: jhi                                   on 1998/12/29  15:10:34
15313         Log: More AUTHORS and MAINTAIN.
15314      Branch: cfgperl
15315            ! AUTHORS MAINTAIN
15316 ____________________________________________________________________________
15317 [  2537] By: jhi                                   on 1998/12/29  14:34:47
15318         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
15319              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
15320              Message-ID: <13942.32480.700000.640927@utensil>
15321              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
15322              (mirror change#2531 in the 5.005-maint)
15323      Branch: cfgperl
15324            ! lib/AutoSplit.pm
15325 ____________________________________________________________________________
15326 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
15327         Log: change in_pod pattern to /^=\w/ from /^=/
15328              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
15329              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
15330              Message-ID: <13942.32480.700000.640927@utensil>
15331              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
15332      Branch: maint-5.005/perl
15333            ! lib/AutoSplit.pm
15334 ____________________________________________________________________________
15335 [  2525] By: jhi                                   on 1998/12/29  13:06:26
15336         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15337              To: perl5-porters@perl.org
15338              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
15339              Date: 16 Dec 1998 03:17:03 +0200
15340              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
15341      Branch: cfgperl
15342            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15343 ____________________________________________________________________________
15344 [  2524] By: jhi                                   on 1998/12/29  13:00:06
15345         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15346              To: perl5-porters@perl.org
15347              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
15348              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
15349              Date: 10 Dec 1998 08:30:02 +0200
15350              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
15351              
15352              (Nick's part was applied earlier, in change #2460)
15353      Branch: cfgperl
15354            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15355 ____________________________________________________________________________
15356 [  2523] By: jhi                                   on 1998/12/29  12:41:31
15357         Log: From: "vishal bhatia" <vishalb@hotmail.com>
15358              To: nick@ni-s.u-net.com
15359              Cc: perl5-porters@perl.org
15360              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
15361              Date: 9 Dec 1998 06:50:30 +0200
15362              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
15363      Branch: cfgperl
15364            ! ext/B/B/CC.pm
15365 ____________________________________________________________________________
15366 [  2522] By: jhi                                   on 1998/12/29  12:15:18
15367         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
15368              To: perl5-porters@perl.org (Perl 5 Porters)
15369              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
15370              Date: 25 Dec 1998 23:02:28 +0200
15371              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
15372      Branch: cfgperl
15373            ! lib/Pod/Text.pm
15374 ____________________________________________________________________________
15375 [  2521] By: jhi                                   on 1998/12/29  12:07:54
15376         Log: Undo #2519 (breaks universal.c).
15377      Branch: cfgperl
15378            ! XSUB.h
15379 ____________________________________________________________________________
15380 [  2519] By: jhi                                   on 1998/12/29  11:41:10
15381         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15382              To: perl5-porters@perl.org
15383              Cc: perl-xs@perl.org
15384              Subject: XSUB.h refinement [PATCH]
15385              Date: 18 Dec 1998 03:58:44 +0200
15386              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
15387      Branch: cfgperl
15388            ! XSUB.h
15389 ____________________________________________________________________________
15390 [  2518] By: jhi                                   on 1998/12/29  11:36:19
15391         Log: From: abigail@fnx.com
15392              To: perl5-porters@perl.org (Perl Porters)
15393              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
15394              Date: 28 Dec 1998 21:39:15 +0200
15395              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
15396      Branch: cfgperl
15397            ! lib/fields.pm
15398 ____________________________________________________________________________
15399 [  2517] By: jhi                                   on 1998/12/29  11:35:03
15400         Log: Document change #2516.
15401      Branch: cfgperl
15402            ! pod/perldelta.pod
15403 ____________________________________________________________________________
15404 [  2516] By: jhi                                   on 1998/12/29  11:32:26
15405         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15406              To: perl5-porters@perl.org (Mailing list Perl5)
15407              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
15408              Date: 9 Dec 1998 10:39:31 +0200
15409              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
15410      Branch: cfgperl
15411            ! pod/perldiag.pod regcomp.c toke.c
15412 ____________________________________________________________________________
15413 [  2515] By: jhi                                   on 1998/12/29  11:27:11
15414         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15415              To: perl5-porters@perl.org (Mailing list Perl5)
15416              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
15417              Date: 8 Dec 1998 09:02:04 +0200
15418              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
15419              
15420              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
15421      Branch: cfgperl
15422            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
15423 ____________________________________________________________________________
15424 [  2514] By: jhi                                   on 1998/12/29  11:21:31
15425         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15426              To: perl5-porters@perl.org (Mailing list Perl5)
15427              Subject: [PATCH 5.005_53] Regexp tests and UTF8
15428              Date: 8 Dec 1998 07:02:01 +0200
15429              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
15430      Branch: cfgperl
15431            ! regcomp.c
15432 ____________________________________________________________________________
15433 [  2513] By: jhi                                   on 1998/12/29  11:18:34
15434         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15435              Subject: [PATCH 5.005_*] Dumpvar.pm
15436              To: perl5-porters@perl.org (Mailing list Perl5)
15437              Date: 7 Dec 1998 10:17:35 +0200
15438              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
15439      Branch: cfgperl
15440            + lib/Dumpvalue.pm
15441            ! MANIFEST
15442 ____________________________________________________________________________
15443 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
15444         Log: From: jan.dubois@ibm.net (Jan Dubois)
15445              Date: Tue, 01 Dec 1998 00:07:33 +0100
15446              Message-ID: <366921b5.14512598@smtp1.ibm.net>
15447              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
15448              
15449              From: jan.dubois@ibm.net (Jan Dubois)
15450              Date: Wed, 02 Dec 1998 00:24:54 +0100
15451              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
15452              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
15453      Branch: maint-5.005/perl
15454            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
15455            ! win32/config.bc win32/config.gc win32/config.vc
15456            ! win32/config_sh.PL win32/makedef.pl
15457 ____________________________________________________________________________
15458 [  2509] By: jhi                                   on 1998/12/28  13:00:31
15459     Log: Kickstart AUTHORS and MAINTAIN.
15460  Branch: cfgperl
15461        + AUTHORS MAINTAIN
15462        ! MANIFEST
15463 ____________________________________________________________________________
15464 [  2508] By: jhi                                   on 1998/12/28  08:04:00
15465     Log: From: Nathan Torkington <gnat@frii.com>
15466          To: perlbug@perl.com
15467          Subject: [PATCH] perlxstut.pod fix
15468          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
15469          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
15470  Branch: cfgperl
15471        ! pod/perlxstut.pod
15472 ____________________________________________________________________________
15473 [  2507] By: jhi                                   on 1998/12/28  07:59:00
15474     Log: From: abigail@fnx.com
15475          To: perlbug@perl.com
15476          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
15477          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
15478          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
15479          (slightly modified, a part of the patch was rejected)
15480          (strange, I thought I had already submitted this one
15481          but Perforce disagrees with me...)
15482  Branch: cfgperl
15483        ! pod/perlop.pod
15484 ____________________________________________________________________________
15485 [  2506] By: jhi                                   on 1998/12/28  07:56:59
15486     Log: From: Artur <artur@vogon-solutions.com>
15487          To: perlbug@perl.com
15488          Subject: PATCH: perlmodlib.pod
15489          Date: Fri, 25 Dec 1998 00:48:39 +0000
15490          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
15491  Branch: cfgperl
15492        ! pod/perlmodlib.pod pod/perlop.pod
15493 ____________________________________________________________________________
15494 [  2505] By: jhi                                   on 1998/12/28  07:46:06
15495     Log: From: abigail@fnx.com
15496          To: perl5-porters@perl.org (Perl Porters)
15497          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
15498          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
15499          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
15500  Branch: cfgperl
15501        ! pod/pod2html.PL
15502 ____________________________________________________________________________
15503 [  2504] By: jhi                                   on 1998/12/28  07:44:35
15504     Log: From: Jim Avera <avera@fjst.com>
15505          To: perlbug@perl.com
15506          Subject: perlbug bug - shows dates reversed
15507          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
15508          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
15509  Branch: cfgperl
15510        ! utils/perlbug.PL
15511 ____________________________________________________________________________
15512 [  2503] By: jhi                                   on 1998/12/28  07:41:39
15513     Log: From: jan.dubois@ibm.net (Jan Dubois)
15514          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
15515          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
15516          Date: Wed, 23 Dec 1998 21:26:38 +0100
15517          Message-ID: <36895086.8849224@smtp1.ibm.net>
15518  Branch: cfgperl
15519        ! lib/ExtUtils/MakeMaker.pm
15520 ____________________________________________________________________________
15521 [  2502] By: jhi                                   on 1998/12/28  07:39:20
15522     Log: From: Blair Zajac <bzajac@geostaff.com>
15523          To: perl5-porters@perl.org
15524          Subject: Tie::SubstrHash patch
15525          Date: Wed, 23 Dec 1998 17:13:32 -0800
15526          Message-ID: <3681953C.8B6A90AA@geostaff.com>
15527  Branch: cfgperl
15528        ! lib/Tie/SubstrHash.pm
15529 ____________________________________________________________________________
15530 [  2501] By: jhi                                   on 1998/12/28  07:37:16
15531     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
15532          To: perlbug@perl.com
15533          Subject: perlfaq9 minor error
15534          Date: Wed, 23 Dec 1998 14:54:19 -0800
15535          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
15536  Branch: cfgperl
15537        ! pod/perlfaq9.pod
15538 ____________________________________________________________________________
15539 [  2500] By: jhi                                   on 1998/12/23  10:38:18
15540     Log: More porting notes about filesystems, AmigaOS, and MiNT.
15541  Branch: cfgperl
15542        ! pod/perlport.pod
15543 ____________________________________________________________________________
15544 [  2499] By: jhi                                   on 1998/12/22  09:26:49
15545     Log: Add few MSG_ and uio constants.
15546  Branch: cfgperl
15547        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
15548 ____________________________________________________________________________
15549 [  2498] By: jhi                                   on 1998/12/22  08:39:30
15550     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
15551          a Digital C compiler optimizer bug that broke the 'x'
15552          operator under certain circumstances.  See t/op/repeat.t
15553          test #20 for graphic details.  Reported in
15554          
15555          From: Gisle Aas <gisle@aas.no>
15556          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
15557          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
15558          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
15559          Date: 18 Dec 1998 14:27:40 +0100
15560          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
15561          
15562          and discussed further in the thread
15563          
15564          From: Jarkko Hietaniemi <jhi@iki.fi>
15565          To: Gisle Aas <gisle@aas.no>
15566          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
15567          cpan-testers@perl.org, perl5-porters@perl.org
15568          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
15569          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
15570          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
15571  Branch: cfgperl
15572        ! t/op/repeat.t util.c
15573 ____________________________________________________________________________
15574 [  2497] By: jhi                                   on 1998/12/21  14:18:57
15575     Log: Change #2483 update.
15576  Branch: cfgperl
15577        ! t/op/tr.t
15578 ____________________________________________________________________________
15579 [  2496] By: jhi                                   on 1998/12/21  14:07:41
15580     Log: Update on change #2493.
15581  Branch: cfgperl
15582        ! t/pragma/warn/op
15583 ____________________________________________________________________________
15584 [  2495] By: jhi                                   on 1998/12/21  13:52:00
15585     Log: Change #2487 aftershock.
15586  Branch: cfgperl
15587        ! warning.pl
15588 ____________________________________________________________________________
15589 [  2494] By: jhi                                   on 1998/12/21  12:35:00
15590     Log: From: Chris Nandor <pudge@pobox.com>
15591          To: perl5-porters@perl.org
15592          Subject: [PATCH] perlport.pod v1.37
15593          Date: Sat, 19 Dec 1998 12:54:34 -0500
15594          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
15595  Branch: cfgperl
15596        ! pod/perlport.pod
15597 ____________________________________________________________________________
15598 [  2493] By: jhi                                   on 1998/12/21  12:22:44
15599     Log: From: Mark-Jason Dominus <mjd@plover.com>
15600          To: perl5-porters@perl.com
15601          Subject: PATCH (5.005_02): Dejargonizing
15602          Date: Sun, 20 Dec 1998 14:35:20 -0500
15603          Message-ID: <19981220193520.11230.qmail@plover.com>
15604          
15605          From: Mark-Jason Dominus <mjd@plover.com>
15606          To: perl5-porters@perl.com
15607          Subject: PATCH (5.005_02): Spelling correction in warning message
15608          Date: Sun, 20 Dec 1998 13:51:30 -0500
15609          Message-ID: <19981220185130.11067.qmail@plover.com>
15610  Branch: cfgperl
15611        ! doio.c op.c
15612 ____________________________________________________________________________
15613 [  2492] By: jhi                                   on 1998/12/21  09:00:05
15614     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15615          To: perl5-porters@perl.org
15616          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
15617          Date: Sun, 20 Dec 1998 19:03:25 PST
15618          Message-ID: <19981221030326.27660.qmail@hotmail.com>
15619          
15620          (slightly reformatted)
15621  Branch: cfgperl
15622        ! ext/B/B/CC.pm
15623 ____________________________________________________________________________
15624 [  2491] By: nick                                  on 1998/12/20  14:21:29
15625     Log: Save _all_ GV's which have SV, AV or HV set.
15626  Branch: perl
15627        ! ext/B/B/C.pm
15628 ____________________________________________________________________________
15629 [  2490] By: jhi                                   on 1998/12/18  15:13:19
15630     Log: Add idea about generalising cpp symbol probing of Errno.
15631  Branch: cfgperl
15632        ! Todo
15633 ____________________________________________________________________________
15634 [  2489] By: jhi                                   on 1998/12/18  14:47:57
15635     Log: Address some of the issues of:
15636          
15637          From: Tom Christiansen <tchrist@jhereg.perl.com>
15638          To: perl-porters-active@jhereg.perl.com
15639          Subject: Undocumentation Issues for 5.005
15640          Date: Thu, 17 Dec 1998 14:46:24 -0700
15641          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
15642  Branch: cfgperl
15643        ! pod/perl5005delta.pod
15644 ____________________________________________________________________________
15645 [  2488] By: jhi                                   on 1998/12/18  11:26:32
15646     Log: From: root <root@dubravka.in-berlin.de>
15647          To: perlbug@perl.com
15648          Cc: k@dubravka.in-berlin.de
15649          Subject: Please add no_modify to PERL_POLLUTE
15650          Date: Fri, 18 Dec 1998 10:45:52 +0100
15651          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
15652          
15653          (Really from Andreas König)
15654  Branch: cfgperl
15655        ! embed.pl
15656 ____________________________________________________________________________
15657 [  2487] By: jhi                                   on 1998/12/17  14:05:52
15658     Log: Some (by far not all) issues of the below message addressed.
15659          
15660          From: Tom Christiansen <tchrist@jhereg.perl.com>
15661          To: The Perl Porters Mailing List <perl5-porters@perl.org>
15662          Subject: important UNDOC issues for 5.005_54
15663          Date: Wed, 16 Dec 1998 21:14:53 -0700
15664          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
15665  Branch: cfgperl
15666        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
15667 ____________________________________________________________________________
15668 [  2486] By: jhi                                   on 1998/12/17  12:47:15
15669     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15670          To: domo@computer.org
15671          Cc: jhi@iki.fi, perl5-porters@perl.org
15672          Subject: Re: stuff related to malloc.c
15673          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
15674          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
15675  Branch: cfgperl
15676        ! malloc.c
15677 ____________________________________________________________________________
15678 [  2485] By: jhi                                   on 1998/12/17  12:17:19
15679     Log: More porting notes.
15680  Branch: cfgperl
15681        ! Porting/pumpkin.pod
15682 ____________________________________________________________________________
15683 [  2484] By: jhi                                   on 1998/12/15  08:38:05
15684     Log: Undo #2386 and #2205.
15685  Branch: cfgperl
15686        ! pod/perlfunc.pod
15687 ____________________________________________________________________________
15688 [  2483] By: jhi                                   on 1998/12/14  17:58:35
15689     Log: lib was missing from @INC.
15690  Branch: cfgperl
15691        ! t/op/tr.t
15692 ____________________________________________________________________________
15693 [  2482] By: jhi                                   on 1998/12/14  17:52:42
15694     Log: Was missing use Text::Wrap.
15695  Branch: cfgperl
15696        ! t/lib/textfill.t
15697 ____________________________________________________________________________
15698 [  2481] By: jhi                                   on 1998/12/14  16:00:22
15699     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
15700          
15701          From: Jonathan Roy <roy@idle.com>
15702          To: perl5-porters@perl.org
15703          Subject: nlist.h add to Configure checks?
15704          Date: Sun, 13 Dec 1998 22:22:49 -0500
15705          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
15706  Branch: cfgperl
15707        + ext/DynaLoader/hints/linux.pl
15708        ! MANIFEST
15709 ____________________________________________________________________________
15710 [  2480] By: jhi                                   on 1998/12/14  15:02:44
15711     Log: Give up completely using nm in AIX.
15712          
15713          From: "Kurt D. Starsinic" <kstar@chapin.edu>
15714          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
15715          Cc: perl5-porters@perl.org
15716          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
15717          Date: Thu, 10 Dec 1998 00:51:46 -0500
15718          Message-ID: <19981210005146.B29986@O2.chapin.edu>
15719  Branch: cfgperl
15720        ! hints/aix.sh
15721 ____________________________________________________________________________
15722 [  2479] By: jhi                                   on 1998/12/14  14:39:52
15723     Log: AIX' error messages are different.
15724          
15725          From: "Kurt D. Starsinic" <kstar@chapin.edu>
15726          To: Gurusamy Sarathy <gsar@engin.umich.edu>
15727          Cc: perl5-porters@perl.org
15728          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
15729          Date: Thu, 10 Dec 1998 00:42:36 -0500
15730          Message-ID: <19981210004236.A29986@O2.chapin.edu>
15731          
15732          From: Michael Engel <engel@nms1.cc.huji.ac.il>
15733          To: perlbug@perl.com
15734          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
15735          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
15736          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
15737  Branch: cfgperl
15738        ! t/pragma/warn/doio
15739 ____________________________________________________________________________
15740 [  2475] By: jhi                                   on 1998/12/13  12:35:55
15741     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15742          To: jhi@iki.fi
15743          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
15744          Subject: Re: stuff related to malloc.c
15745          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
15746          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
15747  Branch: cfgperl
15748        ! malloc.c
15749 ____________________________________________________________________________
15750 [  2474] By: jhi                                   on 1998/12/13  12:32:42
15751     Log: Some notes about porting issues.
15752  Branch: cfgperl
15753        ! Porting/pumpkin.pod
15754 ____________________________________________________________________________
15755 [  2473] By: jhi                                   on 1998/12/13  12:03:58
15756     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
15757          To: Perl 5 Porters <perl5-porters@perl.org>
15758          Subject: [patch 5.005_02] dos-djgpp update
15759          Date: Sun, 13 Dec 1998 00:08:44 +0100
15760          Message-ID: <19981213000844.C264@beeblebrox>
15761  Branch: cfgperl
15762        ! djgpp/config.over
15763 ____________________________________________________________________________
15764 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
15765     Log: undo changes to Exporter.pm from #2312
15766  Branch: maint-5.005/perl
15767        ! lib/Exporter.pm
15768 ____________________________________________________________________________
15769 [  2465] By: jhi                                   on 1998/12/12  12:31:21
15770     Log: Document that qw() taints.
15771          
15772          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
15773          To: perlbug@perl.com 
15774          Subject: taint problems
15775          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
15776          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
15777  Branch: cfgperl
15778        ! pod/perlop.pod
15779 ____________________________________________________________________________
15780 [  2464] By: jhi                                   on 1998/12/11  14:09:51
15781     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
15782          To: dist-users@foretune.co.jp
15783          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
15784          Date: Mon, 07 Dec 1998 20:13:04 -0400
15785          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
15786  Branch: cfgperl
15787        ! Configure
15788 ____________________________________________________________________________
15789 [  2463] By: jhi                                   on 1998/12/11  13:29:54
15790     Log: MAXPATHLEN.
15791  Branch: cfgperl
15792        ! perl.h
15793 ____________________________________________________________________________
15794 [  2462] By: jhi                                   on 1998/12/11  08:37:58
15795     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
15796          To: perl5-porters@perl.org
15797          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
15798          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
15799          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
15800  Branch: cfgperl
15801        + hints/gnu.sh
15802 ____________________________________________________________________________
15803 [  2461] By: nick                                  on 1998/12/10  21:00:50
15804     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
15805          From: Vishal Bhatia <vishalb@hotmail.com>
15806          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
15807          2. Fixes the bug  regarding return value of c-functions generated out 
15808          of perl subs. ( Just includes the patch I sent earlier)
15809          3. Incorporates the other changes that need to be done to get CC.pm
15810          use ISA search for packages and methods on the same lines as C.pm
15811          
15812          Vishal would appreciate comments about B::Stackobj changes from 
15813          someone knowing that module well.
15814  Branch: perl
15815        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15816 ____________________________________________________________________________
15817 [  2460] By: jhi                                   on 1998/12/08  08:11:27
15818     Log: Integrate from mainperl.
15819  Branch: cfgperl
15820       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15821       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
15822       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
15823       !> toke.c util.c
15824 ____________________________________________________________________________
15825 [  2459] By: jhi                                   on 1998/12/07  07:50:11
15826     Log: From: hansm@icgroup.nl 
15827          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
15828          Reply-To: hansmu@xs4all.nl 
15829          To: perlbug@perl.com 
15830          Date: Sun, 6 Dec 98 22:19:54 +0100 
15831          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
15832  Branch: cfgperl
15833        ! util.c
15834 ____________________________________________________________________________
15835 [  2458] By: gsar                                  on 1998/12/07  06:00:55
15836     Log: fix dup lexical
15837  Branch: perl
15838        ! ext/B/B/Deparse.pm t/lib/io_unix.t
15839 ____________________________________________________________________________
15840 [  2457] By: gsar                                  on 1998/12/06  14:38:59
15841     Log: mention limit on line numbers reported by diagnostics
15842  Branch: perl
15843        ! pod/perl.pod toke.c
15844 ____________________________________________________________________________
15845 [  2456] By: gsar                                  on 1998/12/06  13:49:02
15846     Log: branch perldelta.pod
15847  Branch: maint-5.005/perl
15848       +> pod/perldelta.pod
15849 ____________________________________________________________________________
15850 [  2455] By: gsar                                  on 1998/12/06  13:47:21
15851     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
15852  Branch: maint-5.005/perl
15853        - pod/perldelta.pod
15854 ____________________________________________________________________________
15855 [  2454] By: gsar                                  on 1998/12/06  13:35:31
15856     Log: fix outdated/incorrect info about arbitrary limits
15857  Branch: perl
15858        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
15859        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
15860 ____________________________________________________________________________
15861 [  2453] By: nick                                  on 1998/12/05  16:14:42
15862     Log: Avoid hard-coding op numbers
15863          Update CC.pm to save %INC, and to co-exist with new C.pm
15864  Branch: perl
15865        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15866 ____________________________________________________________________________
15867 [  2452] By: nick                                  on 1998/12/05  10:44:28
15868     Log: B.xs had its own code to calculate hash() which differed from
15869          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
15870          which meant that run-time require was re-done.
15871          Removed some debug from C.pm
15872  Branch: perl
15873        ! ext/B/B.xs ext/B/B/C.pm
15874 ____________________________________________________________________________
15875 [  2451] By: nick                                  on 1998/12/04  21:58:49
15876     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
15877          well as _54, but with pre-scan for classes and save the ISA scheme.
15878  Branch: perl
15879        ! ext/B/B/C.pm
15880 ____________________________________________________________________________
15881 [  2450] By: nick                                  on 1998/12/04  17:58:44
15882     Log: Vishal Bhatia's patch as a basis.
15883  Branch: perl
15884        ! ext/B/B/C.pm ext/B/B/CC.pm
15885 ____________________________________________________________________________
15886 [  2449] By: jhi                                   on 1998/12/04  16:39:21
15887     Log: Integrate from mainperl.
15888  Branch: cfgperl
15889       !> t/op/goto.t t/op/tr.t
15890 ____________________________________________________________________________
15891 [  2448] By: gsar                                  on 1998/12/04  06:06:49
15892     Log: tweak test for UTEST
15893  Branch: perl
15894        ! t/op/tr.t
15895 ____________________________________________________________________________
15896 [  2444] By: jhi                                   on 1998/12/03  14:37:22
15897     Log: s/\bthe the\b/the/g *.pod
15898  Branch: cfgperl
15899        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
15900 ____________________________________________________________________________
15901 [  2443] By: jhi                                   on 1998/12/03  13:39:53
15902     Log: Change#2441 aftermath.
15903  Branch: cfgperl
15904        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15905        ! config_h.SH thread.h vms/subconfigure.com
15906 ____________________________________________________________________________
15907 [  2441] By: jhi                                   on 1998/12/03  08:15:13
15908     Log: From: Dan Sugalski <sugalskd@osshe.edu>
15909          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
15910          Subject: [PATCH 5.005_54]Initial VMS patches
15911          Date: 3 Dec 1998 01:05:55 +0200
15912          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
15913          
15914          The patch to config_h.SH requires more study because
15915          metaconfig needs to agree.
15916  Branch: cfgperl
15917        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
15918        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
15919        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
15920 ____________________________________________________________________________
15921 [  2440] By: gsar                                  on 1998/12/03  01:32:16
15922     Log: add failed check-in of goto.t from change#1867
15923  Branch: perl
15924        ! t/op/goto.t
15925 ____________________________________________________________________________
15926 [  2437] By: jhi                                   on 1998/12/02  18:03:51
15927     Log: Fix most of the bad L<> links of
15928          
15929          From: Tom Christiansen <tchrist@jhereg.perl.com> 
15930          Subject: bad L<> links
15931          Reply-to: tchrist@perl.com 
15932          To: perlbug@jhereg.perl.com 
15933          Date: Tue, 11 Aug 1998 10:58:07 -0500 
15934          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
15935          
15936          The ones not fixed may require darker Pod::HTML magic,
15937          for example the perlguts.html#tags should work fine, IMHO.
15938  Branch: cfgperl
15939        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
15940        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
15941        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
15942        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
15943        ! pod/perlvar.pod
15944 ____________________________________________________________________________
15945 [  2436] By: jhi                                   on 1998/12/02  16:35:04
15946     Log: One paste too many in #2345.
15947  Branch: cfgperl
15948        ! lib/Pod/Html.pm
15949 ____________________________________________________________________________
15950 [  2435] By: jhi                                   on 1998/12/02  16:32:33
15951     Log: Pod::Html and Pod::Text were not locale-savvy:
15952          for example in =head1 all non-ASCII-\w-runs were
15953          turned into underscores in NAME tags.  This could
15954          result in several NAME tags becoming identical.
15955          Reported by:
15956          
15957          From: Fyodor Krasnov <fyodor@aha.ru> 
15958          Subject: pod2html vs Russian Characters
15959          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
15960          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
15961          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
15962  Branch: cfgperl
15963        ! lib/Pod/Html.pm lib/Pod/Text.pm
15964 ____________________________________________________________________________
15965 [  2434] By: jhi                                   on 1998/12/02  10:29:00
15966     Log: The real Mc5_54 integration.
15967  Branch: cfgperl
15968       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
15969 ____________________________________________________________________________
15970 [  2433] By: jhi                                   on 1998/12/02  08:52:13
15971     Log: From: Andy Dougherty <doughera@lafayette.edu>
15972          To: Perl Porters <perl5-porters@perl.org>
15973          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
15974          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
15975          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
15976  Branch: cfgperl
15977        ! Configure
15978 ____________________________________________________________________________
15979 [  2432] By: jhi                                   on 1998/12/02  08:49:47
15980     Log: From: Andy Dougherty <doughera@lafayette.edu>
15981          To: Perl Porters <perl5-porters@perl.org>
15982          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
15983          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
15984          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
15985  Branch: cfgperl
15986        ! Configure
15987 ____________________________________________________________________________
15988 [  2431] By: jhi                                   on 1998/12/01  16:11:50
15989     Log: From: achampio@lehman.com (Alan Champion)
15990          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
15991          To: perlbug@perl.com
15992          Date: 1 Dec 1998 17:36:33 +0200
15993          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
15994          
15995          Skip NIS includes.
15996  Branch: cfgperl
15997        ! t/op/pwent.t
15998 ____________________________________________________________________________
15999 [  2430] By: gsar                                  on 1998/12/01  12:12:50
16000     Log: 5.005_54, as released
16001  Branch: perl
16002        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
16003 ____________________________________________________________________________
16004 [  2429] By: jhi                                   on 1998/12/01  11:28:39
16005     Log: From: Anton Berezin <tobez@plab.ku.dk>
16006          To: perl5-porters@perl.org
16007          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
16008          Date: 30 Nov 1998 19:46:24 +0100
16009          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
16010  Branch: cfgperl
16011        ! hints/freebsd.sh
16012 ____________________________________________________________________________
16013 [  2428] By: jhi                                   on 1998/12/01  11:08:16
16014     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
16015  Branch: cfgperl
16016       +> (branch 30 files)
16017       !> (integrate 71 files)
16018 ____________________________________________________________________________
16019 [  2427] By: jhi                                   on 1998/12/01  10:51:37
16020     Log: Default to accepting a hinted $randfunc even when $csym
16021          does not find it.  (the previous defaylt behaviour was not
16022          to accept).
16023  Branch: cfgperl
16024        ! Configure
16025 ____________________________________________________________________________
16026 [  2426] By: jhi                                   on 1998/12/01  10:13:03
16027     Log: Separated the [:foo:] parsing to its own function.
16028          Passes all tests.
16029  Branch: cfgperl
16030        ! regcomp.c
16031 ____________________________________________________________________________
16032 [  2425] By: jhi                                   on 1998/12/01  08:22:49
16033     Log: Typo in comments.
16034  Branch: cfgperl
16035        ! regexec.c
16036 ____________________________________________________________________________
16037 [  2424] By: jhi                                   on 1998/12/01  08:21:38
16038     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16039          Subject: [PATCH 5.005_*] Debugger 'v' command
16040          To: perl5-porters@perl.org (Mailing list Perl5)
16041          Date: 1 Dec 1998 07:55:11 +0200
16042          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
16043  Branch: cfgperl
16044        ! lib/perl5db.pl
16045 ____________________________________________________________________________
16046 [  2423] By: jhi                                   on 1998/12/01  08:19:08
16047     Log: From: pvhp@forte.com (Peter Prymmer)
16048          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
16049          To: perl5-porters@perl.org
16050          Date: 1 Dec 1998 07:27:11 +0200
16051          Message-ID: <MLIST_9812010508.AA07791@forte.com>
16052  Branch: cfgperl
16053        ! hints/os390.sh
16054 ____________________________________________________________________________
16055 [  2417] By: jhi                                   on 1998/11/30  08:14:00
16056     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
16057  Branch: cfgperl
16058        ! ext/Socket/Socket.xs
16059 ____________________________________________________________________________
16060 [  2416] By: jhi                                   on 1998/11/30  08:00:15
16061     Log: Undo #2395, seems more like a problem in netbsd-current.
16062  Branch: cfgperl
16063        ! util.c
16064
16065 ----------------
16066 Version 5.005_54
16067 ----------------
16068
16069 ____________________________________________________________________________
16070 [  2414] By: gsar                                  on 1998/11/30  02:23:55
16071     Log: more JPL tweaks
16072  Branch: perl
16073        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
16074        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
16075 ____________________________________________________________________________
16076 [  2413] By: gsar                                  on 1998/11/30  01:35:56
16077     Log: stub bin/jpl that just runs JPL::Compile::files()
16078  Branch: perl
16079        + jpl/bin/jpl
16080 ____________________________________________________________________________
16081 [  2412] By: gsar                                  on 1998/11/30  01:32:14
16082     Log: delete symlink
16083  Branch: perl
16084        - jpl/bin/jpl
16085 ____________________________________________________________________________
16086 [  2410] By: gsar                                  on 1998/11/30  01:30:44
16087     Log: branch jpl from perlext to perl
16088  Branch: perl
16089       +> (branch 30 files)
16090 ____________________________________________________________________________
16091 [  2407] By: gsar                                  on 1998/11/30  01:24:53
16092     Log: JPL tweaks to build with 5.005
16093  Branch: perlext
16094        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
16095        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
16096 ____________________________________________________________________________
16097 [  2406] By: gsar                                  on 1998/11/30  00:55:54
16098     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
16099  Branch: perl
16100        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
16101 ____________________________________________________________________________
16102 [  2405] By: gsar                                  on 1998/11/30  00:28:55
16103     Log: patchlevel up to 54
16104  Branch: perl
16105        ! patchlevel.h win32/Makefile win32/config_H.bc
16106        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16107 ____________________________________________________________________________
16108 [  2403] By: gsar                                  on 1998/11/29  23:35:50
16109     Log: integrate cfgperl changes into mainline
16110  Branch: perl
16111       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16112       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
16113 ____________________________________________________________________________
16114 [  2402] By: gsar                                  on 1998/11/29  23:08:42
16115     Log: sync Text::Wrap version number
16116  Branch: perl
16117        ! lib/Text/Wrap.pm
16118 ____________________________________________________________________________
16119 [  2401] By: gsar                                  on 1998/11/29  22:56:21
16120     Log: textfill.t tweak
16121  Branch: perl
16122        ! t/lib/textfill.t
16123 ____________________________________________________________________________
16124 [  2400] By: gsar                                  on 1998/11/29  22:50:41
16125     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
16126          <muir@idiom.com>
16127  Branch: perl
16128        + t/lib/textfill.t
16129        ! MANIFEST lib/Text/Wrap.pm
16130 ____________________________________________________________________________
16131 [  2399] By: gsar                                  on 1998/11/29  22:28:05
16132     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
16133          has happened without the authors knowledge or consent; the subversive
16134          version (which is in 5.00502) breaks one of the tests in the
16135          authors testsuite; attempts are being made to find a fix that
16136          avoids breaking code already running with the 5.005_02 version
16137          From:    David Muir Sharnoff <muir@idiom.com>
16138          Date:    Sat, 28 Nov 1998 04:34:17 PST
16139          Message-Id: <199811281234.EAA03082@idiom.com>
16140          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
16141  Branch: perl
16142        ! lib/Text/Wrap.pm t/lib/textwrap.t
16143 ____________________________________________________________________________
16144 [  2397] By: nick                                  on 1998/11/29  20:13:58
16145     Log: Update docs and English.pm for $^C
16146  Branch: perl
16147        ! lib/English.pm pod/perlvar.pod
16148 ____________________________________________________________________________
16149 [  2396] By: jhi                                   on 1998/11/29  20:13:03
16150     Log: Mirror #2384.
16151  Branch: cfgperl
16152        ! t/op/pwent.t
16153 ____________________________________________________________________________
16154 [  2395] By: jhi                                   on 1998/11/29  19:59:12
16155     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
16156  Branch: cfgperl
16157        ! util.c
16158 ____________________________________________________________________________
16159 [  2394] By: gsar                                  on 1998/11/29  19:49:08
16160     Log: updated perlreftut.pod
16161  Branch: perl
16162        ! pod/perlreftut.pod
16163 ____________________________________________________________________________
16164 [  2393] By: gsar                                  on 1998/11/29  19:31:56
16165     Log: misc tweaks
16166  Branch: perl
16167        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
16168 ____________________________________________________________________________
16169 [  2392] By: gsar                                  on 1998/11/29  19:31:18
16170     Log: notes about -DPERL_POLLUTE
16171  Branch: perl
16172        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
16173 ____________________________________________________________________________
16174 [  2391] By: gsar                                  on 1998/11/29  19:13:52
16175     Log: explain various win32 build caveats more clearly
16176  Branch: perl
16177        ! README.win32 win32/Makefile win32/makefile.mk
16178 ____________________________________________________________________________
16179 [  2390] By: gsar                                  on 1998/11/29  16:51:59
16180     Log: remove I_POLL detection (Configure will do that now)
16181  Branch: perl
16182        ! ext/IO/Makefile.PL
16183 ____________________________________________________________________________
16184 [  2389] By: jhi                                   on 1998/11/29  16:39:16
16185     Log: Add I_POLL for IO 1.20.
16186  Branch: cfgperl
16187        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16188        ! config_h.SH
16189 ____________________________________________________________________________
16190 [  2388] By: gsar                                  on 1998/11/29  16:23:30
16191     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
16192  Branch: perl
16193        + Porting/p4desc
16194        ! MANIFEST
16195 ____________________________________________________________________________
16196 [  2387] By: gsar                                  on 1998/11/29  16:08:03
16197     Log: another threads reliability fix: serialize writes to thr->threadsv
16198          avoid most uses of PL_na (which is much more inefficient than a
16199          simple local); update docs to suit; PL_na now being thr->Tna may
16200          be a minor compatibility issue for extensions--will require dTHR
16201          outside of XSUBs (those get automatic dTHR)
16202  Branch: perl
16203        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
16204        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
16205        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
16206        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
16207        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
16208        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
16209        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
16210        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
16211        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
16212 ____________________________________________________________________________
16213 [  2386] By: jhi                                   on 1998/11/29  15:40:42
16214     Log: Tune the "if" entry.
16215  Branch: cfgperl
16216        ! pod/perlfunc.pod
16217 ____________________________________________________________________________
16218 [  2385] By: gsar                                  on 1998/11/29  12:40:28
16219     Log: various fixes for race conditions under threads: mutex locks based
16220          on PL_threadnum were seriously flawed, since it means more than one
16221          thread could enter the critical region; PL_na was global instead of
16222          thread-local; child thread could finish and free thr structures
16223          before Thread->new() got around to creating the Thread object;
16224          cv_clone() needed locking, as it mucks with PL_comppad and other
16225          global data; new_struct_thread() needed to lock template-thread's
16226          mutex while copying its data
16227  Branch: perl
16228        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
16229        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
16230 ____________________________________________________________________________
16231 [  2384] By: gsar                                  on 1998/11/29  10:54:38
16232     Log: s/warn/print/ on multiply defined groups
16233  Branch: perl
16234        ! t/op/grent.t
16235 ____________________________________________________________________________
16236 [  2383] By: gsar                                  on 1998/11/29  10:48:39
16237     Log: backout change#2334
16238  Branch: perl
16239        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
16240 ____________________________________________________________________________
16241 [  2382] By: jhi                                   on 1998/11/29  10:33:40
16242     Log: Better NetInfo behaviour.
16243  Branch: cfgperl
16244        ! t/op/grent.t t/op/pwent.t
16245 ____________________________________________________________________________
16246 [  2381] By: jhi                                   on 1998/11/29  10:08:15
16247     Log: Integrate from mainperl.
16248  Branch: cfgperl
16249       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
16250       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
16251       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
16252       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
16253       +> t/lib/io_poll.t t/lib/io_unix.t
16254       !> (integrate 58 files)
16255 ____________________________________________________________________________
16256 [  2380] By: gsar                                  on 1998/11/29  08:22:49
16257     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
16258          Tim Bunce)
16259  Branch: perl
16260        ! gv.c
16261 ____________________________________________________________________________
16262 [  2379] By: gsar                                  on 1998/11/29  07:06:43
16263     Log: fix for pat.t failure under USE_THREADS
16264  Branch: perl
16265        ! pp_ctl.c regexec.c
16266 ____________________________________________________________________________
16267 [  2378] By: nick                                  on 1998/11/28  22:46:57
16268     Log: More C.pm tweaks
16269          Save globs even if we have saved cv itself before - may be imported.
16270          
16271          While we don't save "bootstrap" CV we need to provide a stub,
16272          so that if we require it later we don't fall through and attempt
16273          to DynaLoad module again.
16274          
16275          Attempt to save %INC so that "require" does not reload things
16276          we have compiled-in (does not work right yet - seems to be due
16277          to PL_incgv being created in perl_parse() current scheme setting 
16278          GvHV() is "better" than saving the glob, but still does not 
16279          work as I expect). 
16280  Branch: perl
16281        ! ext/B/B/C.pm
16282 ____________________________________________________________________________
16283 [  2377] By: gsar                                  on 1998/11/28  22:30:38
16284     Log: various tweaks; result passes all tests for normal build on Solaris;
16285          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
16286          win32 due to lack of select() that works on non-socket fds
16287  Branch: perl
16288        ! ext/IO/poll.c regcomp.c regexec.c scope.c
16289        ! t/lib/io_multihomed.t win32/makefile.mk
16290 ____________________________________________________________________________
16291 [  2376] By: gsar                                  on 1998/11/28  20:44:39
16292     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
16293  Branch: perl
16294        ! myconfig
16295 ____________________________________________________________________________
16296 [  2375] By: gsar                                  on 1998/11/28  20:42:58
16297     Log: integrate cfgperl changes into mainline
16298  Branch: perl
16299       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
16300       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
16301 ____________________________________________________________________________
16302 [  2374] By: gsar                                  on 1998/11/28  20:02:03
16303     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16304          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
16305          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
16306          Subject: [PATCH 5.00553] Yet another OS/2 patch
16307  Branch: perl
16308        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
16309 ____________________________________________________________________________
16310 [  2373] By: gsar                                  on 1998/11/28  19:30:06
16311     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16312          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
16313          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
16314          Subject: [PATCH 5.005_53] Change $#+
16315  Branch: perl
16316        ! mg.c pod/perlvar.pod t/op/pat.t
16317 ____________________________________________________________________________
16318 [  2372] By: gsar                                  on 1998/11/28  19:28:00
16319     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16320          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
16321          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
16322          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
16323  Branch: perl
16324        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
16325        ! thrdvar.h
16326 ____________________________________________________________________________
16327 [  2371] By: gsar                                  on 1998/11/28  19:23:53
16328     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16329          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
16330          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
16331          Subject: [PATCH 5.005_53] better -Mre=debugcolor
16332  Branch: perl
16333        ! embedvar.h objXSUB.h regexec.c thrdvar.h
16334 ____________________________________________________________________________
16335 [  2370] By: gsar                                  on 1998/11/28  19:21:17
16336     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16337          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
16338          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
16339          Subject: [PATCH 5.005_*] regcolors
16340  Branch: perl
16341        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
16342 ____________________________________________________________________________
16343 [  2369] By: gsar                                  on 1998/11/28  19:00:15
16344     Log: allow final period in a file (not followed by a newline) to
16345          terminate format spec
16346  Branch: perl
16347        ! toke.c
16348 ____________________________________________________________________________
16349 [  2368] By: gsar                                  on 1998/11/28  18:58:25
16350     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
16351          add C<$Config{installarchlib}/CORE> to the default locations searched
16352          on win32
16353  Branch: perl
16354        ! lib/ExtUtils/Liblist.pm
16355 ____________________________________________________________________________
16356 [  2367] By: gsar                                  on 1998/11/28  18:46:05
16357     Log: applied suggested patch with PERL_OBJECT tweaks
16358          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16359          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
16360          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
16361          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
16362  Branch: perl
16363        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
16364        ! regexec.c t/op/pat.t thrdvar.h
16365 ____________________________________________________________________________
16366 [  2366] By: gsar                                  on 1998/11/28  18:38:34
16367     Log: additional documentation for qr//
16368          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16369          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
16370          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
16371          Subject: [PATCH 5.005_*] Documentation (fwd)
16372  Branch: perl
16373        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
16374 ____________________________________________________________________________
16375 [  2365] By: gsar                                  on 1998/11/28  18:35:35
16376     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16377          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
16378          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
16379          Subject: [PATCH 5.005_*] Fix \G in REx without //g
16380  Branch: perl
16381        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
16382        ! regexp.h t/op/pat.t thrdvar.h
16383 ____________________________________________________________________________
16384 [  2364] By: gsar                                  on 1998/11/28  18:24:20
16385     Log: update Test.pm to Test-1.12; tweak 're' detection
16386  Branch: perl
16387        ! lib/Test.pm
16388 ____________________________________________________________________________
16389 [  2363] By: gsar                                  on 1998/11/28  18:12:04
16390     Log: avoid command-line quoting portability problems in lex_assign.t
16391  Branch: perl
16392        ! t/op/lex_assign.t
16393 ____________________________________________________________________________
16394 [  2362] By: gsar                                  on 1998/11/28  18:08:50
16395     Log: From: John Tobey <jtobey@channel1.com>
16396          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
16397          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
16398          Subject: PATCH: document English.pm sawampersand and thread issues
16399  Branch: perl
16400        ! lib/English.pm pod/perlvar.pod
16401 ____________________________________________________________________________
16402 [  2361] By: gsar                                  on 1998/11/28  18:03:04
16403     Log: fix uninitialized warnings
16404          From: Brian Callaghan <callagh@itginc.com>
16405          Date: Thu, 19 Nov 1998 17:49:10 -0800
16406          Message-Id: <3654CA96.B64FCAEB@itginc.com>
16407          Subject: Complete.pm patch (version 1.1)
16408  Branch: perl
16409        ! lib/Term/Complete.pm
16410 ____________________________________________________________________________
16411 [  2360] By: gsar                                  on 1998/11/28  17:59:16
16412     Log: s/Array/List/ suggested by John Tobey
16413  Branch: perl
16414        ! pod/perldata.pod
16415 ____________________________________________________________________________
16416 [  2359] By: gsar                                  on 1998/11/28  17:47:48
16417     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
16418  Branch: perl
16419        ! lib/Tie/Handle.pm pod/perlfunc.pod
16420 ____________________________________________________________________________
16421 [  2358] By: jhi                                   on 1998/11/28  17:23:15
16422     Log: Revamp the locale tests.
16423          (0) Instead of rewiring a few locales scan for them.
16424          (1) Bogus test #101 removed.
16425          (2) All the locales are checked, the lists of failed
16426          and non-failed ones are displayed.
16427          (3) The test #103 is again 'active' so that it may fail.
16428          (4) To balance (3) a hopefully pacifying message is shown
16429          if the #103 fails.
16430  Branch: cfgperl
16431        ! t/pragma/locale.t
16432 ____________________________________________________________________________
16433 [  2357] By: gsar                                  on 1998/11/28  17:21:07
16434     Log: add perlreftut.pod
16435  Branch: perl
16436        + pod/perlreftut.pod
16437        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
16438        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
16439        ! win32/pod.mak
16440 ____________________________________________________________________________
16441 [  2356] By: jhi                                   on 1998/11/28  16:58:01
16442     Log: Change #2346 fallout.
16443  Branch: cfgperl
16444        ! t/op/undef.t
16445 ____________________________________________________________________________
16446 [  2355] By: gsar                                  on 1998/11/28  16:46:43
16447     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
16448          ANSI prototypes
16449  Branch: perl
16450        ! ext/IO/IO.xs
16451 ____________________________________________________________________________
16452 [  2354] By: gsar                                  on 1998/11/28  16:08:07
16453     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
16454          keep platform hacks that aren't in the 1.20 dist; add new files
16455          to MANIFEST; hack Makefile.PL; result hasn't been tested
16456          anywhere
16457  Branch: perl
16458        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
16459        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
16460        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
16461        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
16462        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
16463        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16464        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16465        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
16466        ! t/lib/io_sock.t t/lib/io_udp.t
16467 ____________________________________________________________________________
16468 [  2353] By: jhi                                   on 1998/11/28  15:51:03
16469     Log: Locale collation, ctype, and numeric, were initialized wrong
16470          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
16471          as reported by
16472          
16473          From: Ilya.Sandler@etak.com (Ilya Sandler)
16474          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
16475          To: perlbug@perl.com
16476          Date: 25 Nov 1998 04:53:52 +0200
16477          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
16478  Branch: cfgperl
16479        ! util.c
16480 ____________________________________________________________________________
16481 [  2352] By: nick                                  on 1998/11/28  15:21:59
16482     Log: Implement $^C to allow perl access to -c flag - I think this 
16483          was agreed once...
16484  Branch: perl
16485        ! gv.c mg.c
16486 ____________________________________________________________________________
16487 [  2351] By: jhi                                   on 1998/11/28  15:14:24
16488     Log: Change #2251 fixup.
16489  Branch: cfgperl
16490        ! myconfig
16491 ____________________________________________________________________________
16492 [  2350] By: jhi                                   on 1998/11/28  14:58:19
16493     Log: Integrate from mainperl.
16494  Branch: cfgperl
16495       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
16496       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16497       +> pod/perl5005delta.pod
16498       !> (integrate 49 files)
16499 ____________________________________________________________________________
16500 [  2349] By: jhi                                   on 1998/11/28  14:27:36
16501     Log: Passwd and group file groveling.
16502  Branch: cfgperl
16503        ! t/op/grent.t t/op/pwent.t
16504 ____________________________________________________________________________
16505 [  2348] By: gsar                                  on 1998/11/28  14:09:50
16506     Log: more conservative version of changes#2345,2346,2347; those break
16507          C<defined(@{"foo::ISA"})> which seems to be extensively used in
16508          the libs :-(
16509  Branch: perl
16510        ! pp.c t/op/method.t
16511 ____________________________________________________________________________
16512 [  2347] By: gsar                                  on 1998/11/28  13:36:08
16513     Log: tweak bogus test
16514  Branch: perl
16515        ! t/op/method.t
16516 ____________________________________________________________________________
16517 [  2346] By: gsar                                  on 1998/11/28  13:20:34
16518     Log: test cases for previous change
16519  Branch: perl
16520        ! t/op/undef.t
16521 ____________________________________________________________________________
16522 [  2345] By: gsar                                  on 1998/11/28  13:07:17
16523     Log: fix typo in pp_defined() causing C<defined %tied> to fail
16524  Branch: perl
16525        ! pp.c
16526 ____________________________________________________________________________
16527 [  2344] By: gsar                                  on 1998/11/28  13:03:29
16528     Log: s/comment/comment_t/ tweak (suggested by John Gorman
16529          <jgorman@webbysoft.com>)
16530  Branch: perl
16531        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
16532 ____________________________________________________________________________
16533 [  2343] By: gsar                                  on 1998/11/28  12:52:40
16534     Log: add (stub) perldelta.pod
16535  Branch: perl
16536        + pod/perldelta.pod
16537 ____________________________________________________________________________
16538 [  2342] By: gsar                                  on 1998/11/28  12:49:26
16539     Log: rename perldelta.pod to perl5005delta.pod in preparation for
16540          starting a new one
16541  Branch: perl
16542       +> pod/perl5005delta.pod
16543        - pod/perldelta.pod
16544        ! MANIFEST pod/perl.pod
16545 ____________________________________________________________________________
16546 [  2341] By: gsar                                  on 1998/11/28  12:41:55
16547     Log: fix MALLOC_LOCK #define
16548  Branch: perl
16549        ! malloc.c
16550 ____________________________________________________________________________
16551 [  2340] By: gsar                                  on 1998/11/28  12:18:23
16552     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16553          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
16554          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
16555          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
16556  Branch: perl
16557        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
16558 ____________________________________________________________________________
16559 [  2339] By: jhi                                   on 1998/11/28  11:59:01
16560     Log: Add -lm to dynix/ptx POSIX hints.
16561          From: "Martin J. Bligh" <mbligh@sequent.com>
16562          To: jhi@iki.fi
16563          Subject: Re: Making Perl work on DYNIX/ptx
16564          Date: Wed, 25 Nov 1998 10:34:41 -0800
16565          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
16566  Branch: cfgperl
16567        ! ext/POSIX/hints/dynixptx.pl
16568 ____________________________________________________________________________
16569 [  2338] By: jhi                                   on 1998/11/28  11:57:19
16570     Log: Detypo.
16571  Branch: cfgperl
16572        ! lib/filetest.pm
16573 ____________________________________________________________________________
16574 [  2337] By: jhi                                   on 1998/11/28  11:56:29
16575     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
16576  Branch: cfgperl
16577        ! Configure
16578 ____________________________________________________________________________
16579 [  2336] By: gsar                                  on 1998/11/28  11:41:14
16580     Log: teach CPAN.pm to ignore beta perl distributions when looking for
16581          modules
16582          From: root@dogberry.rutgers.edu (root)
16583          Date: Thu, 12 Nov 1998 23:08:39 -0500
16584          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
16585          Subject: recompile tries getting a perl distribution
16586  Branch: perl
16587        ! lib/CPAN.pm
16588 ____________________________________________________________________________
16589 [  2335] By: gsar                                  on 1998/11/28  11:27:46
16590     Log: make $1 et al readonly under threads; make C<undef $1> fail like
16591          C<$1 = undef> does
16592  Branch: perl
16593        ! op.c pp.c t/op/undef.t
16594 ____________________________________________________________________________
16595 [  2334] By: gsar                                  on 1998/11/28  10:24:52
16596     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
16597  Branch: perl
16598        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
16599 ____________________________________________________________________________
16600 [  2333] By: gsar                                  on 1998/11/28  09:36:40
16601     Log: document changed PERL_HASH()
16602  Branch: perl
16603        ! pod/perlfunc.pod pod/perlguts.pod
16604 ____________________________________________________________________________
16605 [  2332] By: nick                                  on 1998/11/27  21:10:27
16606     Log: Handle INIT list in C.pm
16607          1. Provide init_av() from B.xs
16608          2. Export it in B.pm
16609          3. Use it in C.pm
16610          Also disable some pruning in savecv() which seems to undo
16611          my previous patch.
16612          Experimental feature - save pathnames of .so files in easily 
16613          grep-able form for use in wrapper to feed to linker.  
16614  Branch: perl
16615        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
16616 ____________________________________________________________________________
16617 [  2327] By: gsar                                  on 1998/11/27  15:12:01
16618     Log: integrate change#2315 from maint-5.005
16619  Branch: perl
16620        ! t/op/sort.t
16621       !> op.c sv.c
16622 ____________________________________________________________________________
16623 [  2326] By: gsar                                  on 1998/11/27  15:00:42
16624     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
16625  Branch: perl
16626       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
16627       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
16628       !> lib/ExtUtils/typemap
16629 ____________________________________________________________________________
16630 [  2325] By: gsar                                  on 1998/11/27  14:46:18
16631     Log: malloc bugfix and documentation from Ilya Zakharevich
16632          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
16633          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
16634          Subject: [PATCH 5.005_*] Re: Internal coredump
16635          --
16636          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
16637          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
16638          Subject: [PATCH 5.005_*] malloc.c documentation
16639  Branch: perl
16640        ! malloc.c
16641 ____________________________________________________________________________
16642 [  2324] By: gsar                                  on 1998/11/27  14:41:38
16643     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
16644  Branch: perl
16645        ! ext/B/B/C.pm
16646 ____________________________________________________________________________
16647 [  2323] By: gsar                                  on 1998/11/27  14:33:44
16648     Log: From: maeda@src.ricoh.co.jp
16649          Date: Tue, 24 Nov 1998 10:37:45 +0900
16650          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
16651          Subject: format "..." bug
16652  Branch: perl
16653        ! pp_ctl.c t/op/write.t
16654 ____________________________________________________________________________
16655 [  2322] By: gsar                                  on 1998/11/27  14:20:12
16656     Log: add ext/Devel/Peek
16657          From: jan.dubois@ibm.net (Jan Dubois)
16658          Date: Mon, 23 Nov 1998 00:48:11 +0100
16659          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
16660          Subject: [PATCH 5.005_53] Devel::Peek integration
16661  Branch: perl
16662        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
16663        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16664        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
16665        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
16666        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
16667 ____________________________________________________________________________
16668 [  2321] By: gsar                                  on 1998/11/27  13:03:08
16669     Log: ensure 'make regen_headers' even without perl installed
16670          (suggested by Ilya Zakharevich)
16671  Branch: perl
16672        ! bytecode.pl warning.pl
16673 ____________________________________________________________________________
16674 [  2320] By: gsar                                  on 1998/11/27  12:58:36
16675     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16676          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
16677          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
16678          Subject: [PATCH 5.005_*] Cosmetic malloc patch
16679  Branch: perl
16680        ! malloc.c
16681 ____________________________________________________________________________
16682 [  2319] By: gsar                                  on 1998/11/27  12:56:13
16683     Log: eliminate dup hunk from integration
16684  Branch: perl
16685        ! lib/filetest.pm perl.h
16686 ____________________________________________________________________________
16687 [  2318] By: gsar                                  on 1998/11/27  12:50:08
16688     Log: integrate cfgperl changes into mainline
16689  Branch: perl
16690       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
16691        ! pod/perlfaq4.pod
16692       !> (integrate 30 files)
16693 ____________________________________________________________________________
16694 [  2317] By: jhi                                   on 1998/11/27  11:38:13
16695     Log: C<-x>.
16696  Branch: cfgperl
16697        ! lib/filetest.pm
16698 ____________________________________________________________________________
16699 [  2316] By: jhi                                   on 1998/11/27  11:10:22
16700     Log: Integrate from mainperl.
16701  Branch: cfgperl
16702       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
16703       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
16704       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
16705       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
16706       !> win32/win32sck.c
16707 ____________________________________________________________________________
16708 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
16709     Log: integrate change#2246 from mainline, while still allowing
16710          C<sort $globref @foo>
16711          
16712          allow C<sort $coderef @foo>
16713  Branch: maint-5.005/perl
16714        ! op.c sv.c
16715       !> t/op/sort.t
16716 ____________________________________________________________________________
16717 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
16718     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
16719          forwarded by Jarkko Hietaniemi from Mark Bixby
16720  Branch: maint-5.005/perl
16721        ! ext/DynaLoader/dl_mpeix.xs installperl
16722 ____________________________________________________________________________
16723 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
16724     Log: Allow PL_FILES to have multiple targets from one source by allowing
16725          an array ref as the value in the hash
16726  Branch: maint-5.005/perl
16727        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16728        ! lib/ExtUtils/MakeMaker.pm
16729 ____________________________________________________________________________
16730 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
16731     Log: fix unsigned variables to use SvUV and sv_setuv
16732  Branch: maint-5.005/perl
16733        ! lib/ExtUtils/typemap
16734 ____________________________________________________________________________
16735 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
16736     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
16737  Branch: maint-5.005/perl
16738        ! lib/ExtUtils/MM_Unix.pm
16739 ____________________________________________________________________________
16740 [  2301] By: gsar                                  on 1998/11/26  10:16:54
16741     Log: fix PL_defoutgv leak under threads
16742  Branch: perl
16743        ! ext/Thread/Thread.xs
16744 ____________________________________________________________________________
16745 [  2300] By: gsar                                  on 1998/11/26  09:04:44
16746     Log: properly free temporaries created by threads
16747  Branch: perl
16748        ! ext/Thread/Thread.xs
16749 ____________________________________________________________________________
16750 [  2299] By: gsar                                  on 1998/11/26  06:51:16
16751     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
16752          to set the package for the block properly
16753  Branch: perl
16754        ! op.c t/comp/package.t t/lib/dumper.t
16755 ____________________________________________________________________________
16756 [  2298] By: nick                                  on 1998/11/24  22:04:20
16757     Log: Part-1 of tweaks to allow Tk to be "compiled"
16758          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
16759          (May also need attention to exports etc. - to follow.)
16760  Branch: perl
16761        ! universal.c
16762 ____________________________________________________________________________
16763 [  2294] By: jhi                                   on 1998/11/23  10:44:26
16764     Log: The new socket tests need in some platforms
16765          to #include <sys/types.h>.
16766  Branch: cfgperl
16767        ! Configure
16768 ____________________________________________________________________________
16769 [  2293] By: jhi                                   on 1998/11/23  10:33:42
16770     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16771          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
16772          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16773          Date: Mon, 23 Nov 1998 10:07:04 +0100
16774          Message-Id: <9811230907.AA06484@AWT.nl>
16775          
16776          NeXTstep NetInfo uses nidump to get the user/group databases.
16777  Branch: cfgperl
16778        ! t/op/grent.t t/op/pwent.t
16779 ____________________________________________________________________________
16780 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
16781     Log: Updated Porting/patchls utility.
16782  Branch: maint-5.004/perl
16783        ! Porting/patchls
16784 ____________________________________________________________________________
16785 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
16786     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
16787          From:  Henrik Tougaard <ht.000@foa.dk>
16788          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
16789          Files:  lib/Sys/Syslog.pm
16790  Branch: maint-5.004/perl
16791        ! lib/Sys/Syslog.pm
16792 ____________________________________________________________________________
16793 [  2286] By: jhi                                   on 1998/11/22  19:08:42
16794     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
16795  Branch: cfgperl
16796        ! ext/Socket/Socket.xs
16797 ____________________________________________________________________________
16798 [  2285] By: jhi                                   on 1998/11/22  18:21:07
16799     Log: MSG_PROXY for GNU/Hurd (previously we believed that
16800          all GNU libc platforms have MSG_PROXY.  Untrue).
16801          In fact this ended up as a major MSG_* and SCM_*
16802          update.  The MSG_XXX known to be enums in some
16803          versions of the glibc are now probed for and respective
16804          HAS_MSG_XXX are defined.  While I was at it I noticed
16805          SCM_RIGHTS being similarly an enum.  This reminded me of
16806          an ancient discussion in perl5-porters:
16807          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
16808          The BSD socket interface has a nifty feature for passing
16809          file descriptors and credentials--via sockets.  It may be
16810          too late to add this functionality to the CORE but
16811          at least Configure now probes for the functions,
16812          structs, and includes, defining the appropriate
16813          HAS_YYY and I_ZZZ, and the Socket extension exports
16814          the constants, in case somebody wants to write an
16815          extension for this interface.
16816  Branch: cfgperl
16817        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16818        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
16819        ! iperlsys.h
16820 ____________________________________________________________________________
16821 [  2284] By: jhi                                   on 1998/11/22  18:13:21
16822     Log: perlhist.pod 1.54, containing 5_53.
16823  Branch: cfgperl
16824        ! pod/perlhist.pod
16825 ____________________________________________________________________________
16826 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
16827     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
16828  Branch: maint-5.004/perl
16829        ! doio.c
16830 ____________________________________________________________________________
16831 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
16832     Log: Improve op/die_exit.t test for implicit close changing $!
16833  Branch: maint-5.004/perl
16834        ! t/op/die_exit.t
16835 ____________________________________________________________________________
16836 [  2268] By: jhi                                   on 1998/11/22  14:44:11
16837     Log: Fix thinko.
16838  Branch: cfgperl
16839        ! hints/dynixptx.sh
16840 ____________________________________________________________________________
16841 [  2267] By: jhi                                   on 1998/11/22  13:19:41
16842     Log: Document the d_socket override.
16843  Branch: cfgperl
16844        ! hints/dynixptx.sh
16845 ____________________________________________________________________________
16846 [  2266] By: jhi                                   on 1998/11/22  12:12:29
16847     Log: From: John Tobey <jtobey@channel1.com>
16848          Subject: [PATCH] perlfaq typos
16849          To: perl5-porters@perl.com
16850          Date: 22 Nov 1998 04:25:15 +0200
16851          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
16852  Branch: cfgperl
16853        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16854        ! pod/perlfaq7.pod pod/perlfaq8.pod
16855 ____________________________________________________________________________
16856 [  2265] By: jhi                                   on 1998/11/22  12:06:29
16857     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16858          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
16859          Newsgroups: hut.lists.perl5-porters
16860          To: gsar@engin.umich.edu (Gurusamy Sarathy)
16861          Cc: perl5-porters@perl.org (Perl5 Porters)
16862          Date: 20 Nov 1998 12:20:41 +0200
16863  Branch: cfgperl
16864        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16865        ! ext/DB_File/DB_File.xs
16866 ____________________________________________________________________________
16867 [  2264] By: jhi                                   on 1998/11/22  11:55:09
16868     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
16869          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16870          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16871          To: perlbug@perl.com
16872          Date: 20 Nov 1998 18:39:06 +0200
16873          Lines: 47
16874          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16875  Branch: cfgperl
16876        ! t/op/grent.t t/op/pwent.t
16877 ____________________________________________________________________________
16878 [  2263] By: jhi                                   on 1998/11/22  11:42:59
16879     Log: Permission testing is tricky when we have too much power.
16880          Problem reported in
16881          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16882          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16883          To: perlbug@perl.com
16884          Date: 20 Nov 1998 18:39:06 +0200
16885          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16886  Branch: cfgperl
16887        ! t/op/filetest.t
16888 ____________________________________________________________________________
16889 [  2262] By: gsar                                  on 1998/11/22  11:37:02
16890     Log: fix broken CAPI generation
16891  Branch: perl
16892        ! win32/GenCAPI.pl
16893 ____________________________________________________________________________
16894 [  2261] By: jhi                                   on 1998/11/22  11:17:00
16895     Log: -x should be C<-x>, reported by Gerben Wierda.
16896  Branch: cfgperl
16897        ! pod/perlfunc.pod
16898 ____________________________________________________________________________
16899 [  2260] By: gsar                                  on 1998/11/22  11:12:02
16900     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
16901  Branch: perl
16902        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
16903        ! proto.h
16904 ____________________________________________________________________________
16905 [  2259] By: jhi                                   on 1998/11/22  11:06:40
16906     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
16907          Subject: Re: [PATCH] Re: pod2man bug in date generated line
16908          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
16909          Cc: perlbug@perl.com
16910          Date: 20 Nov 1998 21:30:17 +0200
16911          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
16912  Branch: cfgperl
16913        ! pod/pod2man.PL
16914 ____________________________________________________________________________
16915 [  2256] By: jhi                                   on 1998/11/21  10:44:01
16916     Log: From: Thomas Bowditch <bowditch@inmet.com>
16917          Subject: Benchmark.pm suggestion
16918          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
16919          Date: Fri, 20 Nov 1998 17:43:46 -0500
16920          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
16921          
16922          Added timesum().
16923  Branch: cfgperl
16924        ! lib/Benchmark.pm
16925 ____________________________________________________________________________
16926 [  2255] By: gsar                                  on 1998/11/21  08:45:06
16927     Log: another win32 portability fix: make sysread() and syswrite()
16928          work on sockets
16929  Branch: perl
16930        ! pp_sys.c win32/win32.h
16931 ____________________________________________________________________________
16932 [  2254] By: gsar                                  on 1998/11/21  07:49:06
16933     Log: win32_recvfrom() compatibility fix
16934  Branch: perl
16935        ! win32/win32sck.c
16936 ____________________________________________________________________________
16937 [  2253] By: jhi                                   on 1998/11/20  08:22:06
16938     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16939          To: jhi@iki.fi
16940          Subject: MPE/iX Perl 5.005_02 oops
16941          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
16942          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
16943  Branch: cfgperl
16944        ! ext/DynaLoader/dl_mpeix.xs installperl
16945 ____________________________________________________________________________
16946 [  2252] By: gsar                                  on 1998/11/19  17:38:03
16947     Log: mess_sv tweak for change#2249
16948  Branch: perl
16949        ! util.c
16950 ____________________________________________________________________________
16951 [  2251] By: jhi                                   on 1998/11/18  12:32:19
16952     Log: Display use64bits and usemultiplicity but only if necessary.
16953  Branch: cfgperl
16954        ! myconfig
16955 ____________________________________________________________________________
16956 [  2250] By: jhi                                   on 1998/11/18  12:26:50
16957     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
16958          Subject: pp.c uses 'unsigned Quad_t'
16959          To: perlbug@perl.com 
16960          Date: Sun, 15 Nov 1998 20:57:05 -0300 
16961          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
16962  Branch: cfgperl
16963        ! perl.h pp.c
16964 ____________________________________________________________________________
16965 [  2249] By: gsar                                  on 1998/11/18  05:43:11
16966     Log: use PL_mess_sv only during global destruction (fixes problems with
16967          overlapping invocations of form()/warn()/die()/croak() trampling on
16968          each other's messages)
16969  Branch: perl
16970        ! mg.c util.c
16971 ____________________________________________________________________________
16972 [  2248] By: gsar                                  on 1998/11/18  05:39:36
16973     Log: tweak change#2245 to skip previous message if any
16974  Branch: perl
16975        ! pp_ctl.c t/pragma/warn/pp_ctl
16976 ____________________________________________________________________________
16977 [  2247] By: jhi                                   on 1998/11/17  11:46:56
16978     Log: Integrate from mainperl.
16979  Branch: cfgperl
16980       !> (integrate 26 files)
16981 ____________________________________________________________________________
16982 [  2246] By: gsar                                  on 1998/11/17  09:41:10
16983     Log: allow C<sort $coderef @foo>
16984  Branch: perl
16985        ! op.c t/op/sort.t t/pragma/overload.t
16986 ____________________________________________________________________________
16987 [  2245] By: gsar                                  on 1998/11/17  08:28:26
16988     Log: propagate failures in DESTROY() as (optional) warnings
16989  Branch: perl
16990        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
16991 ____________________________________________________________________________
16992 [  2244] By: gsar                                  on 1998/11/17  07:43:08
16993     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
16994  Branch: perl
16995        ! perl.c thrdvar.h
16996 ____________________________________________________________________________
16997 [  2243] By: gsar                                  on 1998/11/17  07:40:09
16998     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
16999  Branch: perl
17000        ! lib/warning.pm warning.h warning.pl
17001 ____________________________________________________________________________
17002 [  2242] By: gsar                                  on 1998/11/17  06:32:39
17003     Log: fix skipspace() to properly account for newlines in eval''-ed
17004          strings (caused bogus line numbers in diagnostics and debugger)
17005  Branch: perl
17006        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
17007 ____________________________________________________________________________
17008 [  2241] By: gsar                                  on 1998/11/17  03:48:12
17009     Log: s/Perl_utf8skip/PL_utf8skip/g
17010  Branch: perl
17011        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
17012 ____________________________________________________________________________
17013 [  2240] By: gsar                                  on 1998/11/14  06:09:06
17014     Log: rework op/groups.t
17015  Branch: perl
17016        ! t/op/filetest.t t/op/groups.t
17017 ____________________________________________________________________________
17018 [  2235] By: gsar                                  on 1998/11/14  00:17:05
17019     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
17020  Branch: perl
17021        ! op.c
17022 ____________________________________________________________________________
17023 [  2234] By: gsar                                  on 1998/11/14  00:14:02
17024     Log: update Changes
17025  Branch: perl
17026        ! Changes win32/config.bc win32/config.gc win32/config.vc
17027 ____________________________________________________________________________
17028 [  2233] By: gsar                                  on 1998/11/13  09:43:03
17029     Log: doc tweak
17030  Branch: perl
17031        ! README.win32
17032 ____________________________________________________________________________
17033 [  2230] By: jhi                                   on 1998/11/12  17:07:45
17034     Log: Allow hints file override for d_socket
17035          (based on Sequent-induced change #2229).
17036  Branch: cfgperl
17037        ! Configure
17038 ____________________________________________________________________________
17039 [  2229] By: jhi                                   on 1998/11/12  16:32:33
17040     Log: 
17041          From: "Martin J. Bligh" <mbligh@sequent.com>
17042          To: jhi@iki.fi
17043          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
17044          Subject: Re: Making Perl work on DYNIX/ptx
17045          Date: Tue, 10 Nov 1998 16:24:26 -0800
17046          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
17047  Branch: cfgperl
17048        ! hints/dynixptx.sh
17049 ____________________________________________________________________________
17050 [  2228] By: jhi                                   on 1998/11/12  11:40:37
17051     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
17052          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
17053          To: jhi@iki.fi
17054          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
17055          Subject: Re: Making Perl work on DYNIX/ptx
17056          Date: Tue, 10 Nov 1998 18:01:10 -0800
17057  Branch: cfgperl
17058        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
17059 ____________________________________________________________________________
17060 [  2227] By: jhi                                   on 1998/11/12  11:17:42
17061     Log: Integrate from mainperl.
17062  Branch: cfgperl
17063       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
17064       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
17065       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
17066       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
17067       !> win32/win32.c x2p/s2p.PL
17068 ____________________________________________________________________________
17069 [  2226] By: gsar                                  on 1998/11/11  21:05:42
17070     Log: provide -DPERL_POLLUTE
17071  Branch: perl
17072        ! embed.pl embedvar.h
17073 ____________________________________________________________________________
17074 [  2225] By: jhi                                   on 1998/11/09  07:45:12
17075     Log: From: Hans Mulder <hansm@icgroup.nl>
17076          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
17077          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
17078          perl5-porters@perl.org
17079          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
17080          (UNINSTALLED)
17081          Date: Sun,  8 Nov 98 22:20:23 +0100
17082          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
17083  Branch: cfgperl
17084        ! malloc.c perl.h
17085 ____________________________________________________________________________
17086 [  2224] By: gsar                                  on 1998/11/09  03:13:14
17087     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
17088          Christoph <lupe@alanya.m.isar.de>)
17089  Branch: perl
17090        ! lib/Text/Wrap.pm
17091 ____________________________________________________________________________
17092 [  2223] By: gsar                                  on 1998/11/09  02:09:06
17093     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
17094          <lionel.fourquaux@wanadoo.fr>)
17095  Branch: perl
17096        ! x2p/s2p.PL
17097 ____________________________________________________________________________
17098 [  2222] By: gsar                                  on 1998/11/09  01:56:24
17099     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
17100          Date: Wed, 04 Nov 1998 12:19:44 +0000
17101          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
17102          Subject: [PATCH] Re: [5.005_53] read overflow? 
17103          --
17104          Date: Wed, 04 Nov 1998 13:15:18 +0000
17105          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
17106          Subject: [PATCH 5.005_53] perl -V fix
17107  Branch: perl
17108        ! perl.c regexec.c
17109 ____________________________________________________________________________
17110 [  2221] By: gsar                                  on 1998/11/09  01:34:56
17111     Log: From: jan.dubois@ibm.net (Jan Dubois)
17112          Date: Sun, 01 Nov 1998 00:05:01 +0100
17113          Message-ID: <364294bd.18052307@smtp1.ibm.net>
17114          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
17115  Branch: perl
17116        ! Changes win32/makedef.pl
17117 ____________________________________________________________________________
17118 [  2220] By: gsar                                  on 1998/11/08  21:13:07
17119     Log: integrate changes#2120,2168,2218 from maint-5.005;
17120          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
17121          enum; make regen_headers
17122  Branch: perl
17123        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
17124        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
17125 ____________________________________________________________________________
17126 [  2219] By: gsar                                  on 1998/11/08  19:42:57
17127     Log: integrate cfgperl changes into mainline
17128  Branch: perl
17129       +> README.vmesa
17130       !> Configure MANIFEST Porting/Glossary Porting/config.sh
17131       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
17132       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
17133       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
17134       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
17135       !> thread.h vms/subconfigure.com vos/config.h
17136 ____________________________________________________________________________
17137 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
17138     Log: From: Graham Barr <gbarr@ti.com>
17139          Date: Mon, 2 Nov 1998 07:38:52 -0600
17140          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
17141          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
17142  Branch: maint-5.005/perl
17143        ! ext/IPC/SysV/Msg.pm
17144 ____________________________________________________________________________
17145 [  2215] By: gsar                                  on 1998/11/08  02:52:52
17146     Log: set close-on-exec bit on pipe() FDs
17147  Branch: perl
17148        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
17149 ____________________________________________________________________________
17150 [  2214] By: gsar                                  on 1998/11/08  02:27:57
17151     Log: typo in newHVhv()
17152  Branch: perl
17153        ! hv.c
17154 ____________________________________________________________________________
17155 [  2211] By: jhi                                   on 1998/11/07  21:14:18
17156     Log: Finalize the Mach CThreads support.
17157          
17158          From: Hans Mulder <hansm@icgroup.nl>
17159          Date: Sat,  7 Nov 98 22:06:20 +0100
17160          To: Gurusamy Sarathy <gsar@engin.umich.edu>
17161          Cc: jhi@iki.fi, perl5-porters@perl.org
17162          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
17163          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
17164  Branch: cfgperl
17165        ! malloc.c perl.h
17166 ____________________________________________________________________________
17167 [  2210] By: gsar                                  on 1998/11/06  20:36:50
17168     Log: fix AvREALISH bogusness
17169  Branch: perl
17170        ! av.c t/op/array.t
17171 ____________________________________________________________________________
17172 [  2209] By: jhi                                   on 1998/11/06  08:05:31
17173     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
17174          ASSERT() causes problems in {NeXTStep,OpenStep}.
17175          
17176          From: Hans Mulder <hansm@icgroup.nl>
17177          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
17178          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
17179          Date: Fri,  6 Nov 98 01:27:41 +0100
17180          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
17181          
17182          and
17183          
17184          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17185          Subject: Re: ASSERT() in malloc.c
17186          To: jhi@iki.fi
17187          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
17188          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
17189  Branch: cfgperl
17190        ! malloc.c
17191 ____________________________________________________________________________
17192 [  2208] By: jhi                                   on 1998/11/06  07:55:38
17193     Log: Mach CThreads needs #include <mach/cthreads.h>.
17194  Branch: cfgperl
17195        ! perl.h
17196 ____________________________________________________________________________
17197 [  2206] By: jhi                                   on 1998/11/05  14:54:52
17198     Log: PERL_BADLANG wrongly documented.
17199          
17200          From: ts <decoux@moulon.inra.fr>
17201          To: jhi@cc.hut.fi
17202          Subject: Re: Locale warning messages
17203          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
17204          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
17205          
17206          and
17207          
17208          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17209          Subject: Re: PERL_BADLANG
17210          To: jhi@iki.fi
17211          Subject: Re: PERL_BADLANG
17212          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
17213          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
17214  Branch: cfgperl
17215        ! pod/perllocale.pod
17216 ____________________________________________________________________________
17217 [  2205] By: jhi                                   on 1998/11/05  14:24:33
17218     Log: Document all the control flow keywords in perlfunc
17219          so that "perlfunc -f while" works.
17220  Branch: cfgperl
17221        ! pod/perlfunc.pod
17222 ____________________________________________________________________________
17223 [  2204] By: jhi                                   on 1998/11/05  12:46:02
17224     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
17225          (from vos/config.h).  Update Porting/{Glossary,config*}.
17226  Branch: cfgperl
17227        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17228        ! config_h.SH vos/config.h
17229 ____________________________________________________________________________
17230 [  2203] By: jhi                                   on 1998/11/05  08:34:39
17231     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
17232  Branch: cfgperl
17233        ! hints/vmesa.sh vms/subconfigure.com
17234 ____________________________________________________________________________
17235 [  2202] By: jhi                                   on 1998/11/05  08:03:20
17236     Log: Integrate from mainperl.
17237  Branch: cfgperl
17238       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
17239       !> win32/Makefile win32/makefile.mk win32/win32.c
17240 ____________________________________________________________________________
17241 [  2201] By: gsar                                  on 1998/11/05  04:40:44
17242     Log: another POPSTACK victim
17243  Branch: perl
17244        ! cop.h sv.c
17245 ____________________________________________________________________________
17246 [  2196] By: gsar                                  on 1998/11/05  02:07:54
17247     Log: fix a location affected by change#2191, add note about POPSTACK
17248  Branch: perl
17249        ! cop.h gv.c pp_ctl.c
17250 ____________________________________________________________________________
17251 [  2195] By: gsar                                  on 1998/11/05  02:04:45
17252     Log: makefile notes
17253  Branch: perl
17254        ! win32/Makefile win32/makefile.mk
17255 ____________________________________________________________________________
17256 [  2192] By: gsar                                  on 1998/11/04  23:48:53
17257     Log: indeterminate order-of-evaluation fixes
17258  Branch: perl
17259        ! mg.c
17260 ____________________________________________________________________________
17261 [  2191] By: gsar                                  on 1998/11/04  23:02:16
17262     Log: refetch local stack pointer in POPSTACK
17263  Branch: perl
17264        ! cop.h perl.c
17265 ____________________________________________________________________________
17266 [  2190] By: jhi                                   on 1998/11/04  08:50:40
17267     Log: Configure update.
17268          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
17269          
17270          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
17271          To: Martin Bligh <mbligh@sequent.com>
17272          Cc: Jarkko Hietaniemi <jhi@iki.fi>
17273          Subject: Re: Perl 5's configure on DYNIX/ptx
17274          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
17275          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
17276          
17277          find sockets also from libsocket, not just libnet.
17278          OS390: $compile_ok instead of $compile for <inttypes.h>,
17279          
17280          From: pvhp@forte.com (Peter Prymmer)
17281          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
17282          Subject: _53 not OK on os390 but looking better than ever
17283          Date: Tue, 3 Nov 98 17:33:22 PST
17284          Message-Id: <9811040133.AA09450@forte.com>
17285  Branch: cfgperl
17286        ! Configure
17287 ____________________________________________________________________________
17288 [  2189] By: jhi                                   on 1998/11/04  07:43:58
17289     Log: sysio.t failure: fix undefined order of evaluation, from
17290          
17291          From: Spider Boardman <spider@web.zk3.dec.com>
17292          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
17293          To: perlbug@perl.com
17294          Date: 4 Nov 1998 01:22:30 +0200
17295          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
17296  Branch: cfgperl
17297        ! pp_sys.c
17298 ____________________________________________________________________________
17299 [  2188] By: gsar                                  on 1998/11/04  02:59:16
17300     Log: fix return value of win32_pclose()
17301  Branch: perl
17302        ! win32/win32.c
17303 ____________________________________________________________________________
17304 [  2187] By: gsar                                  on 1998/11/04  02:56:34
17305     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
17306  Branch: perl
17307        ! Changes doop.c gv.c util.c
17308 ____________________________________________________________________________
17309 [  2186] By: jhi                                   on 1998/11/03  08:17:52
17310     Log: Document quads in pack.
17311  Branch: cfgperl
17312        ! pod/perlfunc.pod
17313 ____________________________________________________________________________
17314 [  2185] By: jhi                                   on 1998/11/03  07:49:35
17315     Log: (IV) vs (I32) vs I_V()
17316          
17317          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
17318          From: Anton Berezin <tobez@plab.ku.dk> 
17319          To: "p5p" <perl5-porters@perl.org> 
17320          Date: 01 Nov 1998 15:09:11 +0100 
17321          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
17322          
17323          and
17324          
17325          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
17326          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
17327          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
17328  Branch: cfgperl
17329        ! sv.c
17330 ____________________________________________________________________________
17331 [  2184] By: jhi                                   on 1998/11/03  07:42:46
17332     Log: VM/ESA updates.
17333  Branch: cfgperl
17334        + README.vmesa
17335        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
17336 ____________________________________________________________________________
17337 [  2183] By: jhi                                   on 1998/11/02  12:58:13
17338     Log: The id(1)-parsing is real fun.
17339  Branch: cfgperl
17340        ! t/op/groups.t
17341 ____________________________________________________________________________
17342 [  2182] By: jhi                                   on 1998/11/02  12:07:43
17343     Log: Decommission the symlink test.
17344  Branch: cfgperl
17345        ! t/op/lex_assign.t
17346 ____________________________________________________________________________
17347 [  2181] By: jhi                                   on 1998/11/02  12:03:08
17348     Log: Replace ATTR_JOINABLE with true Configure probe
17349          for PTHREAD_CREATE_JOINABLE (or equivalent:
17350          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
17351          Remove ATTR_JOINABLE itself: Thread.xs uses
17352          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
17353          
17354          Really scan for <mach/cthreads.h> only if usethreads.
17355  Branch: cfgperl
17356        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
17357 ____________________________________________________________________________
17358 [  2180] By: jhi                                   on 1998/11/02  11:07:34
17359     Log: In HP-UX 10.X usethreads only if the required files are present.
17360  Branch: cfgperl
17361        ! hints/hpux.sh
17362 ____________________________________________________________________________
17363 [  2179] By: jhi                                   on 1998/11/02  09:10:33
17364     Log: Prefer groups(1).
17365          id -Gn can be broken.
17366          id -a can save the day.
17367  Branch: cfgperl
17368        ! t/op/groups.t
17369 ____________________________________________________________________________
17370 [  2178] By: jhi                                   on 1998/11/02  08:35:29
17371     Log: Detrail enum comma.
17372  Branch: cfgperl
17373        ! perl.h
17374 ____________________________________________________________________________
17375 [  2177] By: jhi                                   on 1998/11/02  08:24:12
17376     Log: 0**0 = 1, from
17377          
17378          From: d-lewart@uiuc.edu (Daniel S. Lewart)
17379          Subject: Math::Complex 0**0 patches
17380          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
17381          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
17382          To: jhi@iki.fi (Jarkko Hietaniemi),
17383          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
17384  Branch: cfgperl
17385        ! lib/Math/Complex.pm t/lib/complex.t
17386 ____________________________________________________________________________
17387 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
17388     Log: From: jan.dubois@ibm.net (Jan Dubois)   
17389          Date: Fri, 09 Oct 1998 23:28:31 +0200
17390          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
17391          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
17392  Branch: maint-5.005/perl
17393        ! XSUB.h
17394 ____________________________________________________________________________
17395 [  2164] By: jhi                                   on 1998/10/31  15:50:02
17396     Log: Integrate from mainperl.
17397  Branch: cfgperl
17398       +> t/op/lex_assign.t
17399       !> (integrate 45 files)
17400
17401 ----------------
17402 Version 5.005_53
17403 ----------------
17404
17405 ____________________________________________________________________________
17406 [  2163] By: gsar                                  on 1998/10/31  11:31:12
17407     Log: bump patchlevel; other minor fixes for clean build and test on
17408          Solaris and win32
17409  Branch: perl
17410        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
17411        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
17412        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
17413        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17414        ! x2p/a2p.c
17415 ____________________________________________________________________________
17416 [  2162] By: gsar                                  on 1998/10/31  09:40:31
17417     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17418          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
17419          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
17420          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
17421  Branch: perl
17422        ! pp.h
17423 ____________________________________________________________________________
17424 [  2161] By: gsar                                  on 1998/10/31  09:39:13
17425     Log: From: Albert Dvornik <bert@genscan.com>
17426          Date: 30 Oct 1998 17:50:04 -0500
17427          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
17428          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
17429  Branch: perl
17430        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
17431 ____________________________________________________________________________
17432 [  2160] By: gsar                                  on 1998/10/31  09:35:03
17433     Log: fix for bugs in -x mode
17434          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17435          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
17436          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
17437          Subject: [PATCH 5.00552] Fix h2xs
17438  Branch: perl
17439        ! utils/h2xs.PL
17440 ____________________________________________________________________________
17441 [  2159] By: gsar                                  on 1998/10/31  09:31:36
17442     Log: Data::Dumper update
17443  Branch: perl
17444        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
17445        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
17446 ____________________________________________________________________________
17447 [  2153] By: gsar                                  on 1998/10/30  21:40:09
17448     Log: add testsuite portion of patch
17449          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17450          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
17451          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
17452          Subject: [PATCH 5.00321 ;-)] 87% speedup
17453  Branch: perl
17454        + t/op/lex_assign.t
17455        ! MANIFEST
17456 ____________________________________________________________________________
17457 [  2152] By: gsar                                  on 1998/10/30  21:08:11
17458     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
17459  Branch: perl
17460        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
17461 ____________________________________________________________________________
17462 [  2151] By: gsar                                  on 1998/10/30  20:18:09
17463     Log: From: Mark-Jason Dominus <mjd@plover.com>
17464          Date: Fri, 30 Oct 1998 14:24:23 EST
17465          Message-Id: <19981030192423.27276.qmail@plover.com>
17466          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
17467  Branch: perl
17468        ! x2p/walk.c
17469 ____________________________________________________________________________
17470 [  2150] By: gsar                                  on 1998/10/30  20:08:57
17471     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17472          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
17473          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
17474          Subject: [PATCH 5.00552] Overloaded <> and deref again
17475  Branch: perl
17476        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
17477        ! t/pragma/overload.t toke.c
17478 ____________________________________________________________________________
17479 [  2149] By: gsar                                  on 1998/10/30  19:38:15
17480     Log: From: Roderick Schertler <roderick@argon.org>
17481          Date: Thu, 29 Oct 1998 14:50:18 -0500
17482          Message-ID: <17625.909690618@eeyore.ibcinc.com>
17483          Subject: patch for daemonization docs in perlipc
17484  Branch: perl
17485        ! pod/perlipc.pod
17486 ____________________________________________________________________________
17487 [  2148] By: gsar                                  on 1998/10/30  19:36:07
17488     Log: From: Anton Berezin <tobez@plab.ku.dk>
17489          Date: 29 Oct 1998 17:06:25 +0100
17490          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
17491          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
17492  Branch: perl
17493        ! win32/win32.c
17494 ____________________________________________________________________________
17495 [  2147] By: gsar                                  on 1998/10/30  19:31:37
17496     Log: tweaked version of suggested patch
17497          From: Anton Berezin <tobez@plab.ku.dk>
17498          Date: 29 Oct 1998 14:48:54 +0100
17499          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
17500          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
17501  Branch: perl
17502        ! win32/win32.c
17503 ____________________________________________________________________________
17504 [  2146] By: gsar                                  on 1998/10/30  19:03:50
17505     Log: hand-apply whitespace-mutiliated patch
17506          From: "vishal bhatia" <vishalb@hotmail.com>
17507          Date: Wed, 28 Oct 1998 23:45:32 PST
17508          Message-ID: <19981029074534.2334.qmail@hotmail.com>
17509          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
17510  Branch: perl
17511        ! ext/B/B/C.pm ext/B/B/CC.pm
17512 ____________________________________________________________________________
17513 [  2145] By: gsar                                  on 1998/10/30  18:46:58
17514     Log: remaining PL_foo stragglers
17515  Branch: perl
17516        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
17517        ! op.h os2/os2.c vms/gen_shrfls.pl
17518 ____________________________________________________________________________
17519 [  2144] By: gsar                                  on 1998/10/30  17:38:36
17520     Log: integrate cfgperl tweaks into mainline
17521  Branch: perl
17522       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
17523       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17524 ____________________________________________________________________________
17525 [  2143] By: jhi                                   on 1998/10/30  13:27:39
17526     Log: There can be multiple yacc/bison errors.
17527  Branch: cfgperl
17528        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17529 ____________________________________________________________________________
17530 [  2142] By: jhi                                   on 1998/10/30  13:18:43
17531     Log: README.posix-bc update.
17532  Branch: cfgperl
17533        ! README.posix-bc
17534 ____________________________________________________________________________
17535 [  2141] By: jhi                                   on 1998/10/30  09:12:59
17536     Log: #2133 fallout.
17537  Branch: cfgperl
17538        ! doio.c ext/POSIX/POSIX.xs
17539 ____________________________________________________________________________
17540 [  2140] By: jhi                                   on 1998/10/30  08:43:18
17541     Log: Integrate from mainperl.
17542  Branch: cfgperl
17543       +> globvar.sym pp.sym
17544        - objpp.h thread.sym
17545       !> (integrate 61 files)
17546 ____________________________________________________________________________
17547 [  2133] By: gsar                                  on 1998/10/30  02:51:39
17548     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
17549          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
17550          should soon be automated also; the global variables that
17551          escaped the PL_foo conversion are now reined in; renamed
17552          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
17553          type of same name; duplicated lists of pp_things in various
17554          places is now gone; result has only been tested on win32
17555  Branch: perl
17556        + globvar.sym pp.sym
17557        - objpp.h thread.sym
17558        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
17559        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
17560        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
17561        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
17562        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
17563        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
17564        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
17565        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
17566        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
17567        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17568        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
17569 ____________________________________________________________________________
17570 [  2130] By: jhi                                   on 1998/10/29  15:31:26
17571     Log: Pure bison yylex() proto was broken.
17572  Branch: cfgperl
17573        ! proto.h
17574 ____________________________________________________________________________
17575 [  2126] By: jhi                                   on 1998/10/29  08:35:54
17576     Log: Integrate mainperl.
17577  Branch: cfgperl
17578       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
17579       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
17580       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
17581       !> t/pragma/warn/doio toke.c win32/makefile.mk
17582 ____________________________________________________________________________
17583 [  2125] By: jhi                                   on 1998/10/29  08:32:38
17584     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
17585  Branch: cfgperl
17586        ! Makefile.SH
17587 ____________________________________________________________________________
17588 [  2124] By: jhi                                   on 1998/10/29  08:06:44
17589     Log: EBCDIC Makefile.SH tuneup.
17590  Branch: cfgperl
17591        ! Makefile.SH
17592 ____________________________________________________________________________
17593 [  2119] By: gsar                                  on 1998/10/28  23:24:04
17594     Log: remove doubled hunk from integration
17595  Branch: perl
17596        ! pp.c
17597 ____________________________________________________________________________
17598 [  2118] By: gsar                                  on 1998/10/28  22:03:31
17599     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17600          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
17601          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
17602          Subject: [PATCH 5.00552] Minor debugger tweaks
17603  Branch: perl
17604        ! lib/perl5db.pl
17605 ____________________________________________________________________________
17606 [  2117] By: gsar                                  on 1998/10/28  22:02:30
17607     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17608          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
17609          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
17610          Subject: [PATCH 5.00552] Make sort respect overloading
17611  Branch: perl
17612        ! pp_ctl.c proto.h t/pragma/overload.t
17613 ____________________________________________________________________________
17614 [  2116] By: gsar                                  on 1998/10/28  21:51:11
17615     Log: MM patches from Ilya Zakharevich
17616          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
17617          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
17618          Subject: [PATCH 5.00552] Make MakeMaker more verbose
17619          --
17620          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
17621          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
17622          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
17623  Branch: perl
17624        ! lib/ExtUtils/MakeMaker.pm
17625 ____________________________________________________________________________
17626 [  2115] By: gsar                                  on 1998/10/28  21:46:19
17627     Log: add explicit references to perl source path in ld2 and gcc2
17628  Branch: perl
17629        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
17630 ____________________________________________________________________________
17631 [  2114] By: gsar                                  on 1998/10/28  21:39:56
17632     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
17633          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
17634          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
17635          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
17636  Branch: perl
17637        ! INSTALL
17638 ____________________________________________________________________________
17639 [  2113] By: gsar                                  on 1998/10/28  21:21:16
17640     Log: integrate cfgperl into mainline
17641  Branch: perl
17642       +> t/op/filetest.t
17643       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
17644       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
17645       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17646       !> thread.h toke.c vmesa/Makefile
17647 ____________________________________________________________________________
17648 [  2112] By: gsar                                  on 1998/10/28  21:14:18
17649     Log: minor cleanup
17650  Branch: perl
17651        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
17652 ____________________________________________________________________________
17653 [  2111] By: gsar                                  on 1998/10/28  18:52:10
17654     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
17655  Branch: perl
17656        ! toke.c
17657 ____________________________________________________________________________
17658 [  2110] By: jhi                                   on 1998/10/28  15:07:54
17659     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
17660  Branch: cfgperl
17661        ! Makefile.SH
17662 ____________________________________________________________________________
17663 [  2109] By: jhi                                   on 1998/10/28  13:39:54
17664     Log: a2p.y needs to generate also y.tab.h.
17665  Branch: cfgperl
17666        ! Makefile.SH
17667 ____________________________________________________________________________
17668 [  2108] By: jhi                                   on 1998/10/28  10:33:36
17669     Log: The "parse error" must be converted to "syntax error",
17670          just matching it aint' enough.
17671  Branch: cfgperl
17672        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17673        ! t/pragma/warning.t
17674 ____________________________________________________________________________
17675 [  2107] By: jhi                                   on 1998/10/28  10:23:05
17676     Log: Regen sig_n{ame,umber}* if slightest doubt.
17677  Branch: cfgperl
17678        ! Configure
17679 ____________________________________________________________________________
17680 [  2106] By: jhi                                   on 1998/10/28  08:44:49
17681     Log: Bison says 'parse error', not 'parser error'.
17682  Branch: cfgperl
17683        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17684        ! t/pragma/warning.t
17685 ____________________________________________________________________________
17686 [  2105] By: jhi                                   on 1998/10/28  08:42:09
17687     Log: yylex() parametrization.
17688  Branch: cfgperl
17689        ! proto.h toke.c
17690 ____________________________________________________________________________
17691 [  2104] By: jhi                                   on 1998/10/28  08:25:09
17692     Log: Bring in #2102.
17693  Branch: cfgperl
17694        ! pp.c
17695 ____________________________________________________________________________
17696 [  2103] By: jhi                                   on 1998/10/28  08:22:04
17697     Log: From: Dominic Dunlop <domo@vo.lu>
17698          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
17699          Date: 27 Oct 1998 20:47:25 +0200
17700          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
17701  Branch: cfgperl
17702        ! t/op/groups.t
17703 ____________________________________________________________________________
17704 [  2102] By: larry                                 on 1998/10/27  18:58:55
17705     Log: utf8 change to quotemeta broke EBCDIC
17706  Branch: perl
17707        ! pp.c
17708 ____________________________________________________________________________
17709 [  2101] By: jhi                                   on 1998/10/27  12:55:34
17710     Log: $Config{sig_num_init}.
17711          Also, a new approach to the 'pthreads-created-joinable': drop
17712          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
17713          directly. (See also #2096).
17714  Branch: cfgperl
17715        ! Configure config_h.SH
17716 ____________________________________________________________________________
17717 [  2100] By: jhi                                   on 1998/10/27  10:48:55
17718     Log: Regenerated perly_c.diff.
17719  Branch: cfgperl
17720        ! perly_c.diff
17721 ____________________________________________________________________________
17722 [  2099] By: jhi                                   on 1998/10/27  08:42:25
17723     Log: First the mangler was Netscape, then it was me.
17724  Branch: cfgperl
17725        ! vmesa/Makefile
17726 ____________________________________________________________________________
17727 [  2098] By: jhi                                   on 1998/10/27  08:34:40
17728     Log: `id -Gn` might be available where `groups` is not.
17729  Branch: cfgperl
17730        ! t/op/groups.t
17731 ____________________________________________________________________________
17732 [  2097] By: jhi                                   on 1998/10/27  08:05:17
17733     Log: Netscape had mangled the tabs.
17734  Branch: cfgperl
17735        ! vmesa/Makefile
17736 ____________________________________________________________________________
17737 [  2096] By: jhi                                   on 1998/10/27  08:03:05
17738     Log: ATTR_JOINABLE logic, based on (private email)
17739          
17740          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17741          Subject: Some little diffs
17742          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
17743          Date: Tue, 27 Oct 1998 13:44:42 +1300
17744  Branch: cfgperl
17745        ! thread.h
17746 ____________________________________________________________________________
17747 [  2095] By: jhi                                   on 1998/10/27  07:56:57
17748     Log: Mach cthreads support based on:
17749          
17750          From: brie@corp.home.net (Brian Harrison)
17751          Subject: perl5.005_02 patch for mthreads
17752          To: perl5-porters@perl.org
17753          Date: 24 Oct 1998 01:01:55 +0300
17754          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
17755          
17756          Pthread yield probe (dejavu)
17757          Cosmetic nanochange for the union semun output.
17758          Better inttypes.h probe.
17759          Undo the 'void *' $selecttype probe from #1971 because
17760          it breaks the $selectminbits test.
17761  Branch: cfgperl
17762        ! Configure config_h.SH perl.h thread.h
17763 ____________________________________________________________________________
17764 [  2094] By: jhi                                   on 1998/10/26  13:02:07
17765     Log: Also posix-bc wants to reyacc.
17766  Branch: cfgperl
17767        ! Makefile.SH
17768 ____________________________________________________________________________
17769 [  2093] By: jhi                                   on 1998/10/26  10:17:21
17770     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
17771          5_02 and really breaking things in non-ASCII worlds.
17772  Branch: cfgperl
17773        ! pp.c
17774 ____________________________________________________________________________
17775 [  2092] By: jhi                                   on 1998/10/26  09:08:00
17776     Log: More robustness.
17777  Branch: cfgperl
17778        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17779        ! t/pragma/warning.t
17780 ____________________________________________________________________________
17781 [  2091] By: jhi                                   on 1998/10/26  08:47:32
17782     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
17783          Bison really wants YYLEX_PARAM.
17784  Branch: cfgperl
17785        ! perly.y proto.h toke.c
17786 ____________________________________________________________________________
17787 [  2090] By: jhi                                   on 1998/10/26  08:21:25
17788     Log: s/YYLEX_PARAM/YYLEXPARAM/
17789  Branch: cfgperl
17790        ! perly.y
17791 ____________________________________________________________________________
17792 [  2089] By: jhi                                   on 1998/10/26  08:17:33
17793     Log: Indicate skipped subtests.
17794  Branch: cfgperl
17795        ! t/io/pipe.t
17796 ____________________________________________________________________________
17797 [  2088] By: jhi                                   on 1998/10/26  08:11:36
17798     Log: Integrate from mainperl.
17799  Branch: cfgperl
17800       !> (integrate 54 files)
17801 ____________________________________________________________________________
17802 [  2087] By: jhi                                   on 1998/10/26  08:08:02
17803     Log: Add test for filetests.
17804  Branch: cfgperl
17805        + t/op/filetest.t
17806        ! MANIFEST
17807 ____________________________________________________________________________
17808 [  2086] By: gsar                                  on 1998/10/26  02:44:44
17809     Log: various win32 tweaks; disable new xs_cpp section (it creates
17810          ambiguous inference graph for %.xs --> %.o)
17811  Branch: perl
17812        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
17813        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
17814        ! win32/config.gc win32/config_H.gc win32/makedef.pl
17815        ! win32/makefile.mk win32/win32.h
17816 ____________________________________________________________________________
17817 [  2085] By: gsar                                  on 1998/10/26  00:50:02
17818     Log: sanity-check $Config{drand01} in rand.t
17819  Branch: perl
17820        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
17821        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17822 ____________________________________________________________________________
17823 [  2078] By: gsar                                  on 1998/10/25  10:22:04
17824     Log: update win32/config*.?c
17825  Branch: perl
17826        ! Changes win32/config.bc win32/config.gc win32/config.vc
17827        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17828 ____________________________________________________________________________
17829 [  2077] By: gsar                                  on 1998/10/25  08:39:25
17830     Log: From: Graham Barr <gbarr@pobox.com>
17831          Date: Sat, 24 Oct 1998 21:45:50 -0500
17832          Message-ID: <19981024214550.C508@pobox.com>
17833          Subject: Re: die with a reference  should use overload "" operator
17834  Branch: perl
17835        ! pp_ctl.c
17836 ____________________________________________________________________________
17837 [  2076] By: gsar                                  on 1998/10/25  08:37:49
17838     Log: From: Graham Barr <gbarr@pobox.com>
17839          Date: Sat, 24 Oct 1998 12:45:21 -0500
17840          Message-ID: <19981024124521.C512@pobox.com>
17841          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
17842  Branch: perl
17843        ! sv.c
17844 ____________________________________________________________________________
17845 [  2075] By: gsar                                  on 1998/10/25  08:24:09
17846     Log: fix C<print $n += 5;> etc.
17847  Branch: perl
17848        ! toke.c
17849 ____________________________________________________________________________
17850 [  2074] By: gsar                                  on 1998/10/25  08:12:28
17851     Log: list builtins with portability caveats
17852          From: Jarkko Hietaniemi <jhi@iki.fi>
17853          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
17854          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
17855          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
17856  Branch: perl
17857        ! pod/perlfunc.pod
17858 ____________________________________________________________________________
17859 [  2073] By: gsar                                  on 1998/10/25  07:55:43
17860     Log: fix stack overrun in file test operators
17861  Branch: perl
17862        ! pp_sys.c
17863 ____________________________________________________________________________
17864 [  2072] By: gsar                                  on 1998/10/25  07:29:45
17865     Log: implement C<goto &func> and other fixes (via private mail)
17866          From:    "vishal bhatia" <vishalb@hotmail.com>
17867          Date:    Wed, 21 Oct 1998 22:59:03 PDT
17868          Message-Id: <19981022055904.20083.qmail@hotmail.com>
17869          Subject: [PATCH 5.005_52] More fixes for B
17870  Branch: perl
17871        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17872 ____________________________________________________________________________
17873 [  2071] By: gsar                                  on 1998/10/25  07:14:41
17874     Log: From: Graham Barr <gbarr@pobox.com>
17875          Date: Sat, 17 Oct 1998 20:42:41 -0500
17876          Message-ID: <19981017204241.G510@pobox.com>
17877          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
17878  Branch: perl
17879        ! pp_ctl.c
17880 ____________________________________________________________________________
17881 [  2070] By: gsar                                  on 1998/10/25  07:07:29
17882     Log: avoid bogus line number in XSUB redefined warnings
17883  Branch: perl
17884        ! op.c
17885 ____________________________________________________________________________
17886 [  2069] By: gsar                                  on 1998/10/25  06:59:03
17887     Log: From: Martijn Koster <mak@excitecorp.com>
17888          Date: Wed, 21 Oct 1998 13:12:03 +0100
17889          Message-ID: <19981021131203.A15661@excitecorp.com>
17890          Subject: File::Path::mkpath reports the wrong error
17891  Branch: perl
17892        ! lib/File/Path.pm
17893 ____________________________________________________________________________
17894 [  2068] By: gsar                                  on 1998/10/25  06:54:43
17895     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
17896          Date: Tue, 20 Oct 1998 20:52:20 -0500
17897          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
17898          Subject: Exporter.pm's export_to_level() argument handling buggy
17899  Branch: perl
17900        ! lib/Exporter.pm
17901 ____________________________________________________________________________
17902 [  2067] By: gsar                                  on 1998/10/25  06:50:19
17903     Log: From: jan.dubois@ibm.net (Jan Dubois)
17904          Date: Wed, 21 Oct 1998 00:55:51 +0200
17905          Message-ID: <36380269.55370608@smtp1.ibm.net>
17906          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
17907  Branch: perl
17908        ! ext/DynaLoader/DynaLoader_pm.PL
17909 ____________________________________________________________________________
17910 [  2066] By: gsar                                  on 1998/10/25  06:48:19
17911     Log: recognize '%' as a shell metachar for win32
17912          From: jan.dubois@ibm.net (Jan Dubois)
17913          Date: Tue, 20 Oct 1998 21:57:35 +0200
17914          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
17915          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
17916  Branch: perl
17917        ! win32/win32.c
17918 ____________________________________________________________________________
17919 [  2065] By: gsar                                  on 1998/10/25  06:46:30
17920     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
17921  Branch: perl
17922        ! sv.c
17923 ____________________________________________________________________________
17924 [  2064] By: gsar                                  on 1998/10/25  06:45:09
17925     Log: From: Gisle Aas <gisle@aas.no>
17926          Date: 20 Oct 1998 14:24:44 +0200
17927          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
17928          Subject: ord() and unpack("U*",...) should not be negative
17929  Branch: perl
17930        ! pp.c
17931 ____________________________________________________________________________
17932 [  2063] By: gsar                                  on 1998/10/25  06:42:29
17933     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17934          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
17935          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
17936          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
17937  Branch: perl
17938        ! os2/os2.c
17939 ____________________________________________________________________________
17940 [  2062] By: gsar                                  on 1998/10/25  06:41:26
17941     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17942          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
17943          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
17944          Subject: [PATCH 5.005_*] Speed up aassign
17945  Branch: perl
17946        ! pp_hot.c
17947 ____________________________________________________________________________
17948 [  2061] By: gsar                                  on 1998/10/25  06:39:04
17949     Log: From: Graham Barr <gbarr@pobox.com>
17950          Date: Sat, 17 Oct 1998 22:22:02 -0500
17951          Message-ID: <19981017222202.J510@pobox.com>
17952          Subject: Re: '*' prototype does not allow bareword with strict
17953  Branch: perl
17954        ! toke.c
17955 ____________________________________________________________________________
17956 [  2060] By: gsar                                  on 1998/10/25  06:37:34
17957     Log: handle '::' in section names properly
17958          From: Graham Barr <gbarr@pobox.com>
17959          Date: Sat, 17 Oct 1998 12:57:54 -0500
17960          Message-ID: <19981017125754.C510@pobox.com>
17961          Subject: Re: pod2html
17962  Branch: perl
17963        ! lib/Pod/Html.pm
17964 ____________________________________________________________________________
17965 [  2059] By: gsar                                  on 1998/10/25  06:33:43
17966     Log: integrate changes#1982,2014,2021 (from maint-5.005)
17967  Branch: perl
17968       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
17969       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
17970 ____________________________________________________________________________
17971 [  2058] By: gsar                                  on 1998/10/25  05:44:17
17972     Log: allow more win32 symbol exports (suggested by Jan Dubois)
17973  Branch: perl
17974        ! win32/makedef.pl
17975 ____________________________________________________________________________
17976 [  2057] By: gsar                                  on 1998/10/25  05:40:40
17977     Log: integrate change#2053 from maint-5.005
17978  Branch: perl
17979       !> cop.h t/cmd/while.t
17980 ____________________________________________________________________________
17981 [  2056] By: gsar                                  on 1998/10/25  05:16:41
17982     Log: commented version of a patch suggested by Drago Goricanec
17983          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17984          Date: 16 Oct 1998 15:24:45 +0300
17985          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
17986          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
17987  Branch: perl
17988        ! pp_sys.c
17989 ____________________________________________________________________________
17990 [  2055] By: gsar                                  on 1998/10/25  05:11:03
17991     Log: include eof() in description of buffering caveats
17992          From: Anton Berezin <tobez@plab.ku.dk>
17993          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
17994          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
17995          Subject: [DOCPATCH] pod/perlfunc.pod
17996  Branch: perl
17997        ! pod/perlfunc.pod
17998 ____________________________________________________________________________
17999 [  2054] By: gsar                                  on 1998/10/25  05:07:42
18000     Log: disallow 'x' in hex numbers (except leading '0x')
18001          From: Gisle Aas <gisle@aas.no>
18002          Date: 16 Oct 1998 16:33:12 +0200
18003          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
18004          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
18005  Branch: perl
18006        ! perlvars.h t/op/oct.t util.c
18007 ____________________________________________________________________________
18008 [  2052] By: gsar                                  on 1998/10/25  04:49:04
18009     Log: avoid the circular refcnt logic in magic_mutexfree()
18010  Branch: perl
18011        ! mg.c pp.c pp_hot.c
18012 ____________________________________________________________________________
18013 [  2051] By: gsar                                  on 1998/10/25  04:35:07
18014     Log: properly restore PL_rsfp_filters after require
18015  Branch: perl
18016        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
18017        ! scope.h
18018 ____________________________________________________________________________
18019 [  2050] By: gsar                                  on 1998/10/25  02:42:32
18020     Log: integrate cfgperl changes back into mainline
18021  Branch: perl
18022       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
18023       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
18024       !> (integrate 33 files)
18025 ____________________________________________________________________________
18026 [  2049] By: gsar                                  on 1998/10/25  01:30:48
18027     Log: avoid "mysterious" compile-time failures without messages
18028  Branch: perl
18029        ! gv.c
18030 ____________________________________________________________________________
18031 [  2041] By: gsar                                  on 1998/10/23  21:11:56
18032     Log: checkin jpl under //depot/perlext/jpl/...
18033  Branch: perlext
18034        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
18035        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
18036        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
18037        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
18038        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
18039        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
18040        + jpl/PerlInterpreter/Makefile.PL
18041        + jpl/PerlInterpreter/PerlInterpreter.c
18042        + jpl/PerlInterpreter/PerlInterpreter.h
18043        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
18044        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
18045        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
18046        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
18047        + jpl/get_jdk/jdk_hosts jpl/install-jpl
18048 ____________________________________________________________________________
18049 [  2040] By: larry                                 on 1998/10/23  19:31:42
18050     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
18051  Branch: perl
18052        ! pp.c
18053 ____________________________________________________________________________
18054 [  2039] By: larry                                 on 1998/10/23  18:48:34
18055     Log: tr///d does not seem to work
18056  Branch: perl
18057        ! lib/utf8_heavy.pl
18058 ____________________________________________________________________________
18059 [  2038] By: larry                                 on 1998/10/23  18:00:41
18060     Log: Program with utf8 identifiers fails to compile
18061  Branch: perl
18062        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
18063 ____________________________________________________________________________
18064 [  2037] By: jhi                                   on 1998/10/23  14:04:51
18065     Log: Test suite portability:
18066          - posix-bc does not write to broken pipes
18067          - filehand #11 only iff we have fork
18068          - warning.t can now match $expected using regular expressions
18069  Branch: cfgperl
18070        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
18071        ! t/pragma/warning.t
18072 ____________________________________________________________________________
18073 [  2036] By: jhi                                   on 1998/10/23  12:12:07
18074     Log: yacc clarification.
18075  Branch: cfgperl
18076        ! README.posix-bc
18077 ____________________________________________________________________________
18078 [  2035] By: jhi                                   on 1998/10/23  12:09:59
18079     Log: Some C compilers get upset about 8-bit characters in /* comments. */
18080  Branch: cfgperl
18081        ! mg.c
18082 ____________________________________________________________________________
18083 [  2034] By: jhi                                   on 1998/10/22  09:11:52
18084     Log: Configure update: both for pthread_yield more robust
18085          testing (all variants of pthread_attr_getdetachstate()) --
18086          and because Configure was broken in major way! About 1000
18087          last lines were truncated.
18088  Branch: cfgperl
18089        ! Configure
18090 ____________________________________________________________________________
18091 [  2033] By: jhi                                   on 1998/10/22  07:47:10
18092     Log: DJGPP feedback for #2028.
18093  Branch: cfgperl
18094        ! thread.h
18095 ____________________________________________________________________________
18096 [  2032] By: jhi                                   on 1998/10/21  13:03:57
18097     Log: yielding, the saga continues.
18098  Branch: cfgperl
18099        ! Configure config_h.SH
18100       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
18101       !> t/op/goto.t t/pragma/constant.t
18102 ____________________________________________________________________________
18103 [  2031] By: jhi                                   on 1998/10/21  09:15:42
18104     Log: VM/ESA feedback for #2028.
18105  Branch: cfgperl
18106        ! Configure config_h.SH thread.h
18107 ____________________________________________________________________________
18108 [  2030] By: gsar                                  on 1998/10/21  04:22:53
18109     Log: fix handling of mayhaps-extended @_ in goto &sub
18110  Branch: perl
18111        ! av.c pp_ctl.c t/op/goto.t
18112 ____________________________________________________________________________
18113 [  2029] By: gsar                                  on 1998/10/21  00:54:14
18114     Log: restore sanity to "constant" references
18115  Branch: perl
18116        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
18117 ____________________________________________________________________________
18118 [  2028] By: jhi                                   on 1998/10/20  15:01:20
18119     Log: OLD_PTHREADS_API reorganizing.
18120  Branch: cfgperl
18121        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
18122        ! vmesa/vmesaish.h
18123 ____________________________________________________________________________
18124 [  2027] By: jhi                                   on 1998/10/20  14:14:51
18125     Log: #2026 fallout.
18126  Branch: cfgperl
18127        ! Makefile.SH
18128 ____________________________________________________________________________
18129 [  2026] By: jhi                                   on 1998/10/20  11:47:21
18130     Log: VM/ESA update.
18131  Branch: cfgperl
18132        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
18133 ____________________________________________________________________________
18134 [  2025] By: jhi                                   on 1998/10/20  08:20:56
18135     Log: 64-bitness, based on
18136          
18137          From: Scott Henry <scotth@sgi.com>
18138          To: perl-64bit@perl.org
18139          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
18140          Subject: Re: Configure problems/questions...
18141          Date: 19 Oct 1998 22:38:06 -0700
18142  Branch: cfgperl
18143        ! hints/irix_6.sh perl.h
18144 ____________________________________________________________________________
18145 [  2024] By: jhi                                   on 1998/10/20  08:09:07
18146     Log: Add lseeksize.
18147  Branch: cfgperl
18148        ! config_h.SH
18149 ____________________________________________________________________________
18150 [  2023] By: jhi                                   on 1998/10/20  08:08:33
18151     Log: Mumble about _yields() only when threaded.
18152  Branch: cfgperl
18153        ! Configure
18154 ____________________________________________________________________________
18155 [  2022] By: jhi                                   on 1998/10/20  07:46:26
18156     Log: Thinko at PTHREADS_CREATED_JOINABLE.
18157  Branch: cfgperl
18158        ! thread.h
18159 ____________________________________________________________________________
18160 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
18161     Log: From: Chip Salzenberg <chip@perlsupport.com>
18162          Date: Tue, 6 Oct 1998 13:33:05 -0400
18163          Message-ID: <19981006133305.A2348@perlsupport.com>
18164          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
18165  Branch: maint-5.005/perl
18166        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
18167        ! t/op/tie.t
18168 ____________________________________________________________________________
18169 [  2020] By: jhi                                   on 1998/10/19  09:15:53
18170     Log: YIELD more robustly.
18171  Branch: cfgperl
18172        ! thread.h
18173 ____________________________________________________________________________
18174 [  2019] By: jhi                                   on 1998/10/19  08:48:33
18175     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
18176          the 'new' one (just like DJGPP, it seems).
18177  Branch: cfgperl
18178        ! thread.h
18179 ____________________________________________________________________________
18180 [  2018] By: jhi                                   on 1998/10/19  07:02:44
18181     Log: vmesaish.h doesn't exclude unixish.h.
18182  Branch: cfgperl
18183        ! perl.h
18184 ____________________________________________________________________________
18185 [  2017] By: jhi                                   on 1998/10/19  06:44:19
18186     Log: 1<<$randbits is not good for randbits=48.
18187  Branch: cfgperl
18188        ! t/op/rand.t
18189 ____________________________________________________________________________
18190 [  2016] By: jhi                                   on 1998/10/19  06:39:47
18191     Log: Make #2012 glob pattern more portable.
18192  Branch: cfgperl
18193        ! Makefile.SH
18194 ____________________________________________________________________________
18195 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
18196     Log: Fix POSIX::sigprocmask not to check type of $old parameter
18197          as it is output only
18198  Branch: maint-5.005/perl
18199        ! ext/POSIX/POSIX.xs
18200 ____________________________________________________________________________
18201 [  2012] By: jhi                                   on 1998/10/17  15:04:23
18202     Log: clean numbered core dumps and t/tmp[0-9]*.
18203  Branch: cfgperl
18204        ! Makefile.SH
18205 ____________________________________________________________________________
18206 [  2011] By: jhi                                   on 1998/10/17  14:59:15
18207     Log: More robust yacc/bison failure output handling.
18208  Branch: cfgperl
18209        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18210 ____________________________________________________________________________
18211 [  2010] By: jhi                                   on 1998/10/17  14:51:05
18212     Log: BC2000 POSIX update.
18213  Branch: cfgperl
18214        ! MANIFEST
18215 ____________________________________________________________________________
18216 [  2009] By: jhi                                   on 1998/10/17  14:49:46
18217     Log: POSIX BC2000 port from perl-mvs:
18218          
18219          Subject: Ported perl 5.005.02 to BS2000 / POSIX
18220          From: Dorner Thomas <Thomas.Dorner@start.de> 
18221          Date: Tue, 29 Sep 1998 13:29:36 +0100 
18222          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
18223  Branch: cfgperl
18224        + README.posix-bc hints/posix-bc.sh
18225        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
18226        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
18227        ! unixish.h
18228 ____________________________________________________________________________
18229 [  2008] By: jhi                                   on 1998/10/17  14:07:49
18230     Log: VM/ESA-update.
18231  Branch: cfgperl
18232        ! MANIFEST
18233 ____________________________________________________________________________
18234 [  2007] By: jhi                                   on 1998/10/17  13:55:34
18235     Log: Forgot few S_I* imports.
18236  Branch: cfgperl
18237        ! t/lib/ipc_sysv.t
18238 ____________________________________________________________________________
18239 [  2006] By: jhi                                   on 1998/10/17  13:43:54
18240     Log: The VM/ESA port essentials, based on
18241          
18242          perl-mvs:
18243          
18244          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18245          Subject: Re: Can't find Data/Dumper.pm
18246          Date: Mon, 28 Sep 1998 07:40:49 +1300
18247          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
18248          
18249          private email:
18250          
18251          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18252          Subject: Re: Perl thread problems in VM/ESA
18253          Date: Thu, 15 Oct 1998 07:18:35 +1300
18254          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
18255          
18256          and private email:
18257          
18258          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
18259          Subject:  perl archive
18260          Date:  Sun, 11 Oct 1998 19:28:54 EDT
18261          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
18262          which gave a pointer to
18263          
18264          http://pucc.princeton.edu/~neale/perl.tar
18265          
18266          (based on Perl 5.005_51)
18267  Branch: cfgperl
18268        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
18269        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
18270        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
18271        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
18272 ____________________________________________________________________________
18273 [  2005] By: jhi                                   on 1998/10/17  13:17:19
18274     Log: Integrate mainperl.
18275  Branch: cfgperl
18276       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
18277       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18278       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
18279       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
18280       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
18281       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
18282       !> win32/makefile.mk
18283 ____________________________________________________________________________
18284 [  2004] By: jhi                                   on 1998/10/17  11:19:06
18285     Log: Removed an extra ' from the int64_t test.
18286  Branch: cfgperl
18287        ! Configure
18288 ____________________________________________________________________________
18289 [  2003] By: gsar                                  on 1998/10/17  04:11:40
18290     Log: silence -w noises (suggested by Greg Bacon)
18291  Branch: perl
18292        ! lib/Term/Complete.pm
18293 ____________________________________________________________________________
18294 [  2002] By: gsar                                  on 1998/10/17  04:07:48
18295     Log: From: Gisle Aas <gisle@aas.no>
18296          Date: 14 Oct 1998 15:53:14 +0200
18297          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
18298          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
18299  Branch: perl
18300        ! util.c
18301 ____________________________________________________________________________
18302 [  2001] By: gsar                                  on 1998/10/17  04:06:10
18303     Log: From: Gisle Aas <gisle@aas.no>
18304          Date: 14 Oct 1998 15:17:44 +0200
18305          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
18306          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
18307  Branch: perl
18308        ! toke.c
18309 ____________________________________________________________________________
18310 [  2000] By: gsar                                  on 1998/10/17  03:06:33
18311     Log: From: Gisle Aas <gisle@aas.no>
18312          Date: 14 Oct 1998 00:38:06 +0200
18313          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
18314          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
18315  Branch: perl
18316        ! sv.c
18317 ____________________________________________________________________________
18318 [  1999] By: gsar                                  on 1998/10/17  03:04:48
18319     Log: From: Dan Sugalski <sugalskd@osshe.edu>
18320          Date: Tue, 13 Oct 1998 15:10:57 -0700
18321          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
18322          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
18323  Branch: perl
18324        ! vms/ext/Stdio/Stdio.pm
18325 ____________________________________________________________________________
18326 [  1998] By: gsar                                  on 1998/10/17  03:00:40
18327     Log: skip readonly vars and unref references when doing a reset()
18328  Branch: perl
18329        ! sv.c
18330 ____________________________________________________________________________
18331 [  1997] By: gsar                                  on 1998/10/17  02:49:19
18332     Log: fix buggy treatment of large checksums on unicode strings
18333          From: Gisle Aas <gisle@aas.no>
18334          Date: 13 Oct 1998 21:35:39 +0200
18335          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
18336          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
18337  Branch: perl
18338        ! pp.c
18339 ____________________________________________________________________________
18340 [  1996] By: gsar                                  on 1998/10/17  02:43:22
18341     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18342          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
18343          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
18344          Subject: [PATCH 5.005_52] Memory overrun in os2.c
18345  Branch: perl
18346        ! os2/Makefile.SHs os2/os2.c
18347 ____________________________________________________________________________
18348 [  1995] By: gsar                                  on 1998/10/17  02:42:01
18349     Log: clarify section name rules for typemaps
18350  Branch: perl
18351        ! pod/perlxs.pod
18352 ____________________________________________________________________________
18353 [  1994] By: gsar                                  on 1998/10/17  02:33:02
18354     Log: whitespace-proof grent.t
18355  Branch: perl
18356        ! t/op/grent.t
18357 ____________________________________________________________________________
18358 [  1993] By: gsar                                  on 1998/10/17  02:27:29
18359     Log: fix bug in B::CC::pp_sassign()
18360          From: "vishal bhatia" <vishalb@hotmail.com>
18361          Date: Sun, 11 Oct 1998 18:41:38 PDT
18362          Message-ID: <19981012014139.19614.qmail@hotmail.com>
18363          Subject: B::CC problems with pp_sassign routine
18364  Branch: perl
18365        ! ext/B/B/CC.pm
18366 ____________________________________________________________________________
18367 [  1992] By: gsar                                  on 1998/10/17  02:17:49
18368     Log: applied suggested patch with small doc tweak
18369          From: Gisle Aas <gisle@aas.no>
18370          Date: 11 Oct 1998 12:53:13 +0200
18371          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
18372          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
18373  Branch: perl
18374        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
18375        ! t/op/tiehandle.t
18376 ____________________________________________________________________________
18377 [  1991] By: gsar                                  on 1998/10/17  02:08:30
18378     Log: apply non-conflicting parts from suggested patch
18379          From: jan.dubois@ibm.net (Jan Dubois)
18380          Date: Sat, 10 Oct 1998 13:15:45 +0200
18381          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
18382          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
18383  Branch: perl
18384        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18385 ____________________________________________________________________________
18386 [  1990] By: gsar                                  on 1998/10/17  02:01:24
18387     Log: provide option to enable optimization with VC (suggested by Jan
18388          Dubois)
18389  Branch: perl
18390        ! win32/Makefile win32/makefile.mk
18391 ____________________________________________________________________________
18392 [  1989] By: gsar                                  on 1998/10/17  01:55:27
18393     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
18394          Dave Leppik <dleppik@gage.com>
18395  Branch: perl
18396        ! perl.h
18397 ____________________________________________________________________________
18398 [  1988] By: gsar                                  on 1998/10/17  01:49:05
18399     Log: stray typo found by Hugo van der Sanden
18400  Branch: perl
18401        ! op.c
18402 ____________________________________________________________________________
18403 [  1987] By: gsar                                  on 1998/10/17  01:45:52
18404     Log: perldoc pod update
18405          From: Daniel Grisinger <dgris@perrin.dimensional.com>
18406          Date: 06 Oct 1998 23:56:51 -0600
18407          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
18408          Subject: [PATCH _02 and _52] perldoc
18409  Branch: perl
18410        ! utils/perldoc.PL
18411 ____________________________________________________________________________
18412 [  1986] By: gsar                                  on 1998/10/17  01:41:40
18413     Log: qualify names of builtins
18414  Branch: perl
18415        ! ext/POSIX/POSIX.pm
18416 ____________________________________________________________________________
18417 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
18418     Log: From: Jochen Wiedmann <joe@ispsoft.de>
18419          Date: Thu, 17 Sep 1998 17:16:06 +0200
18420          Message-ID: <360127B6.E44564A@ispsoft.de>
18421          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
18422  Branch: maint-5.005/perl
18423        ! lib/ExtUtils/MakeMaker.pm
18424 ____________________________________________________________________________
18425 [  1978] By: gsar                                  on 1998/10/16  01:58:58
18426     Log: integrate cfgperl mods into mainline
18427  Branch: perl
18428       +> ext/DynaLoader/dl_vmesa.xs
18429        ! Porting/genlog
18430       !> Configure MANIFEST Makefile.SH config_h.SH
18431       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
18432       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
18433       !> x2p/Makefile.SH
18434 ____________________________________________________________________________
18435 [  1976] By: gsar                                  on 1998/10/16  00:10:52
18436     Log: stray tweak
18437  Branch: perl
18438        ! op.c
18439 ____________________________________________________________________________
18440 [  1975] By: gsar                                  on 1998/10/15  23:54:38
18441     Log: propagate typeness of lexicals while cloning them
18442  Branch: perl
18443        ! op.c
18444 ____________________________________________________________________________
18445 [  1974] By: gsar                                  on 1998/10/15  23:53:25
18446     Log: s/last/first/ typo in append_list()
18447  Branch: perl
18448        ! op.c
18449 ____________________________________________________________________________
18450 [  1973] By: gsar                                  on 1998/10/15  20:06:17
18451     Log: nuke confperl branch and contents
18452  Branch: confperl
18453        - (delete 1284 files)
18454 ____________________________________________________________________________
18455 [  1972] By: jhi                                   on 1998/10/15  07:07:35
18456     Log: Test #162 had been added but the "print 1..161" had not been updated.
18457  Branch: cfgperl
18458        ! t/op/pat.t
18459 ____________________________________________________________________________
18460 [  1971] By: gsar                                  on 1998/10/15  03:09:58
18461     Log: check in all confperl changes as of change#1964 into cfgperl
18462  Branch: cfgperl
18463        + ext/DynaLoader/dl_vmesa.xs
18464        ! Configure MANIFEST Makefile.SH config_h.SH
18465        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
18466        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
18467 ____________________________________________________________________________
18468 [  1970] By: gsar                                  on 1998/10/15  03:05:59
18469     Log: integrate mainline to get tr.t
18470  Branch: cfgperl
18471       +> t/op/tr.t
18472 ____________________________________________________________________________
18473 [  1969] By: gsar                                  on 1998/10/15  03:04:17
18474     Log: add missing tr.t to repository
18475  Branch: perl
18476        + t/op/tr.t
18477 ____________________________________________________________________________
18478 [  1968] By: gsar                                  on 1998/10/15  03:02:43
18479     Log: create cfgperl branch
18480  Branch: cfgperl
18481       +> (branch 1282 files)
18482 ____________________________________________________________________________
18483 [  1967] By: gsar                                  on 1998/10/15  02:46:08
18484     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
18485          (MAN3PODS cannot be set to ' '; stray stricture violation)
18486  Branch: perl
18487        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
18488        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
18489        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
18490        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
18491        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
18492        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
18493        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
18494        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
18495        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
18496        ! lib/ExtUtils/MM_Unix.pm
18497 ____________________________________________________________________________
18498 [  1966] By: gsar                                  on 1998/10/15  02:19:03
18499     Log: tweak to make fix in change#1944 behave correctly for closures
18500          created within eval''
18501  Branch: perl
18502        ! op.c t/op/eval.t
18503 ____________________________________________________________________________
18504 [  1965] By: gsar                                  on 1998/10/14  23:22:41
18505     Log: use better numbers for exitstatus test
18506  Branch: perl
18507        ! t/op/die_exit.t
18508 ____________________________________________________________________________
18509 [  1964] By: jhi                                   on 1998/10/14  17:25:41
18510     Log: Add VM/ESA dynaloading (uses <dll.h>).
18511  Branch: confperl
18512        + ext/DynaLoader/dl_vmesa.xs
18513        ! MANIFEST
18514 ____________________________________________________________________________
18515 [  1963] By: jhi                                   on 1998/10/14  17:17:10
18516     Log: Remove a2p.loadmap in 'clean' target.
18517  Branch: confperl
18518        ! x2p/Makefile.SH
18519 ____________________________________________________________________________
18520 [  1962] By: jhi                                   on 1998/10/14  17:13:11
18521     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
18522  Branch: confperl
18523        ! Makefile.SH
18524 ____________________________________________________________________________
18525 [  1961] By: jhi                                   on 1998/10/14  16:27:39
18526     Log: VM/ESA creates executable.loadmaps.
18527  Branch: confperl
18528        ! Makefile.SH
18529 ____________________________________________________________________________
18530 [  1960] By: jhi                                   on 1998/10/14  15:37:39
18531     Log: Introduce SCHED_YIELD (one of sched_yield(),
18532          pthread_yield(), or pthread_yield(NULL)).
18533          YIELD is then defined using SCHED_YIELD unless
18534          a platform-specific YIELD has already been defined.
18535          
18536          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
18537          
18538          The need for pthread_yield(NULL) and pthread_attr_setdet...
18539          introduced by (private email)
18540          
18541          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18542          Date: Sat, 10 Oct 1998 21:08:15 +1300
18543          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
18544          Subject: Re: Perl thread problems in VM/ESA
18545          
18546          Better select() protoprobe (for AIX), from (private email)
18547          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18548          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
18549          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
18550          Subject: AIX select (fwd)
18551          From: Lars Hecking <lhecking@nmrc.ucc.ie>
18552          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
18553          Date: Fri, 2 Oct 1998 10:40:01 +0100
18554          Subject: AIX select
18555          
18556          Linux-avoid-so.X.Y, based on
18557          From: "Kurt D. Starsinic" <kstar@chapin.edu>
18558          Date: Tue, 13 Oct 1998 15:55:07 -0400
18559          Message-ID: <19981013155507.B4004@O2.chapin.edu>
18560          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
18561  Branch: confperl
18562        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
18563        ! thread.h
18564 ____________________________________________________________________________
18565 [  1959] By: jhi                                   on 1998/10/14  12:51:26
18566     Log: Some old pthread implementations have
18567          pthread_attr_setdetachstate(pthread_attr_t*, int*).
18568  Branch: confperl
18569        ! ext/Thread/Thread.xs
18570 ____________________________________________________________________________
18571 [  1958] By: jhi                                   on 1998/10/14  12:41:11
18572     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
18573          counterparts will follow soon.
18574  Branch: confperl
18575        ! thread.h
18576 ____________________________________________________________________________
18577 [  1957] By: jhi                                   on 1998/10/14  12:38:11
18578     Log: Add tr.t (MANIFEST already knew about it, strange)
18579  Branch: confperl
18580        + t/op/tr.t
18581 ____________________________________________________________________________
18582 [  1956] By: jhi                                   on 1998/10/14  12:24:35
18583     Log: Mutexen should be initialized only once.
18584  Branch: confperl
18585        ! gv.c op.c
18586 ____________________________________________________________________________
18587 [  1955] By: jhi                                   on 1998/10/14  12:19:38
18588     Log: os390 has its own cppstdin.
18589  Branch: confperl
18590        ! hints/os390.sh
18591 ____________________________________________________________________________
18592 [  1954] By: jhi                                   on 1998/10/14  12:15:06
18593     Log: Integrate with mainperl.
18594  Branch: confperl
18595       !> (integrate 1280 files)
18596 ____________________________________________________________________________
18597 [  1953] By: jhi                                   on 1998/10/14  11:48:08
18598     Log: Removed duplicate CMA threads code for HPUX 10.X.
18599          (probably residue of patch(1) being too understanding)
18600          Enhanced 64-bit settings. (redo change#1940)
18601  Branch: confperl
18602        ! hints/hpux.sh
18603 ____________________________________________________________________________
18604 [  1952] By: jhi                                   on 1998/10/14  11:45:16
18605     Log: (redo change#1949) Detypo in the d_open64 warning about
18606          the impending WHOA.
18607  Branch: confperl
18608        ! hints/irix_6.sh
18609 ____________________________________________________________________________
18610 [  1951] By: jhi                                   on 1998/10/14  10:54:16
18611     Log: Mutexen should only be inited once, after they have been New()ed.
18612  Branch: confperl
18613        ! gv.c op.c
18614 ____________________________________________________________________________
18615 [  1950] By: jhi                                   on 1998/10/14  10:41:43
18616     Log: Own cppstdin.
18617  Branch: confperl
18618        ! hints/os390.sh
18619 ____________________________________________________________________________
18620 [  1949] By: jhi                                   on 1998/10/14  10:34:23
18621     Log: Detypo in the d_open64 warning about the impending WHOA.
18622  Branch: confperl
18623        ! hints/irix_6.sh
18624 ____________________________________________________________________________
18625 [  1948] By: gsar                                  on 1998/10/14  05:38:01
18626     Log: two typos
18627  Branch: perl
18628        ! pp_hot.c t/op/eval.t
18629 ____________________________________________________________________________
18630 [  1947] By: gsar                                  on 1998/10/14  05:37:10
18631     Log: let docatch() pass the buck when restartop turns out to be null,
18632          making exceptions in BEGIN{} propagate as expected
18633  Branch: perl
18634        ! pp_ctl.c t/op/misc.t
18635 ____________________________________________________________________________
18636 [  1946] By: gsar                                  on 1998/10/13  03:41:49
18637     Log: add missing file from change#1943
18638  Branch: perl
18639        ! proto.h
18640 ____________________________________________________________________________
18641 [  1945] By: gsar                                  on 1998/10/13  03:32:02
18642     Log: defer "deep recursion" warnings until CXt_SUB context is properly
18643          set up
18644  Branch: perl
18645        ! pp_hot.c t/pragma/warn/pp_hot
18646 ____________________________________________________________________________
18647 [  1944] By: gsar                                  on 1998/10/13  03:15:50
18648     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
18649          fixup the cop_seq value that must be seen by lexical lookups that
18650          emanate within eval''
18651  Branch: perl
18652        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
18653 ____________________________________________________________________________
18654 [  1943] By: gsar                                  on 1998/10/13  02:06:09
18655     Log: ensure recursive attempts to findlex()icals know enough about where
18656          the last eval'' context was encountered
18657  Branch: perl
18658        ! op.c t/op/eval.t
18659 ____________________________________________________________________________
18660 [  1942] By: gsar                                  on 1998/10/13  02:01:24
18661     Log: force copy of substrings when matching against temporaries
18662  Branch: perl
18663        ! pp_hot.c t/op/pat.t
18664 ____________________________________________________________________________
18665 [  1941] By: gsar                                  on 1998/10/13  01:49:16
18666     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
18667          implementation)
18668  Branch: perl
18669        ! pp_ctl.c t/op/runlevel.t
18670 ____________________________________________________________________________
18671 [  1940] By: jhi                                   on 1998/10/12  09:57:44
18672     Log: Removed duplicate CMA threads code for HPUX 10.X.
18673          (probably residue of patch(1) being too understanding)
18674          Enhanced 64-bit settings.
18675  Branch: confperl
18676        ! hints/hpux.sh
18677 ____________________________________________________________________________
18678 [  1939] By: jhi                                   on 1998/10/12  09:53:11
18679     Log: Initial sync from mainline perl.
18680  Branch: confperl
18681        + (add 1282 files)
18682 ____________________________________________________________________________
18683 [  1937] By: gsar                                  on 1998/10/06  21:16:34
18684     Log: fix $/ init for USE_THREADS
18685  Branch: perl
18686        ! perl.c
18687 ____________________________________________________________________________
18688 [  1936] By: gsar                                  on 1998/10/06  07:19:39
18689     Log: fix globals caught by change#1927; builds and tests on Solaris
18690  Branch: perl
18691        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
18692        ! warning.h warning.pl
18693 ____________________________________________________________________________
18694 [  1935] By: gsar                                  on 1998/10/06  06:50:35
18695     Log: add test for previous fix
18696  Branch: perl
18697        ! ext/Thread/create.t
18698 ____________________________________________________________________________
18699 [  1934] By: gsar                                  on 1998/10/06  06:37:36
18700     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
18701  Branch: perl
18702        ! util.c
18703 ____________________________________________________________________________
18704 [  1933] By: gsar                                  on 1998/10/06  05:04:20
18705     Log: undo bogus part of change#1903 (as pointed out by Larry)
18706  Branch: perl
18707        ! pp_ctl.c
18708 ____________________________________________________________________________
18709 [  1932] By: gsar                                  on 1998/10/06  04:21:31
18710     Log: added tweaked version of suggested patch
18711          From: jan.dubois@ibm.net (Jan Dubois)
18712          Date: Sat, 03 Oct 1998 19:04:48 +0200
18713          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
18714          Subject: [PATCH 5.005_52] More MakeMaker  patches
18715  Branch: perl
18716        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
18717        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
18718 ____________________________________________________________________________
18719 [  1931] By: gsar                                  on 1998/10/06  04:04:33
18720     Log: use cpp symbols instead of hardwired constants
18721          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18722          Date: Mon, 05 Oct 1998 09:23:33 +0100
18723          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
18724          Subject: [PATCH 5.005_52] By the numbers (resend)
18725  Branch: perl
18726        ! op.c
18727 ____________________________________________________________________________
18728 [  1930] By: gsar                                  on 1998/10/06  04:01:55
18729     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18730          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
18731          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
18732          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
18733  Branch: perl
18734        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
18735        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
18736 ____________________________________________________________________________
18737 [  1929] By: gsar                                  on 1998/10/06  03:50:36
18738     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18739          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
18740          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
18741          Subject: [PATCH 5.00552] Minor test improvement
18742  Branch: perl
18743        ! t/op/magic.t
18744 ____________________________________________________________________________
18745 [  1928] By: gsar                                  on 1998/10/06  03:49:03
18746     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18747          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
18748          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
18749          Subject: [PATCH 5.00552] emacs/ptags inprovements
18750  Branch: perl
18751        ! emacs/ptags
18752 ____________________________________________________________________________
18753 [  1927] By: gsar                                  on 1998/10/06  03:47:44
18754     Log: disable C<#define dirty PL_dirty> et al.
18755  Branch: perl
18756        ! embed.pl embedvar.h
18757 ____________________________________________________________________________
18758 [  1926] By: gsar                                  on 1998/10/06  03:43:32
18759     Log: From: Mark-Jason Dominus <mjd@plover.com>
18760          Date: Sun, 04 Oct 1998 14:48:11 -0400
18761          Message-ID: <19981004184811.16048.qmail@plover.com>
18762          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
18763  Branch: perl
18764        ! utils/perldoc.PL
18765 ____________________________________________________________________________
18766 [  1925] By: gsar                                  on 1998/10/06  03:27:35
18767     Log: disable USE_THREADS when PERL_OBJECT is enabled
18768  Branch: perl
18769        ! win32/Makefile win32/makefile.mk
18770 ____________________________________________________________________________
18771 [  1924] By: gsar                                  on 1998/10/06  03:26:54
18772     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
18773  Branch: perl
18774        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
18775        ! vms/perly_c.vms
18776 ____________________________________________________________________________
18777 [  1923] By: gsar                                  on 1998/10/03  05:19:56
18778     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
18779          overridden
18780  Branch: perl
18781        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
18782        ! proto.h vms/perly_c.vms
18783 ____________________________________________________________________________
18784 [  1922] By: gsar                                  on 1998/10/03  03:59:50
18785     Log: suppress manifypods leak in extensions
18786  Branch: perl
18787        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
18788 ____________________________________________________________________________
18789 [  1921] By: gsar                                  on 1998/10/02  22:30:15
18790     Log: os390 fixes (suggested by Peter Prymmer)
18791  Branch: perl
18792        ! Makefile.SH regcomp.c
18793 ____________________________________________________________________________
18794 [  1920] By: gsar                                  on 1998/10/02  21:41:19
18795     Log: squelch undef warnings
18796          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18797          Date: Fri, 02 Oct 1998 11:01:14 +0100
18798          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
18799          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
18800  Branch: perl
18801        ! Changes lib/Math/BigInt.pm
18802 ____________________________________________________________________________
18803 [  1919] By: gsar                                  on 1998/10/02  04:59:13
18804     Log: add note to INSTALL about ANSI C
18805  Branch: perl
18806        ! INSTALL
18807 ____________________________________________________________________________
18808 [  1918] By: gsar                                  on 1998/10/02  04:21:10
18809     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
18810          From: jan.dubois@ibm.net (Jan Dubois)
18811          Date: Wed, 30 Sep 1998 23:35:30 +0200
18812          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
18813          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
18814  Branch: perl
18815        ! lib/ExtUtils/xsubpp
18816 ____________________________________________________________________________
18817 [  1917] By: gsar                                  on 1998/10/02  04:16:02
18818     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
18819          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
18820          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
18821          Subject: Re: Configure test for selectbits busted
18822  Branch: perl
18823        ! Configure
18824 ____________________________________________________________________________
18825 [  1916] By: gsar                                  on 1998/10/02  04:14:17
18826     Log: From: Dan Sugalski <sugalskd@osshe.edu>
18827          Date: Wed, 30 Sep 1998 17:15:20 -0700
18828          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
18829          Subject: [PATCH 5.005_02]VMS config tweaks
18830  Branch: perl
18831        ! vms/descrip_mms.template vms/subconfigure.com
18832 ____________________________________________________________________________
18833 [  1915] By: gsar                                  on 1998/10/02  04:10:47
18834     Log: use Off_t to permit 64-bit seek()
18835          From: Scott Henry <scotth@sgi.com>
18836          Date: 29 Sep 1998 17:38:46 -0700
18837          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
18838          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
18839          --
18840          Date: 28 Sep 1998 18:55:37 -0700
18841          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
18842          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
18843  Branch: perl
18844        ! doio.c pp_sys.c proto.h sv.c
18845 ____________________________________________________________________________
18846 [  1914] By: gsar                                  on 1998/10/02  04:05:36
18847     Log: normalize tm struct passed to strftime() with mktime()
18848          From: Spider Boardman <spider@orb.nashua.nh.us>
18849          Date: Wed, 30 Sep 1998 15:12:09 -0400
18850          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
18851          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
18852  Branch: perl
18853        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18854 ____________________________________________________________________________
18855 [  1913] By: gsar                                  on 1998/10/02  03:59:46
18856     Log: don't try to run foo_SH.orig etc.
18857  Branch: perl
18858        ! Configure
18859 ____________________________________________________________________________
18860 [  1912] By: gsar                                  on 1998/10/02  03:45:37
18861     Log: make warning about glob process failure optional
18862  Branch: perl
18863        ! pod/perldiag.pod pp_hot.c
18864 ____________________________________________________________________________
18865 [  1911] By: gsar                                  on 1998/10/02  02:52:21
18866     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
18867          From: Dominic Dunlop <domo@vo.lu>
18868          Date: Tue, 29 Sep 1998 21:06:30 +0000
18869          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
18870          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
18871          --
18872          Date: Wed, 30 Sep 1998 11:46:44 +0000
18873          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
18874          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
18875  Branch: perl
18876        ! pod/perldiag.pod regcomp.c
18877 ____________________________________________________________________________
18878 [  1910] By: gsar                                  on 1998/10/02  02:48:48
18879     Log: minor Configure tweaks (via private mail)
18880          From: Jarkko Hietaniemi <jhi@iki.fi>
18881          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
18882          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
18883          Subject: [PATCH] 5.005_52: the drizzle continues
18884  Branch: perl
18885        ! Configure config_h.SH handy.h
18886 ____________________________________________________________________________
18887 [  1909] By: gsar                                  on 1998/10/02  02:46:39
18888     Log: update SCO hints for dynamic loading
18889          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18890          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
18891          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
18892          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18893          --
18894          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
18895          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
18896          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18897  Branch: perl
18898        ! hints/sco.sh
18899 ____________________________________________________________________________
18900 [  1908] By: gsar                                  on 1998/10/02  02:33:39
18901     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
18902  Branch: perl
18903        ! lib/File/Find.pm
18904 ____________________________________________________________________________
18905 [  1907] By: gsar                                  on 1998/10/02  02:21:52
18906     Log: applied patches, but retained old behavior for win32 (where compilers
18907          can't read from stdin at all)
18908          From: Graham Barr <gbarr@ti.com>
18909          Date: Mon, 28 Sep 1998 09:41:49 -0500
18910          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
18911          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18912          --
18913          Date: Tue, 29 Sep 1998 12:35:43 -0500
18914          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
18915          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18916  Branch: perl
18917        ! ext/Errno/Errno_pm.PL
18918 ____________________________________________________________________________
18919 [  1906] By: gsar                                  on 1998/10/02  02:02:19
18920     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
18921          Hietaniemi)
18922  Branch: perl
18923        ! t/op/grent.t
18924 ____________________________________________________________________________
18925 [  1905] By: gsar                                  on 1998/10/02  01:59:56
18926     Log: win32 caveats about truncate()
18927  Branch: perl
18928        ! pod/perlport.pod
18929 ____________________________________________________________________________
18930 [  1904] By: gsar                                  on 1998/10/02  01:53:25
18931     Log: various Configure and hints updates (prefer drand48() or random()
18932          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
18933          applied modulo SCO hints superceded by later patch
18934          From: Jarkko Hietaniemi <jhi@iki.fi>
18935          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
18936          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
18937          Subject: [PATCH] 5.005_52: Configure et al:
18938  Branch: perl
18939        + ext/IPC/SysV/hints/next_3.pl
18940        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
18941        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
18942        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
18943 ____________________________________________________________________________
18944 [  1903] By: gsar                                  on 1998/10/02  01:42:37
18945     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
18946          Date: Mon, 28 Sep 1998 17:41:49 +0100
18947          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
18948          Subject: [PATCH 5.005_52] Re: More on ?p 
18949          --
18950          Date: Thu, 01 Oct 1998 09:10:58 +0100
18951          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
18952          Subject: [PATCH 5.005_52] ?p fix
18953          --
18954          Date: Thu, 01 Oct 1998 10:45:56 +0100
18955          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
18956          Subject: [PATCH 5.005_52] more on ?p
18957  Branch: perl
18958        ! pp_ctl.c
18959 ____________________________________________________________________________
18960 [  1902] By: gsar                                  on 1998/10/02  01:36:14
18961     Log: From: Kenneth Duda <kjd@cisco.com>
18962          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
18963          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
18964          Subject: writemain dies when there are more than 4000 characters of extensions
18965  Branch: perl
18966        ! writemain.SH
18967 ____________________________________________________________________________
18968 [  1901] By: gsar                                  on 1998/10/02  01:33:16
18969     Log: tweak run_byacc recipe
18970  Branch: perl
18971        ! Makefile.SH Porting/pumpkin.pod
18972 ____________________________________________________________________________
18973 [  1900] By: gsar                                  on 1998/10/02  01:02:09
18974     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
18975  Branch: perl
18976        ! perl.h pp_ctl.c
18977 ____________________________________________________________________________
18978 [  1899] By: gsar                                  on 1998/09/28  20:46:30
18979     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
18980          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
18981          Dvornik)
18982  Branch: perl
18983        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
18984 ____________________________________________________________________________
18985 [  1898] By: gsar                                  on 1998/09/28  20:42:52
18986     Log: flush unsubmitted 5.00552 change
18987  Branch: perl
18988        ! MANIFEST
18989 ____________________________________________________________________________
18990 [  1897] By: gsar                                  on 1998/09/27  04:43:06
18991     Log: run vms_yfix.pl
18992  Branch: perl
18993        ! vms/perly_c.vms
18994 ____________________________________________________________________________
18995 [  1896] By: gsar                                  on 1998/09/27  03:38:55
18996     Log: small tweak on last change
18997  Branch: perl
18998        ! win32/win32.c
18999 ____________________________________________________________________________
19000 [  1895] By: gsar                                  on 1998/09/27  03:17:17
19001     Log: fix win32_stat() to do the right thing for share names
19002  Branch: perl
19003        ! win32/win32.c
19004 ____________________________________________________________________________
19005 [  1891] By: larry                                 on 1998/09/25  18:50:40
19006     Log: Fixed apostrophe problem from Mark Knutsen.
19007  Branch: perl
19008        ! sv.h
19009
19010 ----------------
19011 Version 5.005_52
19012 ----------------
19013
19014 ____________________________________________________________________________
19015 [  1890] By: gsar                                  on 1998/09/25  10:25:00
19016     Log: update template config.sh, add new config vars to win32 stuff
19017  Branch: perl
19018        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
19019        ! pp_sys.c proto.h win32/config.bc win32/config.gc
19020        ! win32/config.vc win32/config_H.bc win32/config_H.gc
19021        ! win32/config_H.vc win32/win32.h
19022 ____________________________________________________________________________
19023 [  1889] By: gsar                                  on 1998/09/25  07:13:13
19024     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
19025          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
19026          of full-fledged 64-bit support (including support for: fseeko/ftello,
19027          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
19028          in Fcntl)
19029          From: Jarkko Hietaniemi <jhi@iki.fi>
19030          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
19031          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
19032          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
19033          --
19034          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19035          Date: 12 Sep 1998 09:44:25 +0300
19036          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
19037          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
19038  Branch: perl
19039        + lib/filetest.pm
19040        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
19041        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
19042        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
19043        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
19044        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
19045        ! win32/makedef.pl
19046 ____________________________________________________________________________
19047 [  1888] By: gsar                                  on 1998/09/25  06:27:12
19048     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
19049  Branch: perl
19050        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
19051        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19052        ! win32/makedef.pl win32/makefile.mk win32/win32.c
19053 ____________________________________________________________________________
19054 [  1887] By: gsar                                  on 1998/09/25  04:50:49
19055     Log: win32.c tweak
19056  Branch: perl
19057        ! win32/win32.c
19058 ____________________________________________________________________________
19059 [  1886] By: gsar                                  on 1998/09/25  04:47:32
19060     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
19061  Branch: perl
19062        ! lib/ExtUtils/MakeMaker.pm
19063 ____________________________________________________________________________
19064 [  1885] By: gsar                                  on 1998/09/25  04:05:09
19065     Log: From: Dominic Dunlop <domo@vo.lu>
19066          Date: Thu, 10 Sep 1998 11:02:46 +0000
19067          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
19068          Subject: MM_Unix::canonpath erroneously turns leading // into /
19069  Branch: perl
19070        ! lib/ExtUtils/MM_Unix.pm
19071 ____________________________________________________________________________
19072 [  1884] By: gsar                                  on 1998/09/25  03:06:10
19073     Log: temporarily disable perl malloc for a2p until we clean up
19074          conflicting malloc() declarations everywhere
19075  Branch: perl
19076        ! x2p/Makefile.SH
19077 ____________________________________________________________________________
19078 [  1883] By: gsar                                  on 1998/09/25  02:27:00
19079     Log: remove obsolete win32/bin/*.pl
19080  Branch: perl
19081        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
19082        ! Changes MANIFEST win32/Makefile win32/makefile.mk
19083 ____________________________________________________________________________
19084 [  1882] By: gsar                                  on 1998/09/25  02:04:43
19085     Log: missing file in last submit
19086  Branch: perl
19087        ! proto.h
19088 ____________________________________________________________________________
19089 [  1881] By: gsar                                  on 1998/09/25  01:56:54
19090     Log: serial access to PL_x[inpr]v_root for USE_THREADS
19091  Branch: perl
19092        ! sv.c
19093 ____________________________________________________________________________
19094 [  1880] By: gsar                                  on 1998/09/25  01:19:38
19095     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
19096          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
19097          Date: Thu, 24 Sep 1998 22:01:09 +0900
19098          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
19099          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
19100  Branch: perl
19101        ! hv.c proto.h
19102 ____________________________________________________________________________
19103 [  1879] By: gsar                                  on 1998/09/25  00:20:07
19104     Log: tweaks to enable PERL_OBJECT to build & test on win32
19105  Branch: perl
19106        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
19107        ! win32/GenCAPI.pl
19108 ____________________________________________________________________________
19109 [  1878] By: gsar                                  on 1998/09/25  00:13:36
19110     Log: fix change#1861, which breaks default boot_xxx symbol generation
19111  Branch: perl
19112        ! lib/ExtUtils/Mksymlists.pm
19113 ____________________________________________________________________________
19114 [  1877] By: gsar                                  on 1998/09/24  10:29:54
19115     Log: two tweaks for clean build and test on Solaris
19116  Branch: perl
19117        ! op.c t/op/subst.t
19118 ____________________________________________________________________________
19119 [  1876] By: gsar                                  on 1998/09/24  09:04:43
19120     Log: From: Colin Kuskie <ckuskie@cadence.com>
19121          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
19122          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
19123          Subject: [PATCH 5.005_51] perlform.pod
19124  Branch: perl
19125        ! pod/perlform.pod
19126 ____________________________________________________________________________
19127 [  1875] By: gsar                                  on 1998/09/24  08:47:47
19128     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19129          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
19130          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
19131          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
19132  Branch: perl
19133        ! regexec.c
19134 ____________________________________________________________________________
19135 [  1874] By: gsar                                  on 1998/09/24  08:44:55
19136     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19137          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
19138          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
19139          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
19140  Branch: perl
19141        ! toke.c
19142 ____________________________________________________________________________
19143 [  1873] By: gsar                                  on 1998/09/24  08:39:41
19144     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19145          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
19146          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
19147          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
19148  Branch: perl
19149        ! Changes regcomp.c
19150 ____________________________________________________________________________
19151 [  1872] By: gsar                                  on 1998/09/24  08:37:00
19152     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
19153          Date: Sun, 23 Aug 1998 23:18:38 PDT
19154          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
19155          Subject: new irix_6.sh hints file
19156  Branch: perl
19157        ! hints/irix_6.sh
19158 ____________________________________________________________________________
19159 [  1871] By: gsar                                  on 1998/09/24  07:26:37
19160     Log: correct FSF address in various places
19161  Branch: perl
19162        ! Copying README ext/B/README lib/Getopt/Long.pm
19163 ____________________________________________________________________________
19164 [  1870] By: gsar                                  on 1998/09/24  07:11:56
19165     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
19166          Date:    Fri, 14 Aug 1998 09:20:16 PDT
19167          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
19168          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
19169  Branch: perl
19170        ! configure.com
19171 ____________________________________________________________________________
19172 [  1869] By: gsar                                  on 1998/09/24  06:55:59
19173     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
19174          From:    Scott Henry <scotth@sgi.com>
19175          Date:    13 Aug 1998 09:52:15 PDT
19176          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
19177          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
19178  Branch: perl
19179        ! hints/irix_6.sh
19180 ____________________________________________________________________________
19181 [  1868] By: gsar                                  on 1998/09/24  06:51:23
19182     Log: From:    Nathan Torkington <gnat@frii.com>
19183          Date:    Thu, 13 Aug 1998 10:59:48 MDT
19184          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
19185          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
19186  Branch: perl
19187        ! pod/perlfunc.pod
19188 ____________________________________________________________________________
19189 [  1867] By: gsar                                  on 1998/09/24  06:45:13
19190     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
19191          that are autoloaded)
19192  Branch: perl
19193        ! pp_ctl.c
19194 ____________________________________________________________________________
19195 [  1866] By: gsar                                  on 1998/09/24  05:21:19
19196     Log: grandfather deprecated "$$<digit>" no more
19197  Branch: perl
19198        ! pod/perldiag.pod toke.c
19199 ____________________________________________________________________________
19200 [  1865] By: gsar                                  on 1998/09/24  04:52:48
19201     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
19202          low bits (suggested by Ilya Zakharevich)
19203  Branch: perl
19204        ! hv.h
19205 ____________________________________________________________________________
19206 [  1864] By: gsar                                  on 1998/09/24  04:29:14
19207     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
19208          perly_c.diff
19209  Branch: perl
19210        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
19211        ! perly_c.diff toke.c
19212 ____________________________________________________________________________
19213 [  1863] By: gsar                                  on 1998/09/24  03:36:30
19214     Log: provide locked access to string table for USE_THREADS
19215  Branch: perl
19216        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
19217 ____________________________________________________________________________
19218 [  1862] By: gsar                                  on 1998/09/24  03:30:32
19219     Log: remove bogus warn()
19220  Branch: perl
19221        ! embed.pl
19222 ____________________________________________________________________________
19223 [  1861] By: gsar                                  on 1998/09/24  02:58:51
19224     Log: applied suggested patch, adapted for all platforms
19225          From: jan.dubois@ibm.net (Jan Dubois)
19226          Date: Sun, 20 Sep 1998 12:56:38 +0200
19227          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
19228          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
19229  Branch: perl
19230        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19231        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
19232        ! lib/ExtUtils/MakeMaker.pm
19233 ____________________________________________________________________________
19234 [  1860] By: gsar                                  on 1998/09/24  02:16:14
19235     Log: upgrade to CPAN-1.40
19236  Branch: perl
19237        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
19238 ____________________________________________________________________________
19239 [  1859] By: gsar                                  on 1998/09/24  02:08:59
19240     Log: use $ENV{MAKEMAKEROPT} to set default command line args
19241  Branch: perl
19242        ! lib/ExtUtils/MakeMaker.pm
19243 ____________________________________________________________________________
19244 [  1857] By: gsar                                  on 1998/09/23  10:58:36
19245     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19246          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
19247          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
19248          Subject: More verbose Test::Harness [PATCH]
19249  Branch: perl
19250        ! lib/Test/Harness.pm
19251 ____________________________________________________________________________
19252 [  1856] By: gsar                                  on 1998/09/23  10:56:24
19253     Log: update hints for OPENSTEP 4.2 on i386
19254          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
19255          Date: Sun, 20 Sep 1998 01:03:18 +0200
19256          Message-Id: <9809192303.AA29190@Spike>
19257          Subject: Perl 5.005_02 compilation problems
19258  Branch: perl
19259        ! hints/next_4.sh
19260 ____________________________________________________________________________
19261 [  1855] By: gsar                                  on 1998/09/23  10:52:27
19262     Log: reset errno after C<require> search (as suggested by Larry)
19263  Branch: perl
19264        ! pp_ctl.c
19265 ____________________________________________________________________________
19266 [  1854] By: gsar                                  on 1998/09/23  10:50:26
19267     Log: misc pod tweaks
19268  Branch: perl
19269        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
19270 ____________________________________________________________________________
19271 [  1853] By: gsar                                  on 1998/09/23  10:46:06
19272     Log: make Pod/Html.pm handle the --title option properly (as suggested
19273          by gml4410@ggr.co.uk)
19274  Branch: perl
19275        ! lib/Pod/Html.pm
19276 ____________________________________________________________________________
19277 [  1852] By: gsar                                  on 1998/09/23  10:41:39
19278     Log: SSNEW() API for allocating memory on the savestack
19279          From: Albert Dvornik <bert@genscan.com>
19280          Date: 17 Sep 1998 19:23:07 -0400
19281          Message-Id: <tqemtae338.fsf@puma.genscan.com>
19282          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
19283  Branch: perl
19284        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
19285        ! perl.h proto.h scope.c scope.h t/io/tell.t
19286 ____________________________________________________________________________
19287 [  1851] By: gsar                                  on 1998/09/23  10:37:05
19288     Log: From: Jochen Wiedmann <joe@ispsoft.de>
19289          Date: Thu, 17 Sep 1998 17:16:06 +0200
19290          Message-ID: <360127B6.E44564A@ispsoft.de>
19291          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
19292  Branch: perl
19293        ! lib/ExtUtils/MakeMaker.pm
19294 ____________________________________________________________________________
19295 [  1850] By: gsar                                  on 1998/09/23  10:33:05
19296     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
19297          Date: 15 Sep 1998 01:32:31 +0200
19298          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
19299          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
19300  Branch: perl
19301        ! lib/ExtUtils/MM_Unix.pm
19302 ____________________________________________________________________________
19303 [  1849] By: gsar                                  on 1998/09/23  10:29:04
19304     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
19305          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
19306          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
19307          Subject: Re: extralibs.ld problem in MM_VMS.pm
19308  Branch: perl
19309        ! lib/ExtUtils/MM_VMS.pm
19310 ____________________________________________________________________________
19311 [  1848] By: gsar                                  on 1998/09/23  10:25:24
19312     Log: From: Roderick Schertler <roderick@argon.org>
19313          Date: 11 Sep 1998 16:19:21 -0400
19314          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
19315          Subject: Re: Open2 and memory leaks
19316  Branch: perl
19317        ! lib/IPC/Open3.pm
19318 ____________________________________________________________________________
19319 [  1847] By: gsar                                  on 1998/09/23  10:18:31
19320     Log: From: Roderick Schertler <roderick@argon.org>
19321          Date: Wed, 09 Sep 1998 23:52:48 -0400
19322          Message-ID: <20567.905399568@eeyore.ibcinc.com>
19323          Subject: seed srand from /dev/urandom when possible
19324  Branch: perl
19325        ! pod/perlfunc.pod pp.c
19326 ____________________________________________________________________________
19327 [  1846] By: gsar                                  on 1998/09/23  10:12:22
19328     Log: From: Roderick Schertler <roderick@argon.org>
19329          Date: Thu, 10 Sep 1998 00:32:17 -0400
19330          Message-ID: <21142.905401937@eeyore.ibcinc.com>
19331          Subject: doc update for crypt()'s salt
19332  Branch: perl
19333        ! pod/perlfunc.pod
19334 ____________________________________________________________________________
19335 [  1845] By: gsar                                  on 1998/09/23  10:09:23
19336     Log: fix h2ph handling of C<#error "foo">
19337          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
19338          Date: Thu, 10 Sep 1998 09:59:33 +0900
19339          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
19340          Subject: [5.005_02] h2ph problem
19341  Branch: perl
19342        ! utils/h2ph.PL
19343 ____________________________________________________________________________
19344 [  1844] By: gsar                                  on 1998/09/23  10:06:13
19345     Log: plug strictly private function leaks in API listing
19346  Branch: perl
19347        ! pod/perlguts.pod
19348 ____________________________________________________________________________
19349 [  1843] By: gsar                                  on 1998/09/23  10:02:57
19350     Log: hide symbol for static build
19351          From: Dominic Dunlop <domo@vo.lu>
19352          Date: Tue, 8 Sep 1998 21:40:46 +0000
19353          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
19354          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
19355  Branch: perl
19356        ! regcomp.c
19357 ____________________________________________________________________________
19358 [  1842] By: gsar                                  on 1998/09/23  09:52:46
19359     Log: define PUT_svindex(), PUT_opindex()
19360  Branch: perl
19361        ! ext/B/B/Assembler.pm
19362 ____________________________________________________________________________
19363 [  1841] By: gsar                                  on 1998/09/23  09:44:25
19364     Log: From: Dominic Dunlop <domo@vo.lu>
19365          Date: Tue, 8 Sep 1998 15:34:53 +0000
19366          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
19367          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
19368  Branch: perl
19369        ! t/pragma/warn/regexec
19370 ____________________________________________________________________________
19371 [  1840] By: gsar                                  on 1998/09/23  09:42:17
19372     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
19373  Branch: perl
19374        ! win32/bin/pl2bat.pl
19375 ____________________________________________________________________________
19376 [  1839] By: gsar                                  on 1998/09/23  09:38:18
19377     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
19378          Date: Mon, 7 Sep 1998 17:36:09 +0900
19379          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
19380          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
19381  Branch: perl
19382        ! ext/Thread/Thread.xs
19383 ____________________________________________________________________________
19384 [  1838] By: gsar                                  on 1998/09/23  09:21:11
19385     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
19386          Date: Thu, 10 Sep 1998 00:02:07 -0400
19387          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
19388          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
19389  Branch: perl
19390        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
19391        + vos/config.h vos/config_h.SH_orig vos/perl.bind
19392        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
19393        ! MANIFEST perl.c perl.h pod/perlport.pod
19394 ____________________________________________________________________________
19395 [  1837] By: gsar                                  on 1998/09/23  08:45:58
19396     Log: (via private mail)
19397          From: Charles Bailey <BAILEY@newman.upenn.edu>
19398          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
19399          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
19400          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
19401  Branch: perl
19402        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
19403        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
19404        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
19405        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
19406        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
19407        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
19408        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
19409        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
19410        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
19411        ! vms/writemain.pl
19412 ____________________________________________________________________________
19413 [  1836] By: gsar                                  on 1998/09/23  08:17:42
19414     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19415          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
19416          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
19417          Subject: [PATCH 5.005_*] OS/2 spawning typos
19418  Branch: perl
19419        ! os2/os2.c
19420 ____________________________________________________________________________
19421 [  1835] By: gsar                                  on 1998/09/23  08:09:55
19422     Log: warn on C<my($foo,$foo)>
19423  Branch: perl
19424        ! op.c pod/perldiag.pod
19425 ____________________________________________________________________________
19426 [  1834] By: gsar                                  on 1998/09/23  07:35:56
19427     Log: From: pvhp@forte.com (Peter Prymmer)
19428          Date: Fri, 4 Sep 98 13:27:41 PDT
19429          Message-Id: <9809042027.AA04463@forte.com>
19430          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
19431  Branch: perl
19432        ! README.vms
19433 ____________________________________________________________________________
19434 [  1833] By: gsar                                  on 1998/09/23  07:27:34
19435     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19436          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
19437          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
19438          Subject: PATCH: 5.005_02 hint/hpux.sh
19439  Branch: perl
19440        ! hints/hpux.sh
19441 ____________________________________________________________________________
19442 [  1832] By: gsar                                  on 1998/09/23  07:22:40
19443     Log: fix (some) installhtml bugs
19444          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
19445          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
19446          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
19447          Subject: installhtml script needs work
19448  Branch: perl
19449        ! installhtml
19450 ____________________________________________________________________________
19451 [  1831] By: gsar                                  on 1998/09/23  07:19:30
19452     Log: document 'U' magic with examples
19453          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
19454          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
19455          Message-Id: <199809011455.PAA00631@sale-wts>
19456          Subject: Re: Looking for some XS MAGIC examples...
19457  Branch: perl
19458        ! pod/perlguts.pod
19459 ____________________________________________________________________________
19460 [  1830] By: gsar                                  on 1998/09/23  07:16:43
19461     Log: From: pvhp@forte.com (Peter Prymmer)
19462          Date: Mon, 31 Aug 98 17:13:49 PDT
19463          Message-Id: <9809010013.AA06737@forte.com>
19464          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
19465  Branch: perl
19466        ! README.os390
19467 ____________________________________________________________________________
19468 [  1829] By: gsar                                  on 1998/09/23  07:15:08
19469     Log: fix problematic typecast in filter_del()
19470          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
19471          Date: Mon, 31 Aug 1998 21:13:11 GMT
19472          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
19473          Subject: perl5.005_02 does not build on Cray T90
19474  Branch: perl
19475        ! toke.c
19476 ____________________________________________________________________________
19477 [  1828] By: gsar                                  on 1998/09/23  07:11:34
19478     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19479          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
19480          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
19481          Subject: [PATCH 5.005_5*] (?>) broken in RE
19482  Branch: perl
19483        ! regexec.c t/op/re_tests
19484 ____________________________________________________________________________
19485 [  1827] By: gsar                                  on 1998/09/23  07:09:50
19486     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
19487  Branch: perl
19488        ! t/op/grent.t t/op/groups.t
19489 ____________________________________________________________________________
19490 [  1826] By: gsar                                  on 1998/09/23  07:03:16
19491     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19492          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
19493          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
19494          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
19495  Branch: perl
19496        - interp.sym
19497        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
19498 ____________________________________________________________________________
19499 [  1825] By: gsar                                  on 1998/09/23  06:56:40
19500     Log: re-introduce change#1703
19501  Branch: perl
19502        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
19503 ____________________________________________________________________________
19504 [  1824] By: gsar                                  on 1998/09/23  06:44:19
19505     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19506          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
19507          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
19508          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
19509  Branch: perl
19510        ! lib/perl5db.pl
19511 ____________________________________________________________________________
19512 [  1823] By: gsar                                  on 1998/09/23  06:41:34
19513         Log: From: Joe Buehler <jhpb@hekimian.com>
19514              Date: 29 Aug 1998 17:13:28 -0400
19515              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
19516              Subject: patches for perl 5.005_51 under U/WIN
19517      Branch: perl
19518            + hints/uwin.sh
19519            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
19520            ! t/lib/posix.t
19521 ____________________________________________________________________________
19522 [  1822] By: gsar                                  on 1998/09/23  06:36:59
19523         Log: add missing C<no utf8;> tweak from Larry
19524      Branch: perl
19525            ! t/op/subst.t
19526 ____________________________________________________________________________
19527 [  1821] By: gsar                                  on 1998/09/23  06:27:51
19528         Log: s/runops/CALLRUNOPS/
19529      Branch: perl
19530            ! cc_runtime.h
19531 ____________________________________________________________________________
19532 [  1820] By: gsar                                  on 1998/09/23  06:24:49
19533         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
19534      Branch: perl
19535           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
19536           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
19537           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
19538           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
19539           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
19540           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
19541           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
19542           +> t/pragma/warn/util
19543            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
19544            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
19545            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
19546            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
19547            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
19548            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
19549            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
19550            - t/pragma/warn-util
19551            ! MANIFEST t/pragma/warning.t
19552 ____________________________________________________________________________
19553 [  1819] By: gsar                                  on 1998/09/23  06:08:46
19554         Log: make \(%foo) return refs to values (not copies of values)
19555              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19556              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
19557              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
19558              --
19559              From: Roderick Schertler <roderick@argon.org>
19560              Date: Sat, 29 Aug 1998 00:58:33 -0400
19561              Message-ID: <29894.904366713@eeyore.ibcinc.com>
19562              Subject: Re: \(%x) problems
19563      Branch: perl
19564            ! doop.c pod/perlref.pod
19565 ____________________________________________________________________________
19566 [  1818] By: gsar                                  on 1998/09/23  06:05:08
19567         Log: make h2xs generate ANSI prototypes
19568      Branch: perl
19569            ! utils/h2xs.PL
19570 ____________________________________________________________________________
19571 [  1817] By: gsar                                  on 1998/09/23  05:57:16
19572         Log: updated usethreads hints for hpux 10.X
19573              From: Matthew T Harden <mthard@mthard1.monsanto.com>
19574              Date: Fri, 28 Aug 1998 14:10:42 GMT
19575              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
19576              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
19577      Branch: perl
19578            ! hints/hpux.sh perl.h
19579 ____________________________________________________________________________
19580 [  1816] By: gsar                                  on 1998/09/23  05:53:31
19581         Log: don't create empty directories in installperl
19582              From: Robin Barker <rmb1@cise.npl.co.uk>
19583              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
19584              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
19585              Subject: [PATCH 5.005_02] install: empty dirs
19586      Branch: perl
19587            ! installperl
19588 ____________________________________________________________________________
19589 [  1815] By: gsar                                  on 1998/09/23  05:50:36
19590         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
19591              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19592              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
19593              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
19594              Subject: Re: your mail
19595      Branch: perl
19596            ! regexec.c t/op/re_tests
19597 ____________________________________________________________________________
19598 [  1814] By: gsar                                  on 1998/09/23  05:45:17
19599         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
19600              Date: Thu, 20 Aug 1998 20:59:03 -0400
19601              Message-ID: <19980820205903.A12908@O2.chapin.edu>
19602              Subject: [PATCH] h2ph misquotes #error directives
19603      Branch: perl
19604            ! t/lib/h2ph.pht utils/h2ph.PL
19605 ____________________________________________________________________________
19606 [  1813] By: gsar                                  on 1998/09/23  05:42:41
19607         Log: patch to support computed regular subexpressions
19608              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19609              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
19610              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
19611              Subject: [5.005_5* PATCH] Postponed RE - now!
19612      Branch: perl
19613            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
19614            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
19615 ____________________________________________________________________________
19616 [  1812] By: gsar                                  on 1998/09/23  05:26:26
19617         Log: better CR-handling on shebang line and in formats (fixed variant of
19618              patch suggested by Igor Sysoev <igor@nitek.ru>)
19619      Branch: perl
19620            ! perl.c toke.c
19621 ____________________________________________________________________________
19622 [  1811] By: gsar                                  on 1998/09/23  04:35:46
19623         Log: document non-loopish blocks better
19624              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19625              Date: Tue, 18 Aug 1998 12:28:36 +0100
19626              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
19627              Subject: Re: next in do {} while block gives error message
19628      Branch: perl
19629            ! pod/perlfunc.pod
19630 ____________________________________________________________________________
19631 [  1810] By: gsar                                  on 1998/09/23  04:12:05
19632         Log: fix bogus integerization of pop()'s return value
19633              From: Gurusamy Sarathy <gsar@engin.umich.edu>
19634              Date: Sat, 15 Aug 1998 23:27:54 -0400
19635              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
19636              Subject: Re: Complex expression does integer arithmetic 
19637      Branch: perl
19638            ! opcode.h opcode.pl
19639 ____________________________________________________________________________
19640 [  1809] By: gsar                                  on 1998/09/23  04:09:43
19641         Log: tweak README.win32
19642      Branch: perl
19643            ! README.win32
19644 ____________________________________________________________________________
19645 [  1808] By: gsar                                  on 1998/09/23  03:40:57
19646         Log: better diagnostic for do{} used as lvalue
19647      Branch: perl
19648            ! op.c pod/perlport.pod
19649 ____________________________________________________________________________
19650 [  1807] By: gsar                                  on 1998/09/23  03:38:30
19651         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
19652              From: hansm@icgroup.nl
19653              Date: Tue, 11 Aug 98 21:08:51 +0200
19654              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
19655              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
19656      Branch: perl
19657            ! malloc.c
19658 ____________________________________________________________________________
19659 [  1806] By: gsar                                  on 1998/09/23  03:36:08
19660         Log: support make written in perl (aka "pmake") on win32
19661      Branch: perl
19662            ! lib/ExtUtils/MM_Win32.pm
19663 ____________________________________________________________________________
19664 [  1805] By: gsar                                  on 1998/09/23  03:30:07
19665         Log: fix mismatched UV/U32 types for to_utf8_*()
19666      Branch: perl
19667            ! utf8.c
19668 ____________________________________________________________________________
19669 [  1804] By: gsar                                  on 1998/09/23  03:22:22
19670         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
19671              Date: Sun, 9 Aug 1998 22:38:23 +0200
19672              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
19673              Subject: [PATCH 5.5002] dos-djgpp update
19674      Branch: perl
19675            ! t/io/fs.t
19676 ____________________________________________________________________________
19677 [  1803] By: gsar                                  on 1998/09/23  03:20:13
19678         Log: apply minimal variant of patch (sent via private mail)
19679              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
19680              Date: Wed, 12 Aug 1998 15:42:35 +0300
19681              Message-Id: <199808121242.PAA29761@comanche.spices>
19682              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
19683      Branch: perl
19684            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
19685            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
19686 ____________________________________________________________________________
19687 [  1802] By: gsar                                  on 1998/09/23  03:03:39
19688         Log: adjust searchdict.t for EBCDIC (still needs documenting)
19689              From: pvhp@forte.com (Peter Prymmer)
19690              Date: Thu, 6 Aug 98 18:09:39 PDT
19691              Message-Id: <9808070109.AA06158@forte.com>
19692              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
19693      Branch: perl
19694            ! README.os390 t/lib/searchdict.t
19695 ____________________________________________________________________________
19696 [  1801] By: gsar                                  on 1998/09/23  02:54:15
19697         Log: silence redefined warning for XS(INIT) {}
19698      Branch: perl
19699            ! op.c
19700 ____________________________________________________________________________
19701 [  1800] By: gsar                                  on 1998/09/23  02:42:23
19702         Log: support match indices via special variables @- and @+
19703              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19704              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
19705              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
19706              Subject: [PATCH 5.004_76] @- and @+
19707      Branch: perl
19708            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
19709            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
19710 ____________________________________________________________________________
19711 [  1799] By: gsar                                  on 1998/09/23  01:44:31
19712         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19713              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
19714              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
19715              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
19716      Branch: perl
19717            ! regcomp.c t/op/re_tests
19718 ____________________________________________________________________________
19719 [  1798] By: gsar                                  on 1998/09/23  01:39:23
19720         Log: integrate maint-5.005 changes (except conflicting change#1794)
19721      Branch: perl
19722            ! Changes
19723           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
19724           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
19725           !> win32/win32.h
19726 ____________________________________________________________________________
19727 [  1797] By: gsar                                  on 1998/09/23  01:32:36
19728         Log: add note to win32/Makefile about setting CCHOME
19729      Branch: perl
19730            ! win32/Makefile win32/makefile.mk
19731 ____________________________________________________________________________
19732 [  1796] By: gsar                                  on 1998/09/23  01:31:32
19733         Log: perl.pod tweak
19734      Branch: perl
19735            ! pod/perl.pod
19736 ____________________________________________________________________________
19737 [  1795] By: gsar                                  on 1998/09/21  20:34:10
19738         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
19739      Branch: perl
19740            ! lib/ExtUtils/xsubpp
19741 ____________________________________________________________________________
19742 [  1789] By: gsar                                  on 1998/09/18  18:01:37
19743         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
19744      Branch: perl
19745            ! cop.h t/cmd/for.t
19746 ____________________________________________________________________________
19747 [  1788] By: gsar                                  on 1998/09/17  02:19:11
19748         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
19749      Branch: perl
19750            ! win32/config.bc win32/config.gc win32/config.vc
19751 ____________________________________________________________________________
19752 [  1787] By: gsar                                  on 1998/09/17  01:45:14
19753         Log: suppress bogus warning on C<sub x {} x()>
19754      Branch: perl
19755            ! toke.c
19756 ____________________________________________________________________________
19757 [  1786] By: gsar                                  on 1998/09/17  01:42:51
19758         Log: ntohl typo in objXSUB.h
19759      Branch: perl
19760            ! objXSUB.h
19761 ____________________________________________________________________________
19762 [  1785] By: gsar                                  on 1998/09/17  01:41:48
19763         Log: fill gaps in sig_* entries in win32/config.?c
19764      Branch: perl
19765            ! win32/config.bc win32/config.gc win32/config.vc
19766 ____________________________________________________________________________
19767 [  1781] By: larry                                 on 1998/09/05  23:48:24
19768         Log: tr/// logic was hosed under utf8
19769      Branch: perl
19770            ! doop.c op.c op.h pp.c proto.h
19771 ____________________________________________________________________________
19772 [  1780] By: larry                                 on 1998/09/05  23:44:16
19773         Log: several new tests needed tweaking to work under utf8
19774      Branch: perl
19775            ! t/comp/require.t t/op/pack.t t/op/substr.t
19776 ____________________________________________________________________________
19777 [  1779] By: larry                                 on 1998/09/05  23:41:42
19778         Log: index() applied BM optimization to wrong argument
19779      Branch: perl
19780            ! op.c util.c
19781 ____________________________________________________________________________
19782 [  1778] By: larry                                 on 1998/09/05  23:38:29
19783         Log: Implicit require during compile reset line numbering
19784      Branch: perl
19785            ! pp_ctl.c
19786
19787 ----------------
19788 Version 5.005_51
19789 ----------------
19790
19791 ____________________________________________________________________________
19792 [  1777] By: gsar                                  on 1998/08/10  07:02:38
19793         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
19794              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
19795              lexical warning testsuite for win32
19796      Branch: perl
19797            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
19798            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
19799            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
19800            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
19801            ! win32/Makefile win32/makefile.mk
19802 ____________________________________________________________________________
19803 [  1776] By: gsar                                  on 1998/08/09  17:53:48
19804         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
19805      Branch: perl
19806            ! Changes MANIFEST perl.c pod/perlhist.pod
19807 ____________________________________________________________________________
19808 [  1775] By: gsar                                  on 1998/08/09  14:35:33
19809         Log: tweak warning test
19810      Branch: perl
19811            ! t/pragma/warn-toke
19812 ____________________________________________________________________________
19813 [  1774] By: gsar                                  on 1998/08/09  14:13:46
19814         Log: add missing dTHR; notes for test failures due to small stacksize
19815      Branch: perl
19816            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
19817            ! toke.c universal.c util.c
19818 ____________________________________________________________________________
19819 [  1773] By: gsar                                  on 1998/08/09  11:31:53
19820         Log: lexical warnings; tweaks to places that didn't apply correctly
19821              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
19822              Date:    Wed, 29 Jul 1998 09:28:45 BST
19823              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
19824              Subject: lexical warnings patch for 5.005_50
19825      Branch: perl
19826            + README.lexwarn lib/warning.pm t/pragma/warn-2use
19827            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
19828            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
19829            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
19830            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
19831            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
19832            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
19833            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
19834            + warning.h warning.pl
19835            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
19836            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
19837            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
19838            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
19839            ! universal.c util.c
19840 ____________________________________________________________________________
19841 [  1772] By: gsar                                  on 1998/08/08  23:06:00
19842         Log: bump patchlevel to 5.005_51
19843      Branch: perl
19844            ! patchlevel.h win32/Makefile win32/config_H.bc
19845            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19846 ____________________________________________________________________________
19847 [  1771] By: gsar                                  on 1998/08/08  23:01:57
19848         Log: fix bogus warning on "\x{123}"
19849              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
19850              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
19851              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
19852              Subject: [5.005_50 PATCH] Some unicode problems
19853      Branch: perl
19854            ! regcomp.c toke.c
19855 ____________________________________________________________________________
19856 [  1770] By: gsar                                  on 1998/08/08  22:56:55
19857         Log: hide dup symbol for static build of ext/re
19858              From: Dominic Dunlop <domo@ppp72.vo.lu>
19859              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
19860              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
19861              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
19862      Branch: perl
19863            ! regcomp.c
19864 ____________________________________________________________________________
19865 [  1769] By: gsar                                  on 1998/08/08  22:45:06
19866         Log: fix double free on -Mutf8 -e '$b=uc("")'
19867              From: larry@wall.org (Larry Wall)
19868              Date: Fri, 7 Aug 1998 14:42:43 -0700
19869              Message-Id: <199808072142.OAA14920@wall.org>
19870              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
19871      Branch: perl
19872            ! pp.c
19873 ____________________________________________________________________________
19874 [  1768] By: gsar                                  on 1998/08/08  22:42:29
19875         Log: substr() assumes utf8 without say-so
19876              From: larry@wall.org (Larry Wall)
19877              Date: Fri, 7 Aug 1998 12:25:12 -0700
19878              Message-Id: <199808071925.MAA13436@wall.org>
19879              Subject: [PATCH 5.005_50] substr bug?
19880      Branch: perl
19881            ! pp.c
19882 ____________________________________________________________________________
19883 [  1767] By: gsar                                  on 1998/08/08  22:38:25
19884         Log: fix intolerance of SWASHes for blank lines
19885              From: Gisle Aas <aas@sn.no>
19886              Date: 06 Aug 1998 23:28:57 +0200
19887              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
19888              Subject: Re: Re[2]: another joyride begins
19889      Branch: perl
19890            ! lib/utf8_heavy.pl
19891 ____________________________________________________________________________
19892 [  1766] By: gsar                                  on 1998/08/08  22:33:10
19893         Log: utf8 doc tweak
19894              From: Gisle Aas <aas@sn.no>
19895              Date: 05 Aug 1998 00:41:04 +0200
19896              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
19897              Subject: Matching clumps
19898      Branch: perl
19899            ! lib/utf8.pm
19900 ____________________________________________________________________________
19901 [  1765] By: gsar                                  on 1998/08/08  22:31:37
19902         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
19903              From: Gisle Aas <aas@sn.no>
19904              Date: 04 Aug 1998 22:56:11 +0200
19905              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
19906              Subject: Re: another joyride begins
19907      Branch: perl
19908            ! lib/utf8_heavy.pl
19909 ____________________________________________________________________________
19910 [  1764] By: gsar                                  on 1998/08/08  22:28:43
19911         Log: From: larry@wall.org (Larry Wall)
19912              Date: Tue, 4 Aug 1998 17:04:51 -0700
19913              Message-Id: <199808050004.RAA22592@wall.org>
19914              Subject: [PATCH 5.005_50] \pX not implemented!
19915      Branch: perl
19916            ! regcomp.c
19917 ____________________________________________________________________________
19918 [  1763] By: gsar                                  on 1998/08/08  22:27:15
19919         Log: From: Stephen McCamant <alias@mcs.com>
19920              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
19921              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
19922              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
19923      Branch: perl
19924            ! op.c
19925 ____________________________________________________________________________
19926 [  1762] By: gsar                                  on 1998/08/08  22:26:09
19927         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19928              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
19929              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
19930              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
19931      Branch: perl
19932            + t/op/grent.t t/op/pwent.t
19933            ! MANIFEST
19934 ____________________________________________________________________________
19935 [  1761] By: gsar                                  on 1998/08/08  22:21:52
19936         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19937              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
19938              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
19939              Subject: [5.005_50 PATCH] misprint in RE engine
19940      Branch: perl
19941            ! regexec.c t/op/re_tests
19942 ____________________________________________________________________________
19943 [  1760] By: gsar                                  on 1998/08/08  22:18:54
19944         Log: integrate maint-5.005 changes into mainline
19945      Branch: perl
19946           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
19947           !> (integrate 138 files)
19948 ____________________________________________________________________________
19949 [  1672] By: gsar                                  on 1998/07/27  18:35:28
19950         Log: create new Changes
19951      Branch: perl
19952            + Changes
19953            ! Changes5.005 MANIFEST
19954 ____________________________________________________________________________
19955 [  1671] By: gsar                                  on 1998/07/27  18:30:57
19956         Log: rename Changes --> Changes5.005
19957      Branch: perl
19958           +> Changes5.005
19959            - Changes
19960 ____________________________________________________________________________
19961 [  1670] By: gsar                                  on 1998/07/27  18:10:14
19962         Log: integrate 5.005_01 changes from maint
19963      Branch: perl
19964            ! Changes
19965           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
19966           !> win32/win32.c
19967 ____________________________________________________________________________
19968 [  1667] By: nick                                  on 1998/07/26  14:31:01
19969         Log: Add dTHR so that it compiles miniperl in threaded mode
19970      Branch: perl
19971            ! doop.c mg.c regcomp.c regexec.c
19972 ____________________________________________________________________________
19973 [  1666] By: nick                                  on 1998/07/26  13:01:10
19974         Log: Resolve ansiperl against mainline (@1648?)
19975              Unclear that change number has "taken".
19976      Branch: ansiperl
19977           +> (branch 169 files)
19978            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
19979           !> (integrate 131 files)
19980
19981 ----------------
19982 Version 5.005_50
19983 ----------------
19984
19985 ____________________________________________________________________________
19986 [  1665] By: gsar                                  on 1998/07/26  05:38:48
19987         Log: add trailing newline to file
19988      Branch: perl
19989            ! Changes lib/unicode/blocks.txt
19990 ____________________________________________________________________________
19991 [  1664] By: gsar                                  on 1998/07/26  05:08:48
19992         Log: integrate proto.h additions from maint-5.005
19993      Branch: perl
19994           !> pod/perlhist.pod proto.h
19995 ____________________________________________________________________________
19996 [  1663] By: gsar                                  on 1998/07/26  05:07:05
19997         Log: add new files to MANIFEST; add missing prototypes to proto.h;
19998              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
19999              add typecasts to silence warnings; tweaks for win32 builds
20000      Branch: perl
20001            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
20002            ! win32/Makefile win32/makefile.mk
20003 ____________________________________________________________________________
20004 [  1662] By: gsar                                  on 1998/07/26  05:01:52
20005         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
20006      Branch: maint-5.005/perl
20007            ! pod/perlhist.pod proto.h
20008 ____________________________________________________________________________
20009 [  1661] By: gsar                                  on 1998/07/26  02:52:48
20010         Log: up patchlevel to 5.005_50
20011      Branch: perl
20012            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
20013            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20014 ____________________________________________________________________________
20015 [  1660] By: gsar                                  on 1998/07/26  02:43:57
20016         Log: integrate utfperl
20017      Branch: perl
20018           +> (branch 162 files)
20019           !> (integrate 29 files)
20020 ____________________________________________________________________________
20021 [  1659] By: gsar                                  on 1998/07/26  02:38:22
20022         Log: integrate maint-5.005 changes
20023      Branch: perl
20024           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
20025           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
20026           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
20027           !> vms/descrip_mms.template vms/subconfigure.com
20028 ____________________________________________________________________________
20029 [  1658] By: gsar                                  on 1998/07/26  02:23:46
20030         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
20031              Date: Fri, 24 Jul 1998 11:38:25 -0700
20032              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
20033              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
20034              --
20035              Date: Fri, 24 Jul 1998 12:30:36 -0700
20036              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
20037              Subject: [PATCH 5.005]Tweaks to README.vms
20038              --
20039              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
20040              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
20041              Subject: [PATCH 5.005] Final build cleanup patch
20042      Branch: maint-5.005/perl
20043            ! README.vms vms/descrip_mms.template vms/subconfigure.com
20044 ____________________________________________________________________________
20045 [  1657] By: gsar                                  on 1998/07/26  02:19:50
20046         Log: another platform where pp_sselect() needs a whole fd_set buffer
20047              From: Lupe Christoph <lupe@alanya.m.isar.de>
20048              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
20049              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
20050              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
20051      Branch: maint-5.005/perl
20052            ! pp_sys.c
20053 ____________________________________________________________________________
20054 [  1656] By: gsar                                  on 1998/07/26  02:12:46
20055         Log: fix problem building modules on dos-djgpp
20056              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
20057              Date: Sat, 25 Jul 1998 00:53:39 +0200
20058              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
20059              Subject: [PATCH 5.005] dos-djgpp and modules problem
20060      Branch: maint-5.005/perl
20061            ! djgpp/fixpmain
20062 ____________________________________________________________________________
20063 [  1655] By: gsar                                  on 1998/07/26  02:11:09
20064         Log: From: Tom Spindler <dogcow@home.merit.edu>
20065              Date: Wed, 22 Jul 1998 16:11:07 -0400
20066              Message-ID: <19980722161107.A16813@home.merit.edu>
20067              Subject: [PATCH 5.005] BeOS tweak
20068      Branch: maint-5.005/perl
20069            ! hints/beos.sh
20070 ____________________________________________________________________________
20071 [  1654] By: gsar                                  on 1998/07/26  02:09:29
20072         Log: various pod tweaks
20073      Branch: maint-5.005/perl
20074            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
20075            ! pod/perltoc.pod
20076 ____________________________________________________________________________
20077 [  1653] By: gsar                                  on 1998/07/26  02:05:46
20078         Log: fix emacs/ptags for PL_* changes
20079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20080              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
20081              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
20082              Subject: [PATCH 5.004_76] Yet better ptags
20083      Branch: maint-5.005/perl
20084            ! emacs/ptags
20085 ____________________________________________________________________________
20086 [  1652] By: gsar                                  on 1998/07/26  02:03:01
20087         Log: fix behavior of <=> on bigints
20088              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20089              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
20090              Date: Fri, 24 Jul 1998 18:29:53 +0100
20091              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
20092      Branch: maint-5.005/perl
20093            ! lib/Math/BigInt.pm t/lib/bigintpm.t
20094 ____________________________________________________________________________
20095 [  1651] By: larry                                 on 1998/07/24  05:44:33
20096         Log: Here are the long-expected Unicode/UTF-8 modifications.
20097      Branch: utfperl
20098            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
20099            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
20100            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
20101            + lib/unicode/Decomposition.pl
20102            + lib/unicode/In/AlphabeticPresentationForms.pl
20103            + lib/unicode/In/Arabic.pl
20104            + lib/unicode/In/ArabicPresentationForms-A.pl
20105            + lib/unicode/In/ArabicPresentationForms-B.pl
20106            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
20107            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
20108            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
20109            + lib/unicode/In/BoxDrawing.pl
20110            + lib/unicode/In/CJKCompatibility.pl
20111            + lib/unicode/In/CJKCompatibilityForms.pl
20112            + lib/unicode/In/CJKCompatibilityIdeographs.pl
20113            + lib/unicode/In/CJKSymbolsandPunctuation.pl
20114            + lib/unicode/In/CJKUnifiedIdeographs.pl
20115            + lib/unicode/In/CombiningDiacriticalMarks.pl
20116            + lib/unicode/In/CombiningHalfMarks.pl
20117            + lib/unicode/In/CombiningMarksforSymbols.pl
20118            + lib/unicode/In/ControlPictures.pl
20119            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
20120            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
20121            + lib/unicode/In/EnclosedAlphanumerics.pl
20122            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
20123            + lib/unicode/In/GeneralPunctuation.pl
20124            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
20125            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
20126            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
20127            + lib/unicode/In/HalfwidthandFullwidthForms.pl
20128            + lib/unicode/In/HangulCompatibilityJamo.pl
20129            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
20130            + lib/unicode/In/Hebrew.pl
20131            + lib/unicode/In/HighPrivateUseSurrogates.pl
20132            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
20133            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
20134            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
20135            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
20136            + lib/unicode/In/LatinExtended-A.pl
20137            + lib/unicode/In/LatinExtended-B.pl
20138            + lib/unicode/In/LatinExtendedAdditional.pl
20139            + lib/unicode/In/LetterlikeSymbols.pl
20140            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
20141            + lib/unicode/In/MathematicalOperators.pl
20142            + lib/unicode/In/MiscellaneousSymbols.pl
20143            + lib/unicode/In/MiscellaneousTechnical.pl
20144            + lib/unicode/In/NumberForms.pl
20145            + lib/unicode/In/OpticalCharacterRecognition.pl
20146            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
20147            + lib/unicode/In/SmallFormVariants.pl
20148            + lib/unicode/In/SpacingModifierLetters.pl
20149            + lib/unicode/In/Specials.pl
20150            + lib/unicode/In/SuperscriptsandSubscripts.pl
20151            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
20152            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
20153            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20154            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
20155            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
20156            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
20157            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
20158            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
20159            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
20160            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
20161            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
20162            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
20163            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
20164            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
20165            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
20166            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
20167            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
20168            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
20169            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
20170            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
20171            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
20172            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
20173            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
20174            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
20175            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
20176            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
20177            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
20178            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
20179            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
20180            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
20181            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
20182            + lib/unicode/JamoShort.pl lib/unicode/Makefile
20183            + lib/unicode/Name.pl lib/unicode/Number.pl
20184            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
20185            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
20186            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
20187            + lib/unicode/blocks.txt lib/unicode/index2.txt
20188            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
20189            + lib/unicode/names2.txt lib/unicode/props2.txt
20190            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
20191            + utf8.c utf8.h
20192            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
20193            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
20194            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
20195            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
20196            ! t/op/vec.t toke.c util.c vms/vmsish.h
20197 ____________________________________________________________________________
20198 [  1650] By: gsar                                  on 1998/07/24  04:06:48
20199         Log: create utfperl branch
20200      Branch: utfperl
20201           +> (branch 1079 files)
20202 ____________________________________________________________________________
20203 [  1649] By: gsar                                  on 1998/07/24  03:56:56
20204         Log: create maint-5.005 branch
20205      Branch: maint-5.005/perl
20206           +> (branch 1079 files)
20207 ____________________________________________________________________________
20208 [  1648] By: gsar                                  on 1998/07/24  03:36:35
20209         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
20210      Branch: perl
20211            ! Changes
20212