Configure nits spotted by Spider Boardman.
[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 February 2000):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@delanet.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Brad Appleton       <bradapp@enteract.com>
24     Greg Bacon          <gbacon@itsc.uah.edu>
25     Robin Barker        <rmb1@cise.npl.co.uk>
26     Vishal Bhatia       <vishal@gol.com>
27     Spider Boardman     <spider@orb.nashua.nh.us>
28     Tom Christiansen    <tchrist@perl.com>
29     Mark-Jason Dominus  <mjd@plover.com>
30     Jan Dubois          <jand@activestate.com>
31     Dominic Dunlop      <domo@computer.org>
32     Eric Fifer          <efifer@sanwaint.com>
33     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
34     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
35     Jarkko Hietaniemi   <jhi@iki.fi>
36     Tom Hughes          <tom@compton.nu>
37     Nick Ing-Simmons    <nik@tiuk.ti.com>
38     Andreas Koenig      <a.koenig@mind.de>
39     Douglas Lankshear   <dougl@activestate.com>
40     Doug MacEachern     <dougm@opengroup.org>
41     Raphael Manfredi    <Raphael.Manfredi@st.com>
42     Paul Marquess       <Paul.Marquess@btinternet.com>
43     Stephen McCamant    <alias@mcs.com>
44     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
45     Hans Mulder         <hansmu@xs4all.nl>
46     Chris Nandor        <pudge@pobox.com>
47     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
48     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
49     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
50     Tom Phoenix         <rootbeer@teleport.com>
51     Joshua Pritikin     <joshua.pritikin@db.com>
52     Peter Prymmer       <pvhp@forte.com>
53     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
54     Dean Roehrich       <roehrich@cray.com>
55     Hugo van der Sanden <hv@crypt0.demon.co.uk>
56     Michael G Schwern   <schwern@pobox.com>
57     Roderick Schertler  <roderick@argon.org>
58     Kurt D. Starsinic   <kstar@isinet.com>
59     Benjamin Stuhl      <sho_pi@hotmail.com>
60     Dan Sugalski        <sugalskd@osshe.edu>
61     Nathan Torkington   <gnat@frii.com>
62     Larry W. Virden     <lvirden@cas.org>
63     Johan Vromans       <jvromans@squirrel.nl>
64     Ilya Zakharevich    <ilya@math.ohio-state.edu>
65
66 And the Keepers of the Patch Pumpkin:
67
68     Charles Bailey      <bailey@newman.upenn.edu>
69     Graham Barr         <gbarr@ti.com>
70     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
71     Tim Bunce           <Tim.Bunce@ig.co.uk>
72     Andy Dougherty      <doughera@lafcol.lafayette.edu>
73     Gurusamy Sarathy    <gsar@activestate.com>
74     Chip Salzenberg     <chip@perl.com>
75
76 And, of course, the Author of Perl:
77
78     Larry Wall          <larry@wall.org>
79
80
81 NOTE: Each change entry shows the change number; who checked it into the
82 repository; when; description of the change; which branch the change
83 happened in; and the affected files.  The file lists have a short symbolic
84 indicator:
85
86             !       modified
87             +       added
88             -       deleted
89             +>      branched (from elsewhere)
90             !>      merged changes (from elsewhere)
91
92
93 ----------------
94 Version v5.5.660        Development release working toward v5.6
95 ----------------
96
97 ____________________________________________________________________________
98 [  5167] By: gsar                                  on 2000/02/20  18:54:27
99         Log: avoid reading out-of-bounds memory when matching against reference
100      Branch: perl
101            ! regexec.c
102 ____________________________________________________________________________
103 [  5166] By: gsar                                  on 2000/02/20  17:59:41
104         Log: byte mode chop() should clear UTF8 (from Gisle Aas)
105      Branch: perl
106            ! doop.c
107 ____________________________________________________________________________
108 [  5165] By: gsar                                  on 2000/02/20  17:57:08
109         Log: test fix needed by change#5164
110      Branch: perl
111            ! t/pragma/warn/toke
112 ____________________________________________________________________________
113 [  5164] By: gsar                                  on 2000/02/20  17:50:38
114         Log: default mkdir() mode argument to 0777
115      Branch: perl
116            ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
117            ! t/op/mkdir.t toke.c
118 ____________________________________________________________________________
119 [  5163] By: gsar                                  on 2000/02/20  16:34:33
120         Log: glob() takes one or no user arguments and a non-user-visible second
121              hidden argument, fix its prototype-checking accordingly
122      Branch: perl
123            ! op.c opcode.h opcode.pl
124 ____________________________________________________________________________
125 [  5162] By: gsar                                  on 2000/02/20  16:07:38
126         Log: make change#3386 a build-time option (avoids problems due to
127              perl_run() longjmping out)
128      Branch: perl
129            ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
130            ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
131            ! scope.h sv.c thrdvar.h util.c
132 ____________________________________________________________________________
133 [  5161] By: gsar                                  on 2000/02/20  12:13:37
134         Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
135              modified to use Errno more portably)
136      Branch: perl
137            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
138 ____________________________________________________________________________
139 [  5160] By: gsar                                  on 2000/02/20  11:53:28
140         Log: mention portability caveat about C<use Errno 'EFOO'>
141      Branch: perl
142            ! ext/Errno/Errno_pm.PL
143 ____________________________________________________________________________
144 [  5159] By: gsar                                  on 2000/02/20  11:14:36
145         Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
146      Branch: perl
147            ! pod/perlvar.pod
148 ____________________________________________________________________________
149 [  5158] By: gsar                                  on 2000/02/20  10:53:49
150         Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
151      Branch: perl
152            ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
153            ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
154            ! vms/descrip_mms.template
155 ____________________________________________________________________________
156 [  5157] By: jhi                                   on 2000/02/19  20:29:26
157         Log: Be explicit about what ops work with bt vectors.
158              (And implicit about which don't.)
159      Branch: cfgperl
160            ! pod/perldelta.pod
161 ____________________________________________________________________________
162 [  5156] By: jhi                                   on 2000/02/19  18:38:14
163         Log: Integrate with Sarathy.
164      Branch: cfgperl
165           +> lib/bytes.pm lib/bytes_heavy.pl
166            - lib/byte.pm lib/byte_heavy.pl
167           !> (integrate 61 files)
168 ____________________________________________________________________________
169 [  5155] By: gsar                                  on 2000/02/19  17:57:39
170         Log: char vs U8 warnings
171      Branch: perl
172            ! sv.c
173 ____________________________________________________________________________
174 [  5154] By: gsar                                  on 2000/02/19  17:44:56
175         Log: remove outdated caveat about C<while ($k = each %foo)> (from
176              Hugo van der Sanden)
177      Branch: perl
178            ! pod/perlfunc.pod
179 ____________________________________________________________________________
180 [  5153] By: gsar                                  on 2000/02/19  17:41:41
181         Log: tests, doc tweak (from Gisle Aas)
182      Branch: perl
183            ! pod/perlfaq9.pod t/op/ord.t
184 ____________________________________________________________________________
185 [  5152] By: gsar                                  on 2000/02/19  17:35:50
186         Log: document behavior of splice(@ary) (from Gisle Aas)
187      Branch: perl
188            ! pod/perlfunc.pod
189 ____________________________________________________________________________
190 [  5151] By: gsar                                  on 2000/02/19  17:33:59
191         Log: fix bug in backtracking optimizer (from Makoto Ishisone
192              <ishisone@sra.co.jp>)
193      Branch: perl
194            ! regexec.c t/op/pat.t
195 ____________________________________________________________________________
196 [  5150] By: gsar                                  on 2000/02/19  17:33:05
197         Log: more B fixups to cope with empty GVs (these can only happen in pads)
198      Branch: perl
199            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
200 ____________________________________________________________________________
201 [  5149] By: gsar                                  on 2000/02/19  17:32:03
202         Log: avoid compiler warnings
203      Branch: perl
204            ! malloc.c perl.h
205 ____________________________________________________________________________
206 [  5148] By: gsar                                  on 2000/02/19  17:18:09
207         Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
208      Branch: perl
209            ! lib/attributes.pm
210 ____________________________________________________________________________
211 [  5147] By: gsar                                  on 2000/02/19  17:15:34
212         Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
213              for that)
214      Branch: perl
215            ! ext/Errno/Errno_pm.PL
216 ____________________________________________________________________________
217 [  5146] By: gsar                                  on 2000/02/19  16:18:46
218         Log: integrate cfgperl contents into mainline
219      Branch: perl
220           !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
221           !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
222           !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
223           !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
224 ____________________________________________________________________________
225 [  5145] By: gsar                                  on 2000/02/19  16:10:37
226         Log: POSIX::strftime gets the date wrong (from John Tobey
227              <jtobey@epsilondev.com>)
228      Branch: perl
229            ! ext/POSIX/POSIX.xs t/lib/posix.t
230 ____________________________________________________________________________
231 [  5144] By: gsar                                  on 2000/02/19  16:02:40
232         Log: don't blindly set bool=char on linux (from Andy Dougherty)
233      Branch: perl
234            ! handy.h hints/linux.sh x2p/a2p.h
235 ____________________________________________________________________________
236 [  5143] By: gsar                                  on 2000/02/19  15:54:04
237         Log: some rearrangement of the includes for easier "microperl" build;
238              add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
239      Branch: perl
240            ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
241 ____________________________________________________________________________
242 [  5142] By: gsar                                  on 2000/02/19  15:22:17
243         Log: fixes for Pod::Html issues (from Wolfgang Laun
244              <wolfgang.laun@chello.at>)
245      Branch: perl
246            ! lib/Pod/Html.pm
247 ____________________________________________________________________________
248 [  5141] By: gsar                                  on 2000/02/19  08:27:29
249         Log: grammos (spotted by Tom Christiansen)
250      Branch: perl
251            ! pod/perlfunc.pod
252 ____________________________________________________________________________
253 [  5140] By: gsar                                  on 2000/02/19  08:17:04
254         Log: various xsubpp enhancements that make it easier to use with
255              C::Scan (from Ilya Zakharevich)
256              
257              TODO: still needs documentation
258      Branch: perl
259            ! lib/ExtUtils/xsubpp
260 ____________________________________________________________________________
261 [  5139] By: gsar                                  on 2000/02/19  07:55:18
262         Log: s/croak/Perl_croak/
263      Branch: perl
264            ! sv.c
265 ____________________________________________________________________________
266 [  5138] By: gsar                                  on 2000/02/19  07:51:39
267         Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
268      Branch: perl
269            ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
270            ! pp_hot.c proto.h sv.c toke.c
271 ____________________________________________________________________________
272 [  5137] By: gsar                                  on 2000/02/19  07:42:12
273         Log: set close-on-exec flag on sockets too, like we do for files
274              and pipes
275      Branch: perl
276            ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
277 ____________________________________________________________________________
278 [  5136] By: gsar                                  on 2000/02/19  07:23:48
279         Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
280              permitted by change#5011 (from Gisle Aas)
281      Branch: perl
282            ! pp.c utf8.c utf8.h
283 ____________________________________________________________________________
284 [  5135] By: gsar                                  on 2000/02/19  06:53:13
285         Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
286      Branch: perl
287            ! lib/warnings.pm op.c warnings.h warnings.pl
288 ____________________________________________________________________________
289 [  5134] By: gsar                                  on 2000/02/19  06:36:46
290         Log: s/byte/bytes/g remnants
291      Branch: perl
292            ! lib/bytes.pm lib/bytes_heavy.pl
293 ____________________________________________________________________________
294 [  5133] By: gsar                                  on 2000/02/19  06:33:49
295         Log: rename byte:: to bytes::
296      Branch: perl
297           +> lib/bytes.pm lib/bytes_heavy.pl
298            - lib/byte.pm lib/byte_heavy.pl
299            ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
300            ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
301            ! t/lib/charnames.t t/op/ver.t
302 ____________________________________________________________________________
303 [  5132] By: gsar                                  on 2000/02/19  05:58:42
304         Log: English names for $^R and $^S
305      Branch: perl
306            ! lib/English.pm pod/perlvar.pod
307 ____________________________________________________________________________
308 [  5131] By: gsar                                  on 2000/02/19  05:44:20
309         Log: rename "Probable precendence problem" diagnostic to "Bareword found
310              in conditional" to better reflect the class of error (as suggested
311              by Larry)
312      Branch: perl
313            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
314 ____________________________________________________________________________
315 [  5130] By: gsar                                  on 2000/02/19  05:43:10
316         Log: fix outdated info about PerlClinic and the bug-tracking system
317      Branch: perl
318            ! pod/perlfaq2.pod pod/perltodo.pod
319 ____________________________________________________________________________
320 [  5129] By: gsar                                  on 2000/02/19  04:14:19
321         Log: some fixes for mingw32/GCC (SETERRNO() still appears to
322              trash memory)
323      Branch: perl
324            ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
325            ! win32/win32.h
326 ____________________________________________________________________________
327 [  5128] By: gsar                                  on 2000/02/18  06:55:33
328         Log: avoid $@-clearing sideeffect of require in Carp
329      Branch: perl
330            ! lib/Carp.pm
331 ____________________________________________________________________________
332 [  5127] By: gsar                                  on 2000/02/18  04:58:26
333         Log: stronger testcase for change#5126
334      Branch: perl
335            ! t/op/pat.t
336 ____________________________________________________________________________
337 [  5126] By: gsar                                  on 2000/02/18  04:44:28
338         Log: make /\S/ match the same things /[\S]/ matches; likewise for
339              \D (from Rick Delaney <rick@consumercontact.com>)
340      Branch: perl
341            ! regexec.c t/op/pat.t
342 ____________________________________________________________________________
343 [  5125] By: gsar                                  on 2000/02/18  03:57:43
344         Log: Compiler fixups from Jan Dubois
345      Branch: perl
346            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
347 ____________________________________________________________________________
348 [  5124] By: jhi                                   on 2000/02/17  22:09:09
349         Log: Take out the -Wl,-z as we have survice so far without.
350      Branch: cfgperl
351            ! hints/hpux.sh
352 ____________________________________________________________________________
353 [  5123] By: jhi                                   on 2000/02/17  18:40:17
354         Log: Integrate with Sarathy.
355      Branch: cfgperl
356           !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
357 ____________________________________________________________________________
358 [  5122] By: gsar                                  on 2000/02/17  18:01:14
359         Log: fix test that depends on op_dump() output
360      Branch: perl
361            ! t/op/split.t
362 ____________________________________________________________________________
363 [  5121] By: gsar                                  on 2000/02/17  17:55:18
364         Log: op_dump() tweak
365      Branch: perl
366            ! dump.c
367 ____________________________________________________________________________
368 [  5120] By: jhi                                   on 2000/02/16  23:11:04
369         Log: Regularize the use* questions, and replace
370              "Configure *must* be run with -Duse..." with.
371              "can be run".
372      Branch: cfgperl
373            ! Configure config_h.SH
374      Branch: metaconfig
375            ! U/threads/usethreads.U
376      Branch: metaconfig/U/perl
377            ! use64bits.U uselfs.U uselongdbl.U uselonglong.U
378            ! usemultiplicity.U useperlio.U usesocks.U
379 ____________________________________________________________________________
380 [  5119] By: jhi                                   on 2000/02/16  22:29:11
381         Log: HP-UX 64-bitness/largefile fixes.
382      Branch: cfgperl
383            ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
384            ! perl.h
385      Branch: metaconfig
386            ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
387      Branch: metaconfig/U/perl
388            ! Extensions.U
389 ____________________________________________________________________________
390 [  5118] By: jhi                                   on 2000/02/16  19:47:51
391         Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
392              (tag :seek), add S_I constants (and functions) (tag :mode);
393              refer only to the SEEK_ of Fcntl, not the ones from
394              POSIX or IO::; add SHUT_ to Socket; get trigonometric
395              functions from Math::Trig instead of POSIX.
396      Branch: cfgperl
397            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
398            ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
399            ! pod/perlopentut.pod t/lib/syslfs.t
400      Branch: metaconfig/U/perl
401            + i_sysmode.U
402 ____________________________________________________________________________
403 [  5117] By: gsar                                  on 2000/02/16  06:39:06
404         Log: avoid warnings due to redefined NULL
405      Branch: perl
406            ! ext/ODBM_File/ODBM_File.xs
407 ____________________________________________________________________________
408 [  5116] By: gsar                                  on 2000/02/16  00:10:25
409         Log: integrate cfgperl changes into mainline
410      Branch: perl
411           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
412           !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
413           !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
414           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
415 ____________________________________________________________________________
416 [  5115] By: jhi                                   on 2000/02/15  23:11:55
417         Log: Probe for <sys/utsname.h>.
418      Branch: cfgperl
419            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
420            ! config_h.SH ext/Sys/Hostname/Hostname.xs
421      Branch: metaconfig/U/perl
422            + i_sysutsname.U
423 ____________________________________________________________________________
424 [  5114] By: jhi                                   on 2000/02/15  22:59:59
425         Log: Integrate with Sarathy.
426      Branch: cfgperl
427           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
428           +> ext/Sys/Hostname/Makefile.PL
429            - lib/Sys/Hostname.pm
430           !> (integrate 41 files)
431 ____________________________________________________________________________
432 [  5113] By: gsar                                  on 2000/02/15  21:22:18
433         Log: update Changes, patchlevel
434      Branch: perl
435            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
436            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
437 ____________________________________________________________________________
438 [  5112] By: gsar                                  on 2000/02/15  20:57:12
439         Log: fix change#5104 under useithreads
440      Branch: perl
441            ! op.c
442 ____________________________________________________________________________
443 [  5111] By: gsar                                  on 2000/02/15  20:45:10
444         Log: export list tweak needed by change#5103
445      Branch: perl
446            ! makedef.pl
447 ____________________________________________________________________________
448 [  5110] By: gsar                                  on 2000/02/15  19:32:56
449         Log: add XS version of Sys::Hostname (from Greg Bacon
450              <gbacon@itsc.uah.edu>)
451      Branch: perl
452            + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
453            + ext/Sys/Hostname/Makefile.PL
454            - lib/Sys/Hostname.pm
455            ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
456            ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
457            ! win32/makefile.mk
458 ____________________________________________________________________________
459 [  5109] By: gsar                                  on 2000/02/15  18:35:28
460         Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
461              given undefined values (from Graham Barr <gbarr@pobox.com>)
462      Branch: perl
463            ! universal.c
464 ____________________________________________________________________________
465 [  5108] By: gsar                                  on 2000/02/15  18:25:05
466         Log: avoid accidental #line directives (from Rick Delaney
467              <rick@consumercontact.com>)
468      Branch: perl
469            ! pod/perlsyn.pod toke.c
470 ____________________________________________________________________________
471 [  5107] By: gsar                                  on 2000/02/15  18:04:31
472         Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
473      Branch: perl
474            ! perl.c
475 ____________________________________________________________________________
476 [  5106] By: gsar                                  on 2000/02/15  18:02:17
477         Log: incorrect docs about delete() (spotted by Martyn Pearce
478              <martyn@inpharmatica.co.uk>)
479      Branch: perl
480            ! pod/perldelta.pod pod/perlfunc.pod
481 ____________________________________________________________________________
482 [  5105] By: gsar                                  on 2000/02/15  17:43:27
483         Log: s/use vars/our/ (from Gisle Aas)
484      Branch: perl
485            ! bytecode.pl
486 ____________________________________________________________________________
487 [  5104] By: gsar                                  on 2000/02/15  17:42:06
488         Log: optimize pseudohash slice in array slice at compile time (from
489              John Tobey <jtobey@john-edwin-tobey.org>)
490      Branch: perl
491            ! op.c t/lib/fields.t
492 ____________________________________________________________________________
493 [  5103] By: gsar                                  on 2000/02/15  17:18:12
494         Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
495      Branch: perl
496            ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
497            ! perl.h perlapi.c proto.h vos/vos_dummies.c
498 ____________________________________________________________________________
499 [  5102] By: gsar                                  on 2000/02/15  17:05:12
500         Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
501      Branch: perl
502            ! Todo-5.6 pod/perldata.pod pod/perlport.pod
503 ____________________________________________________________________________
504 [  5101] By: gsar                                  on 2000/02/15  17:02:51
505         Log: fix regen_headers target to make all the autogenerated files
506              writable first
507      Branch: perl
508            ! Makefile.SH
509 ____________________________________________________________________________
510 [  5100] By: gsar                                  on 2000/02/15  16:41:53
511         Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
512              Ilya Zakharevich)
513      Branch: perl
514            ! op.c t/op/lex_assign.t
515 ____________________________________________________________________________
516 [  5099] By: gsar                                  on 2000/02/15  16:17:36
517         Log: more complete File::Spec support for Mac and VMS, tests (from
518              Barrie Slaymaker <barries@slaysys.com>)
519      Branch: perl
520            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
521            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
522 ____________________________________________________________________________
523 [  5098] By: gsar                                  on 2000/02/15  16:10:46
524         Log: fix incompatibility with bison generated parser (from
525              Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
526      Branch: perl
527            ! toke.c
528 ____________________________________________________________________________
529 [  5097] By: gsar                                  on 2000/02/15  16:07:17
530         Log: propagate st_mode bits to group/other for Borland build
531              (from Vadim Konovalov <vkonovalov@lucent.com>)
532      Branch: perl
533            ! win32/win32.c
534 ____________________________________________________________________________
535 [  5096] By: jhi                                   on 2000/02/15  14:22:23
536         Log: Integrate with Sarathy.
537      Branch: cfgperl
538           !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
539 ____________________________________________________________________________
540 [  5095] By: jhi                                   on 2000/02/15  14:19:22
541         Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
542              easier just to drop the paranoid test.
543      Branch: cfgperl
544            ! hints/aix.sh
545 ____________________________________________________________________________
546 [  5094] By: gsar                                  on 2000/02/15  05:42:17
547         Log: update exetype.pl tool
548      Branch: perl
549            ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
550 ____________________________________________________________________________
551 [  5093] By: jhi                                   on 2000/02/15  05:24:02
552         Log: Integrate with Sarathy.
553      Branch: cfgperl
554           !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
555           !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
556           !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
557           !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
558 ____________________________________________________________________________
559 [  5092] By: jhi                                   on 2000/02/15  05:22:09
560         Log: Unroll the libs scan thanks to HP-UX.
561      Branch: cfgperl
562            ! Configure config_h.SH hints/hpux.sh
563      Branch: metaconfig
564            ! U/modified/libpth.U U/modified/libs.U
565      Branch: metaconfig/U/perl
566            ! Extensions.U dlsrc.U
567 ____________________________________________________________________________
568 [  5091] By: gsar                                  on 2000/02/15  05:17:56
569         Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
570              safefree() rather than Safefree()
571      Branch: perl
572            ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
573            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
574            ! ext/SDBM_File/SDBM_File.xs
575 ____________________________________________________________________________
576 [  5090] By: gsar                                  on 2000/02/15  04:54:17
577         Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
578              introduced XPVMG storage in arenas
579      Branch: perl
580            ! sv.c
581 ____________________________________________________________________________
582 [  5089] By: jhi                                   on 2000/02/15  00:41:36
583         Log: AIX perl linkage tweakage.
584      Branch: cfgperl
585            ! Makefile.SH
586 ____________________________________________________________________________
587 [  5088] By: jhi                                   on 2000/02/15  00:07:06
588         Log: abort instead of just promising.
589      Branch: cfgperl
590            ! hints/aix.sh
591 ____________________________________________________________________________
592 [  5087] By: jhi                                   on 2000/02/14  23:51:05
593         Log: silly compilers don't know that croak() exits
594              and complain about unitialized RETVALs
595      Branch: cfgperl
596            ! ext/Sys/Syslog/Syslog.xs
597 ____________________________________________________________________________
598 [  5086] By: jhi                                   on 2000/02/14  21:13:24
599         Log: Add lseektype and lseeksize to myconfig.
600      Branch: cfgperl
601            ! myconfig.SH
602 ____________________________________________________________________________
603 [  5085] By: gsar                                  on 2000/02/14  18:51:11
604         Log: avoid warnings
605      Branch: perl
606            ! perl.c
607 ____________________________________________________________________________
608 [  5084] By: gsar                                  on 2000/02/14  18:26:08
609         Log: fix small interpreter leaks identified by Purify
610      Branch: perl
611            ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
612            ! t/op/ord.t t/pragma/warnings.t
613 ____________________________________________________________________________
614 [  5083] By: jhi                                   on 2000/02/14  17:50:52
615         Log: Remove tagged core files.
616      Branch: cfgperl
617            ! lib/ExtUtils/MM_Unix.pm
618 ____________________________________________________________________________
619 [  5082] By: jhi                                   on 2000/02/14  17:41:07
620         Log: Prefer full_ar.
621      Branch: cfgperl
622            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
623 ____________________________________________________________________________
624 [  5081] By: jhi                                   on 2000/02/14  17:20:32
625         Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
626      Branch: cfgperl
627            ! myconfig.SH
628 ____________________________________________________________________________
629 [  5080] By: jhi                                   on 2000/02/14  15:33:03
630         Log: Integrate with Sarathy.
631      Branch: cfgperl
632           !> Porting/pumpkin.pod av.c malloc.c sv.c
633 ____________________________________________________________________________
634 [  5079] By: gsar                                  on 2000/02/14  08:50:06
635         Log: notes about running Purify
636      Branch: perl
637            ! Porting/pumpkin.pod av.c sv.c
638 ____________________________________________________________________________
639 [  5078] By: gsar                                  on 2000/02/14  07:27:21
640         Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
641      Branch: perl
642            ! malloc.c
643 ____________________________________________________________________________
644 [  5077] By: gsar                                  on 2000/02/14  07:25:44
645         Log: integrate cfgperl contents into mainline
646      Branch: perl
647           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
648           !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
649           !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
650           !> vms/subconfigure.com vos/config.def vos/config.h
651           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
652           !> win32/config.vc win32/config_H.bc win32/config_H.gc
653           !> win32/config_H.vc
654 ____________________________________________________________________________
655 [  5076] By: jhi                                   on 2000/02/14  05:01:56
656         Log: Integrate with Sarathy.
657      Branch: cfgperl
658           !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
659 ____________________________________________________________________________
660 [  5075] By: jhi                                   on 2000/02/14  04:56:52
661         Log: Configure -A stopped processing of any further options.
662      Branch: cfgperl
663            ! Configure config_h.SH
664      Branch: metaconfig
665            ! U/modified/Options.U
666 ____________________________________________________________________________
667 [  5074] By: gsar                                  on 2000/02/14  04:45:01
668         Log: remove outdated -DPURIFY code--it reports bogus errors during global
669              destruction since we actually depend on SVs being in arenas there
670      Branch: perl
671            ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
672 ____________________________________________________________________________
673 [  5073] By: jhi                                   on 2000/02/13  19:28:17
674         Log: Integrate with Sarathy.
675      Branch: cfgperl
676            - Todo-5.005
677           !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
678           !> util.c
679 ____________________________________________________________________________
680 [  5072] By: gsar                                  on 2000/02/13  19:02:07
681         Log: more purification (pp_require() could access free memory; vdie()
682              could think message was random length when passed a null argument;
683              utilize() didn't set up the hash for the method name leading to
684              pp_method_named() accessing random state; PL_curpm wasn't zeroed
685              properly)
686      Branch: perl
687            ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
688            ! util.c
689 ____________________________________________________________________________
690 [  5071] By: jhi                                   on 2000/02/12  19:59:35
691         Log: uselonglong sits deep.
692      Branch: cfgperl
693            ! Configure config_h.SH hints/solaris_2.sh
694      Branch: metaconfig/U/perl
695            ! use64bits.U
696 ____________________________________________________________________________
697 [  5070] By: jhi                                   on 2000/02/12  01:25:41
698         Log: megalomaniac 64-bit update: most importantly,
699              uselonglong is eradicated, only backward
700              compatibility hooks in use64bits remain.
701      Branch: cfgperl
702            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
703            ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
704            ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
705            ! vos/config.def vos/config.h vos/config_h.SH_orig
706            ! win32/config.bc win32/config.gc win32/config.vc
707            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
708      Branch: metaconfig
709            ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
710      Branch: metaconfig/U/perl
711            ! use64bits.U
712 ____________________________________________________________________________
713 [  5069] By: jhi                                   on 2000/02/11  21:13:41
714         Log: undo #5064 for now; there seems to be no good selection
715              of flags to add the new option.
716      Branch: cfgperl
717            ! hints/hpux.sh
718 ____________________________________________________________________________
719 [  5068] By: jhi                                   on 2000/02/11  21:01:21
720         Log: Guard against accidental long long use.
721      Branch: cfgperl
722            ! perl.h
723 ____________________________________________________________________________
724 [  5067] By: jhi                                   on 2000/02/11  19:50:32
725         Log: logic fixes
726      Branch: cfgperl
727            ! Configure config_h.SH
728      Branch: metaconfig/U/perl
729            ! uselonglong.U
730 ____________________________________________________________________________
731 [  5066] By: jhi                                   on 2000/02/11  19:32:30
732         Log: Clarify 64-bit issues.
733      Branch: cfgperl
734            ! pod/perldelta.pod
735 ____________________________________________________________________________
736 [  5065] By: jhi                                   on 2000/02/11  18:13:29
737         Log: Integrate with Sarathy.
738      Branch: cfgperl
739           !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
740           !> toke.c
741 ____________________________________________________________________________
742 [  5064] By: jhi                                   on 2000/02/11  18:11:47
743         Log: Silence linker warnings about binary backward incompatibilities.
744      Branch: cfgperl
745            ! hints/hpux.sh
746 ____________________________________________________________________________
747 [  5063] By: gsar                                  on 2000/02/11  16:36:14
748         Log: fix uninitialized memory reads found by purify
749      Branch: perl
750            ! ext/Devel/Peek/Peek.xs regcomp.c
751 ____________________________________________________________________________
752 [  5062] By: jhi                                   on 2000/02/11  00:11:39
753         Log: de-fancify the largefiles hints
754      Branch: cfgperl
755            ! hints/hpux.sh
756 ____________________________________________________________________________
757 [  5061] By: gsar                                  on 2000/02/10  19:17:09
758         Log: longstanding bug in parsing "require VERSION", could reallocate
759              current line and not know it; exposed by change#5004; manifested
760              as parse failure of C<{require 5.003}>
761      Branch: perl
762            ! t/comp/require.t t/comp/use.t toke.c
763 ____________________________________________________________________________
764 [  5060] By: jhi                                   on 2000/02/10  13:29:25
765         Log: Integrate with Sarathy.
766      Branch: cfgperl
767           !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
768 ____________________________________________________________________________
769 [  5059] By: gsar                                  on 2000/02/10  06:21:21
770         Log: make global symbol exports AIX-specific
771      Branch: perl
772            ! makedef.pl
773 ____________________________________________________________________________
774 [  5058] By: gsar                                  on 2000/02/10  06:16:57
775         Log: integrate cfgperl contents into mainline
776      Branch: perl
777           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
778           !> Porting/config_H config_h.SH makedef.pl perl.h
779           !> vms/subconfigure.com vos/config.def win32/config.bc
780           !> win32/config.gc win32/config.vc win32/config_H.bc
781           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
782           !> win32/config_sh.PL
783 ____________________________________________________________________________
784 [  5057] By: gsar                                  on 2000/02/10  01:08:01
785         Log: windows bugfixes for virtual directories under USE_ITHREADS:
786              allows path mapping to unknown devices to work properly;
787              special file names like CONOUT$ can be opened with sysopen()
788              again
789      Branch: perl
790            ! win32/vdir.h
791 ____________________________________________________________________________
792 [  5056] By: gsar                                  on 2000/02/10  00:56:27
793         Log: formline() could wipe out readonly-ness, freeing constants
794              prematurely, or affect cloning of pad constants
795      Branch: perl
796            ! pp_ctl.c t/op/write.t
797 ____________________________________________________________________________
798 [  5055] By: jhi                                   on 2000/02/09  19:48:58
799         Log: Regenerate Configure for I_SYSLOG.
800      Branch: cfgperl
801            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
802            ! config_h.SH
803 ____________________________________________________________________________
804 [  5054] By: jhi                                   on 2000/02/09  19:38:04
805         Log: fix AIX and multiplicity problems
806      Branch: cfgperl
807            ! Makefile.SH makedef.pl
808 ____________________________________________________________________________
809 [  5053] By: bailey                                on 2000/02/09  10:58:11
810         Log: remove redundant archcore directory prefix in installperl
811      Branch: vmsperl
812            ! installperl
813 ____________________________________________________________________________
814 [  5052] By: bailey                                on 2000/02/09  10:44:22
815         Log: Work around prefixing bug in older DECC preprocessors
816      Branch: vmsperl
817            ! vms/vms.c vms/vmsish.h
818 ____________________________________________________________________________
819 [  5051] By: bailey                                on 2000/02/09  09:52:06
820         Log: Eliminate unnecessary (and sometimes confounding) test for
821              word boundary
822      Branch: vmsperl
823            ! lib/ExtUtils/MM_VMS.pm
824 ____________________________________________________________________________
825 [  5050] By: bailey                                on 2000/02/09  09:29:06
826         Log: Minor fixes to assuage picky compilers (unsigned comparisons and
827              alias rules lead to compilation warnings)
828      Branch: vmsperl
829            ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
830 ____________________________________________________________________________
831 [  5049] By: bailey                                on 2000/02/09  09:09:45
832         Log: Resync with mainline
833      Branch: vmsperl
834           +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
835           +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
836           +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
837           +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
838           +> vos/config.def vos/config.pl win32/bin/exetype.pl
839            - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
840            ! vms/subconfigure.com
841           !> (integrate 358 files)
842 ____________________________________________________________________________
843 [  5048] By: jhi                                   on 2000/02/09  03:54:05
844         Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
845              (reported by Yitzchak Scott-Thoennes in p5p)
846      Branch: cfgperl
847            ! Configure config_h.SH
848      Branch: metaconfig
849            ! U/modified/Cppsym.U
850 ____________________________________________________________________________
851 [  5047] By: jhi                                   on 2000/02/09  02:56:43
852         Log: (fake) use of getcwd.
853      Branch: cfgperl
854            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
855            ! config_h.SH perl.h
856 ____________________________________________________________________________
857 [  5046] By: jhi                                   on 2000/02/09  02:22:50
858         Log: lib scan fix
859      Branch: cfgperl
860            ! Configure config_h.SH
861      Branch: metaconfig
862            ! U/modified/libs.U
863 ____________________________________________________________________________
864 [  5045] By: jhi                                   on 2000/02/09  02:17:34
865         Log: Reintroduce #5019 via metaconfig.
866      Branch: cfgperl
867            ! Configure config_h.SH
868      Branch: metaconfig
869            ! U/installdirs/inc_version_list.U
870 ____________________________________________________________________________
871 [  5044] By: jhi                                   on 2000/02/09  02:07:08
872         Log: Add/restore probes for getcwd/mk*temp*/mmap.
873      Branch: cfgperl
874            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
875            ! config_h.SH perl.h vms/subconfigure.com vos/config.def
876            ! win32/config.bc win32/config.gc win32/config.vc
877            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
878            ! win32/config_h.PL win32/config_sh.PL
879      Branch: metaconfig
880            ! U/modified/d_mkstemp.U U/modified/libs.U
881      Branch: metaconfig/U/perl
882            + d_mkdtemp.U d_mkstemps.U
883 ____________________________________________________________________________
884 [  5043] By: jhi                                   on 2000/02/08  20:58:02
885         Log: Integrate with Sarathy.
886      Branch: cfgperl
887           +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
888           !> (integrate 110 files)
889 ____________________________________________________________________________
890 [  5042] By: gsar                                  on 2000/02/08  20:32:12
891         Log: avoid exiting just because we didn't scan for libm ('libs' may still
892              have it, but we avoided scan for things in 'libs')
893      Branch: perl
894            ! Configure
895
896 ----------------
897 Version v5.5.650
898 ----------------
899
900 ____________________________________________________________________________
901 [  5041] By: gsar                                  on 2000/02/08  07:57:11
902         Log: update Changes
903      Branch: perl
904            ! Changes
905 ____________________________________________________________________________
906 [  5040] By: gsar                                  on 2000/02/08  07:51:20
907         Log: documentation patches (from Michael Schwern and Yitzchak
908              Scott-Thoennes)
909      Branch: perl
910            ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
911 ____________________________________________________________________________
912 [  5039] By: gsar                                  on 2000/02/08  07:22:46
913         Log: alias to $^V to $PERL_VERSION_TUPLE
914      Branch: perl
915            ! lib/English.pm pod/perlvar.pod
916 ____________________________________________________________________________
917 [  5038] By: gsar                                  on 2000/02/08  07:03:34
918         Log: update Changes
919      Branch: perl
920            ! Changes pod/perlhist.pod
921 ____________________________________________________________________________
922 [  5037] By: gsar                                  on 2000/02/08  06:59:55
923         Log: Windows has a somewhat different sitelib layout, and needs
924              $sitelib/archname added as well
925      Branch: perl
926            ! perl.c
927 ____________________________________________________________________________
928 [  5036] By: gsar                                  on 2000/02/08  06:59:03
929         Log: change#4987 appears to have broken libs scan for platforms that
930              don't set ignore_versioned_solibs (Solaris is one of them); add
931              derivative fix from the older logic for skipping versioned .so
932              libs
933      Branch: perl
934            ! Configure
935 ____________________________________________________________________________
936 [  5035] By: gsar                                  on 2000/02/07  21:21:44
937         Log: sprintf("%v"...) buffer resizing busted
938      Branch: perl
939            ! sv.c
940 ____________________________________________________________________________
941 [  5034] By: gsar                                  on 2000/02/07  19:16:21
942         Log: update Changes
943      Branch: perl
944            ! Changes pod/perlhist.pod
945 ____________________________________________________________________________
946 [  5033] By: gsar                                  on 2000/02/07  19:01:08
947         Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
948              only when XX > 127
949      Branch: perl
950            ! pp_hot.c toke.c
951 ____________________________________________________________________________
952 [  5032] By: gsar                                  on 2000/02/07  18:25:31
953         Log: add note about printf("%v",...)
954      Branch: perl
955            ! pod/perldelta.pod
956 ____________________________________________________________________________
957 [  5031] By: gsar                                  on 2000/02/07  18:18:43
958         Log: update Changes
959      Branch: perl
960            ! Changes Todo-5.6
961 ____________________________________________________________________________
962 [  5030] By: gsar                                  on 2000/02/07  18:17:49
963         Log: thinko in change#5029
964      Branch: perl
965            ! gv.c
966 ____________________________________________________________________________
967 [  5029] By: gsar                                  on 2000/02/07  17:49:58
968         Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
969              introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
970      Branch: perl
971            ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
972            ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
973            ! win32/win32.h
974 ____________________________________________________________________________
975 [  5028] By: gsar                                  on 2000/02/07  17:10:03
976         Log: perlport updates (from Peter Prymmer)
977      Branch: perl
978            ! pod/perlport.pod
979 ____________________________________________________________________________
980 [  5027] By: gsar                                  on 2000/02/07  16:53:47
981         Log: fix up Todo-5.6
982      Branch: perl
983            ! Todo-5.6
984 ____________________________________________________________________________
985 [  5026] By: gsar                                  on 2000/02/07  16:32:31
986         Log: rename Todo-5.005 to Todo-5.6
987      Branch: perl
988           +> Todo-5.6
989            - Todo-5.005
990            ! MANIFEST
991 ____________________________________________________________________________
992 [  5025] By: gsar                                  on 2000/02/07  16:09:54
993         Log: ${^Warnings} renamed to ${^WARNING_BITS}
994      Branch: perl
995            ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
996            ! toke.c warnings.pl
997 ____________________________________________________________________________
998 [  5024] By: gsar                                  on 2000/02/07  11:47:06
999         Log: various Windows tweaks: make $^E a little less buggy by saving
1000              and restoring system error across TLS fetch; avoid needless
1001              copying of buffers
1002      Branch: perl
1003            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
1004            ! win32/win32.h
1005 ____________________________________________________________________________
1006 [  5023] By: gsar                                  on 2000/02/07  11:44:19
1007         Log: avoid MakeMaker setting $^W=1
1008      Branch: perl
1009            ! lib/ExtUtils/MakeMaker.pm
1010 ____________________________________________________________________________
1011 [  5022] By: gsar                                  on 2000/02/07  10:38:56
1012         Log: up to v5.5.650
1013      Branch: perl
1014            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
1015            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1016 ____________________________________________________________________________
1017 [  5021] By: gsar                                  on 2000/02/07  10:10:31
1018         Log: mention threads status in pod
1019      Branch: perl
1020            ! ext/Thread/Thread.pm
1021 ____________________________________________________________________________
1022 [  5020] By: gsar                                  on 2000/02/07  09:57:46
1023         Log: tolerate NULL SITELIB_EXP
1024      Branch: perl
1025            ! perl.c
1026 ____________________________________________________________________________
1027 [  5019] By: gsar                                  on 2000/02/07  09:46:11
1028         Log: NULL-terminate PERL_INC_VERSION_LIST
1029      Branch: perl
1030            ! Configure perl.c win32/config.bc win32/config.gc
1031            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1032            ! win32/config_H.vc
1033 ____________________________________________________________________________
1034 [  5018] By: gsar                                  on 2000/02/07  09:13:10
1035         Log: add compatible versions from $Config{inc_ver_list} to search
1036              paths automatically (from Tom Hughes <tom@compton.nu>)
1037      Branch: perl
1038            ! lib/lib.pm perl.c
1039 ____________________________________________________________________________
1040 [  5017] By: gsar                                  on 2000/02/07  08:58:56
1041         Log: makefiles now use exetype.pl to make wperl.exe
1042      Branch: perl
1043            ! sv.c win32/Makefile win32/makefile.mk
1044 ____________________________________________________________________________
1045 [  5016] By: gsar                                  on 2000/02/07  08:38:25
1046         Log: add exetype.pl (from Jan Dubois)
1047      Branch: perl
1048            + win32/bin/exetype.pl
1049            ! MANIFEST
1050 ____________________________________________________________________________
1051 [  5015] By: gsar                                  on 2000/02/07  08:29:28
1052         Log: pod fixes (from Abigail and M J T Guy)
1053      Branch: perl
1054            ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
1055            ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
1056            ! pod/perlport.pod pod/perlvar.pod
1057 ____________________________________________________________________________
1058 [  5014] By: gsar                                  on 2000/02/07  07:09:08
1059         Log: clarify behavior of vec() when arguments are off the end of the
1060              string (from M J T Guy)
1061      Branch: perl
1062            ! pod/perlfunc.pod
1063 ____________________________________________________________________________
1064 [  5013] By: gsar                                  on 2000/02/07  07:08:15
1065         Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
1066              now return bytes all the way to 255, they will be transparently
1067              coerced (in future) to UTF-8 when they are used in operations
1068              involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
1069      Branch: perl
1070            ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
1071            ! pp.c sv.c
1072 ____________________________________________________________________________
1073 [  5012] By: gsar                                  on 2000/02/07  06:36:33
1074         Log: partly revert change#4851, apparently POSIX::uname() may not be correct
1075              per strict reading of standard (says Tom Christiansen)
1076      Branch: perl
1077            ! lib/Sys/Hostname.pm
1078 ____________________________________________________________________________
1079 [  5011] By: gsar                                  on 2000/02/07  06:26:30
1080         Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
1081      Branch: perl
1082            ! utf8.c utf8.h
1083 ____________________________________________________________________________
1084 [  5010] By: gsar                                  on 2000/02/06  21:27:03
1085         Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
1086      Branch: perl
1087            ! malloc.c
1088 ____________________________________________________________________________
1089 [  5009] By: gsar                                  on 2000/02/06  20:45:30
1090         Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
1091              years (from Gisle Aas)
1092      Branch: perl
1093            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
1094            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
1095            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
1096            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
1097            ! toke.c utf8.c utf8.h util.c util.h
1098 ____________________________________________________________________________
1099 [  5008] By: gsar                                  on 2000/02/06  19:28:31
1100         Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
1101              <EFifer@sanwaint.com>)
1102      Branch: perl
1103            ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
1104            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
1105            ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
1106            ! unixish.h util.c
1107 ____________________________________________________________________________
1108 [  5007] By: gsar                                  on 2000/02/06  17:47:01
1109         Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
1110      Branch: perl
1111            ! ext/POSIX/POSIX.pm
1112 ____________________________________________________________________________
1113 [  5006] By: gsar                                  on 2000/02/06  17:28:35
1114         Log: integrate cfgperl contents into mainline
1115      Branch: perl
1116           !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
1117           !> perl.h pp_sys.c
1118 ____________________________________________________________________________
1119 [  5005] By: gsar                                  on 2000/02/06  17:18:39
1120         Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
1121      Branch: perl
1122            ! README.vos pod/perlport.pod vos/Changes vos/build.cm
1123            ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
1124            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
1125            ! vos/vos_dummies.c vos/vosish.h
1126 ____________________________________________________________________________
1127 [  5004] By: gsar                                  on 2000/02/06  17:00:49
1128         Log: fix parse error on C<{ use strict }> and other constructs that
1129              make the parser reenter while LEX_KNOWNEXT is active
1130      Branch: perl
1131            ! t/comp/use.t toke.c
1132 ____________________________________________________________________________
1133 [  5003] By: gsar                                  on 2000/02/06  14:57:30
1134         Log: avoid -Bforcearchive on netbsd too
1135      Branch: perl
1136            ! Changes hints/netbsd.sh
1137 ____________________________________________________________________________
1138 [  5002] By: gsar                                  on 2000/02/06  14:45:17
1139         Log: revised notes about Pod::Parser & Co.
1140      Branch: perl
1141            ! lib/Pod/Usage.pm pod/perldelta.pod
1142 ____________________________________________________________________________
1143 [  5001] By: gsar                                  on 2000/02/06  14:02:43
1144         Log: fix description of obsolete diagnostic
1145      Branch: perl
1146            ! pod/perldiag.pod
1147 ____________________________________________________________________________
1148 [  5000] By: gsar                                  on 2000/02/06  13:59:58
1149         Log: allow "\x{12ab}" even without C<use utf8>
1150      Branch: perl
1151            ! t/pragma/warn/toke toke.c
1152 ____________________________________________________________________________
1153 [  4999] By: gsar                                  on 2000/02/06  13:58:31
1154         Log: make perlbug use new-style version numbers; improve compatibility
1155              (runs with perl 5.005); fix swapped old vs new version reporting
1156      Branch: perl
1157            ! utils/perlbug.PL
1158 ____________________________________________________________________________
1159 [  4998] By: gsar                                  on 2000/02/06  13:56:45
1160         Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
1161              fact); add tests for version tuples
1162      Branch: perl
1163            + t/op/ver.t
1164            ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
1165            ! pod/perlop.pod sv.c toke.c
1166 ____________________________________________________________________________
1167 [  4997] By: gsar                                  on 2000/02/04  21:40:08
1168         Log: change#4970 fallout for useithreads
1169      Branch: perl
1170            ! sv.c
1171 ____________________________________________________________________________
1172 [  4996] By: jhi                                   on 2000/02/04  20:09:00
1173         Log: Largefilify offsets of tied handles.
1174      Branch: cfgperl
1175            ! pp_sys.c
1176 ____________________________________________________________________________
1177 [  4995] By: jhi                                   on 2000/02/04  19:54:25
1178         Log: Sanity check for libraries scan.
1179      Branch: cfgperl
1180            ! Configure config_h.SH
1181      Branch: metaconfig
1182            ! U/modified/libs.U
1183 ____________________________________________________________________________
1184 [  4994] By: jhi                                   on 2000/02/04  19:48:42
1185         Log: HP-UX largefileness doesn't like lseek being redeclared;
1186              no more USE_LONG_LONG.
1187      Branch: cfgperl
1188            ! perl.h
1189 ____________________________________________________________________________
1190 [  4993] By: jhi                                   on 2000/02/04  19:18:59
1191         Log: fix the description as much as possible; the whole
1192              separation into three different symbols lists is
1193              pretty broken now.
1194      Branch: metaconfig
1195            ! U/modified/Cppsym.U
1196 ____________________________________________________________________________
1197 [  4992] By: jhi                                   on 2000/02/04  19:13:10
1198         Log: Use <syslog.h>, not <sys/syslog.h>.
1199      Branch: cfgperl
1200            ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
1201 ____________________________________________________________________________
1202 [  4991] By: gsar                                  on 2000/02/04  19:11:07
1203         Log: dmake is on CPAN now
1204      Branch: perl
1205            ! README.win32
1206 ____________________________________________________________________________
1207 [  4990] By: jhi                                   on 2000/02/04  19:04:01
1208         Log: Re-introduce #4817 and #4964 wiped out by #4987.
1209      Branch: cfgperl
1210            ! Configure config_h.SH
1211      Branch: metaconfig
1212            ! U/threads/usethreads.U
1213      Branch: metaconfig/U/perl
1214            ! patchlevel.U
1215 ____________________________________________________________________________
1216 [  4989] By: jhi                                   on 2000/02/04  18:54:00
1217         Log: typo fix
1218      Branch: cfgperl
1219            ! Configure config_h.SH
1220      Branch: metaconfig
1221            ! U/modified/libs.U
1222 ____________________________________________________________________________
1223 [  4988] By: jhi                                   on 2000/02/04  18:34:06
1224         Log: Integrate with Sarathy.
1225      Branch: cfgperl
1226           +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
1227           +> ext/Sys/Syslog/Syslog.xs
1228            - lib/Sys/Syslog.pm
1229           !> (integrate 37 files)
1230 ____________________________________________________________________________
1231 [  4987] By: jhi                                   on 2000/02/04  18:31:05
1232         Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
1233              default is to use long long if available; various nits
1234              here and there; fixed to hpux 64-bitnes and largefileness.
1235      Branch: cfgperl
1236            ! Configure config_h.SH hints/hpux.sh perl.h
1237      Branch: metaconfig
1238            ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
1239            ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
1240      Branch: metaconfig/U/perl
1241            ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
1242            ! usemultiplicity.U xs_apiversion.U
1243 ____________________________________________________________________________
1244 [  4986] By: gsar                                  on 2000/02/04  17:26:37
1245         Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
1246      Branch: perl
1247            ! sv.c
1248 ____________________________________________________________________________
1249 [  4985] By: gsar                                  on 2000/02/04  16:43:49
1250         Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
1251      Branch: perl
1252            ! ext/Devel/DProf/DProf.xs
1253 ____________________________________________________________________________
1254 [  4984] By: gsar                                  on 2000/02/04  08:20:05
1255         Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
1256      Branch: perl
1257            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1258 ____________________________________________________________________________
1259 [  4983] By: gsar                                  on 2000/02/04  08:00:38
1260         Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
1261      Branch: perl
1262            ! hints/openbsd.sh
1263 ____________________________________________________________________________
1264 [  4982] By: gsar                                  on 2000/02/04  07:54:04
1265         Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
1266      Branch: perl
1267            ! lib/Pod/Parser.pm
1268 ____________________________________________________________________________
1269 [  4981] By: gsar                                  on 2000/02/04  07:34:38
1270         Log: avoid assuming cc accepts -o switch (from Tom Hughes)
1271      Branch: perl
1272            ! Makefile.SH
1273 ____________________________________________________________________________
1274 [  4980] By: gsar                                  on 2000/02/04  07:29:59
1275         Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
1276      Branch: perl
1277            + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
1278            + ext/Sys/Syslog/Syslog.xs
1279            - lib/Sys/Syslog.pm
1280            ! MANIFEST pod/perldelta.pod
1281 ____________________________________________________________________________
1282 [  4979] By: gsar                                  on 2000/02/04  07:13:19
1283         Log: pod updates (from David Adler, M J T Guy)
1284      Branch: perl
1285            ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
1286 ____________________________________________________________________________
1287 [  4978] By: gsar                                  on 2000/02/04  07:08:14
1288         Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
1289      Branch: perl
1290            ! config_h.SH
1291 ____________________________________________________________________________
1292 [  4977] By: gsar                                  on 2000/02/04  07:06:10
1293         Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
1294              with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
1295      Branch: perl
1296            ! Makefile.SH
1297 ____________________________________________________________________________
1298 [  4976] By: gsar                                  on 2000/02/04  06:33:43
1299         Log: VMS update (from Dan Sugalski and Peter Prymmer)
1300      Branch: perl
1301            ! configure.com vms/descrip_mms.template vms/subconfigure.com
1302 ____________________________________________________________________________
1303 [  4975] By: gsar                                  on 2000/02/04  05:51:14
1304         Log: patch to provide more informative names for evals and anonymous
1305              subroutines (from Ilya Zakharevich)
1306      Branch: perl
1307            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
1308            ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
1309            ! pod/perlvar.pod pp_ctl.c
1310 ____________________________________________________________________________
1311 [  4974] By: gsar                                  on 2000/02/04  05:05:57
1312         Log: off-by-one in malloc.c (from Ilya Zakharevich)
1313      Branch: perl
1314            ! malloc.c
1315 ____________________________________________________________________________
1316 [  4973] By: gsar                                  on 2000/02/04  05:03:00
1317         Log: OS/2 build fixups from Ilya Zakharevich
1318      Branch: perl
1319            ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
1320 ____________________________________________________________________________
1321 [  4972] By: gsar                                  on 2000/02/04  04:58:57
1322         Log: avoid /* within comment
1323      Branch: perl
1324            ! xsutils.c
1325 ____________________________________________________________________________
1326 [  4971] By: gsar                                  on 2000/02/04  04:56:09
1327         Log: another HINT_BYTE victim
1328      Branch: perl
1329            ! lib/charnames.pm
1330 ____________________________________________________________________________
1331 [  4970] By: gsar                                  on 2000/02/04  04:45:13
1332         Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
1333      Branch: perl
1334            ! op.c scope.c scope.h t/op/closure.t toke.c
1335 ____________________________________________________________________________
1336 [  4969] By: gsar                                  on 2000/02/04  01:09:37
1337         Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
1338      Branch: perl
1339            ! lib/byte.pm
1340 ____________________________________________________________________________
1341 [  4968] By: jhi                                   on 2000/02/02  13:17:25
1342         Log: Integrate with Sarathy.
1343      Branch: cfgperl
1344           +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
1345            ! Configure
1346           !> (integrate 29 files)
1347
1348 ----------------
1349 Version v5.5.640
1350 ----------------
1351
1352 ____________________________________________________________________________
1353 [  4967] By: gsar                                  on 2000/02/02  12:22:29
1354         Log: update makerel for new version format
1355      Branch: perl
1356            ! Changes Porting/makerel
1357 ____________________________________________________________________________
1358 [  4966] By: gsar                                  on 2000/02/02  11:42:03
1359         Log: workaround for undefined symbol
1360      Branch: perl
1361            ! win32/win32.h
1362 ____________________________________________________________________________
1363 [  4965] By: gsar                                  on 2000/02/02  11:19:19
1364         Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
1365              (from Eric Fifer <EFifer@sanwaint.com>)
1366      Branch: perl
1367            ! pp_sys.c
1368 ____________________________________________________________________________
1369 [  4964] By: gsar                                  on 2000/02/02  11:11:15
1370         Log: adjust notes on use5005threads
1371      Branch: perl
1372            ! Configure INSTALL README.threads
1373 ____________________________________________________________________________
1374 [  4963] By: gsar                                  on 2000/02/02  10:14:30
1375         Log: fix typo
1376      Branch: perl
1377            ! Configure
1378 ____________________________________________________________________________
1379 [  4962] By: gsar                                  on 2000/02/02  10:13:10
1380         Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
1381      Branch: perl
1382           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1383           !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
1384 ____________________________________________________________________________
1385 [  4961] By: gsar                                  on 2000/02/02  09:55:45
1386         Log: PodParser-1.092 update via CPAN (from Brad Appleton)
1387      Branch: perl
1388            + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
1389            ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
1390 ____________________________________________________________________________
1391 [  4960] By: gsar                                  on 2000/02/02  08:22:31
1392         Log: replace misleading docs with a BUGS section
1393      Branch: perl
1394            ! lib/English.pm
1395 ____________________________________________________________________________
1396 [  4959] By: gsar                                  on 2000/02/02  08:16:17
1397         Log: remove FUD from perlfunc/use (from M J T Guy)
1398      Branch: perl
1399            ! pod/perlfunc.pod
1400 ____________________________________________________________________________
1401 [  4958] By: gsar                                  on 2000/02/02  08:13:04
1402         Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
1403              <cedric.auzanne@nist.gov>)
1404      Branch: perl
1405            ! Changes lib/Benchmark.pm
1406 ____________________________________________________________________________
1407 [  4957] By: gsar                                  on 2000/02/02  08:04:52
1408         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
1409      Branch: perl
1410            ! pp_hot.c
1411 ____________________________________________________________________________
1412 [  4956] By: gsar                                  on 2000/02/02  08:02:57
1413         Log: flock() pod talks about "adding" in the sense of "or-ing"
1414      Branch: perl
1415            ! pod/perlfunc.pod
1416 ____________________________________________________________________________
1417 [  4955] By: gsar                                  on 2000/02/02  07:58:35
1418         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
1419      Branch: perl
1420            ! lib/perl5db.pl pod/perldebug.pod
1421 ____________________________________________________________________________
1422 [  4954] By: gsar                                  on 2000/02/02  07:53:51
1423         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
1424      Branch: perl
1425            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
1426            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
1427            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
1428            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
1429 ____________________________________________________________________________
1430 [  4953] By: gsar                                  on 2000/02/02  07:40:33
1431         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
1432      Branch: perl
1433            ! hints/dynixptx.sh
1434 ____________________________________________________________________________
1435 [  4952] By: gsar                                  on 2000/02/02  07:36:39
1436         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
1437              Brad Appleton)
1438      Branch: perl
1439            ! pod/perldelta.pod
1440 ____________________________________________________________________________
1441 [  4951] By: gsar                                  on 2000/02/02  06:54:22
1442         Log: avoid mismatched type warnings
1443      Branch: perl
1444            ! embed.pl perlapi.h
1445 ____________________________________________________________________________
1446 [  4950] By: jhi                                   on 2000/02/02  06:49:10
1447         Log: Integrate with Sarathy.
1448      Branch: cfgperl
1449           +> pod/perlunicode.pod
1450           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
1451           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
1452           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
1453           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
1454           !> vms/descrip_mms.template warnings.pl
1455 ____________________________________________________________________________
1456 [  4949] By: gsar                                  on 2000/02/02  06:41:17
1457         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
1458      Branch: perl
1459            ! lib/File/Spec/Win32.pm
1460 ____________________________________________________________________________
1461 [  4948] By: gsar                                  on 2000/02/02  06:30:41
1462         Log: makefile tweak
1463      Branch: perl
1464            ! Makefile.SH
1465 ____________________________________________________________________________
1466 [  4947] By: gsar                                  on 2000/02/02  06:27:43
1467         Log: future-proof unknown warning categories (from Greg Bacon
1468              <gbacon@cs.uah.edu>)
1469      Branch: perl
1470            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
1471 ____________________________________________________________________________
1472 [  4946] By: gsar                                  on 2000/02/02  06:21:34
1473         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
1474      Branch: perl
1475            ! lib/Text/Tabs.pm
1476 ____________________________________________________________________________
1477 [  4945] By: gsar                                  on 2000/02/02  06:03:04
1478         Log: more meaningful message on invalid pattern argument (from
1479              Kevin Meltzer <KMeltzer@USCO.com>)
1480      Branch: perl
1481            ! utils/perldoc.PL
1482 ____________________________________________________________________________
1483 [  4944] By: gsar                                  on 2000/02/02  05:43:49
1484         Log: XSLoader build patch for VMS (from Craig A. Berry
1485              <craig.berry@metamorgs.com>)
1486      Branch: perl
1487            ! vms/descrip_mms.template
1488 ____________________________________________________________________________
1489 [  4943] By: gsar                                  on 2000/02/02  03:40:49
1490         Log: reword some sections of perlunicode.pod
1491      Branch: perl
1492            ! pod/perlunicode.pod
1493 ____________________________________________________________________________
1494 [  4942] By: gsar                                  on 2000/02/01  21:02:01
1495         Log: AIX warning on undefined symbol
1496      Branch: perl
1497            ! makedef.pl
1498 ____________________________________________________________________________
1499 [  4941] By: gsar                                  on 2000/02/01  20:29:30
1500         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
1501              perlunicode.pod that reflects changes to unicode support so far
1502      Branch: perl
1503            + pod/perlunicode.pod
1504            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
1505            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
1506 ____________________________________________________________________________
1507 [  4940] By: jhi                                   on 2000/02/01  12:22:30
1508         Log: Integrate with Sarathy.
1509      Branch: cfgperl
1510           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
1511           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
1512           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
1513           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
1514 ____________________________________________________________________________
1515 [  4939] By: gsar                                  on 2000/02/01  08:52:16
1516         Log: export pregexec(), Tk uses it
1517      Branch: perl
1518            ! embed.pl global.sym objXSUB.h perlapi.c
1519 ____________________________________________________________________________
1520 [  4938] By: gsar                                  on 2000/02/01  04:00:09
1521         Log: mark literal utf8 in string literals properly
1522      Branch: perl
1523            ! toke.c
1524 ____________________________________________________________________________
1525 [  4937] By: gsar                                  on 2000/01/31  20:19:34
1526         Log: introduce $^U, a global bit to indicate whether system
1527              calls should using widechar APIs; chr and sprintf "%c" also
1528              follow this flag in the absense of "use byte"; "use utf8"
1529              sets $^U=1 (this appears kludgey)
1530      Branch: perl
1531            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
1532            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
1533            ! t/lib/charnames.t win32/win32.h
1534 ____________________________________________________________________________
1535 [  4936] By: jhi                                   on 2000/01/31  20:17:44
1536         Log: HP-UX (induced) fixes.
1537      Branch: cfgperl
1538            ! Configure config_h.SH hints/hpux.sh
1539      Branch: metaconfig
1540            ! U/modified/Oldconfig.U U/modified/libs.U
1541      Branch: metaconfig/U/perl
1542            ! quadfio.U
1543 ____________________________________________________________________________
1544 [  4935] By: jhi                                   on 2000/01/31  19:15:43
1545         Log: Cosmetics.
1546      Branch: metaconfig
1547            ! U/compline/d_gconvert.U
1548 ____________________________________________________________________________
1549 [  4934] By: jhi                                   on 2000/01/31  19:15:22
1550         Log: Cppsym saga continues.
1551      Branch: cfgperl
1552            ! Configure config_h.SH
1553      Branch: metaconfig
1554            ! U/modified/Cppsym.U
1555 ____________________________________________________________________________
1556 [  4933] By: gsar                                  on 2000/01/31  18:45:07
1557         Log: !USING_WIDE() branch is busted in win32_stat()
1558      Branch: perl
1559            ! win32/win32.c
1560 ____________________________________________________________________________
1561 [  4932] By: jhi                                   on 2000/01/31  06:41:47
1562         Log: Reveal even more symbols.
1563      Branch: cfgperl
1564            ! Configure config_h.SH
1565      Branch: metaconfig
1566            ! U/modified/Cppsym.U
1567 ____________________________________________________________________________
1568 [  4931] By: jhi                                   on 2000/01/31  06:21:41
1569         Log: Integrate with Sarathy.
1570      Branch: cfgperl
1571            - lib/caller.pm
1572           !> (integrate 29 files)
1573 ____________________________________________________________________________
1574 [  4930] By: gsar                                  on 2000/01/31  04:57:42
1575         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
1576              whether to use widechar semantics; lexer and RE engine continue
1577              to need "use utf8" to enable unicode awareness in literals
1578              and patterns (TODO: this needs to be fixed); $1 et al are marked
1579              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
1580              it from the data is probably better)
1581      Branch: perl
1582            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
1583            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
1584            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
1585 ____________________________________________________________________________
1586 [  4929] By: gsar                                  on 2000/01/31  04:17:09
1587         Log: remove caller.pm from change#3534 (flawed idea)
1588      Branch: perl
1589            - lib/caller.pm
1590            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
1591 ____________________________________________________________________________
1592 [  4928] By: gsar                                  on 2000/01/31  04:16:01
1593         Log: fix factual regression (-e doesn't create temporary files anymore)
1594      Branch: perl
1595            ! pod/perlfilter.pod
1596 ____________________________________________________________________________
1597 [  4927] By: gsar                                  on 2000/01/30  21:27:12
1598         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
1599              document version tuples
1600      Branch: perl
1601            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1602            ! pod/perlvar.pod
1603 ____________________________________________________________________________
1604 [  4926] By: gsar                                  on 2000/01/28  18:10:12
1605         Log: implement -follow option in find2perl (from Helmut Jarausch
1606              <jarausch@igpm.rwth-aachen.de>)
1607      Branch: perl
1608            ! lib/File/Find.pm x2p/find2perl.PL
1609 ____________________________________________________________________________
1610 [  4925] By: gsar                                  on 2000/01/28  18:03:28
1611         Log: document what chdir() without an argument does (from Mark-Jason
1612              Dominus <mjd@plover.com>)
1613      Branch: perl
1614            ! pod/perlfunc.pod
1615 ____________________________________________________________________________
1616 [  4924] By: gsar                                  on 2000/01/28  17:49:34
1617         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1618      Branch: perl
1619            ! README.cygwin
1620 ____________________________________________________________________________
1621 [  4923] By: gsar                                  on 2000/01/28  17:10:08
1622         Log: avoid leaking lexicals into program being debugged (from Ilya
1623              Zakharevich)
1624      Branch: perl
1625            ! lib/perl5db.pl
1626 ____________________________________________________________________________
1627 [  4922] By: gsar                                  on 2000/01/28  16:36:13
1628         Log: perldelta note about export list changes
1629      Branch: perl
1630            ! Changes pod/perldelta.pod
1631 ____________________________________________________________________________
1632 [  4921] By: gsar                                  on 2000/01/28  15:49:04
1633         Log: alias realpath() to abs_path() (from Tom Christiansen)
1634      Branch: perl
1635            ! lib/Cwd.pm
1636 ____________________________________________________________________________
1637 [  4920] By: jhi                                   on 2000/01/28  09:52:47
1638         Log: Cppsym fixup from Andy.
1639      Branch: cfgperl
1640            ! Configure config_h.SH
1641      Branch: metaconfig
1642            ! U/modified/Cppsym.U
1643 ____________________________________________________________________________
1644 [  4919] By: jhi                                   on 2000/01/28  09:52:22
1645         Log: In HP-UX no largefiles if no 64 bits.
1646      Branch: cfgperl
1647            ! hints/hpux.sh
1648 ____________________________________________________________________________
1649 [  4918] By: jhi                                   on 2000/01/28  09:03:37
1650         Log: The #4880 was too eager, the $n test is useful too.
1651      Branch: cfgperl
1652            ! lib/Benchmark.pm
1653 ____________________________________________________________________________
1654 [  4917] By: jhi                                   on 2000/01/28  06:27:50
1655         Log: Integrate with Sarathy.
1656      Branch: cfgperl
1657           +> pod/perlapi.pod pod/perlintern.pod
1658           !> (integrate 39 files)
1659 ____________________________________________________________________________
1660 [  4916] By: gsar                                  on 2000/01/28  05:29:37
1661         Log: more exported symbols needed for build on windows
1662      Branch: perl
1663            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
1664            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
1665 ____________________________________________________________________________
1666 [  4915] By: gsar                                  on 2000/01/28  03:43:52
1667         Log: autogenerate API listing from comments in the source (from Benjamin
1668              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
1669              flexible for better readability; add missing docs in sv.c; regenerate
1670              perltoc
1671      Branch: perl
1672            + pod/perlapi.pod pod/perlintern.pod
1673            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
1674            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
1675            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
1676            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
1677            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
1678            ! universal.c util.c
1679 ____________________________________________________________________________
1680 [  4914] By: gsar                                  on 2000/01/27  19:43:35
1681         Log: document unimplemented status of forking pipe open() on windows
1682      Branch: perl
1683            ! pod/perlfork.pod t/op/fork.t
1684 ____________________________________________________________________________
1685 [  4913] By: jhi                                   on 2000/01/27  11:18:51
1686         Log: Integrate with Sarathy.
1687      Branch: cfgperl
1688           !> (integrate 51 files)
1689 ____________________________________________________________________________
1690 [  4912] By: jhi                                   on 2000/01/27  10:35:48
1691         Log: Cppsym update continues.
1692      Branch: cfgperl
1693            ! Configure config_h.SH
1694      Branch: metaconfig
1695            ! U/modified/Cppsym.U
1696 ____________________________________________________________________________
1697 [  4911] By: gsar                                  on 2000/01/27  08:04:17
1698         Log: add missing flag in change#4892
1699      Branch: perl
1700            ! win32/win32.c
1701 ____________________________________________________________________________
1702 [  4910] By: gsar                                  on 2000/01/27  03:56:48
1703         Log: various pod nits identified by installhtml (all fixed except
1704              unresolved links)
1705      Branch: perl
1706            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
1707            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
1708            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
1709            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
1710            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
1711            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
1712 ____________________________________________________________________________
1713 [  4909] By: gsar                                  on 2000/01/26  22:45:28
1714         Log: typo
1715      Branch: perl
1716            ! Porting/p4desc
1717 ____________________________________________________________________________
1718 [  4908] By: gsar                                  on 2000/01/26  22:41:18
1719         Log: update p4 tool
1720      Branch: perl
1721            ! Porting/p4desc
1722 ____________________________________________________________________________
1723 [  4907] By: gsar                                  on 2000/01/26  21:45:41
1724         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
1725              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
1726      Branch: perl
1727            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
1728            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
1729            ! t/op/attrs.t toke.c
1730 ____________________________________________________________________________
1731 [  4906] By: gsar                                  on 2000/01/26  20:16:39
1732         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
1733      Branch: perl
1734            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
1735 ____________________________________________________________________________
1736 [  4905] By: gsar                                  on 2000/01/26  19:10:26
1737         Log: s/STOP/CHECK/ blocks
1738      Branch: perl
1739            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
1740            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
1741            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
1742            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
1743            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
1744            ! vms/perly_c.vms
1745 ____________________________________________________________________________
1746 [  4904] By: jhi                                   on 2000/01/26  13:58:18
1747         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
1748              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
1749      Branch: cfgperl
1750            ! ext/IO/IO.xs
1751 ____________________________________________________________________________
1752 [  4903] By: jhi                                   on 2000/01/26  11:16:34
1753         Log: Continue cpp symbol update.
1754      Branch: cfgperl
1755            ! Configure config_h.SH
1756      Branch: metaconfig
1757            ! U/modified/Cppsym.U
1758 ____________________________________________________________________________
1759 [  4902] By: gsar                                  on 2000/01/26  09:28:37
1760         Log: tweak exports list on Windows
1761      Branch: perl
1762            ! makedef.pl t/op/fork.t win32/win32.h
1763 ____________________________________________________________________________
1764 [  4901] By: jhi                                   on 2000/01/26  08:05:57
1765         Log: Integrate with Sarathy.
1766      Branch: cfgperl
1767           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
1768           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
1769           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
1770           !> win32/win32.c win32/win32.h
1771 ____________________________________________________________________________
1772 [  4900] By: jhi                                   on 2000/01/26  07:59:05
1773         Log: s/d_nvpresuv/d_nv_preserves_uv/;
1774              plus cosmetic change for #4899.
1775      Branch: cfgperl
1776            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1777            ! config_h.SH
1778      Branch: metaconfig
1779            ! U/modified/Cppsym.U
1780      Branch: metaconfig/U/perl
1781            ! perlxv.U
1782 ____________________________________________________________________________
1783 [  4899] By: jhi                                   on 2000/01/26  07:46:56
1784         Log: Update the scan of the cpp symbols.
1785      Branch: cfgperl
1786            ! Configure config_h.SH
1787      Branch: metaconfig
1788            ! U/modified/Cppsym.U
1789 ____________________________________________________________________________
1790 [  4898] By: gsar                                  on 2000/01/26  04:49:45
1791         Log: allow '--' to terminate argument processing (suggested by
1792              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
1793      Branch: perl
1794            ! lib/Getopt/Std.pm
1795 ____________________________________________________________________________
1796 [  4897] By: gsar                                  on 2000/01/26  02:42:38
1797         Log: change#3744 should have made grep more like map instead of the
1798              other way around
1799      Branch: perl
1800            ! t/op/grep.t toke.c
1801 ____________________________________________________________________________
1802 [  4896] By: gsar                                  on 2000/01/26  00:56:14
1803         Log: integrate cfgperl contents into mainline
1804      Branch: perl
1805           +> vos/config.def vos/config.pl
1806            ! Changes
1807           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
1808           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
1809           !> vos/config.h vos/config_h.SH_orig
1810 ____________________________________________________________________________
1811 [  4895] By: gsar                                  on 2000/01/26  00:45:45
1812         Log: fix parse failure of (my $foo : bar) and similar (from Spider
1813              Boardman)
1814      Branch: perl
1815            ! toke.c
1816 ____________________________________________________________________________
1817 [  4894] By: gsar                                  on 2000/01/26  00:33:53
1818         Log: avoid failure if directories already read by rmtree() are
1819              deleted by another process
1820      Branch: perl
1821            ! lib/File/Path.pm
1822 ____________________________________________________________________________
1823 [  4893] By: gsar                                  on 2000/01/25  23:19:18
1824         Log: typo in change#4892
1825      Branch: perl
1826            ! win32/win32.c
1827 ____________________________________________________________________________
1828 [  4892] By: gsar                                  on 2000/01/25  22:16:19
1829         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
1830              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
1831              to call the fixed version of open_osfhandle() only on Windows 9x;
1832              updated the makefiles and README.win32 to suit
1833      Branch: perl
1834            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
1835            ! win32/win32.h
1836 ____________________________________________________________________________
1837 [  4891] By: gsar                                  on 2000/01/25  20:22:01
1838         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
1839      Branch: perl
1840            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
1841 ____________________________________________________________________________
1842 [  4890] By: gsar                                  on 2000/01/25  19:21:17
1843         Log: update Makefile notes on the now deprecated USE_5005THREADS and
1844              USE_OBJECT
1845      Branch: perl
1846            ! win32/Makefile win32/makefile.mk
1847 ____________________________________________________________________________
1848 [  4889] By: jhi                                   on 2000/01/25  14:44:55
1849         Log: Misedit in #4888.
1850      Branch: cfgperl
1851            ! pp.c
1852 ____________________________________________________________________________
1853 [  4888] By: jhi                                   on 2000/01/25  14:38:59
1854         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
1855              rash but it's the best move I can think of right now.
1856              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
1857              but I think it did in the past.
1858              Removing the _CRAYMPP test fixes a legion of pack/unpack
1859              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
1860              One subtest, t/lib/io_sock.t #14, is still failing.
1861      Branch: cfgperl
1862            ! Configure config_h.SH hints/unicosmk.sh pp.c
1863      Branch: metaconfig
1864            ! U/modified/Oldconfig.U
1865 ____________________________________________________________________________
1866 [  4887] By: jhi                                   on 2000/01/25  06:13:14
1867         Log: Integrate with Sarathy.
1868      Branch: cfgperl
1869           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
1870           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
1871           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
1872           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
1873           !> win32/perllib.c win32/win32.c win32/win32.h
1874 ____________________________________________________________________________
1875 [  4886] By: gsar                                  on 2000/01/25  02:54:00
1876         Log: consistently use MAX_PATH+1 buffer sizes
1877      Branch: perl
1878            ! win32/win32.c
1879 ____________________________________________________________________________
1880 [  4885] By: gsar                                  on 2000/01/25  02:51:35
1881         Log: workaround for rename('x','X') bug in Windows NT
1882      Branch: perl
1883            ! t/io/fs.t win32/win32.c
1884 ____________________________________________________________________________
1885 [  4884] By: gsar                                  on 2000/01/25  01:32:57
1886         Log: windows build fixups from uniform DLL name change to perl56.dll
1887      Branch: perl
1888            ! installperl makedef.pl win32/perllib.c
1889 ____________________________________________________________________________
1890 [  4883] By: gsar                                  on 2000/01/25  01:31:27
1891         Log: more fixes for warnings from change#4840
1892      Branch: perl
1893            ! lib/Pod/Html.pm
1894 ____________________________________________________________________________
1895 [  4882] By: gsar                                  on 2000/01/24  15:35:12
1896         Log: assorted little nits
1897      Branch: perl
1898            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
1899            ! win32/win32.c
1900 ____________________________________________________________________________
1901 [  4881] By: gsar                                  on 2000/01/24  14:32:31
1902         Log: add new warnings to perldelta
1903      Branch: perl
1904            ! Changes pod/perldelta.pod pod/perldiag.pod
1905 ____________________________________________________________________________
1906 [  4880] By: jhi                                   on 2000/01/24  14:14:23
1907         Log: From: Stephane Payrard <properler@freesurf.fr>
1908              To: Gurusamy Sarathy <gsar@ActiveState.com>
1909              Cc: perl5-porters@perl.org
1910              Subject: <patch> avoid division by 0 in Benchmark.pm
1911              Date: Mon, 24 Jan 2000 16:15:38 +0100
1912              Message-ID: <20000124161538.A995@freesurf.fr>
1913      Branch: cfgperl
1914            ! lib/Benchmark.pm
1915 ____________________________________________________________________________
1916 [  4879] By: gsar                                  on 2000/01/24  14:14:20
1917         Log: force linkage of the function wrappers for globals in change#4878
1918      Branch: perl
1919            ! embed.pl globals.c perlapi.h win32/win32.h
1920 ____________________________________________________________________________
1921 [  4878] By: gsar                                  on 2000/01/24  13:04:45
1922         Log: enable function wrappers for access to globals under MULTIPLICITY
1923              (provides binary compatibility in the face of changes in interpreter
1924              structure)
1925      Branch: perl
1926            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
1927            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
1928 ____________________________________________________________________________
1929 [  4877] By: jhi                                   on 2000/01/24  11:41:57
1930         Log: perlhist update.
1931      Branch: cfgperl
1932            ! pod/perlhist.pod
1933 ____________________________________________________________________________
1934 [  4876] By: jhi                                   on 2000/01/24  11:32:07
1935         Log: Updates on the large file support status.
1936      Branch: cfgperl
1937            ! pod/perldelta.pod
1938 ____________________________________________________________________________
1939 [  4875] By: jhi                                   on 2000/01/24  11:23:16
1940         Log: Integrate with Sarathy.
1941      Branch: cfgperl
1942           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
1943           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
1944           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
1945 ____________________________________________________________________________
1946 [  4874] By: gsar                                  on 2000/01/24  10:43:03
1947         Log: fix typos; avoid use constant for lowercase constants (produces
1948              warnings now)
1949      Branch: perl
1950            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
1951            ! lib/Shell.pm
1952 ____________________________________________________________________________
1953 [  4873] By: gsar                                  on 2000/01/24  09:40:24
1954         Log: avoid warnings when there's no subs to autosplit
1955      Branch: perl
1956            ! lib/AutoSplit.pm
1957 ____________________________________________________________________________
1958 [  4872] By: jhi                                   on 2000/01/24  09:39:01
1959         Log: Create a tool for converting a config_h.SH into a VOS config.h.
1960      Branch: cfgperl
1961            + vos/config.def vos/config.pl
1962            ! MANIFEST vos/config.h vos/config_h.SH_orig
1963 ____________________________________________________________________________
1964 [  4871] By: gsar                                  on 2000/01/24  09:15:20
1965         Log: typos in change#4623
1966      Branch: perl
1967            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1968 ____________________________________________________________________________
1969 [  4870] By: jhi                                   on 2000/01/24  06:43:19
1970         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
1971      Branch: cfgperl
1972            ! Configure config_h.SH
1973      Branch: metaconfig
1974            + U/modified/cf_email.U U/modified/so.U
1975      Branch: metaconfig/U/perl
1976            ! dlsrc.U
1977 ____________________________________________________________________________
1978 [  4869] By: jhi                                   on 2000/01/24  06:04:31
1979         Log: Integrate with Sarathy.
1980      Branch: cfgperl
1981           +> t/pragma/diagnostics.t
1982           !> (integrate 120 files)
1983 ____________________________________________________________________________
1984 [  4868] By: gsar                                  on 2000/01/23  21:49:28
1985         Log: on windows, set seek position to end for files opened in append mode
1986              (improves compatibility with Unix, avoids buffering issues)
1987      Branch: perl
1988            ! win32/win32.c
1989 ____________________________________________________________________________
1990 [  4867] By: gsar                                  on 2000/01/23  21:19:31
1991         Log: change#4866 was flawed; revert and add better fix for warning
1992      Branch: perl
1993            ! op.c op.h
1994 ____________________________________________________________________________
1995 [  4866] By: gsar                                  on 2000/01/23  20:43:56
1996         Log: optimize away runtime code for our($foo) (also avoid warnings)
1997      Branch: perl
1998            ! op.c
1999 ____________________________________________________________________________
2000 [  4865] By: gsar                                  on 2000/01/23  13:17:18
2001         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
2002      Branch: perl
2003            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2004            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
2005 ____________________________________________________________________________
2006 [  4864] By: gsar                                  on 2000/01/23  13:12:31
2007         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
2008              suggested by Dominic Dunlop <domo@computer.org>)
2009      Branch: perl
2010            ! doio.c
2011 ____________________________________________________________________________
2012 [  4863] By: gsar                                  on 2000/01/23  13:01:35
2013         Log: fix misclassified warnings
2014      Branch: perl
2015            ! pod/perldiag.pod
2016 ____________________________________________________________________________
2017 [  4862] By: gsar                                  on 2000/01/23  12:52:12
2018         Log: document bareword prototype incompatibility
2019      Branch: perl
2020            ! pod/perldelta.pod pod/perlsub.pod
2021 ____________________________________________________________________________
2022 [  4861] By: gsar                                  on 2000/01/23  12:32:25
2023         Log: faulty edit
2024      Branch: perl
2025            ! lib/File/stat.pm
2026 ____________________________________________________________________________
2027 [  4860] By: gsar                                  on 2000/01/23  12:23:48
2028         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
2029      Branch: perl
2030            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
2031            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
2032            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
2033            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
2034            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
2035            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
2036            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
2037            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
2038            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
2039            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
2040            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
2041            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
2042            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
2043            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
2044            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
2045            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
2046            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
2047            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
2048            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
2049            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
2050            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
2051            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
2052            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
2053            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
2054            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
2055            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
2056 ____________________________________________________________________________
2057 [  4859] By: gsar                                  on 2000/01/23  11:29:22
2058         Log: fix diagnostics to report "our" vs "my" correctly
2059      Branch: perl
2060            ! op.c pod/perldiag.pod
2061 ____________________________________________________________________________
2062 [  4858] By: gsar                                  on 2000/01/23  10:14:46
2063         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
2064              more widely)
2065      Branch: perl
2066            ! patchlevel.h
2067 ____________________________________________________________________________
2068 [  4857] By: gsar                                  on 2000/01/23  10:04:03
2069         Log: disallow our($foo::bar)
2070      Branch: perl
2071            ! pod/perldiag.pod toke.c
2072 ____________________________________________________________________________
2073 [  4856] By: gsar                                  on 2000/01/23  09:50:54
2074         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
2075      Branch: perl
2076            ! utils/dprofpp.PL
2077 ____________________________________________________________________________
2078 [  4855] By: gsar                                  on 2000/01/23  09:36:51
2079         Log: new test (from Michael G Schwern <schwern@pobox.com>)
2080      Branch: perl
2081            + t/pragma/diagnostics.t
2082            ! MANIFEST
2083 ____________________________________________________________________________
2084 [  4854] By: gsar                                  on 2000/01/23  09:24:40
2085         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
2086              <schwern@pobox.com>)
2087      Branch: perl
2088            ! utils/h2xs.PL
2089 ____________________________________________________________________________
2090 [  4853] By: gsar                                  on 2000/01/23  09:08:30
2091         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
2092      Branch: perl
2093            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
2094 ____________________________________________________________________________
2095 [  4852] By: gsar                                  on 2000/01/23  08:52:44
2096         Log: mark some extensions as "special versions" to avoid CPAN indexer
2097              confusion (from Ilya Zakharevich)
2098      Branch: perl
2099            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
2100 ____________________________________________________________________________
2101 [  4851] By: gsar                                  on 2000/01/23  08:48:46
2102         Log: prefer POSIX::uname() rather than syscalls, which require attempting
2103              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
2104      Branch: perl
2105            ! lib/Sys/Hostname.pm
2106 ____________________________________________________________________________
2107 [  4850] By: gsar                                  on 2000/01/23  08:36:43
2108         Log: integrate cfgperl contents into mainline
2109      Branch: perl
2110           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
2111           !> Porting/config_H config_h.SH perl.h
2112 ____________________________________________________________________________
2113 [  4849] By: gsar                                  on 2000/01/23  08:17:30
2114         Log: fix localization in while BLOCK when there is a continue BLOCK
2115              by introducing an explicit scope (c.f. change#4848)
2116      Branch: perl
2117            ! op.c pp_ctl.c t/cmd/while.t
2118 ____________________________________________________________________________
2119 [  4848] By: gsar                                  on 2000/01/23  06:43:51
2120         Log: fix scope cleanup when next jumps to a continue block; this is rather
2121              in the nature of a kludge; it doesn't fix the longstanding bug that
2122              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
2123              instead of "1")
2124      Branch: perl
2125            ! pp_ctl.c t/cmd/while.t
2126 ____________________________________________________________________________
2127 [  4847] By: gsar                                  on 2000/01/23  04:47:25
2128         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
2129              C<while (my $x = foo()) { my $x = bar(); }> etc.
2130      Branch: perl
2131            ! op.c
2132 ____________________________________________________________________________
2133 [  4846] By: gsar                                  on 2000/01/23  04:44:17
2134         Log: avoid warnings in change#4839
2135      Branch: perl
2136            ! lib/Carp/Heavy.pm
2137 ____________________________________________________________________________
2138 [  4845] By: gsar                                  on 2000/01/22  13:12:38
2139         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
2140      Branch: perl
2141            ! Changes Configure
2142 ____________________________________________________________________________
2143 [  4844] By: gsar                                  on 2000/01/22  12:46:26
2144         Log: wrong category for exec() warning
2145      Branch: perl
2146            ! op.c pod/perlop.pod
2147 ____________________________________________________________________________
2148 [  4843] By: gsar                                  on 2000/01/22  12:42:40
2149         Log: fix line continuations in argument lists (from Helmut Jarausch)
2150      Branch: perl
2151            ! lib/ExtUtils/xsubpp
2152 ____________________________________________________________________________
2153 [  4842] By: gsar                                  on 2000/01/22  12:34:39
2154         Log: CGI.pm upgraded to v2.56 from CPAN
2155      Branch: perl
2156            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
2157            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
2158            ! t/lib/cgi-html.t
2159 ____________________________________________________________________________
2160 [  4841] By: gsar                                  on 2000/01/22  12:07:23
2161         Log: avoid warnings due to lack of forward declarations
2162      Branch: perl
2163            ! lib/Pod/Html.pm
2164 ____________________________________________________________________________
2165 [  4840] By: gsar                                  on 2000/01/22  12:04:30
2166         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
2167              <wolfgang.laun@alcatel.at>)
2168      Branch: perl
2169            ! lib/Pod/Html.pm
2170 ____________________________________________________________________________
2171 [  4839] By: gsar                                  on 2000/01/22  11:57:24
2172         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
2173              <wolfgang.laun@alcatel.at>)
2174      Branch: perl
2175            ! lib/Carp/Heavy.pm pod/perldelta.pod
2176 ____________________________________________________________________________
2177 [  4838] By: gsar                                  on 2000/01/22  10:53:06
2178         Log: truncate(FH) flushes FH before truncating it
2179      Branch: perl
2180            ! pp_sys.c t/io/fs.t
2181 ____________________________________________________________________________
2182 [  4837] By: gsar                                  on 2000/01/22  10:37:16
2183         Log: #line directives without a filename leave the file name as it was
2184              instead of setting it to the script name (from Andrew Pimlott
2185              <andrew@pimlott.ne.mediaone.net>)
2186      Branch: perl
2187            ! toke.c
2188 ____________________________________________________________________________
2189 [  4836] By: gsar                                  on 2000/01/22  10:06:53
2190         Log: add patch for printf-style format typechecks (from Robin Barker
2191              <rmb1@cise.npl.co.uk>); fixes for problems so identified
2192      Branch: perl
2193            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
2194            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
2195 ____________________________________________________________________________
2196 [  4835] By: gsar                                  on 2000/01/22  08:42:52
2197         Log: From: John Tobey <jtobey@isay.com>
2198              Date: Thu, 16 Dec 1999 20:20:38 -0500
2199              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
2200              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
2201      Branch: perl
2202            ! lib/base.pm lib/fields.pm t/lib/fields.t
2203 ____________________________________________________________________________
2204 [  4834] By: gsar                                  on 2000/01/22  08:08:08
2205         Log: fix deeply nested closures that have no references to lexical in
2206              intervening subs
2207      Branch: perl
2208            ! embed.h embed.pl op.c proto.h t/op/closure.t
2209 ____________________________________________________________________________
2210 [  4833] By: gsar                                  on 2000/01/21  17:04:21
2211         Log: add $VERSION
2212      Branch: perl
2213            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
2214 ____________________________________________________________________________
2215 [  4832] By: gsar                                  on 2000/01/21  16:49:09
2216         Log: fix bug in dumping self-referential scalars
2217      Branch: perl
2218            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2219            ! t/lib/dumper.t
2220 ____________________________________________________________________________
2221 [  4831] By: jhi                                   on 2000/01/21  09:16:07
2222         Log: Integrate with Sarathy.
2223      Branch: cfgperl
2224           +> t/op/exists_sub.t
2225           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
2226           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
2227           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
2228           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
2229           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
2230 ____________________________________________________________________________
2231 [  4830] By: gsar                                  on 2000/01/21  04:28:08
2232         Log: patch to report warnings on bogus filehandles passed to flock(),
2233              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
2234              (slightly modified)
2235      Branch: perl
2236            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
2237            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
2238            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
2239 ____________________________________________________________________________
2240 [  4829] By: gsar                                  on 2000/01/21  03:43:46
2241         Log: typo fix
2242      Branch: perl
2243            ! pod/perlop.pod
2244 ____________________________________________________________________________
2245 [  4828] By: gsar                                  on 2000/01/21  03:32:31
2246         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
2247              fixups of faulty facts and prose
2248      Branch: perl
2249            ! pod/perlvar.pod
2250 ____________________________________________________________________________
2251 [  4827] By: gsar                                  on 2000/01/21  01:45:51
2252         Log: support for C<exists &func> (from Spider Boardman)
2253      Branch: perl
2254            + t/op/exists_sub.t
2255            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
2256            ! pod/perlfunc.pod pp.c
2257 ____________________________________________________________________________
2258 [  4826] By: gsar                                  on 2000/01/21  01:35:46
2259         Log: mention the fact that open(my $foo, ...) covers all handle
2260              constructors
2261      Branch: perl
2262            ! pod/perldelta.pod
2263 ____________________________________________________________________________
2264 [  4825] By: gsar                                  on 2000/01/21  01:03:34
2265         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2266              Date: Wed, 19 Jan 2000 15:05:11 -0500
2267              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
2268              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
2269      Branch: perl
2270            ! utils/h2xs.PL
2271 ____________________________________________________________________________
2272 [  4824] By: gsar                                  on 2000/01/20  19:14:26
2273         Log: INSTALL updates from Andy Dougherty
2274      Branch: perl
2275            ! INSTALL
2276 ____________________________________________________________________________
2277 [  4823] By: gsar                                  on 2000/01/20  08:40:13
2278         Log: sv_true() has a superfluous test
2279      Branch: perl
2280            ! sv.c sv.h
2281 ____________________________________________________________________________
2282 [  4822] By: bailey                                on 2000/01/20  02:03:35
2283         Log: Minor cosmetic updates
2284      Branch: vmsperl
2285            ! configure.com
2286 ____________________________________________________________________________
2287 [  4821] By: bailey                                on 2000/01/20  00:25:30
2288         Log: Quick integration of mainline changes to date
2289      Branch: vmsperl
2290           +> (branch 74 files)
2291            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
2292            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
2293            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
2294            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
2295            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
2296            - lib/warning.pm os2/POSIX.mkfifo warning.h
2297           !> (integrate 462 files)
2298 ____________________________________________________________________________
2299 [  4820] By: jhi                                   on 2000/01/19  22:46:42
2300         Log: More robust inc_version_list from Andy.
2301      Branch: cfgperl
2302            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2303            ! config_h.SH
2304      Branch: metaconfig
2305            ! U/installdirs/inc_version_list.U
2306 ____________________________________________________________________________
2307 [  4819] By: jhi                                   on 2000/01/19  17:36:56
2308         Log: Add NV_PRESERVES_UV.
2309      Branch: cfgperl
2310            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2311            ! config_h.SH perl.h
2312      Branch: metaconfig
2313            ! U/protos/selecttype.U
2314      Branch: metaconfig/U/perl
2315            - nvpresuv.U
2316            ! perlxv.U
2317 ____________________________________________________________________________
2318 [  4818] By: jhi                                   on 2000/01/19  08:13:05
2319         Log: Integrate with Sarathy.
2320      Branch: cfgperl
2321           !> Changes Configure win32/config.bc win32/config.gc
2322           !> win32/config.vc win32/config_H.bc win32/config_H.gc
2323           !> win32/config_H.vc
2324 ____________________________________________________________________________
2325 [  4817] By: gsar                                  on 2000/01/19  05:25:43
2326         Log: regen win32/config*
2327      Branch: perl
2328            ! Configure win32/config.bc win32/config.gc win32/config.vc
2329            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2330 ____________________________________________________________________________
2331 [  4816] By: jhi                                   on 2000/01/18  21:19:10
2332         Log: Policy patch from Andy for installation directories,
2333              removing the $apiversion.
2334      Branch: cfgperl
2335            ! Policy_sh.SH
2336 ____________________________________________________________________________
2337 [  4815] By: jhi                                   on 2000/01/18  21:11:03
2338         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
2339              as suggested by Andy.
2340      Branch: cfgperl
2341            ! Configure config_h.SH
2342      Branch: metaconfig
2343            ! U/compline/d_gnulibc.U U/modified/cc.U
2344 ____________________________________________________________________________
2345 [  4814] By: gsar                                  on 2000/01/18  20:48:10
2346         Log: integrate cfgperl changes into mainline
2347      Branch: perl
2348            ! Changes
2349           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2350           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
2351           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
2352 ____________________________________________________________________________
2353 [  4813] By: jhi                                   on 2000/01/18  19:41:33
2354         Log: metaconfig todo note from Andy.
2355      Branch: cfgperl
2356            ! Configure config_h.SH
2357      Branch: metaconfig
2358            ! U/installdirs/inc_version_list.U
2359 ____________________________________________________________________________
2360 [  4812] By: jhi                                   on 2000/01/18  15:02:55
2361         Log: More -V.
2362      Branch: cfgperl
2363            ! perl.c
2364 ____________________________________________________________________________
2365 [  4811] By: jhi                                   on 2000/01/18  10:35:30
2366         Log: More compile-time options shown with -V.
2367      Branch: cfgperl
2368            ! perl.c
2369 ____________________________________________________________________________
2370 [  4810] By: jhi                                   on 2000/01/17  08:35:49
2371         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
2372              the strtold() and qgcvt() prototypes for long doubles, but
2373              it should be okay in any case); fix bad assumptions in the
2374              test suite about string->float conversions; though the out
2375              parameter of strtold() (and strtoll()) is unused, it is nicer
2376              to have it in correct type.
2377      Branch: cfgperl
2378            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
2379      Branch: metaconfig
2380            ! U/modified/cc.U
2381 ____________________________________________________________________________
2382 [  4809] By: jhi                                   on 2000/01/16  19:21:18
2383         Log: strtoll works better ternary.
2384      Branch: cfgperl
2385            ! perl.h
2386 ____________________________________________________________________________
2387 [  4808] By: jhi                                   on 2000/01/16  19:12:58
2388         Log: Know strtoll.
2389      Branch: cfgperl
2390            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2391            ! config_h.SH perl.h
2392 ____________________________________________________________________________
2393 [  4807] By: jhi                                   on 2000/01/16  17:57:03
2394         Log: Integrate with Sarathy.
2395      Branch: cfgperl
2396           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
2397           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
2398 ____________________________________________________________________________
2399 [  4806] By: jhi                                   on 2000/01/16  16:37:47
2400         Log: Continue qgcvt work; closer now but not yet there.
2401      Branch: cfgperl
2402            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2403            ! config_h.SH doop.c utf8.c
2404      Branch: metaconfig
2405            ! U/compline/d_gconvert.U
2406      Branch: metaconfig/U/perl
2407            ! d_qgcvt.U
2408 ____________________________________________________________________________
2409 [  4805] By: jhi                                   on 2000/01/15  22:26:16
2410         Log: Metaconfig and Porting patches from Andy; start using the new
2411              long long and long double thingies from #4804; regen Configure.
2412      Branch: cfgperl
2413            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2414            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
2415      Branch: metaconfig
2416            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
2417            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
2418            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
2419            + U/nullified/lib.U
2420            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
2421            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
2422            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
2423            ! U/modified/Oldconfig.U U/modified/Signal.U
2424            ! U/modified/sig_name.U U/threads/usethreads.U
2425      Branch: metaconfig/U/perl
2426            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
2427            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
2428            ! usemultiplicity.U
2429      Branch: perl
2430            ! perl.h util.c
2431 ____________________________________________________________________________
2432 [  4804] By: jhi                                   on 2000/01/14  14:22:24
2433         Log: Add more quad/long long/long double sciency.
2434      Branch: metaconfig/U/perl
2435            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
2436            + d_strtouq.U
2437 ____________________________________________________________________________
2438 [  4803] By: gsar                                  on 2000/01/14  04:40:49
2439         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
2440      Branch: perl
2441            ! op.c
2442 ____________________________________________________________________________
2443 [  4802] By: gsar                                  on 2000/01/14  04:35:55
2444         Log: add note about "our"
2445      Branch: perl
2446            ! lib/vars.pm
2447 ____________________________________________________________________________
2448 [  4801] By: gsar                                  on 2000/01/14  04:16:51
2449         Log: nailed "our" declarations, and better warnings on duplicate
2450              "our" declarations
2451      Branch: perl
2452            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
2453            ! t/pragma/strict-vars toke.c
2454 ____________________________________________________________________________
2455 [  4800] By: gsar                                  on 2000/01/14  01:27:13
2456         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
2457      Branch: perl
2458            ! dump.c op.c op.h
2459 ____________________________________________________________________________
2460 [  4799] By: gsar                                  on 2000/01/14  01:17:15
2461         Log: doc typo
2462      Branch: perl
2463            ! pod/perlfunc.pod
2464 ____________________________________________________________________________
2465 [  4798] By: jhi                                   on 2000/01/13  16:31:34
2466         Log: Integrate with Sarathy.
2467      Branch: cfgperl
2468           +> epoc/config.sh epoc/epocish.c epoc/link.pl
2469           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
2470           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
2471           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
2472           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
2473           +> win32/perlhost.h win32/vdir.h win32/vmem.h
2474            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
2475            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
2476            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
2477           !> (integrate 282 files)
2478 ____________________________________________________________________________
2479 [  4797] By: gsar                                  on 2000/01/13  08:12:56
2480         Log: clearer docs for change#4796; faster av_exists()
2481      Branch: perl
2482            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2483 ____________________________________________________________________________
2484 [  4796] By: gsar                                  on 2000/01/13  06:49:03
2485         Log: support delete() and exists() on array, tied array, and pseudo-hash
2486              elements or slices
2487      Branch: perl
2488            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
2489            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
2490            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
2491            ! t/op/avhv.t t/op/delete.t
2492 ____________________________________________________________________________
2493 [  4795] By: gsar                                  on 2000/01/11  20:52:30
2494         Log: extend site_perl changes change#4773 to vendor_perl as well
2495      Branch: perl
2496            ! Configure
2497 ____________________________________________________________________________
2498 [  4794] By: gsar                                  on 2000/01/11  19:18:50
2499         Log: rework INSTALL to reflect new logic for versioning sitelibs
2500      Branch: perl
2501            ! INSTALL
2502 ____________________________________________________________________________
2503 [  4793] By: gsar                                  on 2000/01/11  01:44:00
2504         Log: test for change#4792
2505      Branch: perl
2506            ! t/op/fork.t
2507 ____________________________________________________________________________
2508 [  4792] By: gsar                                  on 2000/01/11  01:22:36
2509         Log: pseudo forked children inherit environment correctly
2510      Branch: perl
2511            ! win32/perlhost.h
2512 ____________________________________________________________________________
2513 [  4791] By: gsar                                  on 2000/01/10  19:14:03
2514         Log: test tweak
2515      Branch: perl
2516            ! t/op/fork.t
2517 ____________________________________________________________________________
2518 [  4790] By: gsar                                  on 2000/01/10  18:56:16
2519         Log: check for USE_ITHREADS sanity was too restrictive
2520      Branch: perl
2521            ! perl.h
2522 ____________________________________________________________________________
2523 [  4789] By: gsar                                  on 2000/01/10  18:30:24
2524         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
2525              a real SetCurrentDirectory() in toplevel host
2526      Branch: perl
2527            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
2528            ! win32/vdir.h win32/win32.c
2529 ____________________________________________________________________________
2530 [  4782] By: gsar                                  on 2000/01/10  05:27:03
2531         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
2532      Branch: perl
2533            + epoc/config.sh epoc/epocish.c epoc/link.pl
2534            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
2535            - epoc/perl.pkg
2536            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
2537            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
2538            ! lib/Sys/Hostname.pm
2539 ____________________________________________________________________________
2540 [  4781] By: gsar                                  on 2000/01/10  05:11:03
2541         Log: pod typos (from Abigail <abigail@delanet.com>)
2542      Branch: perl
2543            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
2544 ____________________________________________________________________________
2545 [  4780] By: gsar                                  on 2000/01/10  05:07:35
2546         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
2547      Branch: perl
2548            ! t/lib/thread.t
2549 ____________________________________________________________________________
2550 [  4779] By: gsar                                  on 2000/01/10  05:06:16
2551         Log: terminate -s switch processing only on C<-->, not on C<--foo>
2552      Branch: perl
2553            ! perl.c
2554 ____________________________________________________________________________
2555 [  4778] By: gsar                                  on 2000/01/10  04:38:45
2556         Log: useithreads needs usemultiplicity
2557      Branch: perl
2558            ! Configure perl.h
2559 ____________________________________________________________________________
2560 [  4777] By: gsar                                  on 2000/01/10  01:18:04
2561         Log: use $Config{version} rather than $] where appropriate
2562      Branch: perl
2563            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
2564            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
2565            ! lib/lib.pm
2566 ____________________________________________________________________________
2567 [  4776] By: gsar                                  on 2000/01/10  00:11:34
2568         Log: enable fork.t on windows
2569      Branch: perl
2570            ! t/op/fork.t
2571 ____________________________________________________________________________
2572 [  4775] By: gsar                                  on 2000/01/10  00:07:29
2573         Log: broken test for use5005threads
2574      Branch: perl
2575            ! t/lib/safe2.t
2576 ____________________________________________________________________________
2577 [  4774] By: gsar                                  on 2000/01/09  23:56:37
2578         Log: more windows build tweaks
2579      Branch: perl
2580            ! installperl makedef.pl win32/Makefile win32/config_H.bc
2581            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
2582            ! win32/makefile.mk
2583 ____________________________________________________________________________
2584 [  4773] By: gsar                                  on 2000/01/09  22:27:19
2585         Log: more changes for new-style version numbers (versions numbers on
2586              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
2587              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
2588              split $Config{apiversion} into three, @Config{apirevision,apiversion,
2589              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
2590              to .../site_perl/$version, just like $Config{privlib}, making sitelib
2591              completely independent across versions and substantially eliminating
2592              chances of breaking older installations by overwriting newly built
2593              extensions; all this means compatibility inclusions for @INC will need
2594              to take into account older sitelib versions (this still TODO)
2595              
2596              windows, vms, dos tweaks for the above
2597      Branch: perl
2598            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
2599            ! config_h.SH configure.com dosish.h installman installperl
2600            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
2601            ! win32/config.bc win32/config.gc win32/config.vc
2602            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2603            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
2604            ! win32/win32.c
2605 ____________________________________________________________________________
2606 [  4772] By: gsar                                  on 2000/01/09  19:05:33
2607         Log: s/usethreads/use5005threads/g
2608      Branch: perl
2609            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
2610 ____________________________________________________________________________
2611 [  4771] By: gsar                                  on 2000/01/09  18:51:50
2612         Log: Configure changes for new-style version numbers (from Andy Dougherty,
2613              slightly altered)
2614      Branch: perl
2615            ! Configure INSTALL Porting/Glossary Porting/config.sh
2616            ! Porting/config_H config_h.SH perl.h win32/Makefile
2617            ! win32/config.bc win32/config.gc win32/config.vc
2618            ! win32/makefile.mk
2619 ____________________________________________________________________________
2620 [  4770] By: gsar                                  on 2000/01/07  22:18:54
2621         Log: fix for 'make utest' failures (from Ilya Zakharevich)
2622      Branch: perl
2623            ! regexec.c
2624 ____________________________________________________________________________
2625 [  4769] By: gsar                                  on 2000/01/07  18:23:16
2626         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
2627      Branch: perl
2628            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
2629            + ext/ODBM_File/hints/cygwin.pl
2630            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
2631            ! hints/cygwin.sh installman installperl lib/Cwd.pm
2632            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
2633            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
2634 ____________________________________________________________________________
2635 [  4768] By: gsar                                  on 2000/01/07  18:12:15
2636         Log: typo on h2xs.PL (from Helmut Jarausch)
2637      Branch: perl
2638            ! utils/h2xs.PL
2639 ____________________________________________________________________________
2640 [  4767] By: gsar                                  on 2000/01/07  17:58:45
2641         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
2642      Branch: perl
2643            ! README.vms configure.com vms/subconfigure.com
2644 ____________________________________________________________________________
2645 [  4766] By: gsar                                  on 2000/01/07  17:54:05
2646         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
2647              <sthoenna@efn.org>)
2648      Branch: perl
2649            - os2/POSIX.mkfifo
2650            ! MANIFEST README.os2
2651 ____________________________________________________________________________
2652 [  4765] By: gsar                                  on 2000/01/06  20:11:46
2653         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
2654              match /^lib/ won't load properly)
2655      Branch: perl
2656            + ext/DynaLoader/hints/openbsd.pl
2657            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
2658 ____________________________________________________________________________
2659 [  4764] By: gsar                                  on 2000/01/06  19:51:08
2660         Log: add undocumented globals for compatibility--find.pl, and find2perl
2661              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
2662      Branch: perl
2663            ! lib/File/Find.pm
2664 ____________________________________________________________________________
2665 [  4763] By: gsar                                  on 2000/01/06  10:51:07
2666         Log: fix various C-backend shenanigans
2667      Branch: perl
2668            ! ext/B/B/C.pm
2669 ____________________________________________________________________________
2670 [  4762] By: gsar                                  on 2000/01/06  04:09:00
2671         Log: tweak test in change#4757 for Windows
2672      Branch: perl
2673            ! t/io/open.t
2674 ____________________________________________________________________________
2675 [  4761] By: gsar                                  on 2000/01/06  02:55:30
2676         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
2677              they belonged to freed OP_CONSTs)
2678      Branch: perl
2679            ! op.c
2680 ____________________________________________________________________________
2681 [  4760] By: gsar                                  on 2000/01/06  00:22:40
2682         Log: constant ranges could escape bareword check in list context
2683      Branch: perl
2684            ! op.c t/pragma/strict-subs
2685 ____________________________________________________________________________
2686 [  4759] By: gsar                                  on 2000/01/05  20:52:50
2687         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2688              Date: Wed, 05 Jan 2000 15:23:18 EST
2689              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
2690              Subject: Re: minimal m//g matches appear busted
2691      Branch: perl
2692            ! regexec.c t/op/pat.t
2693 ____________________________________________________________________________
2694 [  4758] By: gsar                                  on 2000/01/05  12:49:40
2695         Log: various nits identified by warnings unmasked by recent changes
2696      Branch: perl
2697            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
2698 ____________________________________________________________________________
2699 [  4757] By: gsar                                  on 2000/01/05  12:48:10
2700         Log: severe bugs in change#3786 fixed
2701      Branch: perl
2702            ! doio.c t/io/open.t
2703 ____________________________________________________________________________
2704 [  4756] By: gsar                                  on 2000/01/05  11:25:10
2705         Log: tweak change#4745 to make ebcdic output match for chars <= 037
2706      Branch: perl
2707            ! ext/Data/Dumper/Dumper.pm
2708 ____________________________________________________________________________
2709 [  4755] By: gsar                                  on 2000/01/05  06:56:05
2710         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
2711      Branch: perl
2712            ! Configure util.c utils/perlcc.PL
2713 ____________________________________________________________________________
2714 [  4754] By: gsar                                  on 2000/01/05  06:52:25
2715         Log: avoid expensive Version_check (from Andreas Koenig)
2716      Branch: perl
2717            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2718            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
2719 ____________________________________________________________________________
2720 [  4753] By: gsar                                  on 2000/01/05  06:48:22
2721         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
2722              Date: 03 Jan 2000 21:56:02 +0100
2723              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
2724              Subject: Reloading File::Copy
2725      Branch: perl
2726            ! Changes lib/File/Copy.pm t/lib/filecopy.t
2727 ____________________________________________________________________________
2728 [  4752] By: gsar                                  on 2000/01/04  01:19:20
2729         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
2730      Branch: perl
2731            ! win32/Makefile win32/makefile.mk win32/win32.h
2732 ____________________________________________________________________________
2733 [  4751] By: gsar                                  on 2000/01/03  18:26:08
2734         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
2735      Branch: perl
2736            ! lib/ExtUtils/MakeMaker.pm
2737 ____________________________________________________________________________
2738 [  4750] By: gsar                                  on 2000/01/02  21:58:02
2739         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
2740              to write to a file other than tmon.out (suggested by Haakon Alstadheim
2741              <Haakon.Alstadheim@sds.no>)
2742      Branch: perl
2743            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
2744 ____________________________________________________________________________
2745 [  4749] By: gsar                                  on 2000/01/02  21:37:29
2746         Log: disable optimization in change#3612 for join() and quotemeta()--this
2747              removes all the gross hacks for the special cases in that change; fix
2748              pp_concat() for when TARG == arg (modified version of patch suggested
2749              by Ilya Zakharevich)
2750      Branch: perl
2751            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
2752 ____________________________________________________________________________
2753 [  4748] By: gsar                                  on 2000/01/02  20:26:06
2754         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
2755              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
2756      Branch: perl
2757            ! lib/ExtUtils/MakeMaker.pm
2758 ____________________________________________________________________________
2759 [  4747] By: gsar                                  on 2000/01/02  20:17:36
2760         Log: fix 4-arg substr() when used as argument to subroutine
2761      Branch: perl
2762            ! pp.c t/op/substr.t
2763 ____________________________________________________________________________
2764 [  4746] By: gsar                                  on 2000/01/02  18:45:58
2765         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
2766      Branch: perl
2767            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
2768            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
2769            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
2770            ! perlapi.c proto.h thread.h util.c
2771 ____________________________________________________________________________
2772 [  4745] By: gsar                                  on 2000/01/02  18:15:44
2773         Log: ebcdic fix for Data::Dumper from Peter Prymmer
2774      Branch: perl
2775            ! ext/Data/Dumper/Dumper.pm regcomp.c
2776 ____________________________________________________________________________
2777 [  4744] By: gsar                                  on 1999/12/31  22:42:23
2778         Log: missing files in previous submit
2779      Branch: perl
2780            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
2781            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
2782 ____________________________________________________________________________
2783 [  4743] By: gsar                                  on 1999/12/31  06:47:18
2784         Log: various Windows build tweaks
2785      Branch: perl
2786            ! win32/win32.h
2787 ____________________________________________________________________________
2788 [  4742] By: gsar                                  on 1999/12/30  21:32:36
2789         Log: change#4705 breaks code that interpolates $], so leave string value
2790              of $] as it was for compatibility (and perhaps introduce $^V or similar
2791              for the utf8 representation, maybe?)
2792      Branch: perl
2793            ! configpm gv.c
2794 ____________________________________________________________________________
2795 [  4741] By: gsar                                  on 1999/12/30  19:36:21
2796         Log: avoid CRLF in byteloadable files created by perlcc
2797      Branch: perl
2798            ! utils/perlcc.PL
2799 ____________________________________________________________________________
2800 [  4740] By: gsar                                  on 1999/12/30  19:35:07
2801         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
2802      Branch: perl
2803            ! pod/perldelta.pod toke.c
2804 ____________________________________________________________________________
2805 [  4739] By: gsar                                  on 1999/12/30  05:44:21
2806         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
2807              to allow ByteLoader to work; the DATA filehandles continue to
2808              be left open in text mode for compatibility
2809      Branch: perl
2810            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
2811            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
2812            ! win32/win32.h
2813 ____________________________________________________________________________
2814 [  4738] By: gsar                                  on 1999/12/30  04:36:12
2815         Log: CR-LF support broken for formats
2816      Branch: perl
2817            ! toke.c
2818 ____________________________________________________________________________
2819 [  4737] By: gsar                                  on 1999/12/29  22:30:52
2820         Log: make DProf functional under pseudo-fork()
2821      Branch: perl
2822            ! ext/Devel/DProf/DProf.xs
2823 ____________________________________________________________________________
2824 [  4736] By: gsar                                  on 1999/12/29  21:04:59
2825         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
2826              Mulder)
2827      Branch: perl
2828            ! doio.c pp_hot.c t/io/argv.t
2829 ____________________________________________________________________________
2830 [  4735] By: gsar                                  on 1999/12/29  18:12:40
2831         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
2832              Koenig)
2833      Branch: perl
2834            ! Makefile.SH
2835 ____________________________________________________________________________
2836 [  4734] By: gsar                                  on 1999/12/28  21:10:37
2837         Log: Windows build tweaks
2838      Branch: perl
2839            ! INTERN.h sv.c
2840 ____________________________________________________________________________
2841 [  4733] By: gsar                                  on 1999/12/28  20:45:15
2842         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
2843              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
2844      Branch: perl
2845            ! pp_sys.c
2846 ____________________________________________________________________________
2847 [  4732] By: gsar                                  on 1999/12/28  20:42:13
2848         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
2849              <ralph@inputplus.demon.co.uk>
2850      Branch: perl
2851            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
2852 ____________________________________________________________________________
2853 [  4731] By: gsar                                  on 1999/12/28  20:23:17
2854         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
2855              not supplied (variant of patch suggested by Ilya Zakharevich)
2856      Branch: perl
2857            ! XSUB.h lib/ExtUtils/xsubpp
2858 ____________________________________________________________________________
2859 [  4730] By: gsar                                  on 1999/12/28  19:55:56
2860         Log: range operator does magical string increment iff both operands
2861              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
2862              the "foreach (RANGE)" case as well
2863      Branch: perl
2864            ! pp_ctl.c t/op/range.t
2865 ____________________________________________________________________________
2866 [  4729] By: gsar                                  on 1999/12/28  18:40:19
2867         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
2868      Branch: perl
2869            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
2870            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
2871            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
2872            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
2873            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
2874            ! win32/win32.h
2875 ____________________________________________________________________________
2876 [  4728] By: gsar                                  on 1999/12/28  07:44:19
2877         Log: typecasts needed
2878      Branch: perl
2879            ! toke.c
2880 ____________________________________________________________________________
2881 [  4727] By: gsar                                  on 1999/12/28  06:23:08
2882         Log: change#4721 needed line number adjustments
2883      Branch: perl
2884            ! MANIFEST global.sym proto.h t/pragma/warn/doop
2885            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
2886            ! t/pragma/warn/toke t/pragma/warn/utf8
2887 ____________________________________________________________________________
2888 [  4726] By: gsar                                  on 1999/12/28  04:18:15
2889         Log: integrate utfperl contents into mainline
2890      Branch: perl
2891           +> lib/byte.pm lib/byte_heavy.pl
2892           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
2893           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
2894           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
2895 ____________________________________________________________________________
2896 [  4725] By: gsar                                  on 1999/12/28  04:08:09
2897         Log: integrate mainline contents
2898      Branch: utfperl
2899            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
2900            - lib/unicode/Eq/Unicode
2901           !> (integrate 60 files)
2902 ____________________________________________________________________________
2903 [  4724] By: gsar                                  on 1999/12/28  03:44:10
2904         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
2905      Branch: perl
2906            ! regcomp.c t/op/re_tests
2907 ____________________________________________________________________________
2908 [  4723] By: gsar                                  on 1999/12/28  03:28:39
2909         Log: more ebcdic testsuite fixups (from Peter Prymmer)
2910      Branch: perl
2911            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
2912            ! t/pragma/overload.t t/pragma/utf8.t
2913 ____________________________________________________________________________
2914 [  4722] By: gsar                                  on 1999/12/28  03:14:48
2915         Log: avoid "used once" warning
2916      Branch: perl
2917            ! lib/diagnostics.pm
2918 ____________________________________________________________________________
2919 [  4721] By: gsar                                  on 1999/12/28  03:10:32
2920         Log: ebcdic tweaks for tests from Peter Prymmer
2921      Branch: perl
2922            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
2923            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
2924 ____________________________________________________________________________
2925 [  4720] By: gsar                                  on 1999/12/28  03:08:39
2926         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
2927      Branch: perl
2928            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
2929            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
2930            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
2931 ____________________________________________________________________________
2932 [  4719] By: gsar                                  on 1999/12/28  03:01:04
2933         Log: perlport v1.45 from Chris Nandor
2934      Branch: perl
2935            ! pod/perlport.pod
2936 ____________________________________________________________________________
2937 [  4718] By: gsar                                  on 1999/12/28  02:59:16
2938         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
2939              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
2940      Branch: perl
2941            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
2942            ! t/pragma/constant.t
2943 ____________________________________________________________________________
2944 [  4717] By: gsar                                  on 1999/12/28  02:47:04
2945         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
2946      Branch: perl
2947            - ext/DynaLoader/dl_cygwin.xs
2948            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
2949            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
2950            ! util.c
2951 ____________________________________________________________________________
2952 [  4716] By: gsar                                  on 1999/12/28  02:40:51
2953         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
2954              (from Andy Dougherty)
2955      Branch: perl
2956            ! Configure
2957 ____________________________________________________________________________
2958 [  4715] By: gsar                                  on 1999/12/28  02:38:44
2959         Log: better variant of change#4644 (from Andy Dougherty)
2960      Branch: perl
2961            ! Configure
2962 ____________________________________________________________________________
2963 [  4714] By: gsar                                  on 1999/12/28  02:36:40
2964         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
2965      Branch: perl
2966            ! Configure
2967 ____________________________________________________________________________
2968 [  4713] By: gsar                                  on 1999/12/28  02:35:15
2969         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
2970              INSTALL (from Andy Dougherty)
2971      Branch: perl
2972            ! Configure
2973 ____________________________________________________________________________
2974 [  4712] By: gsar                                  on 1999/12/28  02:30:55
2975         Log: avoid creating new files during make install
2976      Branch: perl
2977            ! Makefile.SH
2978 ____________________________________________________________________________
2979 [  4711] By: gsar                                  on 1999/12/28  02:24:44
2980         Log: pod edits from Paul Marquess and Mark-Jason Dominus
2981      Branch: perl
2982            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
2983            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
2984            ! pod/perldelta.pod
2985 ____________________________________________________________________________
2986 [  4710] By: gsar                                  on 1999/12/28  02:05:23
2987         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
2988              <sthoenna@efn.org>); add explicit target for opmini.o
2989      Branch: perl
2990            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
2991 ____________________________________________________________________________
2992 [  4709] By: gsar                                  on 1999/12/28  01:20:39
2993         Log: partly fix perldiag regressions identified by Tom Christiansen
2994      Branch: perl
2995            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
2996            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
2997            ! t/pragma/warn/pp_sys
2998 ____________________________________________________________________________
2999 [  4708] By: gsar                                  on 1999/12/27  23:33:24
3000         Log: update perldiag for change#4707
3001      Branch: perl
3002            ! perl.c pod/perldiag.pod
3003 ____________________________________________________________________________
3004 [  4707] By: gsar                                  on 1999/12/27  23:23:39
3005         Log: allow spaces in -I switch argument
3006      Branch: perl
3007            ! perl.c
3008 ____________________________________________________________________________
3009 [  4706] By: gsar                                  on 1999/12/26  23:44:53
3010         Log: fix typos
3011      Branch: utfperl
3012            ! sv.h toke.c
3013 ____________________________________________________________________________
3014 [  4705] By: gsar                                  on 1999/12/24  04:02:35
3015         Log: support for v5.5.640 style version numbers
3016      Branch: utfperl
3017            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
3018            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
3019 ____________________________________________________________________________
3020 [  4704] By: gsar                                  on 1999/12/23  08:54:27
3021         Log: bring in basic threads stuff under USE_ITHREADS
3022      Branch: perl
3023            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
3024            ! util.c
3025 ____________________________________________________________________________
3026 [  4703] By: gsar                                  on 1999/12/23  00:10:06
3027         Log: integrate mainline contents into utfperl
3028      Branch: utfperl
3029           !> (integrate 33 files)
3030 ____________________________________________________________________________
3031 [  4702] By: gsar                                  on 1999/12/20  17:18:23
3032         Log: virtual directory handling broken on paths with trailing slash
3033      Branch: perl
3034            ! win32/Makefile win32/makefile.mk win32/vdir.h
3035 ____________________________________________________________________________
3036 [  4701] By: gsar                                  on 1999/12/20  17:09:55
3037         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
3038              isn't set for all m/$foo/o)
3039      Branch: perl
3040            ! pp_ctl.c
3041 ____________________________________________________________________________
3042 [  4700] By: gsar                                  on 1999/12/20  16:28:51
3043         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
3044              we have a race on our hands)
3045      Branch: perl
3046            ! pp_ctl.c
3047 ____________________________________________________________________________
3048 [  4699] By: gsar                                  on 1999/12/20  16:19:00
3049         Log: pod tweaks
3050      Branch: perl
3051            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
3052 ____________________________________________________________________________
3053 [  4698] By: gsar                                  on 1999/12/20  07:55:07
3054         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
3055      Branch: perl
3056            ! utf8.c
3057 ____________________________________________________________________________
3058 [  4697] By: gsar                                  on 1999/12/18  01:35:50
3059         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
3060              anon hash rather than a block; test case for the same
3061      Branch: perl
3062            ! t/comp/term.t toke.c
3063 ____________________________________________________________________________
3064 [  4696] By: gsar                                  on 1999/12/17  19:55:03
3065         Log: leak in change#4694 spotted by Larry
3066      Branch: perl
3067            ! hv.c
3068 ____________________________________________________________________________
3069 [  4695] By: gsar                                  on 1999/12/17  18:14:11
3070         Log: test case for change#4694
3071      Branch: perl
3072            ! t/op/delete.t
3073 ____________________________________________________________________________
3074 [  4694] By: gsar                                  on 1999/12/17  18:09:08
3075         Log: delete() should return the value as is, not a copy thereof
3076      Branch: perl
3077            ! hv.c pod/perldelta.pod
3078 ____________________________________________________________________________
3079 [  4693] By: gsar                                  on 1999/12/17  17:45:58
3080         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
3081      Branch: perl
3082            ! regexec.c t/op/re_tests
3083 ____________________________________________________________________________
3084 [  4692] By: gsar                                  on 1999/12/17  17:41:10
3085         Log: credits tweak
3086      Branch: perl
3087            ! lib/File/Spec.pm
3088 ____________________________________________________________________________
3089 [  4691] By: gsar                                  on 1999/12/17  07:12:53
3090         Log: DynaLoader doesn't build properly when $(DLSRC) changes
3091              (fix suggested by Hans Mulder)
3092      Branch: perl
3093            ! ext/DynaLoader/Makefile.PL
3094 ____________________________________________________________________________
3095 [  4690] By: gsar                                  on 1999/12/17  06:26:34
3096         Log: add missing new ops
3097      Branch: perl
3098            ! ext/B/ramblings/runtime.porting
3099 ____________________________________________________________________________
3100 [  4689] By: gsar                                  on 1999/12/17  06:16:49
3101         Log: test harness tweak from Hans Mulder
3102      Branch: perl
3103            ! t/TEST
3104 ____________________________________________________________________________
3105 [  4688] By: gsar                                  on 1999/12/17  06:14:23
3106         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
3107              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
3108      Branch: perl
3109            ! Makefile.SH cygwin/Makefile.SHs
3110 ____________________________________________________________________________
3111 [  4687] By: gsar                                  on 1999/12/17  06:06:46
3112         Log: applied suggested patch with whitespace adjustments
3113              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
3114              Date: Thu, 16 Dec 1999 08:57:55 +0100
3115              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
3116              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
3117      Branch: perl
3118            ! lib/File/Find.pm
3119 ____________________________________________________________________________
3120 [  4686] By: gsar                                  on 1999/12/17  05:48:53
3121         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
3122              by Hans Mulder)
3123      Branch: perl
3124            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
3125            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
3126            ! ext/DynaLoader/dl_rhapsody.xs
3127 ____________________________________________________________________________
3128 [  4685] By: gsar                                  on 1999/12/17  05:37:51
3129         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
3130              <rjk@linguist.dartmouth.edu>)
3131      Branch: perl
3132            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
3133 ____________________________________________________________________________
3134 [  4684] By: gsar                                  on 1999/12/16  09:32:48
3135         Log: spell out how to get 4-digit year (from Micheal G Schwern
3136              <schwern@pobox.com>)
3137      Branch: perl
3138            ! pod/perlfunc.pod
3139 ____________________________________________________________________________
3140 [  4683] By: gsar                                  on 1999/12/16  09:26:53
3141         Log: type mismatch for %c format argument (spotted by Robin Barker
3142              <rmb1@cise.npl.co.uk>)
3143      Branch: perl
3144            ! regcomp.c
3145 ____________________________________________________________________________
3146 [  4682] By: gsar                                  on 1999/12/16  08:33:28
3147         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
3148              <sho_pi@hotmail.com>)
3149      Branch: perl
3150            ! win32/win32.c
3151 ____________________________________________________________________________
3152 [  4681] By: gsar                                  on 1999/12/16  08:31:15
3153         Log: missing backslash (spotted by Johan Vromans)
3154      Branch: perl
3155            ! perl.c
3156 ____________________________________________________________________________
3157 [  4680] By: gsar                                  on 1999/12/16  08:26:00
3158         Log: avoid coredump on diagnostics when STDERR is closed
3159      Branch: perl
3160            ! perl.h
3161 ____________________________________________________________________________
3162 [  4679] By: gsar                                  on 1999/12/12  18:09:41
3163         Log: integrate mainline changes
3164      Branch: utfperl
3165           +> (branch 39 files)
3166            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
3167            - lib/unicode/UnicodeData-Latest.txt
3168           !> (integrate 447 files)
3169 ____________________________________________________________________________
3170 [  4678] By: gsar                                  on 1999/12/10  01:39:13
3171         Log: interpreter structure should be nulled under -DMULTIPLICITY
3172      Branch: perl
3173            ! perl.c
3174 ____________________________________________________________________________
3175 [  4677] By: gsar                                  on 1999/12/09  11:10:27
3176         Log: update Changes
3177      Branch: perl
3178            ! Changes
3179
3180 ----------------
3181 Version 5.005_63
3182 ----------------
3183
3184 ____________________________________________________________________________
3185 [  4676] By: gsar                                  on 1999/12/09  10:51:43
3186         Log: fix File::Find testsuite bugs in symlink-less places
3187      Branch: perl
3188            ! t/lib/filefind.t
3189 ____________________________________________________________________________
3190 [  4675] By: gsar                                  on 1999/12/09  10:22:31
3191         Log: USE_ITHREADS tweaks and notes
3192      Branch: perl
3193            ! op.c pod/perldelta.pod sv.c
3194 ____________________________________________________________________________
3195 [  4674] By: gsar                                  on 1999/12/09  10:21:53
3196         Log: allow new style sort subs to work under usethreads
3197      Branch: perl
3198            ! pp_ctl.c
3199 ____________________________________________________________________________
3200 [  4673] By: gsar                                  on 1999/12/09  04:00:23
3201         Log: document compatibility issue with literal list slices and NOTOP
3202              (C<not (1,2,3)[0]> is now a syntax error)
3203      Branch: perl
3204            ! pod/perldelta.pod
3205 ____________________________________________________________________________
3206 [  4672] By: gsar                                  on 1999/12/09  01:14:46
3207         Log: avoid mismatched expectation <-> int types for C++ builds
3208      Branch: perl
3209            ! embed.pl intrpvar.h proto.h toke.c
3210 ____________________________________________________________________________
3211 [  4671] By: gsar                                  on 1999/12/09  00:36:24
3212         Log: newer version of File::Find with support for following symlinks and
3213              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
3214      Branch: perl
3215            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
3216 ____________________________________________________________________________
3217 [  4670] By: gsar                                  on 1999/12/09  00:13:06
3218         Log: avoid initializing GvCV slot for autovivified filehandles
3219      Branch: perl
3220            ! pp.c
3221 ____________________________________________________________________________
3222 [  4669] By: gsar                                  on 1999/12/08  19:09:27
3223         Log: apply change#4618 again along with Ilya's patch to fix bugs
3224              in it (see change#4622)
3225      Branch: perl
3226            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
3227            ! t/op/re_tests t/op/subst.t
3228 ____________________________________________________________________________
3229 [  4668] By: gsar                                  on 1999/12/08  18:56:53
3230         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
3231              From: Larry Wall <larry@wall.org>
3232              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
3233              Message-Id: <199912072039.MAA13257@kiev.wall.org>
3234              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
3235      Branch: perl
3236            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
3237 ____________________________________________________________________________
3238 [  4667] By: gsar                                  on 1999/12/08  18:47:37
3239         Log: patch to fix aix hints from ortmann@vnet.ibm.com
3240      Branch: perl
3241            ! hints/aix.sh
3242 ____________________________________________________________________________
3243 [  4666] By: gsar                                  on 1999/12/08  18:29:02
3244         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
3245              Tim Meadowcroft
3246      Branch: perl
3247            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
3248 ____________________________________________________________________________
3249 [  4665] By: gsar                                  on 1999/12/08  02:22:31
3250         Log: introduce save_I8() for saving byte values
3251      Branch: perl
3252            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
3253            ! regcomp.c regexec.c scope.c scope.h sv.c
3254 ____________________________________________________________________________
3255 [  4664] By: gsar                                  on 1999/12/08  02:02:33
3256         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
3257      Branch: perl
3258            ! toke.c
3259 ____________________________________________________________________________
3260 [  4663] By: gsar                                  on 1999/12/08  01:11:44
3261         Log: longstanding typo in lexer: PL_lex_expect was not properly
3262              saved on reentry
3263      Branch: perl
3264            ! toke.c
3265 ____________________________________________________________________________
3266 [  4662] By: gsar                                  on 1999/12/07  23:16:21
3267         Log: typos in change#4546
3268      Branch: perl
3269            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
3270 ____________________________________________________________________________
3271 [  4661] By: gsar                                  on 1999/12/07  09:33:50
3272         Log: typos in change#4660
3273      Branch: perl
3274            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
3275 ____________________________________________________________________________
3276 [  4660] By: gsar                                  on 1999/12/06  23:42:55
3277         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
3278              fix bug where lc($readonly) could result in bogus errors
3279      Branch: perl
3280            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
3281            ! pp.c pp_sys.c proto.h sv.c
3282 ____________________________________________________________________________
3283 [  4659] By: gsar                                  on 1999/12/06  15:24:31
3284         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
3285              <jarausch@igpm.rwth-aachen.de>)
3286      Branch: perl
3287            ! perl.h
3288 ____________________________________________________________________________
3289 [  4658] By: gsar                                  on 1999/12/06  15:18:30
3290         Log: fix for -Dp via $^D (suggested by Stephane Payrard
3291              <stef@adnaccess.com>)
3292      Branch: perl
3293            ! mg.c
3294 ____________________________________________________________________________
3295 [  4657] By: gsar                                  on 1999/12/06  06:50:01
3296         Log: change#4641 needs perldiag.pod edit
3297      Branch: perl
3298            - lib/unicode/UnicodeData-Latest.txt
3299            ! pod/perldiag.pod
3300 ____________________________________________________________________________
3301 [  4656] By: gsar                                  on 1999/12/06  01:36:56
3302         Log: Makefile tweak for change#4649
3303      Branch: perl
3304            ! Makefile.SH
3305 ____________________________________________________________________________
3306 [  4655] By: gsar                                  on 1999/12/05  17:23:57
3307         Log: change#4653 was missing a patch reject
3308      Branch: perl
3309            ! win32/makefile.mk
3310 ____________________________________________________________________________
3311 [  4654] By: gsar                                  on 1999/12/05  11:41:04
3312         Log: windows build tweaks for Borland compiler
3313      Branch: perl
3314            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
3315 ____________________________________________________________________________
3316 [  4653] By: gsar                                  on 1999/12/05  11:07:37
3317         Log: applied somewhat modified version of suggested patch
3318              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
3319              Date: Thu, 18 Nov 1999 18:45:27 PST
3320              Message-ID: <19991119024527.72749.qmail@hotmail.com>
3321              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
3322      Branch: perl
3323            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
3324            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3325            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
3326            ! win32/makefile.mk win32/win32.h
3327 ____________________________________________________________________________
3328 [  4652] By: gsar                                  on 1999/12/05  09:24:45
3329         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
3330              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
3331              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
3332              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
3333      Branch: perl
3334            ! Changes hints/svr5.sh
3335 ____________________________________________________________________________
3336 [  4651] By: gsar                                  on 1999/12/05  09:01:19
3337         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
3338              when given non-existent drive names
3339      Branch: perl
3340            ! lib/File/Path.pm
3341 ____________________________________________________________________________
3342 [  4650] By: gsar                                  on 1999/12/05  08:47:11
3343         Log: windows build tweaks for change#4649
3344      Branch: perl
3345            ! win32/Makefile win32/makefile.mk
3346 ____________________________________________________________________________
3347 [  4649] By: gsar                                  on 1999/12/05  07:49:28
3348         Log: make File::Glob::glob() the default for CORE::glob()
3349              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
3350      Branch: perl
3351            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
3352            ! win32/makefile.mk
3353 ____________________________________________________________________________
3354 [  4648] By: gsar                                  on 1999/12/05  00:33:34
3355         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
3356      Branch: perl
3357            ! lib/Pod/Html.pm
3358 ____________________________________________________________________________
3359 [  4647] By: gsar                                  on 1999/12/05  00:14:01
3360         Log: remove outdated entry
3361      Branch: perl
3362            ! pod/perltrap.pod
3363 ____________________________________________________________________________
3364 [  4646] By: gsar                                  on 1999/12/04  22:48:51
3365         Log: s/block/loop block/ in diagnostics about next, last, redo
3366      Branch: perl
3367            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
3368 ____________________________________________________________________________
3369 [  4645] By: gsar                                  on 1999/12/04  22:25:32
3370         Log: readability tweak suggested by GRommel@sears.com
3371      Branch: perl
3372            ! pp.c
3373 ____________________________________________________________________________
3374 [  4644] By: gsar                                  on 1999/12/04  22:05:00
3375         Log: Configure tweak from Peter Prymmer
3376      Branch: perl
3377            ! Configure
3378 ____________________________________________________________________________
3379 [  4643] By: gsar                                  on 1999/12/04  21:55:27
3380         Log: make weak keyword check look for defined(&lock), not
3381              merely defined(*lock)
3382      Branch: perl
3383            ! toke.c
3384 ____________________________________________________________________________
3385 [  4642] By: gsar                                  on 1999/12/04  21:11:51
3386         Log: make eof() open ARGV if it isn't open already; also fixes bug
3387              where eof() would operate on any last-read filehandle, not
3388              just ARGV
3389      Branch: perl
3390            ! pp_sys.c
3391 ____________________________________________________________________________
3392 [  4641] By: gsar                                  on 1999/12/04  04:42:25
3393         Log: make uninitialized value warnings report opcode
3394      Branch: perl
3395            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
3396            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
3397            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
3398            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
3399            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
3400            ! t/pragma/warn/sv
3401 ____________________________________________________________________________
3402 [  4640] By: gsar                                  on 1999/12/04  02:40:44
3403         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
3404              that don't do range checking
3405      Branch: perl
3406            ! lib/Time/Local.pm
3407 ____________________________________________________________________________
3408 [  4639] By: gsar                                  on 1999/12/04  01:00:49
3409         Log: better implementation of change#3326; open(local $foo,...) now
3410              allowed in addition to any uninitialized variable, for consistency
3411              with how autovivification works elsewhere; add code to use the
3412              variable name as the name of the handle for simple variables, so
3413              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
3414      Branch: perl
3415            ! op.c pod/perldelta.pod pp.c t/io/open.t
3416 ____________________________________________________________________________
3417 [  4638] By: gsar                                  on 1999/12/03  21:20:00
3418         Log: pod nits
3419      Branch: perl
3420            ! pod/perlfunc.pod pod/perlrun.pod
3421 ____________________________________________________________________________
3422 [  4637] By: gsar                                  on 1999/12/03  08:59:04
3423         Log: change#4431 was flawed
3424      Branch: perl
3425            ! Makefile.SH
3426 ____________________________________________________________________________
3427 [  4636] By: gsar                                  on 1999/12/03  07:59:52
3428         Log: pod embellishments from Nathan Torkington
3429      Branch: perl
3430            ! pod/perlfaq2.pod pod/perlhack.pod
3431 ____________________________________________________________________________
3432 [  4635] By: gsar                                  on 1999/12/03  07:56:04
3433         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
3434      Branch: perl
3435            ! pod/perlfaq4.pod
3436 ____________________________________________________________________________
3437 [  4634] By: gsar                                  on 1999/12/03  07:47:47
3438         Log: test tweak for VMS (from Craig A. Berry)
3439      Branch: perl
3440            ! t/io/nargv.t
3441 ____________________________________________________________________________
3442 [  4633] By: gsar                                  on 1999/12/03  07:44:52
3443         Log: patchls tweak from Andreas Koenig
3444      Branch: perl
3445            ! Porting/patchls
3446 ____________________________________________________________________________
3447 [  4632] By: gsar                                  on 1999/12/03  07:42:23
3448         Log: don't mess with the umask()
3449      Branch: perl
3450            ! installhtml installman installperl lib/ExtUtils/Install.pm
3451            ! lib/ExtUtils/Manifest.pm
3452 ____________________________________________________________________________
3453 [  4631] By: gsar                                  on 1999/12/03  06:52:50
3454         Log: support -a switch to append bytecode to an existing file and make
3455              perlcc use it (from Tom Hughes <tom@compton.nu>)
3456      Branch: perl
3457            ! ext/B/B/Bytecode.pm utils/perlcc.PL
3458 ____________________________________________________________________________
3459 [  4630] By: gsar                                  on 1999/12/03  06:46:16
3460         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
3461              (from Tom Phoenix)
3462      Branch: perl
3463            ! pod/perltrap.pod
3464 ____________________________________________________________________________
3465 [  4629] By: gsar                                  on 1999/12/03  06:40:15
3466         Log: use PerlIO abstraction rather than straight stdio (from
3467              Chip Salzenberg)
3468      Branch: perl
3469            ! ext/ByteLoader/ByteLoader.xs
3470 ____________________________________________________________________________
3471 [  4628] By: gsar                                  on 1999/12/03  06:15:54
3472         Log: avoid warning in IO::Select::exists() if socket doesn't exist
3473      Branch: perl
3474            ! ext/IO/lib/IO/Select.pm
3475 ____________________________________________________________________________
3476 [  4627] By: gsar                                  on 1999/12/03  06:05:19
3477         Log: two small patches from Peter Prymmer <pvhp@forte.com>
3478      Branch: perl
3479            ! makedepend.SH win32/Makefile win32/makefile.mk
3480 ____________________________________________________________________________
3481 [  4626] By: gsar                                  on 1999/12/03  05:36:38
3482         Log: From: Peter Prymmer <pvhp@forte.com>
3483              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
3484              Message-Id: <199911260506.VAA17230@brio.forte.com>
3485              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
3486      Branch: perl
3487            ! regcomp.c
3488 ____________________________________________________________________________
3489 [  4625] By: gsar                                  on 1999/12/03  05:20:21
3490         Log: Windows build tweaks due to change#4623
3491      Branch: perl
3492            ! win32/Makefile win32/makefile.mk win32/perlhost.h
3493 ____________________________________________________________________________
3494 [  4624] By: gsar                                  on 1999/12/03  04:58:30
3495         Log: add missing file
3496      Branch: perl
3497            + ext/DynaLoader/XSLoader_pm.PL
3498 ____________________________________________________________________________
3499 [  4623] By: gsar                                  on 1999/12/03  04:47:03
3500         Log: applied suggested patch; removed $VERSION = $VERSION hack
3501              (change#4043 fixed the need for that)
3502              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3503              Date: Tue, 16 Nov 1999 01:50:31 EST
3504              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
3505              Subject: [PATCH 5.005_62] XSLoader.pm
3506      Branch: perl
3507            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
3508            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
3509            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
3510            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
3511            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
3512            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
3513            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
3514            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
3515            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
3516            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
3517            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
3518 ____________________________________________________________________________
3519 [  4622] By: gsar                                  on 1999/12/03  04:02:39
3520         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
3521      Branch: perl
3522            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
3523 ____________________________________________________________________________
3524 [  4621] By: gsar                                  on 1999/12/02  22:24:53
3525         Log: caveat about thread-safety of extensions
3526      Branch: perl
3527            ! pod/perlfork.pod
3528 ____________________________________________________________________________
3529 [  4620] By: gsar                                  on 1999/12/02  20:31:02
3530         Log: XS documentation patches suggested by Ilya, severally adjusted
3531      Branch: perl
3532            ! pod/perlxs.pod pod/perlxstut.pod
3533 ____________________________________________________________________________
3534 [  4619] By: gsar                                  on 1999/12/02  17:52:50
3535         Log: re-add missing Unicode database master
3536      Branch: perl
3537            + lib/unicode/Unicode.300
3538 ____________________________________________________________________________
3539 [  4618] By: gsar                                  on 1999/12/02  06:56:18
3540         Log: applied suggested patch with prototype changes
3541              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
3542              Date:    Tue, 23 Nov 1999 22:55:55 EST
3543              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
3544              Subject: [PATCH 5.005_62] First char cognizance
3545      Branch: perl
3546            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
3547 ____________________________________________________________________________
3548 [  4617] By: gsar                                  on 1999/12/02  06:04:57
3549         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
3550      Branch: perl
3551            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
3552 ____________________________________________________________________________
3553 [  4616] By: gsar                                  on 1999/12/02  04:30:22
3554         Log: various documentation tweaks suggested by M. J. T. Guy
3555      Branch: perl
3556            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
3557 ____________________________________________________________________________
3558 [  4615] By: gsar                                  on 1999/12/02  04:17:43
3559         Log: various File::Glob fixes for DOSISH platforms
3560              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
3561              Date: Tue, 02 Nov 1999 11:11:25 GMT
3562              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
3563              Subject: File::Glob again. Final patch, honest!
3564      Branch: perl
3565            + t/lib/glob-case.t
3566            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
3567            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3568            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
3569 ____________________________________________________________________________
3570 [  4614] By: gsar                                  on 1999/12/02  03:42:55
3571         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
3572              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
3573      Branch: perl
3574            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
3575 ____________________________________________________________________________
3576 [  4613] By: gsar                                  on 1999/12/02  01:59:19
3577         Log: ignore yet another known scalar leak
3578      Branch: perl
3579            ! t/pragma/warn/regcomp
3580 ____________________________________________________________________________
3581 [  4612] By: gsar                                  on 1999/12/02  01:15:02
3582         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
3583      Branch: perl
3584            ! pp.c
3585 ____________________________________________________________________________
3586 [  4611] By: gsar                                  on 1999/12/02  00:31:43
3587         Log: a somewhat tweaked version of suggested patch
3588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3589              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
3590              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
3591              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
3592      Branch: perl
3593            ! pod/perlfunc.pod
3594 ____________________________________________________________________________
3595 [  4610] By: gsar                                  on 1999/12/01  19:09:31
3596         Log: more accurate require() pseudocode (from James P. Williams
3597              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
3598      Branch: perl
3599            ! pod/perlfunc.pod
3600 ____________________________________________________________________________
3601 [  4609] By: gsar                                  on 1999/12/01  18:43:49
3602         Log: avoid "Callback called exit" error on intentional exit()
3603      Branch: perl
3604            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
3605 ____________________________________________________________________________
3606 [  4608] By: gsar                                  on 1999/12/01  18:42:38
3607         Log: find_byclass() prototype was incoherent
3608      Branch: perl
3609            ! regexec.c
3610 ____________________________________________________________________________
3611 [  4607] By: gsar                                  on 1999/12/01  05:45:10
3612         Log: better documentation for goto &NAME (from M. J. T. Guy)
3613      Branch: perl
3614            ! pod/perlfunc.pod
3615 ____________________________________________________________________________
3616 [  4606] By: gsar                                  on 1999/12/01  05:33:14
3617         Log: integrate cfgperl contents into mainline
3618      Branch: perl
3619           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
3620           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
3621            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
3622            ! Changes
3623           !> (integrate 210 files)
3624 ____________________________________________________________________________
3625 [  4605] By: gsar                                  on 1999/12/01  05:15:27
3626         Log: avoid PTR->IV cast warnings
3627      Branch: perl
3628            ! mg.c op.c scope.h
3629 ____________________________________________________________________________
3630 [  4604] By: gsar                                  on 1999/12/01  03:59:56
3631         Log: email address changes
3632      Branch: perl
3633            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
3634            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
3635            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
3636            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
3637            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
3638 ____________________________________________________________________________
3639 [  4603] By: gsar                                  on 1999/12/01  03:45:13
3640         Log: minor USE_ITHREADS tweaks
3641      Branch: perl
3642            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
3643            ! win32/perllib.c win32/win32.h
3644 ____________________________________________________________________________
3645 [  4602] By: gsar                                  on 1999/12/01  01:00:09
3646         Log: more complete pseudo-fork() support for Windows
3647      Branch: perl
3648            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
3649            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
3650            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
3651            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
3652            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
3653            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
3654            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
3655            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
3656            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
3657            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
3658            ! win32/win32iop.h win32/win32thread.h
3659 ____________________________________________________________________________
3660 [  4601] By: gsar                                  on 1999/12/01  00:45:38
3661         Log: rudimentary support for remote debugging, from aeons ago (somewhat
3662              modified)
3663              From: Graham TerMarsch <grahamt@ActiveState.com>
3664              Date: Sat, 12 Sep 1998 10:46:55 -0700
3665              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
3666              Subject: Re: Patches to perl5db.pl to allow for remote debugging
3667      Branch: perl
3668            ! lib/perl5db.pl
3669 ____________________________________________________________________________
3670 [  4600] By: chip                                  on 1999/11/19  21:16:00
3671         Log: Document known limitations of fdopen() on some systems,
3672              as they apply to open() and sysopen().
3673      Branch: perl
3674            ! pod/perlfunc.pod
3675 ____________________________________________________________________________
3676 [  4599] By: chip                                  on 1999/11/19  17:20:19
3677         Log: Undef printf before redirecting it to PerlIO_stdoutf.
3678              (Avoids an irritating warning when compiling with PerlIO.)
3679      Branch: perl
3680            ! perl.h
3681 ____________________________________________________________________________
3682 [  4598] By: jhi                                   on 1999/11/22  21:30:17
3683         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
3684      Branch: cfgperl
3685            ! README.vms t/io/open.t
3686 ____________________________________________________________________________
3687 [  4597] By: jhi                                   on 1999/11/21  16:21:21
3688         Log: Replace #4596 with the change done in 5.005_03.
3689      Branch: cfgperl
3690            ! ext/Errno/Errno_pm.PL
3691 ____________________________________________________________________________
3692 [  4596] By: jhi                                   on 1999/11/21  16:07:20
3693         Log: Skip processing a file if the file to be opened is '-'
3694              (can happen in UNICOS)
3695      Branch: cfgperl
3696            ! ext/Errno/Errno_pm.PL
3697 ____________________________________________________________________________
3698 [  4595] By: jhi                                   on 1999/11/21  14:05:10
3699         Log: VMS patches from Peter Prymmer.
3700      Branch: cfgperl
3701            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
3702 ____________________________________________________________________________
3703 [  4594] By: jhi                                   on 1999/11/18  17:07:14
3704         Log: The find_byclass prototype is already in proto.h. 
3705      Branch: cfgperl
3706            ! regexec.c
3707 ____________________________________________________________________________
3708 [  4593] By: gsar                                  on 1999/11/16  21:25:21
3709         Log: typo in flag checks
3710      Branch: utfperl
3711            ! sv.h
3712 ____________________________________________________________________________
3713 [  4592] By: jhi                                   on 1999/11/16  21:17:25
3714         Log: Regen Configure.
3715      Branch: cfgperl
3716            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
3717      Branch: metaconfig
3718            ! U/a_dvisory/quadtype.U
3719 ____________________________________________________________________________
3720 [  4591] By: jhi                                   on 1999/11/16  14:53:19
3721         Log: Integrate with Sarathy.
3722      Branch: cfgperl
3723           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
3724           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
3725           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
3726           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
3727           !> t/pod/poderrs.xr
3728 ____________________________________________________________________________
3729 [  4590] By: gsar                                  on 1999/11/16  05:57:56
3730         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
3731      Branch: perl
3732            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
3733            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
3734            ! t/pod/poderrs.t t/pod/poderrs.xr
3735 ____________________________________________________________________________
3736 [  4589] By: gsar                                  on 1999/11/15  18:47:34
3737         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
3738              C<if (fork()) { print "parent" } else { print "child" }> works on
3739              Windows (incidentally running a cloned^2 interpreter :)
3740      Branch: perl
3741            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
3742            ! pp_sys.c proto.h sv.c
3743 ____________________________________________________________________________
3744 [  4588] By: gsar                                  on 1999/11/15  14:34:36
3745         Log: cloning the stack (part 1)
3746      Branch: perl
3747            ! cop.h deb.c perl.c sv.c
3748 ____________________________________________________________________________
3749 [  4587] By: jhi                                   on 1999/11/15  00:22:20
3750         Log: Integrate with Sarathy.
3751      Branch: cfgperl
3752           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
3753           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
3754           !> win32/perllib.c
3755 ____________________________________________________________________________
3756 [  4586] By: jhi                                   on 1999/11/14  21:17:26
3757         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
3758      Branch: cfgperl
3759            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
3760 ____________________________________________________________________________
3761 [  4585] By: gsar                                  on 1999/11/14  20:01:45
3762         Log: tweak for win32 build
3763      Branch: perl
3764            ! embed.h embed.pl op.c proto.h
3765 ____________________________________________________________________________
3766 [  4584] By: gsar                                  on 1999/11/14  19:46:25
3767         Log: cosmetic tweaks
3768      Branch: perl
3769            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
3770            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
3771 ____________________________________________________________________________
3772 [  4583] By: gsar                                  on 1999/11/14  17:38:32
3773         Log: fix problem pointer casts
3774      Branch: perl
3775            ! Changes run.c sv.c
3776 ____________________________________________________________________________
3777 [  4582] By: jhi                                   on 1999/11/14  17:10:01
3778         Log: Integrate with Sarathy.
3779      Branch: cfgperl
3780           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
3781           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
3782           !> vms/perly_c.vms win32/perllib.c
3783 ____________________________________________________________________________
3784 [  4581] By: jhi                                   on 1999/11/14  17:08:23
3785         Log: The separation of 64-bitness and largefileness continues
3786              (with a setback, see hpux.sh).
3787      Branch: cfgperl
3788            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
3789            ! hints/solaris_2.sh
3790      Branch: metaconfig
3791            ! U/threads/archname.U U/typedefs/lseektype.U
3792      Branch: metaconfig/U/perl
3793            ! fpossize.U use64bits.U uselfs.U
3794 ____________________________________________________________________________
3795 [  4580] By: jhi                                   on 1999/11/14  13:26:41
3796         Log: Another Unicode update.
3797      Branch: cfgperl
3798            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
3799            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
3800            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
3801            ! (edit 189 files)
3802 ____________________________________________________________________________
3803 [  4579] By: gsar                                  on 1999/11/14  10:21:49
3804         Log: sundry cleanups for cloned interpreters (only known failure mode
3805              is due to regexps keeping non-constant data in their compiled
3806              structures)
3807      Branch: perl
3808            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
3809            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
3810 ____________________________________________________________________________
3811 [  4578] By: gsar                                  on 1999/11/14  03:37:37
3812         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
3813      Branch: perl
3814            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
3815 ____________________________________________________________________________
3816 [  4577] By: jhi                                   on 1999/11/13  19:50:24
3817         Log: Change #4576 accidentally leaked also parts of
3818              Ilya's patch that won't apply cleanly anymore.
3819      Branch: cfgperl
3820            ! regexec.c t/op/re_tests
3821 ____________________________________________________________________________
3822 [  4576] By: jhi                                   on 1999/11/13  19:43:37
3823         Log: Integrate with Sarathy.
3824      Branch: cfgperl
3825            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
3826           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
3827           !> t/op/regexp.t t/pragma/overload.t
3828 ____________________________________________________________________________
3829 [  4575] By: gsar                                  on 1999/11/13  19:41:46
3830         Log: typos in change#4561 and change#4565
3831      Branch: perl
3832            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
3833 ____________________________________________________________________________
3834 [  4574] By: gsar                                  on 1999/11/13  19:31:19
3835         Log: revert non-kosher parts of change#4562 (sort order problems
3836              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
3837              result and expected lines; /[:ascii:]/ not working should be
3838              fixed, not ignored in regexp.t; result from sort should be
3839              fixed to be ascii portable on ebcdic, not ebcdic-specific)
3840      Branch: perl
3841            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
3842 ____________________________________________________________________________
3843 [  4573] By: gsar                                  on 1999/11/13  19:13:04
3844         Log: integrate cfgperl changes into mainline
3845      Branch: perl
3846           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3847           +> lib/unicode/In/BopomofoExtended.pl
3848           +> lib/unicode/In/BraillePatterns.pl
3849           +> lib/unicode/In/CJKRadicalsSupplement.pl
3850           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
3851           +> lib/unicode/In/Cherokee.pl
3852           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
3853           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
3854           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3855           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
3856           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
3857           +> lib/unicode/In/Thaana.pl
3858           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3859           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3860            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3861           !> (integrate 213 files)
3862 ____________________________________________________________________________
3863 [  4572] By: jhi                                   on 1999/11/13  18:44:50
3864         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
3865              To: perl5-porters@perl.org, VMSPERL@perl.org
3866              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
3867              Date: Wed, 27 Oct 1999 11:02:54 -0500
3868              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
3869      Branch: cfgperl
3870            ! README.vms
3871 ____________________________________________________________________________
3872 [  4571] By: jhi                                   on 1999/11/13  18:33:39
3873         Log: From: jand@activestate.com (Jan Dubois)
3874              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
3875              Cc: Douglas Lankshear <dougl@activestate.com>,
3876              Gurusamy Sarathy <gsar@activestate.com>
3877              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
3878              Date: Tue, 09 Nov 1999 00:38:33 +0100
3879              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
3880      Branch: cfgperl
3881            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
3882            ! win32/config.gc win32/config.vc win32/config_H.bc
3883            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
3884            ! win32/win32.c win32/win32iop.h
3885 ____________________________________________________________________________
3886 [  4570] By: jhi                                   on 1999/11/13  18:30:37
3887         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3888              To: perl5-porters@perl.org (Mailing list Perl5)
3889              Subject: [PATCH 5.005_62] makedef.pl goof
3890              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
3891              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
3892      Branch: cfgperl
3893            ! makedef.pl
3894 ____________________________________________________________________________
3895 [  4569] By: jhi                                   on 1999/11/13  18:06:54
3896         Log: From: Michael G Schwern <schwern@pobox.com>
3897              To: perl5-porters@perl.org, pod-people@perl.org
3898              Cc: tchrist@mox.perl.com, gnat@frii.com
3899              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
3900              Date: Wed, 10 Nov 1999 17:21:46 -0500
3901              Message-ID: <19991110172146.A23527@athens.aocn.com>
3902      Branch: cfgperl
3903            ! pod/perlfaq9.pod
3904 ____________________________________________________________________________
3905 [  4568] By: jhi                                   on 1999/11/13  18:05:33
3906         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
3907              To: <perl5-porters@perl.org>
3908              Subject: DynaLoader_pm.PL patch (backslashes in strings)
3909              Date: Wed, 10 Nov 1999 22:52:02 -0000
3910              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
3911      Branch: cfgperl
3912            ! ext/DynaLoader/DynaLoader_pm.PL
3913 ____________________________________________________________________________
3914 [  4567] By: jhi                                   on 1999/11/13  18:03:52
3915         Log: From: JD Laub <jdl@access-health.com>
3916              To: perl5-porters@perl.org
3917              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
3918              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
3919              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
3920      Branch: cfgperl
3921            ! lib/Exporter/Heavy.pm
3922 ____________________________________________________________________________
3923 [  4566] By: jhi                                   on 1999/11/13  18:01:24
3924         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
3925              To: perl5-porters@perl.org
3926              Subject: small patch for perldoc
3927              Date: Fri, 12 Nov 1999 23:11:43 GMT
3928              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
3929      Branch: cfgperl
3930            ! utils/perldoc.PL
3931 ____________________________________________________________________________
3932 [  4565] By: jhi                                   on 1999/11/13  17:58:54
3933         Log: From: Scott Gifford <sgifford@tir.com>
3934              To: perl5-porters@perl.org
3935              Cc: gbarr@pobox.com
3936              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
3937              Date: 12 Nov 1999 18:55:30 -0500
3938              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
3939      Branch: cfgperl
3940            ! ext/IO/lib/IO/Socket.pm
3941 ____________________________________________________________________________
3942 [  4564] By: jhi                                   on 1999/11/13  17:45:39
3943         Log: Applied manually:
3944              From: "Craig A. Berry" <craig.berry@metamor.com>
3945              To: perl5-porters@perl.org, VMSPERL@perl.org
3946              Subject: [PATCH 5.005_62] patches required to build on VMS
3947              Date: Tue, 09 Nov 1999 18:16:14 -0600
3948              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
3949      Branch: cfgperl
3950            ! configure.com vms/descrip_mms.template vms/subconfigure.com
3951            ! vms/vms.c vms/vmsish.h
3952 ____________________________________________________________________________
3953 [  4563] By: jhi                                   on 1999/11/13  17:18:41
3954         Log: Regen Unicode tables to include a warning:
3955              Thou Shalt Not Edit Them By Hand; add missing
3956              (Unicode 2.0 -introduced) tables to MANIFEST;
3957              convert the equivalence tables to be valid Perl code.
3958      Branch: cfgperl
3959            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3960            + lib/unicode/In/BopomofoExtended.pl
3961            + lib/unicode/In/BraillePatterns.pl
3962            + lib/unicode/In/CJKRadicalsSupplement.pl
3963            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
3964            + lib/unicode/In/Cherokee.pl
3965            + lib/unicode/In/IdeographicDescriptionCharacters.pl
3966            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
3967            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3968            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
3969            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
3970            + lib/unicode/In/Thaana.pl
3971            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3972            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3973            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3974            ! (edit 169 files)
3975 ____________________________________________________________________________
3976 [  4562] By: jhi                                   on 1999/11/13  16:53:00
3977         Log: From: Peter Prymmer <pvhp@forte.com>
3978              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
3979              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
3980              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
3981              Message-Id: <199911102234.OAA01018@brio.forte.com>
3982      Branch: cfgperl
3983            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
3984            ! t/pragma/overload.t
3985 ____________________________________________________________________________
3986 [  4561] By: jhi                                   on 1999/11/13  16:29:37
3987         Log: $Config{myarchname} is not a good architecture identifier
3988              because it may contain host/node identification like
3989              CPU serial numbers.
3990      Branch: cfgperl
3991            ! ext/Errno/Errno_pm.PL
3992 ____________________________________________________________________________
3993 [  4560] By: jhi                                   on 1999/11/13  16:26:13
3994         Log: Continue largefileness separation from quadness;
3995              move nv-preserving test out of perl.h into Configure;
3996              use HAS_SETVBUF in IO.
3997      Branch: cfgperl
3998            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3999            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
4000      Branch: metaconfig
4001            ! U/a_dvisory/quadtype.U
4002      Branch: metaconfig/U/perl
4003            + nvpresuv.U
4004            ! d_fseeko.U d_ftello.U io64.U perlxv.U
4005 ____________________________________________________________________________
4006 [  4559] By: jhi                                   on 1999/11/13  13:46:38
4007         Log: Try to fix largefileness so that it "works" without a quad IV.
4008      Branch: cfgperl
4009            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4010            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
4011      Branch: metaconfig
4012            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
4013      Branch: metaconfig/U/perl
4014            ! io64.U
4015 ____________________________________________________________________________
4016 [  4558] By: jhi                                   on 1999/11/13  11:36:19
4017         Log: Undo drift from mainline.
4018      Branch: cfgperl
4019            ! regcomp.c util.c utils/h2xs.PL
4020 ____________________________________________________________________________
4021 [  4557] By: gsar                                  on 1999/11/13  10:54:46
4022         Log: typo
4023      Branch: perl
4024            ! util.c
4025 ____________________________________________________________________________
4026 [  4556] By: gsar                                  on 1999/11/13  10:53:41
4027         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
4028      Branch: perl
4029           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
4030           +> epoc/epoc_stubs.c
4031           !> (integrate 48 files)
4032 ____________________________________________________________________________
4033 [  4555] By: jhi                                   on 1999/11/13  10:05:54
4034         Log: Integrate with Sarathy.
4035      Branch: cfgperl
4036           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
4037           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
4038 ____________________________________________________________________________
4039 [  4554] By: jhi                                   on 1999/11/13  10:03:07
4040         Log: s/_SIGN$/_sign/g;
4041      Branch: metaconfig
4042            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
4043 ____________________________________________________________________________
4044 [  4553] By: gsar                                  on 1999/11/13  02:17:53
4045         Log: cloned interpreters now actually run and pass all but 55/10386
4046              subtests; various subtle bugs, new and old, observed when running
4047              cloned interpreters have been fixed
4048              
4049              still to do:
4050              |  * dup psig_ptr table
4051              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
4052              |    simple-minded and grab one pad entry each, heavily bloating
4053              |    the pad by not avoiding dups)
4054              |  * overloaded constants are not really immutable--they need to
4055              |    be PADOPs
4056              |  * allocator for constants and OPs need to be spelled differently
4057              |    (shared vs interpreter-local allocations)
4058              |  * optree refcounting is still missing locking (macros are in place)
4059              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
4060              |    perl_clone() can be called from within runops*()
4061      Branch: perl
4062            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
4063            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
4064 ____________________________________________________________________________
4065 [  4552] By: jhi                                   on 1999/11/11  23:17:43
4066         Log: Turn on largefileness always if available and
4067              continue 64-bit fixes.
4068      Branch: cfgperl
4069            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
4070            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
4071            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
4072 ____________________________________________________________________________
4073 [  4551] By: jhi                                   on 1999/11/11  23:16:15
4074         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
4075      Branch: metaconfig
4076            ! U/a_dvisory/quadtype.U
4077      Branch: metaconfig/U/perl
4078            + d_int64t.U
4079            ! i_inttypes.U io64.U
4080 ____________________________________________________________________________
4081 [  4550] By: jhi                                   on 1999/11/11  20:24:55
4082         Log: Fix a thinko in 4548.
4083      Branch: cfgperl
4084            ! pp_sys.c
4085 ____________________________________________________________________________
4086 [  4549] By: jhi                                   on 1999/11/11  19:48:21
4087         Log: Integrate with Sarathy.
4088      Branch: cfgperl
4089           !> (integrate 56 files)
4090 ____________________________________________________________________________
4091 [  4548] By: jhi                                   on 1999/11/11  19:41:56
4092         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
4093              regen Configure.
4094      Branch: cfgperl
4095            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4096            ! config_h.SH pp_sys.c
4097 ____________________________________________________________________________
4098 [  4547] By: jhi                                   on 1999/11/11  19:40:38
4099         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
4100      Branch: metaconfig
4101            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
4102            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
4103 ____________________________________________________________________________
4104 [  4546] By: gsar                                  on 1999/11/11  10:32:54
4105         Log: avoid stash pointers in optree under USE_ITHREADS
4106      Branch: perl
4107            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
4108            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
4109            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
4110            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
4111            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
4112            ! scope.h sv.c
4113 ____________________________________________________________________________
4114 [  4545] By: gsar                                  on 1999/11/11  06:04:20
4115         Log: another change towards a shareable optree: avoid pointer to filegv
4116              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
4117              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
4118              to suit
4119      Branch: perl
4120            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
4121            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
4122            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
4123            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
4124            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
4125            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
4126            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
4127            ! win32/perllib.c
4128 ____________________________________________________________________________
4129 [  4544] By: gsar                                  on 1999/11/10  18:19:12
4130         Log: more cleanups for change#4539
4131      Branch: perl
4132            ! gv.h op.c op.h pp_ctl.c pp_hot.c
4133 ____________________________________________________________________________
4134 [  4543] By: gsar                                  on 1999/11/10  01:52:22
4135         Log: remove dead branch/infinite looper in change#3612
4136      Branch: perl
4137            ! op.c
4138 ____________________________________________________________________________
4139 [  4542] By: gsar                                  on 1999/11/09  20:05:47
4140         Log: IoDIRP may be fake when used in source filters, mark as such
4141      Branch: perl
4142            ! sv.c sv.h toke.c
4143 ____________________________________________________________________________
4144 [  4541] By: gsar                                  on 1999/11/09  05:47:53
4145         Log: small nits in changes#4538,4539
4146      Branch: perl
4147            ! op.c sv.c
4148 ____________________________________________________________________________
4149 [  4540] By: gsar                                  on 1999/11/08  20:30:58
4150         Log: win32 symbol export tweak
4151      Branch: perl
4152            ! makedef.pl win32/win32.c win32/win32iop.h
4153 ____________________________________________________________________________
4154 [  4539] By: gsar                                  on 1999/11/08  18:50:40
4155         Log: preliminary support for GVOP indirection via pad
4156      Branch: perl
4157            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
4158            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
4159 ____________________________________________________________________________
4160 [  4538] By: gsar                                  on 1999/11/08  11:25:49
4161         Log: preliminary support for perl_clone() (still needs work in
4162              the following areas: SVOPs must indirect via pad; context
4163              stack, scope stack, and runlevels must be cloned; must
4164              hook up the virtualized pseudo-process support provided by
4165              "host"; ...)
4166      Branch: perl
4167            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
4168            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
4169            ! win32/perllib.c win32/win32.c
4170 ____________________________________________________________________________
4171 [  4537] By: gsar                                  on 1999/11/08  11:19:18
4172         Log: more thorough cleanup in perl_destroy()
4173      Branch: perl
4174            ! perl.c util.c
4175 ____________________________________________________________________________
4176 [  4536] By: gsar                                  on 1999/11/08  07:16:10
4177         Log: win32 internal data must be interpreter-local
4178      Branch: perl
4179            ! win32/win32.c win32/win32.h win32/win32sck.c
4180 ____________________________________________________________________________
4181 [  4535] By: gsar                                  on 1999/11/08  04:17:28
4182         Log: tweak change#4502
4183      Branch: perl
4184            ! doio.c perl.c
4185 ____________________________________________________________________________
4186 [  4534] By: jhi                                   on 1999/11/07  13:17:03
4187         Log: Four special class subs, not three.
4188      Branch: cfgperl
4189            ! pod/perlmod.pod
4190 ____________________________________________________________________________
4191 [  4533] By: jhi                                   on 1999/11/07  13:13:15
4192         Log: Integrate with Sarathy.
4193      Branch: cfgperl
4194           !> mg.c t/io/print.t
4195 ____________________________________________________________________________
4196 [  4532] By: jhi                                   on 1999/11/07  12:36:10
4197         Log: More test program maintenance.
4198      Branch: cfgperl
4199            ! Configure config_h.SH
4200      Branch: metaconfig
4201            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
4202            ! U/compline/charsize.U U/compline/d_sigaction.U
4203            ! U/compline/doublesize.U U/compline/floatsize.U
4204            ! U/compline/nblock_io.U U/compline/ptrsize.U
4205            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
4206            ! U/typedefs/uidsize.U
4207      Branch: metaconfig/U/perl
4208            ! fpossize.U
4209 ____________________________________________________________________________
4210 [  4531] By: jhi                                   on 1999/11/07  00:34:09
4211         Log: Tidy up the metaconfig test programs.
4212      Branch: cfgperl
4213            ! Configure config_h.SH
4214      Branch: metaconfig
4215            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
4216            ! U/compline/charsize.U U/compline/doublesize.U
4217            ! U/compline/nblock_io.U U/compline/ptrsize.U
4218            ! U/modified/d_longlong.U U/typedefs/gidsize.U
4219            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
4220            ! U/typedefs/uidsize.U
4221      Branch: metaconfig/U/perl
4222            ! fpossize.U
4223 ____________________________________________________________________________
4224 [  4530] By: jhi                                   on 1999/11/06  23:51:34
4225         Log: So many printfs, so little time.
4226      Branch: cfgperl
4227            ! op.c perl.c regcomp.c scope.c util.c
4228 ____________________________________________________________________________
4229 [  4529] By: jhi                                   on 1999/11/06  23:27:35
4230         Log: Replace the explicit zeros with NOOPs.
4231      Branch: cfgperl
4232            ! perl.h
4233 ____________________________________________________________________________
4234 [  4528] By: jhi                                   on 1999/11/06  23:10:54
4235         Log: From: jand@activestate.com (Jan Dubois)
4236              To: perl5-porters@perl.org
4237              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
4238              Mark Borgerding <mborgerding@acm.org>
4239              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
4240              Date: Sat, 06 Nov 1999 22:16:43 +0100
4241              Message-ID: <38279207.46448719@smtprelay.t-online.de>
4242      Branch: cfgperl
4243            ! op.c op.h
4244 ____________________________________________________________________________
4245 [  4527] By: jhi                                   on 1999/11/06  20:22:14
4246         Log: ...and fewer.
4247      Branch: cfgperl
4248            ! dump.c
4249 ____________________________________________________________________________
4250 [  4526] By: jhi                                   on 1999/11/06  20:19:04
4251         Log: ...and they are getting fewer.
4252      Branch: cfgperl
4253            ! dump.c op.c util.c
4254 ____________________________________________________________________________
4255 [  4525] By: jhi                                   on 1999/11/06  19:59:59
4256         Log: More printf miscasts flushed out.
4257      Branch: cfgperl
4258            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
4259            ! regexec.c
4260 ____________________________________________________________________________
4261 [  4524] By: jhi                                   on 1999/11/06  15:39:05
4262         Log: Crushing the remaining %ld guerillas.
4263      Branch: cfgperl
4264            ! ext/Devel/DProf/DProf.xs
4265 ____________________________________________________________________________
4266 [  4523] By: jhi                                   on 1999/11/06  15:11:38
4267         Log: Update CPAN sites list.
4268      Branch: cfgperl
4269            ! pod/perlmodlib.pod
4270 ____________________________________________________________________________
4271 [  4522] By: jhi                                   on 1999/11/05  19:50:46
4272         Log: The -n32 is normally part of $cc, not $ccflags.
4273      Branch: cfgperl
4274            ! hints/irix_6.sh
4275 ____________________________________________________________________________
4276 [  4521] By: gsar                                  on 1999/11/05  04:35:30
4277         Log: allow $\ to work right when set to a string with embedded nulls
4278      Branch: perl
4279            ! mg.c t/io/print.t
4280 ____________________________________________________________________________
4281 [  4520] By: jhi                                   on 1999/11/04  23:30:09
4282         Log: Integrate with Sarathy.
4283      Branch: cfgperl
4284           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
4285           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
4286           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
4287           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
4288           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
4289           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
4290 ____________________________________________________________________________
4291 [  4519] By: jhi                                   on 1999/11/04  23:09:25
4292         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4293              To: perl5-porters@perl.org (Mailing list Perl5)
4294              Subject: [PATCH 5.005_62] ref to non-lvalue method
4295              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
4296              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
4297      Branch: cfgperl
4298            ! op.c
4299 ____________________________________________________________________________
4300 [  4518] By: jhi                                   on 1999/11/04  23:07:27
4301         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4302              To: perl5-porters@perl.org (Mailing list Perl5)
4303              Subject: [PATCH 5.005_62] xsubpp dependency
4304              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
4305              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
4306      Branch: cfgperl
4307            ! lib/ExtUtils/MM_Unix.pm
4308 ____________________________________________________________________________
4309 [  4517] By: jhi                                   on 1999/11/04  23:05:59
4310         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4311              To: perl5-porters@perl.org (Mailing list Perl5)
4312              Subject: [PATCH 5.005_62] regexp.h
4313              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
4314              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
4315      Branch: cfgperl
4316            ! regexp.h
4317 ____________________________________________________________________________
4318 [  4516] By: gsar                                  on 1999/11/04  18:25:45
4319         Log: change#4485 didn't do the right thing for B::Bytecode
4320      Branch: perl
4321            ! ext/B/B/Bytecode.pm
4322 ____________________________________________________________________________
4323 [  4515] By: gsar                                  on 1999/11/04  17:28:29
4324         Log: implement STOP blocks and fix compiler to use them (minimally
4325              tested)
4326      Branch: perl
4327            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
4328            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
4329            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4330            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
4331            ! pod/perltodo.pod toke.c
4332 ____________________________________________________________________________
4333 [  4514] By: gsar                                  on 1999/11/04  15:59:46
4334         Log: display BSD license in Glob.pm (for clause #2 conformity)
4335      Branch: perl
4336            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
4337            ! ext/File/Glob/bsd_glob.h
4338 ____________________________________________________________________________
4339 [  4513] By: jhi                                   on 1999/11/04  08:26:19
4340         Log: Integrate with Sarathy.
4341      Branch: cfgperl
4342           +> t/io/nargv.t
4343           !> (integrate 34 files)
4344 ____________________________________________________________________________
4345 [  4512] By: jhi                                   on 1999/11/04  08:01:25
4346         Log: Incremental Mac integration from Matthias.
4347      Branch: cfgperl
4348            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
4349            ! toke.c util.c
4350 ____________________________________________________________________________
4351 [  4511] By: gsar                                  on 1999/11/04  02:53:37
4352         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
4353      Branch: perl
4354            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
4355            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
4356            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
4357            ! xsutils.c
4358 ____________________________________________________________________________
4359 [  4510] By: jhi                                   on 1999/11/02  22:12:29
4360         Log: S_init_interp is a better place to diddle with PL_opargs
4361              than perl_construct.
4362      Branch: cfgperl
4363            ! perl.c
4364 ____________________________________________________________________________
4365 [  4509] By: jhi                                   on 1999/11/02  21:30:02
4366         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4367              To: ben@mucus.advanced.org, perl5-porters@perl.org
4368              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
4369              Date: Tue, 02 Nov 1999 21:36:00 +0000
4370              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
4371      Branch: cfgperl
4372            ! pod/perlfunc.pod
4373 ____________________________________________________________________________
4374 [  4508] By: jhi                                   on 1999/11/02  20:46:27
4375         Log: Initial integration of the MacPerl changes form Matthias.
4376      Branch: cfgperl
4377            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
4378            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
4379            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
4380 ____________________________________________________________________________
4381 [  4507] By: jhi                                   on 1999/11/01  23:05:07
4382         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4383              To: lvirden@cas.org (Larry W. Virden)
4384              Cc: perl5-porters@perl.org, lvirden@cas.org
4385              Subject: Re: [ID 19991026.001] perl segmentation fault report
4386              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
4387              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
4388      Branch: cfgperl
4389            ! regexec.c t/op/pat.t
4390 ____________________________________________________________________________
4391 [  4506] By: jhi                                   on 1999/11/01  19:56:28
4392         Log: From: Olaf Flebbe <olaf@science-computing.de>
4393              To: perl5-porters@perl.org
4394              Subject: [PATCH: 5.005_62] Patch for EPOC Support
4395              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
4396              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
4397      Branch: cfgperl
4398            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
4399            + epoc/epoc_stubs.c
4400            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
4401            ! epoc/perl.pkg
4402 ____________________________________________________________________________
4403 [  4505] By: gsar                                  on 1999/11/01  17:09:44
4404         Log: macros for COP.cop_filegv access
4405      Branch: perl
4406            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
4407            ! util.c
4408 ____________________________________________________________________________
4409 [  4504] By: gsar                                  on 1999/11/01  17:08:28
4410         Log: enable better Win32::DomainName() by demand loading netapi32.dll
4411              (from Jan Dubois)
4412      Branch: perl
4413            ! pod/Win32.pod win32/win32.c
4414 ____________________________________________________________________________
4415 [  4503] By: gsar                                  on 1999/10/31  20:56:06
4416         Log: change#4502 was missing a file
4417      Branch: perl
4418            + t/io/nargv.t
4419 ____________________________________________________________________________
4420 [  4502] By: gsar                                  on 1999/10/31  20:46:02
4421         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
4422              in the way ARGV state was handled in readline(); writing a
4423              subroutine to do inplace edits is now possible, provided *ARGV,
4424              *ARGVOUT, $^I and $_ are localized where needed
4425      Branch: perl
4426            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
4427            ! pp_hot.c scope.c
4428 ____________________________________________________________________________
4429 [  4501] By: jhi                                   on 1999/10/31  12:43:54
4430         Log: Integrate with Sarathy.
4431      Branch: cfgperl
4432           !> perl.h win32/config.bc win32/config.gc win32/config.vc
4433           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4434 ____________________________________________________________________________
4435 [  4500] By: gsar                                  on 1999/10/31  10:01:17
4436         Log: updated windows config* files
4437      Branch: perl
4438            ! win32/config.bc win32/config.gc win32/config.vc
4439            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4440 ____________________________________________________________________________
4441 [  4499] By: gsar                                  on 1999/10/31  09:15:17
4442         Log: integrate cfgperl contents into mainline
4443      Branch: perl
4444           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4445           !> config_h.SH perl.h
4446 ____________________________________________________________________________
4447 [  4498] By: gsar                                  on 1999/10/31  09:13:41
4448         Log: remove unused struct Outrec
4449      Branch: perl
4450            ! perl.h
4451 ____________________________________________________________________________
4452 [  4497] By: jhi                                   on 1999/10/30  12:41:50
4453         Log: Add HAS_QUAD ($Config{d_quad}); use it.
4454      Branch: cfgperl
4455            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4456            ! config_h.SH perl.h
4457      Branch: metaconfig
4458            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
4459            ! U/typedefs/uidf.U
4460      Branch: metaconfig/U/perl
4461            ! perlxv.U
4462 ____________________________________________________________________________
4463 [  4496] By: gsar                                  on 1999/10/30  00:28:32
4464         Log: integrate cfgperl contents into mainline
4465      Branch: perl
4466           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
4467           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
4468           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
4469           !> perl.h pp.c pp.h regexec.c sv.c taint.c
4470 ____________________________________________________________________________
4471 [  4495] By: jhi                                   on 1999/10/29  23:36:19
4472         Log: Continue what #4494 started; introduce uid and gid formats.
4473      Branch: cfgperl
4474            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4475            ! config_h.SH handy.h perl.h
4476      Branch: metaconfig
4477            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
4478            - U/typedefs/quadtype.U
4479      Branch: metaconfig/U/perl
4480            ! perlxv.U
4481 ____________________________________________________________________________
4482 [  4494] By: jhi                                   on 1999/10/29  22:09:01
4483         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
4484              from perl.h and handy.h.
4485      Branch: cfgperl
4486            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4487            ! config_h.SH handy.h perl.h
4488      Branch: metaconfig/U/perl
4489            + perlxv.U perlxvf.U
4490 ____________________________________________________________________________
4491 [  4493] By: jhi                                   on 1999/10/29  22:08:06
4492         Log: Finetuning the output continues along the lines of #4490 and #4491.
4493      Branch: metaconfig
4494            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
4495            ! U/typedefs/fpostype.U
4496      Branch: metaconfig/U/perl
4497            + fpossize.U
4498            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
4499            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
4500 ____________________________________________________________________________
4501 [  4492] By: jhi                                   on 1999/10/29  21:14:53
4502         Log: Hurd update from Mark Kettenis.
4503      Branch: cfgperl
4504            ! README.hurd
4505 ____________________________________________________________________________
4506 [  4491] By: jhi                                   on 1999/10/29  20:37:02
4507         Log: A new try at what #4490 tried to accomplish.
4508      Branch: metaconfig
4509            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
4510      Branch: metaconfig/U/perl
4511            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
4512            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
4513 ____________________________________________________________________________
4514 [  4490] By: jhi                                   on 1999/10/29  20:19:41
4515         Log: metaconfig nits.
4516      Branch: metaconfig
4517            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
4518      Branch: metaconfig/U/perl
4519            + d_iovec_s.U
4520            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
4521            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
4522 ____________________________________________________________________________
4523 [  4489] By: jhi                                   on 1999/10/29  16:08:43
4524         Log: Integrate with Sarathy.
4525      Branch: cfgperl
4526           !> (integrate 31 files)
4527 ____________________________________________________________________________
4528 [  4488] By: jhi                                   on 1999/10/29  15:30:30
4529         Log: Regen Configure and Glossary.
4530      Branch: cfgperl
4531            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4532            ! config_h.SH
4533 ____________________________________________________________________________
4534 [  4487] By: jhi                                   on 1999/10/29  15:24:13
4535         Log: Remove quad logic from perl.h; regen Configure;
4536              add -DUSE_LONG_LONG to ccflags if not already there.
4537      Branch: cfgperl
4538            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
4539            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
4540 ____________________________________________________________________________
4541 [  4486] By: jhi                                   on 1999/10/29  15:22:38
4542         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
4543              fixed the use*.U to define their stuff only iff not already defined
4544              (so that ccflags can have any -DUSE_* it wants);
4545              uselonglong.U added; various small nits fixed.
4546      Branch: metaconfig
4547            + U/typedefs/quadtype.U
4548            ! U/modified/d_longdbl.U U/modified/d_longlong.U
4549            ! U/modified/d_statblks.U U/modified/usenm.U
4550            ! U/threads/usethreads.U
4551      Branch: metaconfig/U/perl
4552            + uselonglong.U
4553            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
4554            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
4555            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
4556            ! usemultiplicity.U useperlio.U usesocks.U
4557 ____________________________________________________________________________
4558 [  4485] By: gsar                                  on 1999/10/29  06:08:50
4559         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
4560      Branch: perl
4561            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
4562            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
4563            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
4564            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
4565            ! sv.h
4566 ____________________________________________________________________________
4567 [  4484] By: gsar                                  on 1999/10/29  03:00:21
4568         Log: usurp GVOP slot for new PADOP (one small step to making optree
4569              shareable across interpreters)
4570      Branch: perl
4571            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
4572            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
4573            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
4574            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
4575            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
4576            ! pp_hot.c pp_sys.c regexec.c run.c
4577 ____________________________________________________________________________
4578 [  4483] By: jhi                                   on 1999/10/28  22:01:12
4579         Log: Regen Configure.
4580      Branch: cfgperl
4581            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4582            ! config_h.SH
4583 ____________________________________________________________________________
4584 [  4482] By: jhi                                   on 1999/10/28  21:45:26
4585         Log: Installdirs patches from Andy.
4586      Branch: metaconfig
4587            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
4588            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
4589            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
4590            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
4591            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
4592            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
4593            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
4594            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
4595            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
4596 ____________________________________________________________________________
4597 [  4481] By: gsar                                  on 1999/10/28  17:33:49
4598         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
4599              can still be directly set)
4600      Branch: perl
4601            ! lib/Time/Local.pm
4602 ____________________________________________________________________________
4603 [  4480] By: jhi                                   on 1999/10/28  13:49:26
4604         Log: Fix printing of uids and gids; regen Configure.
4605      Branch: cfgperl
4606            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4607            ! config_h.SH mg.c perl.c perl.h taint.c
4608 ____________________________________________________________________________
4609 [  4479] By: jhi                                   on 1999/10/28  11:53:57
4610         Log: Fix typo.
4611      Branch: metaconfig
4612            ! U/typedefs/gidsize.U
4613 ____________________________________________________________________________
4614 [  4478] By: jhi                                   on 1999/10/28  06:50:02
4615         Log: Integrate with Sarathy.
4616      Branch: cfgperl
4617           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
4618           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4619           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4620           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
4621 ____________________________________________________________________________
4622 [  4477] By: jhi                                   on 1999/10/28  06:40:54
4623         Log: (Slightly) better comments for Policy_sh.SH from Andy.
4624      Branch: cfgperl
4625            ! Policy_sh.SH
4626 ____________________________________________________________________________
4627 [  4476] By: gsar                                  on 1999/10/27  23:54:36
4628         Log: regen config* stuff for windows
4629      Branch: perl
4630            ! Changes patchlevel.h win32/Makefile win32/config.bc
4631            ! win32/config.gc win32/config.vc win32/config_H.bc
4632            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
4633            ! win32/makefile.mk
4634 ____________________________________________________________________________
4635 [  4475] By: gsar                                  on 1999/10/27  21:32:30
4636         Log: integrate cfgperl contents into mainline; merge conflicts
4637      Branch: perl
4638           !> (integrate 46 files)
4639 ____________________________________________________________________________
4640 [  4474] By: gsar                                  on 1999/10/27  21:15:07
4641         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
4642              perl; stdout/stderr redirects seem broken as well)
4643      Branch: perl
4644            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
4645 ____________________________________________________________________________
4646 [  4473] By: jhi                                   on 1999/10/27  21:11:11
4647         Log: Do not block if no message queues available.
4648      Branch: cfgperl
4649            ! t/lib/ipc_sysv.t
4650 ____________________________________________________________________________
4651 [  4472] By: jhi                                   on 1999/10/27  18:27:40
4652         Log: Remove unused "squatter" symbols; regen Configure.
4653      Branch: cfgperl
4654            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
4655            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
4656            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4657 ____________________________________________________________________________
4658 [  4471] By: jhi                                   on 1999/10/27  18:26:55
4659         Log: metaconfig; split socket; fix output.
4660      Branch: metaconfig
4661            ! U/modified/d_socket.U U/modified/d_statblks.U
4662      Branch: metaconfig/U/perl
4663            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
4664            ! i_sysstatfs.U i_sysvfs.U
4665 ____________________________________________________________________________
4666 [  4470] By: jhi                                   on 1999/10/27  17:19:06
4667         Log: Regen Configure.
4668      Branch: cfgperl
4669            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4670            ! config_h.SH perl.c perl.h
4671 ____________________________________________________________________________
4672 [  4469] By: jhi                                   on 1999/10/27  17:18:41
4673         Log: metaconfig; split statfs.
4674      Branch: metaconfig/U/perl
4675            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
4676            ! d_statfs.U
4677 ____________________________________________________________________________
4678 [  4468] By: jhi                                   on 1999/10/27  14:06:44
4679         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
4680              (Ilya's changes won).
4681      Branch: cfgperl
4682           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
4683           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
4684           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
4685           !> (integrate 65 files)
4686 ____________________________________________________________________________
4687 [  4467] By: jhi                                   on 1999/10/27  13:38:41
4688         Log: Regen Configure.
4689      Branch: cfgperl
4690            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4691            ! config_h.SH
4692 ____________________________________________________________________________
4693 [  4466] By: jhi                                   on 1999/10/27  13:18:06
4694         Log: metaconfig fixes from Andy.
4695      Branch: metaconfig
4696            + U/modified/libnlist.U U/modified/usrinc.U
4697            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
4698 ____________________________________________________________________________
4699 [  4465] By: jhi                                   on 1999/10/27  13:06:27
4700         Log: Nosuid checking for statfs() people.
4701      Branch: cfgperl
4702            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4703            ! config_h.SH perl.c perl.h pod/perldiag.pod
4704 ____________________________________________________________________________
4705 [  4464] By: jhi                                   on 1999/10/27  13:04:20
4706         Log: metaconfig maintenance; fix Hasfield, statfs;
4707              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
4708              split fstatfs away from statfs.
4709      Branch: metaconfig
4710            + U/protos/Hasstruct.U
4711            ! U/protos/Hasfield.U
4712      Branch: metaconfig/U/perl
4713            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
4714            + i_ustat.U
4715            ! d_statfs.U
4716 ____________________________________________________________________________
4717 [  4463] By: jhi                                   on 1999/10/27  07:55:53
4718         Log: We need cc to be able to test for cc -v.
4719      Branch: cfgperl
4720            ! hints/dec_osf.sh
4721 ____________________________________________________________________________
4722 [  4462] By: gsar                                  on 1999/10/27  01:31:41
4723         Log: more GCC v2.95 induced adjustments
4724      Branch: perl
4725            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
4726            ! win32/makefile.mk win32/win32.c x2p/walk.c
4727 ____________________________________________________________________________
4728 [  4461] By: gsar                                  on 1999/10/26  21:42:59
4729         Log: warnings and const violations identified by compiling in C++ mode
4730              with GCC v2.95
4731      Branch: perl
4732            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
4733            ! sv.c taint.c toke.c win32/win32.c
4734 ____________________________________________________________________________
4735 [  4459] By: jhi                                   on 1999/10/26  10:15:58
4736         Log: Regen Configure.
4737      Branch: cfgperl
4738            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4739            ! config_h.SH
4740 ____________________________________________________________________________
4741 [  4458] By: jhi                                   on 1999/10/26  09:48:37
4742         Log: Minor rewordings.
4743      Branch: metaconfig/U/perl
4744            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
4745 ____________________________________________________________________________
4746 [  4456] By: jhi                                   on 1999/10/26  09:11:49
4747         Log: Fix d_statfsflags; add d_getmnt.
4748      Branch: metaconfig/U/perl
4749            + d_getmnt.U
4750            ! d_statfs.U
4751 ____________________________________________________________________________
4752 [  4455] By: jhi                                   on 1999/10/26  08:12:27
4753         Log: Massive multitypo in #4446.
4754      Branch: cfgperl
4755            ! hints/dec_osf.sh
4756 ____________________________________________________________________________
4757 [  4454] By: jhi                                   on 1999/10/25  08:28:45
4758         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
4759              To: Perl 5 Porters <perl5-porters@perl.org>
4760              Subject: [PATCH 5.005_62] dos-djgpp update
4761              Date: Mon, 25 Oct 1999 10:11:30 +0200
4762              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
4763      Branch: cfgperl
4764            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
4765            ! pod/perldelta.pod t/lib/io_unix.t
4766 ____________________________________________________________________________
4767 [  4453] By: jhi                                   on 1999/10/25  08:25:50
4768         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4769              To: perl5-porters@perl.org (Mailing list Perl5)
4770              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
4771              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
4772              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
4773      Branch: cfgperl
4774            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
4775 ____________________________________________________________________________
4776 [  4452] By: jhi                                   on 1999/10/25  08:16:55
4777         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4778              To: perl5-porters@perl.org (Mailing list Perl5)
4779              Subject: [PATCH 5.005_62] Missing REx engine patch
4780              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
4781              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
4782      Branch: cfgperl
4783            ! pod/perldiag.pod regcomp.c regexec.c
4784 ____________________________________________________________________________
4785 [  4451] By: jhi                                   on 1999/10/25  08:13:06
4786         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4787              To: perl5-porters@perl.org (Mailing list Perl5)
4788              Subject: [PATCH 5.005_62] charnames and UTEST
4789              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
4790              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
4791      Branch: cfgperl
4792            ! t/lib/charnames.t
4793 ____________________________________________________________________________
4794 [  4450] By: gsar                                  on 1999/10/25  07:38:15
4795         Log: win32 tweak
4796      Branch: perl
4797            ! win32/perllib.c
4798 ____________________________________________________________________________
4799 [  4449] By: gsar                                  on 1999/10/24  23:20:10
4800         Log: remove inconsistent tainting behavior of sprintf("%e",...)
4801              (all bets are off is "C" locale is compromised)
4802      Branch: perl
4803            ! pod/perlfunc.pod pod/perllocale.pod sv.c
4804 ____________________________________________________________________________
4805 [  4448] By: gsar                                  on 1999/10/24  22:20:42
4806         Log: remove unused interpreter globals
4807      Branch: perl
4808            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
4809            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
4810            ! proto.h toke.c
4811 ____________________________________________________________________________
4812 [  4447] By: jhi                                   on 1999/10/24  21:49:52
4813         Log: Another hints tweak.
4814      Branch: cfgperl
4815            ! hints/aix.sh
4816 ____________________________________________________________________________
4817 [  4446] By: jhi                                   on 1999/10/24  21:48:02
4818         Log: Hints tweak.
4819      Branch: cfgperl
4820            ! hints/dec_osf.sh
4821 ____________________________________________________________________________
4822 [  4445] By: nick                                  on 1999/10/24  21:03:28
4823         Log: Integrate own changes to mainline.
4824      Branch: utfperl
4825           !> installperl pp.c
4826 ____________________________________________________________________________
4827 [  4444] By: nick                                  on 1999/10/24  20:54:06
4828         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
4829              (Fix/workround for [ID19991024.001])
4830      Branch: perl
4831            ! pp.c
4832 ____________________________________________________________________________
4833 [  4443] By: nick                                  on 1999/10/24  15:09:51
4834         Log: Follow that camel ... another sync.
4835      Branch: utfperl
4836           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
4837           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
4838           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
4839           !> (integrate 36 files)
4840 ____________________________________________________________________________
4841 [  4442] By: gsar                                  on 1999/10/24  14:40:01
4842         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
4843      Branch: perl
4844            ! installperl
4845 ____________________________________________________________________________
4846 [  4441] By: gsar                                  on 1999/10/24  14:33:11
4847         Log: test in change#4428 needs strict interpretation of C modulus
4848      Branch: perl
4849            ! t/op/int.t
4850 ____________________________________________________________________________
4851 [  4440] By: gsar                                  on 1999/10/24  13:47:17
4852         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
4853              $? break
4854      Branch: perl
4855            ! perl.c pod/perldelta.pod pod/perldiag.pod
4856 ____________________________________________________________________________
4857 [  4439] By: jhi                                   on 1999/10/24  13:19:17
4858         Log: test for #2835 (yeah, better later than never)
4859      Branch: cfgperl
4860            ! t/op/array.t
4861 ____________________________________________________________________________
4862 [  4438] By: gsar                                  on 1999/10/24  12:59:12
4863         Log: typo, doc tweak
4864      Branch: perl
4865            ! lib/attributes.pm pod/perlop.pod
4866 ____________________________________________________________________________
4867 [  4437] By: gsar                                  on 1999/10/24  11:59:55
4868         Log: allow get() and reftype() functions to be imported (from
4869              Spider Boardman)
4870      Branch: perl
4871            ! lib/attributes.pm
4872 ____________________________________________________________________________
4873 [  4436] By: gsar                                  on 1999/10/24  11:52:53
4874         Log: suppress scalar leak messages for known leaks (from
4875              Robin Barker <rmb1@cise.npl.co.uk>)
4876      Branch: perl
4877            ! Changes t/op/lex_assign.t t/pragma/warn/op
4878 ____________________________________________________________________________
4879 [  4435] By: gsar                                  on 1999/10/24  11:39:42
4880         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
4881      Branch: perl
4882            ! ext/B/defsubs_h.PL
4883 ____________________________________________________________________________
4884 [  4434] By: gsar                                  on 1999/10/24  11:36:08
4885         Log: relax range checking if they ask for it (from John L. Allen
4886              <allen@grumman.com>)
4887      Branch: perl
4888            ! lib/Time/Local.pm
4889 ____________________________________________________________________________
4890 [  4433] By: gsar                                  on 1999/10/24  11:25:51
4891         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
4892      Branch: perl
4893            ! README lib/File/Path.pm
4894 ____________________________________________________________________________
4895 [  4432] By: gsar                                  on 1999/10/24  11:11:02
4896         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4897              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
4898              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
4899              Subject: Re: [PATCH 5.005_62] OS/2 improvements
4900      Branch: perl
4901            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
4902            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
4903            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
4904            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
4905            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
4906            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
4907            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
4908            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
4909            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
4910            ! perl.c perl.h t/io/fs.t t/op/magic.t
4911 ____________________________________________________________________________
4912 [  4431] By: gsar                                  on 1999/10/24  10:50:14
4913         Log: install all README.foo with pod content as podfoo.pod
4914      Branch: perl
4915            ! Makefile.SH installman
4916 ____________________________________________________________________________
4917 [  4430] By: gsar                                  on 1999/10/24  09:28:24
4918         Log: @INC needs ../lib
4919      Branch: perl
4920            ! t/op/int.t
4921 ____________________________________________________________________________
4922 [  4429] By: jhi                                   on 1999/10/23  21:47:49
4923         Log: More printf-fixes (see also #4426).
4924      Branch: cfgperl
4925            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
4926            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
4927            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
4928 ____________________________________________________________________________
4929 [  4428] By: gsar                                  on 1999/10/23  20:28:56
4930         Log: fix accidental C modulo semantics on integer-valued operations
4931              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
4932      Branch: perl
4933            ! op.c t/op/int.t
4934 ____________________________________________________________________________
4935 [  4427] By: jhi                                   on 1999/10/23  16:10:10
4936         Log: Integrate with Sarathy.
4937      Branch: cfgperl
4938           !> sv.c win32/win32.c
4939 ____________________________________________________________________________
4940 [  4426] By: jhi                                   on 1999/10/23  16:04:02
4941         Log: Fix the printfing nits pointed out by using gcc -Wall and
4942              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
4943              plus few other warnings in Dumper.xs.
4944      Branch: cfgperl
4945            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4946            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
4947 ____________________________________________________________________________
4948 [  4425] By: jhi                                   on 1999/10/23  15:16:41
4949         Log: Configure regen to pick up the new installation directories
4950              from Policy_sh.SH.  The explanations of "public add-ons" and
4951              "vendor-supplied" could do with more work.
4952      Branch: cfgperl
4953            ! Configure config_h.SH
4954 ____________________________________________________________________________
4955 [  4424] By: nick                                  on 1999/10/23  00:46:22
4956         Log: Resolve mainline before possible hacking operertunity this weekend
4957      Branch: utfperl
4958           +> pod/perlfilter.pod
4959           !> (integrate 32 files)
4960 ____________________________________________________________________________
4961 [  4423] By: jhi                                   on 1999/10/22  22:53:17
4962         Log: Update Policy_sh.SH to handle the newer installation directives.
4963              From: Andy Dougherty <doughera@lafayette.edu>
4964              To: Perl Porters <perl5-porters@perl.org>
4965              Subject: [PATCH 5.005_62] Policy_sh.SH update
4966              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
4967              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
4968      Branch: cfgperl
4969            ! Policy_sh.SH
4970 ____________________________________________________________________________
4971 [  4422] By: jhi                                   on 1999/10/22  22:44:44
4972         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
4973      Branch: cfgperl
4974            ! hints/aix.sh
4975 ____________________________________________________________________________
4976 [  4421] By: gsar                                  on 1999/10/22  21:16:44
4977         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
4978              C<"%ld", long_val>
4979      Branch: perl
4980            ! sv.c
4981 ____________________________________________________________________________
4982 [  4420] By: gsar                                  on 1999/10/22  16:36:46
4983         Log: win32_utime() on directories should use localtime() rather
4984              than gmtime() (from Jan Dubois)
4985      Branch: perl
4986            ! win32/win32.c
4987 ____________________________________________________________________________
4988 [  4419] By: jhi                                   on 1999/10/21  10:31:41
4989         Log: Integrate with Sarathy.
4990      Branch: cfgperl
4991           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
4992           !> t/lib/glob-basic.t t/op/sort.t
4993 ____________________________________________________________________________
4994 [  4418] By: gsar                                  on 1999/10/20  23:49:47
4995         Log: add test for change#4417
4996      Branch: perl
4997            ! t/op/sort.t
4998 ____________________________________________________________________________
4999 [  4417] By: gsar                                  on 1999/10/20  23:45:03
5000         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
5001      Branch: perl
5002            ! op.c
5003 ____________________________________________________________________________
5004 [  4416] By: gsar                                  on 1999/10/20  01:00:50
5005         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
5006      Branch: perl
5007            ! lib/CPAN/FirstTime.pm
5008 ____________________________________________________________________________
5009 [  4415] By: gsar                                  on 1999/10/20  00:52:34
5010         Log: disable optimizing troublesome ops in change#3612
5011              (from Ilya Zakharevich)
5012      Branch: perl
5013            ! Makefile.SH opcode.h opcode.pl
5014 ____________________________________________________________________________
5015 [  4414] By: gsar                                  on 1999/10/20  00:37:46
5016         Log: skip unreadable directory test when running as root
5017      Branch: perl
5018            ! t/lib/glob-basic.t
5019 ____________________________________________________________________________
5020 [  4413] By: jhi                                   on 1999/10/19  09:26:52
5021         Log: Avoid GNU ar if HP cc is being used.
5022      Branch: cfgperl
5023            ! hints/hpux.sh
5024 ____________________________________________________________________________
5025 [  4412] By: jhi                                   on 1999/10/19  07:24:29
5026         Log: Integrate with Sarathy.
5027      Branch: cfgperl
5028           !> perlvars.h
5029 ____________________________________________________________________________
5030 [  4411] By: jhi                                   on 1999/10/19  07:22:34
5031         Log: Long double support: sqrtl et al are not available everywhere,
5032              e.g. not in Solaris, even when long doubles are.
5033      Branch: cfgperl
5034            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5035            ! config_h.SH perl.h
5036 ____________________________________________________________________________
5037 [  4410] By: jhi                                   on 1999/10/19  07:21:42
5038         Log: Add sqrtl probe, add echo dependencies.
5039      Branch: metaconfig
5040            ! U/threads/d_pthreadj.U
5041      Branch: metaconfig/U/perl
5042            + d_sqrtl.U
5043            ! i_inttypes.U io64.U
5044 ____________________________________________________________________________
5045 [  4409] By: gsar                                  on 1999/10/19  02:18:54
5046         Log: perl_mutex n/a if !USE_THREADS
5047      Branch: perl
5048            ! perlvars.h
5049 ____________________________________________________________________________
5050 [  4408] By: jhi                                   on 1999/10/18  20:13:02
5051         Log: Forgotten s/warning/warnings/.
5052      Branch: cfgperl
5053            ! Makefile.SH
5054 ____________________________________________________________________________
5055 [  4407] By: jhi                                   on 1999/10/18  20:02:12
5056         Log: Integrate with Sarathy.
5057      Branch: cfgperl
5058           +> pod/perlfilter.pod
5059           !> (integrate 30 files)
5060 ____________________________________________________________________________
5061 [  4406] By: gsar                                  on 1999/10/18  16:32:10
5062         Log: added intro to source filters from Paul Marquess
5063      Branch: perl
5064            + pod/perlfilter.pod
5065            ! MANIFEST pod/perldelta.pod
5066 ____________________________________________________________________________
5067 [  4405] By: gsar                                  on 1999/10/18  05:53:06
5068         Log: missing manpages
5069      Branch: perl
5070            ! installman
5071 ____________________________________________________________________________
5072 [  4404] By: gsar                                  on 1999/10/18  05:09:22
5073         Log: pod updates from Tom Christiansen
5074      Branch: perl
5075            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
5076 ____________________________________________________________________________
5077 [  4403] By: gsar                                  on 1999/10/17  23:43:59
5078         Log: PL_malloc_mutex needs to be global, not per-interpreter
5079              (malloc.c has static data)
5080      Branch: perl
5081            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
5082 ____________________________________________________________________________
5083 [  4402] By: gsar                                  on 1999/10/17  22:30:30
5084         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
5085              windows
5086      Branch: perl
5087            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
5088            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
5089            ! win32/win32.h
5090 ____________________________________________________________________________
5091 [  4401] By: gsar                                  on 1999/10/17  20:33:42
5092         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
5093              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
5094              is one symptom of the problem
5095      Branch: perl
5096            ! pp_ctl.c t/op/eval.t
5097 ____________________________________________________________________________
5098 [  4400] By: gsar                                  on 1999/10/17  18:36:46
5099         Log: remove FileHandle from list of PodParser dependencies (the
5100              difference is 20 files vs 6 files loaded!)
5101      Branch: perl
5102            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
5103            ! t/pod/testcmp.pl
5104 ____________________________________________________________________________
5105 [  4399] By: nick                                  on 1999/10/17  14:51:35
5106         Log: Pre-trip resolve
5107      Branch: utfperl
5108           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
5109 ____________________________________________________________________________
5110 [  4398] By: gsar                                  on 1999/10/17  09:19:24
5111         Log: make installperl ignore RCS files (from Michael G Schwern
5112              <schwern@pobox.com>)
5113      Branch: perl
5114            ! installperl lib/Text/Tabs.pm
5115 ____________________________________________________________________________
5116 [  4397] By: gsar                                  on 1999/10/16  18:30:14
5117         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
5118      Branch: perl
5119            ! perl.c
5120 ____________________________________________________________________________
5121 [  4396] By: jhi                                   on 1999/10/16  17:44:39
5122         Log: Missing comma.
5123      Branch: cfgperl
5124            ! lib/diagnostics.pm
5125 ____________________________________________________________________________
5126 [  4395] By: gsar                                  on 1999/10/16  17:18:36
5127         Log: assumption about @_ always being non-REAL doesn't hold when
5128              debugger is running; DB::sub() can call arbitrary stuff
5129              that modifies @_ at will
5130      Branch: perl
5131            ! pp_hot.c
5132 ____________________________________________________________________________
5133 [  4394] By: nick                                  on 1999/10/16  09:35:20
5134         Log: Resolve utfperl branch against mainline as of _62
5135      Branch: utfperl
5136           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
5137           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
5138           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
5139           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
5140           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
5141           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
5142           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
5143           +> t/lib/glob-taint.t win32/genmk95.pl
5144            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
5145           !> (integrate 144 files)
5146 ____________________________________________________________________________
5147 [  4393] By: gsar                                  on 1999/10/16  04:07:02
5148         Log: OS/2 support bits (from Ilya Zakharevich)
5149      Branch: perl
5150            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
5151 ____________________________________________________________________________
5152 [  4392] By: jhi                                   on 1999/10/15  10:28:09
5153         Log: Integrate with Sarathy.
5154      Branch: cfgperl
5155           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
5156           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
5157           !> win32/Makefile win32/makefile.mk
5158
5159 ----------------
5160 Version 5.005_62
5161 ----------------
5162
5163 ____________________________________________________________________________
5164 [  4391] By: gsar                                  on 1999/10/15  10:12:42
5165         Log: here be 5.005_62
5166      Branch: perl
5167            ! Changes MANIFEST Porting/makerel
5168 ____________________________________________________________________________
5169 [  4390] By: gsar                                  on 1999/10/15  09:45:51
5170         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
5171              avoid tickling it in Pod::Man for now; other nits in
5172              Pod::*
5173      Branch: perl
5174            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
5175            ! pod/perlopentut.pod
5176 ____________________________________________________________________________
5177 [  4389] By: gsar                                  on 1999/10/15  08:55:01
5178         Log: disable internal globbing for miniperl (or build breaks out
5179              in a rash of failed dependencies)
5180      Branch: perl
5181            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
5182 ____________________________________________________________________________
5183 [  4388] By: jhi                                   on 1999/10/15  08:07:49
5184         Log: Integrate with Sarathy.
5185      Branch: cfgperl
5186           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
5187           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
5188 ____________________________________________________________________________
5189 [  4387] By: gsar                                  on 1999/10/15  07:46:24
5190         Log: integrate cfgperl contents into mainline
5191      Branch: perl
5192            ! Changes
5193           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
5194           !> t/pragma/warn/regcomp
5195 ____________________________________________________________________________
5196 [  4386] By: gsar                                  on 1999/10/15  05:45:36
5197         Log: various little goofs in change#4385
5198      Branch: perl
5199            ! win32/include/dirent.h win32/win32.c
5200 ____________________________________________________________________________
5201 [  4385] By: gsar                                  on 1999/10/15  04:49:09
5202         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
5203              rather than win32_opendir() reading all files up front (untested)
5204      Branch: perl
5205            ! win32/include/dirent.h win32/win32.c
5206 ____________________________________________________________________________
5207 [  4384] By: gsar                                  on 1999/10/15  01:34:09
5208         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
5209      Branch: perl
5210            ! lib/Benchmark.pm pod/perldelta.pod
5211 ____________________________________________________________________________
5212 [  4383] By: gsar                                  on 1999/10/15  01:22:32
5213         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
5214              <dha@panix.com>)
5215      Branch: perl
5216            ! pod/perlfaq2.pod
5217 ____________________________________________________________________________
5218 [  4382] By: gsar                                  on 1999/10/15  01:14:22
5219         Log: From: jand@ActiveState.com (Jan Dubois)
5220              Date: Fri, 15 Oct 1999 01:14:23 +0200
5221              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
5222              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
5223      Branch: perl
5224            ! ext/POSIX/POSIX.xs
5225 ____________________________________________________________________________
5226 [  4381] By: jhi                                   on 1999/10/14  22:11:36
5227         Log: Integrate with Sarathy.
5228      Branch: cfgperl
5229           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
5230           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
5231           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
5232           !> win32/makefile.mk
5233 ____________________________________________________________________________
5234 [  4380] By: jhi                                   on 1999/10/14  22:08:22
5235         Log: Warn inside character classes about unknown backslash escapes
5236              (that are not caught earlier because of being completely unknown,
5237              such as \m), such as \z (because they make do sense inside regexen,
5238              but not inside character classes).
5239      Branch: cfgperl
5240            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
5241            ! t/pragma/warn/regcomp
5242 ____________________________________________________________________________
5243 [  4379] By: gsar                                  on 1999/10/14  18:26:56
5244         Log: clarify significance of parens for "x" (from M.J.T. Guy
5245              <mjtg@cus.cam.ac.uk>)
5246      Branch: perl
5247            ! pod/perlop.pod
5248 ____________________________________________________________________________
5249 [  4378] By: gsar                                  on 1999/10/14  18:25:20
5250         Log: make timelocal work better when time is close to the epoch
5251              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
5252      Branch: perl
5253            ! lib/Time/Local.pm
5254 ____________________________________________________________________________
5255 [  4377] By: gsar                                  on 1999/10/14  18:15:11
5256         Log: integrate cfgperl contents into mainline
5257      Branch: perl
5258           +> ext/DB_File/hints/sco.pl
5259           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
5260           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
5261           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
5262 ____________________________________________________________________________
5263 [  4376] By: gsar                                  on 1999/10/14  17:47:35
5264         Log: fix POPSTACK panics that ensued from bad interaction between
5265              runlevels and stack of stacks (change#3988 done right);
5266              basically, we pop the runlevel if the stacklevel is not the
5267              same one we started the runlevel with
5268      Branch: perl
5269            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
5270 ____________________________________________________________________________
5271 [  4375] By: gsar                                  on 1999/10/14  15:54:48
5272         Log: avoid warnings
5273      Branch: perl
5274            ! ext/File/Glob/bsd_glob.c
5275 ____________________________________________________________________________
5276 [  4374] By: jhi                                   on 1999/10/14  10:08:44
5277         Log: Warn about false ranges like \d-\w (see the change #4355).
5278              The invalid ranges (b-a) warning message also enhanced.
5279      Branch: cfgperl
5280            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
5281            ! t/pragma/warn/regcomp
5282 ____________________________________________________________________________
5283 [  4373] By: gsar                                  on 1999/10/14  03:49:54
5284         Log: File::Glob fixes for Windows
5285      Branch: perl
5286            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
5287            ! win32/makefile.mk
5288 ____________________________________________________________________________
5289 [  4372] By: gsar                                  on 1999/10/14  02:21:31
5290         Log: avoid inefficiency in change#3386 (every longjmp() was followed
5291              by an avoidable call to setjmp())
5292      Branch: perl
5293            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
5294            ! proto.h scope.c scope.h
5295 ____________________________________________________________________________
5296 [  4371] By: jhi                                   on 1999/10/13  21:17:17
5297         Log: Integrate with Sarathy.
5298      Branch: cfgperl
5299           !> op.c pod/perldelta.pod
5300 ____________________________________________________________________________
5301 [  4370] By: gsar                                  on 1999/10/13  18:08:45
5302         Log: misc tweaks
5303      Branch: perl
5304            ! op.c pod/perldelta.pod
5305 ____________________________________________________________________________
5306 [  4369] By: jhi                                   on 1999/10/13  16:18:58
5307         Log: Integrate with Sarathy.
5308      Branch: cfgperl
5309           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5310 ____________________________________________________________________________
5311 [  4368] By: gsar                                  on 1999/10/13  16:14:16
5312         Log: pod nits from various perl porters
5313      Branch: perl
5314            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5315 ____________________________________________________________________________
5316 [  4367] By: jhi                                   on 1999/10/13  12:10:30
5317         Log: From: Vlad Harchev <hvv@hippo.ru>
5318              To: perl5-porters@perl.org
5319              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
5320              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
5321              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
5322      Branch: cfgperl
5323            ! pod/perlop.pod
5324 ____________________________________________________________________________
5325 [  4366] By: gsar                                  on 1999/10/13  08:11:11
5326         Log: typos and language goofs pointed out by Hugo van der Sanden
5327              <hv@crypt.compulink.co.uk>
5328      Branch: perl
5329            ! pod/perldelta.pod pod/perldiag.pod
5330 ____________________________________________________________________________
5331 [  4365] By: jhi                                   on 1999/10/13  07:27:44
5332         Log: Integrate with Sarathy.
5333      Branch: cfgperl
5334           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
5335           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
5336           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
5337           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
5338           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
5339           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
5340           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
5341           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
5342           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
5343 ____________________________________________________________________________
5344 [  4364] By: gsar                                  on 1999/10/13  07:06:04
5345         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
5346      Branch: perl
5347            ! lib/perl5db.pl
5348 ____________________________________________________________________________
5349 [  4363] By: jhi                                   on 1999/10/13  07:03:43
5350         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
5351              To: perl5-porters@perl.org
5352              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
5353              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
5354              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
5355      Branch: cfgperl
5356            ! hints/svr5.sh
5357 ____________________________________________________________________________
5358 [  4362] By: jhi                                   on 1999/10/13  06:57:16
5359         Log: Add DB_File hint for SCO ODT.
5360              From: hops@sco.com
5361              To: perl5-porters@perl.org
5362              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
5363              Date: Tue, 12 Oct 1999 20:16:04 PDT
5364              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
5365      Branch: cfgperl
5366            + ext/DB_File/hints/sco.pl
5367            ! MANIFEST
5368 ____________________________________________________________________________
5369 [  4361] By: gsar                                  on 1999/10/13  06:56:08
5370         Log: PL_numeric_radix used without being defined (from Ilya
5371              Zakharevich)
5372      Branch: perl
5373            ! util.c
5374 ____________________________________________________________________________
5375 [  4360] By: gsar                                  on 1999/10/13  06:43:03
5376         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
5377              From: hops@sco.com
5378              Date: Tue, 12 Oct 1999 20:16:04 PDT
5379              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
5380              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
5381      Branch: perl
5382            + ext/NDBM_File/hints/sco.pl
5383            ! MANIFEST ext/ODBM_File/hints/sco.pl
5384 ____________________________________________________________________________
5385 [  4359] By: gsar                                  on 1999/10/13  06:34:53
5386         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
5387      Branch: perl
5388            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
5389            ! pod/perlport.pod
5390 ____________________________________________________________________________
5391 [  4358] By: gsar                                  on 1999/10/12  19:10:27
5392         Log: perldelta updates
5393      Branch: perl
5394            ! pod/perldelta.pod
5395 ____________________________________________________________________________
5396 [  4357] By: gsar                                  on 1999/10/12  17:11:18
5397         Log: update perldelta for change#4356
5398      Branch: perl
5399            ! Changes pod/perldelta.pod
5400 ____________________________________________________________________________
5401 [  4356] By: gsar                                  on 1999/10/12  16:53:31
5402         Log: add File::BSDGlob as File::Glob and load it at compile-time
5403              if perl was built with -DPERL_INTERNAL_GLOB
5404              
5405              TODO: we currently get a compile-time failure if File/Glob.pm
5406              can't be found; such failure needs to be made to emit a warning
5407              and use the csh implementation instead
5408      Branch: perl
5409            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
5410            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
5411            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
5412            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
5413            + t/lib/glob-global.t t/lib/glob-taint.t
5414            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
5415            ! t/pragma/overload.t
5416 ____________________________________________________________________________
5417 [  4355] By: jhi                                   on 1999/10/12  15:30:05
5418         Log: Revert the parts of #3926 that outlawed character ranges
5419              that have character classes such as \w as either endpoint.
5420              This change re-establishes the old behavior which meant that
5421              such ranges weren't really ranges, the "-" was literal.
5422              Moreover, this change also fixes the old behavior to be
5423              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
5424              Now they all do work as described above.  The #3926 outlawed
5425              all of those.
5426      Branch: cfgperl
5427            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
5428 ____________________________________________________________________________
5429 [  4354] By: jhi                                   on 1999/10/12  09:58:59
5430         Log: Integrate with Sarathy.
5431      Branch: cfgperl
5432           !> (integrate 33 files)
5433 ____________________________________________________________________________
5434 [  4353] By: gsar                                  on 1999/10/12  05:53:40
5435         Log: apply parts of LynxOS patches from Alan Johnson
5436              <johnson@alonn.gemse.fr>
5437      Branch: perl
5438            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
5439            ! t/op/groups.t
5440 ____________________________________________________________________________
5441 [  4352] By: gsar                                  on 1999/10/12  05:24:39
5442         Log: allow any unpack specifier to take a count via '/'
5443              (from Ilya Zakharevich)
5444      Branch: perl
5445            ! pp.c t/op/pack.t
5446 ____________________________________________________________________________
5447 [  4351] By: gsar                                  on 1999/10/12  05:02:35
5448         Log: avoid warnings
5449      Branch: perl
5450            ! malloc.c
5451 ____________________________________________________________________________
5452 [  4350] By: gsar                                  on 1999/10/12  04:50:52
5453         Log: various cleanups
5454      Branch: perl
5455            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
5456            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
5457            ! win32/config.gc win32/config.vc win32/config_H.bc
5458            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
5459 ____________________________________________________________________________
5460 [  4349] By: gsar                                  on 1999/10/12  00:23:11
5461         Log: update Changes, patchlevel etc.
5462      Branch: perl
5463            ! Changes Porting/findvars patchlevel.h win32/Makefile
5464            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5465            ! win32/makefile.mk
5466 ____________________________________________________________________________
5467 [  4348] By: gsar                                  on 1999/10/11  23:11:57
5468         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
5469      Branch: perl
5470            ! pod/perlfunc.pod
5471 ____________________________________________________________________________
5472 [  4347] By: jhi                                   on 1999/10/11  21:25:03
5473         Log: Sparc Linux -Duseshrplib fix.
5474              
5475              From: Brian Jepson <bjepson@home.com>
5476              To: Nick Ing-Simmons <nick@ing-simmons.net>
5477              cc: perl5-porters@perl.org
5478              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
5479              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
5480              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
5481      Branch: cfgperl
5482            ! hints/linux.sh
5483 ____________________________________________________________________________
5484 [  4346] By: gsar                                  on 1999/10/11  20:28:32
5485         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
5486              the behavior of 'Z*' and 'Z3' to always pack a trailing
5487              null byte; changed documentation to suit; added test
5488      Branch: perl
5489            ! pod/perlfunc.pod pp.c t/op/pack.t
5490 ____________________________________________________________________________
5491 [  4345] By: gsar                                  on 1999/10/11  19:15:46
5492         Log: writing to perllocal.pod fails if it was never created;
5493              tweak pseudo-hash example (both suggested by Michael G Schwern
5494              <schwern@pobox.com>)
5495      Branch: perl
5496            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
5497 ____________________________________________________________________________
5498 [  4344] By: gsar                                  on 1999/10/11  17:57:31
5499         Log: slightly edited variant of suggested patch
5500              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5501              Date: Thu, 9 Sep 1999 18:35:37 -0400
5502              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
5503              Subject: [PATCH 5.005_58] How RExen match?
5504      Branch: perl
5505            ! pod/perlre.pod
5506 ____________________________________________________________________________
5507 [  4343] By: gsar                                  on 1999/10/11  16:55:48
5508         Log: change#4327 was inefficient
5509      Branch: perl
5510            ! lib/lib.pm
5511 ____________________________________________________________________________
5512 [  4342] By: jhi                                   on 1999/10/11  07:01:46
5513         Log: Integrate with Sarathy.
5514      Branch: cfgperl
5515           +> pod/perlhack.pod
5516           !> (integrate 28 files)
5517 ____________________________________________________________________________
5518 [  4341] By: jhi                                   on 1999/10/11  06:37:47
5519         Log: The 2.5th cut at the AIX C++ extension problems.
5520      Branch: cfgperl
5521            ! hints/aix.sh
5522 ____________________________________________________________________________
5523 [  4340] By: gsar                                  on 1999/10/10  23:48:07
5524         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
5525      Branch: perl
5526            + pod/perlhack.pod
5527            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
5528 ____________________________________________________________________________
5529 [  4339] By: gsar                                  on 1999/10/10  20:42:40
5530         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
5531              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
5532              void(*)(pTHX_ void*)
5533      Branch: perl
5534            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
5535            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
5536            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
5537            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
5538 ____________________________________________________________________________
5539 [  4338] By: gsar                                  on 1999/10/10  20:38:59
5540         Log: add missing new diagnostics to perldelta
5541      Branch: perl
5542            ! pod/perldelta.pod
5543 ____________________________________________________________________________
5544 [  4337] By: gsar                                  on 1999/10/10  17:40:13
5545         Log: update perldelta for change#3406
5546      Branch: perl
5547            ! embed.pl pod/perldata.pod pod/perldelta.pod
5548 ____________________________________________________________________________
5549 [  4336] By: gsar                                  on 1999/10/10  16:33:14
5550         Log: integrate cfgperl contents into mainline
5551      Branch: perl
5552           +> ext/DynaLoader/hints/aix.pl
5553           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
5554           !> makedef.pl perl.h pod/perldelta.pod
5555 ____________________________________________________________________________
5556 [  4335] By: jhi                                   on 1999/10/10  11:09:48
5557         Log: Update perldelta.
5558      Branch: cfgperl
5559            ! pod/perldelta.pod
5560 ____________________________________________________________________________
5561 [  4334] By: jhi                                   on 1999/10/10  10:31:46
5562         Log: Integrate with Sarathy.
5563      Branch: cfgperl
5564           +> win32/genmk95.pl
5565           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
5566           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
5567           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
5568           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
5569           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
5570           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
5571           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
5572           !> utils/perldoc.PL win32/makefile.mk
5573 ____________________________________________________________________________
5574 [  4333] By: gsar                                  on 1999/10/10  06:33:15
5575         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
5576              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
5577      Branch: perl
5578            ! installperl lib/diagnostics.pm utils/perldoc.PL
5579 ____________________________________________________________________________
5580 [  4332] By: gsar                                  on 1999/10/10  05:15:26
5581         Log: add $VERSION
5582      Branch: perl
5583            ! lib/Exporter.pm
5584 ____________________________________________________________________________
5585 [  4331] By: gsar                                  on 1999/10/10  05:10:22
5586         Log: describe what can go in an export list (from Anno Siegel
5587              <anno4000@lublin.zrz.tu-berlin.de>)
5588      Branch: perl
5589            ! lib/Exporter.pm
5590 ____________________________________________________________________________
5591 [  4330] By: gsar                                  on 1999/10/10  04:50:43
5592         Log: more basic support for building modules under Windows 95/98
5593              (applied relevant parts from a patch suggested by
5594              Jochen Wiedmann <joe@ispsoft.de>)
5595      Branch: perl
5596            ! lib/ExtUtils/MM_Unix.pm
5597 ____________________________________________________________________________
5598 [  4329] By: gsar                                  on 1999/10/10  04:28:38
5599         Log: rudimentary support for building under Windows 95/98 (from
5600              Benjamin Stuhl <sho_pi@hotmail.com>)
5601      Branch: perl
5602            + win32/genmk95.pl
5603            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
5604            ! win32/makefile.mk
5605 ____________________________________________________________________________
5606 [  4328] By: gsar                                  on 1999/10/10  03:37:21
5607         Log: fix two leaks in Thread.xs (from Eugene Alterman
5608              <Eugene.Alterman@bremer-inc.com>); convert places with
5609              'use attrs' to new attributes syntax
5610      Branch: perl
5611            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
5612            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
5613            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
5614            ! ext/Thread/sync2.t
5615 ____________________________________________________________________________
5616 [  4327] By: gsar                                  on 1999/10/10  02:23:52
5617         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
5618              (suggested by Tod Irwin <irwin@stockmaster.com>)
5619      Branch: perl
5620            ! lib/lib.pm
5621 ____________________________________________________________________________
5622 [  4326] By: gsar                                  on 1999/10/10  00:51:48
5623         Log: better documentation for recv() (from Anton Berezin
5624              <tobez@plab.ku.dk>)
5625      Branch: perl
5626            ! pod/perlfunc.pod
5627 ____________________________________________________________________________
5628 [  4325] By: gsar                                  on 1999/10/09  22:46:23
5629         Log: perldelta updates (see TODO markers)
5630      Branch: perl
5631            ! Changes pod/perldelta.pod pp_sys.c
5632 ____________________________________________________________________________
5633 [  4324] By: gsar                                  on 1999/10/09  19:43:10
5634         Log: fix Exporter::export_to_level() documentation
5635      Branch: perl
5636            ! lib/Exporter.pm
5637 ____________________________________________________________________________
5638 [  4323] By: gsar                                  on 1999/10/09  18:48:31
5639         Log: don't run END blocks when running under -c switch (older,
5640              rarely useful behavior may still be obtained by putting
5641              BEGIN { $^C = 0; exit; } at the end of the script)
5642      Branch: perl
5643            ! perl.c
5644 ____________________________________________________________________________
5645 [  4322] By: jhi                                   on 1999/10/09  05:31:26
5646         Log: While awaiting a good test program to detect the broken gcc.
5647              From: Thomas Conté <tom@fr.uu.net>
5648              To: <jhi@iki.fi>
5649              Cc: <perl5-porters@perl.org>
5650              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
5651              Date: Wed, 6 Oct 1999 19:56:29 +0200
5652              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
5653      Branch: cfgperl
5654            ! hints/irix_6.sh perl.h
5655 ____________________________________________________________________________
5656 [  4321] By: gsar                                  on 1999/10/09  00:41:02
5657         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
5658              clear entries in the CV's pad, leading to coredumps when CV had no
5659              other references to it; this is a slightly edited version of the
5660              patch suggested by Russel O'Connor <roconnor@world.std.com>
5661      Branch: perl
5662            ! cop.h pp_ctl.c pp_hot.c
5663 ____________________________________________________________________________
5664 [  4320] By: gsar                                  on 1999/10/08  22:50:51
5665         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
5666              situation (assumptions about cx invalidation are not valid
5667              anymore)
5668      Branch: perl
5669            ! cop.h pp_ctl.c pp_hot.c
5670 ____________________________________________________________________________
5671 [  4319] By: jhi                                   on 1999/10/08  14:33:31
5672         Log: Integrate with Sarathy.
5673      Branch: cfgperl
5674           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
5675           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
5676           !> t/comp/bproto.t thrdvar.h toke.c util.c
5677 ____________________________________________________________________________
5678 [  4318] By: jhi                                   on 1999/10/08  13:51:34
5679         Log: The second cut at AIX C++ extension troubles.
5680      Branch: cfgperl
5681            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5682            ! hints/aix.sh
5683 ____________________________________________________________________________
5684 [  4317] By: jhi                                   on 1999/10/08  10:44:13
5685         Log: The first cut at fixing Perl extensions written in C++ in AIX,
5686              statics don't get initialized right.  This patch at least
5687              doesn't seem to break the build in my AIX, but unfortunately
5688              I don't have the IBM C++ to do further testing.
5689              
5690              Problem reported by Stephanie Beals in
5691              From: bealzy@us.ibm.com
5692              To: perl5-porters@perl.org
5693              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
5694              Date: Thu, 7 Oct 1999 15:05:54 -0400
5695              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
5696      Branch: cfgperl
5697            + ext/DynaLoader/hints/aix.pl
5698            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
5699 ____________________________________________________________________________
5700 [  4316] By: gsar                                  on 1999/10/08  10:26:15
5701         Log: remove kludgey duplicate background error avoidance (caused
5702              "leaks"; %@ wasn't even user-visible under -Dusethreads);
5703              only repeats of most recent error are now avoided
5704      Branch: perl
5705            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
5706 ____________________________________________________________________________
5707 [  4315] By: jhi                                   on 1999/10/08  09:48:59
5708         Log: Fix omission.
5709      Branch: cfgperl
5710            ! makedef.pl
5711 ____________________________________________________________________________
5712 [  4314] By: gsar                                  on 1999/10/08  07:17:01
5713         Log: extend change#2299 to C<use> (fixes scoping problems in
5714              C<if (...) { use foo; ... }>)
5715      Branch: perl
5716            ! op.c
5717 ____________________________________________________________________________
5718 [  4313] By: gsar                                  on 1999/10/08  04:52:19
5719         Log: small tweak for change#4309
5720      Branch: perl
5721            ! op.c
5722 ____________________________________________________________________________
5723 [  4312] By: gsar                                  on 1999/10/08  02:31:13
5724         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
5725              From: Larry Wall <larry@wall.org>
5726              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
5727              Message-Id: <199910061655.JAA11333@kiev.wall.org>
5728              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
5729      Branch: perl
5730            ! opcode.h t/comp/bproto.t toke.c
5731 ____________________________________________________________________________
5732 [  4311] By: gsar                                  on 1999/10/08  00:58:19
5733         Log: typo
5734      Branch: perl
5735            ! pp_sys.c
5736 ____________________________________________________________________________
5737 [  4310] By: gsar                                  on 1999/10/07  23:51:38
5738         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
5739              Brian Mitchell <brian@chele.cais.net>)
5740      Branch: perl
5741            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
5742 ____________________________________________________________________________
5743 [  4309] By: gsar                                  on 1999/10/07  22:57:52
5744         Log: change#3728 was flawed (loop contexts saw the wrong statement
5745              info, causing loop control constructs to not find the label);
5746              disable OP_SETSTATE entirely and add a fix that is specifically
5747              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
5748              which was what the original patch was supposed to fix
5749              
5750              TODO: remove the remainder of the setstate logic if it can't
5751              be used anywhere else (it isn't used anywhere now)
5752      Branch: perl
5753            ! cop.h op.c perly.c perly.y
5754 ____________________________________________________________________________
5755 [  4308] By: jhi                                   on 1999/10/07  19:21:27
5756         Log: Integrate with Sarathy.
5757      Branch: cfgperl
5758           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
5759 ____________________________________________________________________________
5760 [  4307] By: gsar                                  on 1999/10/07  15:12:24
5761         Log: update to podlators-0.08 from Russ Allbery
5762      Branch: perl
5763            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
5764 ____________________________________________________________________________
5765 [  4306] By: jhi                                   on 1999/10/06  17:20:34
5766         Log: Integrate with Sarathy.
5767      Branch: cfgperl
5768           !> (integrate 45 files)
5769 ____________________________________________________________________________
5770 [  4305] By: gsar                                  on 1999/10/06  16:55:45
5771         Log: some versions of mingw32 have __int64, define iff it isn't
5772      Branch: perl
5773            ! win32/win32.h
5774 ____________________________________________________________________________
5775 [  4304] By: gsar                                  on 1999/10/06  03:45:44
5776         Log: fix typos in change#4288
5777      Branch: perl
5778            ! Changes dump.c sv.c
5779 ____________________________________________________________________________
5780 [  4303] By: gsar                                  on 1999/10/06  03:22:46
5781         Log: integrate cfgperl contents into mainline
5782      Branch: perl
5783           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
5784            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
5785           !> (integrate 31 files)
5786 ____________________________________________________________________________
5787 [  4302] By: gsar                                  on 1999/10/06  02:36:53
5788         Log: make die/warn and other diagnostics go to wherever STDERR happens
5789              to point at; change places that meant Perl_debug_log rather than
5790              PerlIO_stderr()
5791      Branch: perl
5792            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
5793            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5794            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
5795            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
5796            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
5797            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
5798            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
5799            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
5800            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
5801            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
5802            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
5803 ____________________________________________________________________________
5804 [  4301] By: jhi                                   on 1999/10/05  23:03:46
5805         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5806              To: François Désarménien <desar@club-internet.fr>
5807              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
5808              Subject: Re: Strange RE engine breakage in 5_61
5809              Date: Mon, 4 Oct 1999 19:58:03 -0400
5810              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
5811              
5812              (had to apply pat.t part manually because there
5813              already were more tests than there was in _61)
5814      Branch: cfgperl
5815            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
5816 ____________________________________________________________________________
5817 [  4300] By: jhi                                   on 1999/10/04  17:03:18
5818         Log: From: Andy Dougherty <doughera@lafayette.edu>
5819              To: Jarkko Hietaniemi <jhi@iki.fi>
5820              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
5821              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
5822              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
5823              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
5824      Branch: cfgperl
5825            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
5826            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
5827            ! MANIFEST ext/B/defsubs_h.PL
5828 ____________________________________________________________________________
5829 [  4299] By: jhi                                   on 1999/10/04  07:15:16
5830         Log: From: Michael G Schwern <schwern@pobox.com>
5831              To: perl5-porters@perl.org
5832              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
5833              Date: Sun, 3 Oct 1999 17:34:17 -0400
5834              Message-ID: <19991003173417.A4351@blackrider>
5835      Branch: cfgperl
5836            ! t/lib/fields.t t/pragma/constant.t
5837 ____________________________________________________________________________
5838 [  4298] By: gsar                                  on 1999/10/04  04:57:53
5839         Log: some compatibility macros were busted
5840      Branch: perl
5841            ! embed.h embed.pl toke.c
5842 ____________________________________________________________________________
5843 [  4297] By: jhi                                   on 1999/10/03  17:50:59
5844         Log: A better version of #4296.
5845              
5846              From: Michael G Schwern <schwern@pobox.com>
5847              To: perl5-porters@perl.org
5848              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
5849              Date: Sun, 3 Oct 1999 13:54:23 -0400
5850              Message-ID: <19991003135423.A3050@blackrider>
5851      Branch: cfgperl
5852            ! av.c op.c pod/perldiag.pod
5853 ____________________________________________________________________________
5854 [  4296] By: jhi                                   on 1999/10/03  17:21:01
5855         Log: (Replaced by #4297.)
5856              
5857              From: Michael G Schwern <schwern@pobox.com>
5858              To: perl5-porters@perl.org
5859              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
5860              Date: Sun, 3 Oct 1999 13:16:47 -0400
5861              Message-ID: <19991003131647.A2816@blackrider>
5862              
5863              plus changed the error message to say "No such pseudo-hash field"
5864              as discussed in the above mail message.
5865      Branch: cfgperl
5866            ! av.c pod/perldiag.pod
5867 ____________________________________________________________________________
5868 [  4295] By: gsar                                  on 1999/10/03  16:09:36
5869         Log: avoid doing irrelevant things on 'make perl'
5870      Branch: perl
5871            ! Makefile.SH
5872 ____________________________________________________________________________
5873 [  4294] By: jhi                                   on 1999/10/03  14:16:24
5874         Log: Fix a typo in #4293 spotted by Graham Barr.
5875      Branch: cfgperl
5876            ! pod/perlref.pod
5877 ____________________________________________________________________________
5878 [  4293] By: jhi                                   on 1999/10/03  11:31:22
5879         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
5880              To: perl5-porters@perl.org
5881              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
5882              Date: Sun, 3 Oct 1999 02:34:01 -0400
5883              Message-ID: <19991003023401.A1520@blackrider>
5884      Branch: cfgperl
5885            ! pod/perlfunc.pod pod/perlref.pod
5886 ____________________________________________________________________________
5887 [  4292] By: jhi                                   on 1999/10/03  09:23:16
5888         Log: From: Barrie Slaymaker <barries@slaysys.com>
5889              To: perl5-porters@perl.org
5890              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
5891              Date: Sun, 3 Oct 1999 00:09:51 -0400
5892              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
5893      Branch: cfgperl
5894            ! lib/Benchmark.pm
5895 ____________________________________________________________________________
5896 [  4291] By: jhi                                   on 1999/10/02  23:43:53
5897         Log: Be understanding about large file systems.
5898      Branch: cfgperl
5899            ! t/lib/syslfs.t t/op/lfs.t
5900 ____________________________________________________________________________
5901 [  4290] By: jhi                                   on 1999/10/02  23:39:16
5902         Log: Configure fixfest continues.
5903      Branch: cfgperl
5904            ! Configure config_h.SH
5905      Branch: metaconfig
5906            ! U/modified/d_longdbl.U U/modified/d_longlong.U
5907            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
5908            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
5909            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
5910      Branch: metaconfig/U/perl
5911            ! i_inttypes.U io64.U
5912 ____________________________________________________________________________
5913 [  4289] By: jhi                                   on 1999/10/02  23:12:54
5914         Log: Regen Porting stuff.
5915      Branch: cfgperl
5916            ! Porting/Glossary Porting/config.sh Porting/config_H
5917 ____________________________________________________________________________
5918 [  4288] By: jhi                                   on 1999/10/02  23:05:50
5919         Log: Untangle the IV_IS_QUAD jungle by introduding
5920              macros to be used when doing formatted printing:
5921              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
5922      Branch: cfgperl
5923            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5924            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
5925            ! regcomp.c sv.c taint.c toke.c util.c
5926 ____________________________________________________________________________
5927 [  4287] By: jhi                                   on 1999/10/02  22:54:18
5928         Log: metaconfig maintenance.
5929      Branch: metaconfig
5930            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
5931            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
5932            ! U/typedefs/uidsize.U
5933 ____________________________________________________________________________
5934 [  4286] By: nick                                  on 1999/10/02  11:11:44
5935         Log: Incremental merge of mainline
5936      Branch: utfperl
5937           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
5938           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
5939           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
5940           +> t/pod/podselect.t t/pod/podselect.xr
5941            - lib/Pod/PlainText.pm
5942           !> (integrate 148 files)
5943 ____________________________________________________________________________
5944 [  4285] By: jhi                                   on 1999/10/02  10:16:15
5945         Log: Battle namespace pollution.
5946      Branch: cfgperl
5947            ! lib/Benchmark.pm
5948 ____________________________________________________________________________
5949 [  4284] By: jhi                                   on 1999/10/02  10:11:20
5950         Log: Regen Configure, all of xs_apiversion didn't take.
5951      Branch: cfgperl
5952            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5953            ! config_h.SH patchlevel.h
5954 ____________________________________________________________________________
5955 [  4283] By: jhi                                   on 1999/10/02  09:48:17
5956         Log: Integrate with Sarathy.
5957      Branch: cfgperl
5958           +> lib/Pod/Man.pm t/pod/multiline_items.t
5959           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
5960           +> t/pod/podselect.t t/pod/podselect.xr
5961            - lib/Pod/PlainText.pm
5962           !> (integrate 50 files)
5963 ____________________________________________________________________________
5964 [  4282] By: gsar                                  on 1999/10/02  06:39:14
5965         Log: update pod2man, pod2text and related Pod:: modules with the
5966              ones in podlators-0.07 from Russ Allbery
5967      Branch: perl
5968            + lib/Pod/Man.pm
5969            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
5970            ! pod/pod2man.PL pod/pod2text.PL
5971 ____________________________________________________________________________
5972 [  4281] By: gsar                                  on 1999/10/02  06:14:44
5973         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
5974      Branch: perl
5975            - lib/Pod/PlainText.pm
5976            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
5977            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
5978            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
5979            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
5980            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
5981            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
5982            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
5983 ____________________________________________________________________________
5984 [  4280] By: gsar                                  on 1999/10/02  04:39:38
5985         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
5986      Branch: perl
5987            + t/pod/multiline_items.t t/pod/multiline_items.xr
5988            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
5989            + t/pod/podselect.xr
5990            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
5991            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
5992            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
5993            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
5994            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
5995            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
5996            ! t/pod/testp2pt.pl
5997 ____________________________________________________________________________
5998 [  4279] By: gsar                                  on 1999/10/02  03:36:41
5999         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
6000              by Michael G Schwern <schwern@pobox.com>)
6001      Branch: perl
6002            ! av.c t/op/avhv.t
6003 ____________________________________________________________________________
6004 [  4278] By: gsar                                  on 1999/10/02  02:36:55
6005         Log: deprecate C<use attrs>
6006      Branch: perl
6007            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
6008            ! t/lib/thread.t t/pragma/sub_lval.t
6009 ____________________________________________________________________________
6010 [  4277] By: gsar                                  on 1999/10/02  01:43:25
6011         Log: add notes about effect of loop control statements inside
6012              LABEL BLOCK continue BLOCK
6013      Branch: perl
6014            ! pod/perlfunc.pod
6015 ____________________________________________________________________________
6016 [  4276] By: gsar                                  on 1999/10/02  01:23:02
6017         Log: indent nested =items properly (suggested by Bill Fenner
6018              <fenner@research.att.com>)
6019      Branch: perl
6020            ! pod/pod2man.PL
6021 ____________________________________________________________________________
6022 [  4275] By: gsar                                  on 1999/10/02  01:09:16
6023         Log: updated ptags generator from Ilya Zakharevich
6024      Branch: perl
6025            ! emacs/ptags
6026 ____________________________________________________________________________
6027 [  4274] By: gsar                                  on 1999/10/01  23:08:52
6028         Log: update Changes
6029      Branch: perl
6030            ! Changes
6031 ____________________________________________________________________________
6032 [  4273] By: gsar                                  on 1999/10/01  22:58:55
6033         Log: typo, whitespace adjustments
6034      Branch: perl
6035            ! utils/h2xs.PL
6036 ____________________________________________________________________________
6037 [  4272] By: gsar                                  on 1999/10/01  22:46:06
6038         Log: remove dup hunks
6039      Branch: perl
6040            ! configure.com vms/vms.c
6041 ____________________________________________________________________________
6042 [  4271] By: gsar                                  on 1999/10/01  22:33:02
6043         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
6044              by declaring new globals "our" (XXX this means h2xs generated code
6045              won't run on earlier versions; a switch to generate compatible
6046              source is needed)
6047      Branch: perl
6048           !> (integrate 35 files)
6049 ____________________________________________________________________________
6050 [  4270] By: jhi                                   on 1999/10/01  12:05:56
6051         Log: Integrate with Sarathy.
6052      Branch: cfgperl
6053           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
6054           !> pod/perldiag.pod util.c
6055 ____________________________________________________________________________
6056 [  4269] By: jhi                                   on 1999/10/01  10:26:19
6057         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
6058              To: perl5-porters@perl.org
6059              Subject: [ID 19991001.001] perlguts man page error
6060              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
6061              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
6062      Branch: cfgperl
6063            ! pod/perlguts.pod
6064 ____________________________________________________________________________
6065 [  4268] By: jhi                                   on 1999/10/01  07:32:33
6066         Log: There *is* a month called October.
6067      Branch: cfgperl
6068            ! t/op/time.t
6069 ____________________________________________________________________________
6070 [  4267] By: jhi                                   on 1999/10/01  06:58:10
6071         Log: Temp file cleanliness.
6072      Branch: cfgperl
6073            ! t/lib/filecopy.t
6074 ____________________________________________________________________________
6075 [  4266] By: jhi                                   on 1999/10/01  06:46:56
6076         Log: From: Barrie Slaymaker <barries@slaysys.com>
6077              To: perl5-porters@perl.org
6078              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
6079              Date: Thu, 30 Sep 1999 22:16:26 -0400
6080              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
6081      Branch: cfgperl
6082            ! lib/Benchmark.pm
6083 ____________________________________________________________________________
6084 [  4265] By: jhi                                   on 1999/09/30  20:25:35
6085         Log: From: Barrie Slaymaker <barries@slaysys.com>
6086              To: perl5-porters@perl.org
6087              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
6088              Date: Thu, 30 Sep 1999 15:44:00 -0400
6089              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
6090              (Replaces #4175.)
6091      Branch: cfgperl
6092            ! lib/Benchmark.pm
6093 ____________________________________________________________________________
6094 [  4264] By: gsar                                  on 1999/09/30  17:59:26
6095         Log: re-add missing "Out of memory!" entry
6096      Branch: perl
6097            ! pod/perldiag.pod
6098 ____________________________________________________________________________
6099 [  4263] By: jhi                                   on 1999/09/30  17:05:43
6100         Log: Regenerate Configure.
6101      Branch: cfgperl
6102            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6103            ! config_h.SH
6104 ____________________________________________________________________________
6105 [  4261] By: jhi                                   on 1999/09/30  16:15:05
6106         Log: From: Andy Dougherty <doughera@lafayette.edu>
6107              To: Perl Porters <perl5-porters@perl.org>
6108              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
6109              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
6110              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
6111      Branch: cfgperl
6112            ! pod/perldelta.pod
6113 ____________________________________________________________________________
6114 [  4260] By: jhi                                   on 1999/09/30  15:48:56
6115         Log: From: Andy Dougherty <doughera@lafayette.edu>
6116              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
6117              Subject: Re: Possible skeletal structure for searching multiple versions
6118              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
6119              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
6120      Branch: metaconfig
6121            ! U/mkglossary
6122      Branch: metaconfig/U/perl
6123            + xs_apiversion.U
6124            ! patchlevel.U
6125 ____________________________________________________________________________
6126 [  4259] By: jhi                                   on 1999/09/30  15:07:16
6127         Log: Further ?idsize.U fixing.
6128      Branch: metaconfig
6129            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
6130 ____________________________________________________________________________
6131 [  4258] By: jhi                                   on 1999/09/30  15:00:14
6132         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
6133      Branch: metaconfig
6134            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
6135            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
6136 ____________________________________________________________________________
6137 [  4257] By: jhi                                   on 1999/09/30  09:48:33
6138         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
6139              To: Gurusamy Sarathy <gsar@ActiveState.com>
6140              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
6141              The Perl Porters Mailing List <perl5-porters@perl.org>
6142              Subject: [PATCH] (Was: deprecating SIGDIE)
6143              Date: Wed, 29 Sep 1999 15:16:50 -0400
6144              Message-ID: <19990929151650.E26675@O2.chapin.edu>
6145      Branch: cfgperl
6146            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
6147 ____________________________________________________________________________
6148 [  4256] By: jhi                                   on 1999/09/30  09:45:22
6149         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6150              To: Gurusamy Sarathy <gsar@activestate.com>
6151              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
6152              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
6153              Date: Wed, 29 Sep 1999 18:58:23 -0400
6154              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
6155      Branch: cfgperl
6156            ! Makefile.SH opcode.pl
6157 ____________________________________________________________________________
6158 [  4255] By: gsar                                  on 1999/09/30  09:03:48
6159         Log: remove prehistoric XFree() gunk
6160      Branch: perl
6161            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
6162 ____________________________________________________________________________
6163 [  4254] By: gsar                                  on 1999/09/30  08:40:14
6164         Log: From: Vishal Bhatia <vishal@gol.com>
6165              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
6166              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
6167              Subject: [patch _61] Minor corrections in C.pm
6168      Branch: perl
6169            ! ext/B/B/C.pm
6170 ____________________________________________________________________________
6171 [  4253] By: gsar                                  on 1999/09/30  08:36:27
6172         Log: off-by-one in fbm_compile() (spotted by John Bley
6173              <jbley@cs.cmu.edu>); whitespace adjustments
6174      Branch: perl
6175            ! util.c
6176 ____________________________________________________________________________
6177 [  4251] By: jhi                                   on 1999/09/30  08:09:13
6178         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6179              To: perl5-porters@perl.org (Mailing list Perl5)
6180              Subject: [PATCH 5.00561+]  Followup h2xs patch
6181              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
6182              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
6183      Branch: cfgperl
6184            ! utils/h2xs.PL
6185 ____________________________________________________________________________
6186 [  4250] By: jhi                                   on 1999/09/29  19:11:32
6187         Log: Integrate with Sarathy.
6188      Branch: cfgperl
6189           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
6190           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
6191           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
6192 ____________________________________________________________________________
6193 [  4249] By: bailey                                on 1999/09/29  02:21:31
6194         Log: resync with mainline
6195      Branch: vmsperl
6196           +> (branch 32 files)
6197            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
6198            - lib/unicode/blocks.txt lib/unicode/index2.txt
6199            - lib/unicode/jamo2.txt lib/unicode/names2.txt
6200            - lib/unicode/props2.txt lib/unicode/readme.txt
6201            - t/lib/bigfloatpm.t
6202           !> (integrate 240 files)
6203 ____________________________________________________________________________
6204 [  4248] By: jhi                                   on 1999/09/28  18:14:39
6205         Log: From: Andy Dougherty <doughera@lafayette.edu>
6206              To: Perl Porters <perl5-porters@perl.org>
6207              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
6208              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
6209              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
6210              
6211              From: Andy Dougherty <doughera@lafayette.edu>
6212              To: Perl Porters <perl5-porters@perl.org>
6213              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
6214              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
6215              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
6216      Branch: cfgperl
6217            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
6218            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
6219            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
6220            ! hints/next_4.sh
6221 ____________________________________________________________________________
6222 [  4247] By: gsar                                  on 1999/09/28  17:36:59
6223         Log: revert change#4115 (breaks libwww's base/date.t); could be 
6224              reworked to enable it conditional on $Time::Local::nocroak
6225              or some such
6226      Branch: perl
6227            ! lib/Time/Local.pm
6228 ____________________________________________________________________________
6229 [  4246] By: gsar                                  on 1999/09/28  17:33:14
6230         Log: tweak for win32 build
6231      Branch: perl
6232            ! win32/Makefile win32/makefile.mk
6233 ____________________________________________________________________________
6234 [  4245] By: gsar                                  on 1999/09/28  17:31:34
6235         Log: change#4236 fallout
6236      Branch: perl
6237            ! lib/ExtUtils/MM_Unix.pm
6238 ____________________________________________________________________________
6239 [  4244] By: gsar                                  on 1999/09/28  17:29:31
6240         Log: remove doubled new_xpv
6241      Branch: perl
6242            ! embed.h embed.pl proto.h
6243 ____________________________________________________________________________
6244 [  4243] By: jhi                                   on 1999/09/27  19:13:20
6245         Log: Artistic fine-tuning.
6246      Branch: cfgperl
6247            ! ext/B/defsubs_h.PL
6248 ____________________________________________________________________________
6249 [  4242] By: gsar                                  on 1999/09/27  17:05:22
6250         Log: avoid implicit split to @_ in change#4181; binary -> text file
6251              types in p4
6252      Branch: perl
6253            ! djgpp/configure.bat lib/Exporter/Heavy.pm
6254            ! t/pragma/locale/latin1
6255 ____________________________________________________________________________
6256 [  4241] By: jhi                                   on 1999/09/27  07:48:19
6257         Log: Integrate with Sarathy.
6258      Branch: cfgperl
6259           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
6260           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
6261 ____________________________________________________________________________
6262 [  4240] By: jhi                                   on 1999/09/27  07:47:11
6263         Log: Finalize change #4232.
6264              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6265              To: Jarkko Hietaniemi <jhi@iki.fi>
6266              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
6267              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
6268              Date: Sun, 26 Sep 1999 16:52:31 -0400
6269              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
6270      Branch: cfgperl
6271            ! lib/ExtUtils/xsubpp
6272 ____________________________________________________________________________
6273 [  4239] By: gsar                                  on 1999/09/27  02:48:42
6274         Log: add notes in INSTALL about Configure -Accflags=-DFOO
6275      Branch: perl
6276            ! INSTALL
6277 ____________________________________________________________________________
6278 [  4238] By: gsar                                  on 1999/09/27  02:03:48
6279         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
6280              it automatically
6281      Branch: perl
6282            ! embed.h embed.pl
6283 ____________________________________________________________________________
6284 [  4237] By: gsar                                  on 1999/09/27  01:52:47
6285         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6286              Date: Fri, 24 Sep 1999 23:25:36 -0400
6287              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
6288              Subject: [PATCH 5.005_61] Malloc fixes and docs
6289      Branch: perl
6290            ! malloc.c pod/perldiag.pod
6291 ____________________________________________________________________________
6292 [  4236] By: gsar                                  on 1999/09/27  01:31:32
6293         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
6294              <vkonovalov@lucent.com>)
6295      Branch: perl
6296            ! win32/Makefile win32/makefile.mk
6297 ____________________________________________________________________________
6298 [  4235] By: gsar                                  on 1999/09/26  17:02:03
6299         Log: fix buggy popping of subroutine contexts in the lvalue
6300              subroutines implementation (change#4081); correct the
6301              plethora of cases where DIE() was more appropriate than
6302              croak()
6303      Branch: perl
6304            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
6305 ____________________________________________________________________________
6306 [  4234] By: jhi                                   on 1999/09/26  12:06:28
6307         Log: Fix #endif.
6308      Branch: cfgperl
6309            ! XSUB.h
6310 ____________________________________________________________________________
6311 [  4233] By: jhi                                   on 1999/09/26  11:59:18
6312         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
6313              I kept my (Ilya's) version.
6314      Branch: cfgperl
6315           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
6316           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
6317           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
6318           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
6319           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
6320           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
6321 ____________________________________________________________________________
6322 [  4232] By: jhi                                   on 1999/09/26  09:53:43
6323         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6324              To: Mailing list Perl5 <perl5-porters@perl.org>
6325              Subject: [PATCH 5.005_61] teach xsubpp function pointers
6326              Date: Sun, 26 Sep 1999 01:36:09 -0400
6327              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
6328              
6329              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6330              To: Mailing list Perl5 <perl5-porters@perl.org>
6331              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
6332              Date: Sun, 26 Sep 1999 03:00:50 -0400
6333              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
6334      Branch: cfgperl
6335            ! lib/ExtUtils/xsubpp utils/h2xs.PL
6336 ____________________________________________________________________________
6337 [  4231] By: jhi                                   on 1999/09/26  09:48:49
6338         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6339              To: perl5-porters@perl.org
6340              Subject: misprint in perlguts
6341              Date: Sun, 26 Sep 1999 12:48:36 +0400
6342              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
6343      Branch: cfgperl
6344            ! pod/perlguts.pod
6345 ____________________________________________________________________________
6346 [  4230] By: gsar                                  on 1999/09/26  00:50:08
6347         Log: add $installarchlib/CORE to default linker search path on windows
6348      Branch: perl
6349            ! win32/Makefile win32/makefile.mk
6350 ____________________________________________________________________________
6351 [  4229] By: gsar                                  on 1999/09/25  20:05:03
6352         Log: support C<use Shell> on Windows (reworked a patch suggested
6353              by Jenda Krynicky <Jenda@McCann.cz>)
6354      Branch: perl
6355            ! lib/Shell.pm
6356 ____________________________________________________________________________
6357 [  4228] By: gsar                                  on 1999/09/25  07:03:34
6358         Log: integrate cfgperl contents into mainline
6359      Branch: perl
6360           +> hints/svr5.sh
6361           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
6362           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6363           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
6364           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
6365 ____________________________________________________________________________
6366 [  4227] By: gsar                                  on 1999/09/25  06:44:47
6367         Log: From: Larry Wall <larry@wall.org>
6368              Date: Fri, 24 Sep 1999 21:59:37 PDT
6369              Message-Id: <199909250459.VAA27506@kiev.wall.org>
6370              Subject: Re: [PATCH 5.005_61] "our" declarations
6371      Branch: perl
6372            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
6373            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
6374            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
6375            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
6376            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
6377            ! utils/h2xs.PL
6378 ____________________________________________________________________________
6379 [  4226] By: jhi                                   on 1999/09/24  23:10:52
6380         Log: Integrate with Sarathy.
6381      Branch: cfgperl
6382           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6383           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
6384           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
6385 ____________________________________________________________________________
6386 [  4225] By: gsar                                  on 1999/09/24  18:19:54
6387         Log: avoid infinite recursive exec()s of perl.exe when shebang
6388              contains "Perl" rather than "perl" on DOSISH platforms
6389      Branch: perl
6390            ! toke.c
6391 ____________________________________________________________________________
6392 [  4224] By: gsar                                  on 1999/09/24  16:09:23
6393         Log: support cygwin and other platforms that link to import libraries
6394              rather than directly with shared libraries (from a suggestion
6395              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
6396      Branch: perl
6397            ! utils/perlcc.PL
6398 ____________________________________________________________________________
6399 [  4223] By: gsar                                  on 1999/09/24  05:05:06
6400         Log: normalize time for strftime() (without the isdst effects of
6401              mktime()) using a custom mini_mktime()
6402              From: spider-perl@Orb.Nashua.NH.US
6403              Date: Thu, 23 Sep 1999 17:54:53 -0400
6404              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
6405              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
6406      Branch: perl
6407            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6408            ! ext/POSIX/hints/linux.pl t/lib/posix.t
6409 ____________________________________________________________________________
6410 [  4222] By: gsar                                  on 1999/09/23  06:44:42
6411         Log: change "#" to a comment starter in pack templates; "/" now
6412              used for specifying counted types
6413              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6414              Date: Wed, 22 Sep 1999 19:41:30 -0400
6415              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
6416              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
6417      Branch: perl
6418            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
6419 ____________________________________________________________________________
6420 [  4221] By: gsar                                  on 1999/09/23  06:26:54
6421         Log: From: Vishal Bhatia <vishal@gol.com>
6422              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
6423              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
6424              Subject: [patch _61] perlcc changes
6425      Branch: perl
6426            ! utils/perlcc.PL
6427 ____________________________________________________________________________
6428 [  4220] By: gsar                                  on 1999/09/23  01:12:24
6429         Log: add include guard
6430      Branch: perl
6431            ! XSUB.h
6432 ____________________________________________________________________________
6433 [  4219] By: jhi                                   on 1999/09/22  20:38:15
6434         Log: Cleanup cleanup.
6435      Branch: cfgperl
6436            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
6437 ____________________________________________________________________________
6438 [  4218] By: jhi                                   on 1999/09/22  19:26:58
6439         Log: Tweak the equivalence tables once again.
6440      Branch: cfgperl
6441            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6442            ! lib/unicode/mktables.PL
6443 ____________________________________________________________________________
6444 [  4215] By: jhi                                   on 1999/09/22  06:47:03
6445         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6446              To: Mailing list Perl5 <perl5-porters@perl.org>
6447              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
6448              Date: Tue, 21 Sep 1999 19:50:00 -0400
6449              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
6450              
6451              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6452              To: Mailing list Perl5 <perl5-porters@perl.org>
6453              Subject: [PATCH 5.005_61] More verbose -Mre=debug
6454              Date: Tue, 21 Sep 1999 22:29:55 -0400
6455              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
6456      Branch: cfgperl
6457            ! regcomp.c regexec.c
6458 ____________________________________________________________________________
6459 [  4214] By: jhi                                   on 1999/09/21  21:08:43
6460         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
6461              Reply-To: gerberb@zenez.com
6462              To: perl5-porters@perl.org
6463              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
6464              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
6465              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
6466              
6467              (Snipped away the last lines of svr5.sh a la change #3725)
6468      Branch: cfgperl
6469            + hints/svr5.sh
6470            ! Configure MANIFEST config_h.SH hints/sco.sh
6471      Branch: metaconfig
6472            ! U/modified/Cppsym.U U/modified/Oldconfig.U
6473 ____________________________________________________________________________
6474 [  4213] By: jhi                                   on 1999/09/21  20:48:01
6475         Log: From: Kragen Sitaker <kragen@dnaco.net>
6476              To: perl5-porters@perl.org
6477              Subject: [ID 19990921.013] accidental list context in perlfaq9
6478              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
6479              Reply-To: kragen@pobox.com
6480              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
6481      Branch: cfgperl
6482            ! pod/perlfaq9.pod
6483 ____________________________________________________________________________
6484 [  4212] By: jhi                                   on 1999/09/20  19:55:42
6485         Log: Integrate with Sarathy.
6486      Branch: cfgperl
6487           +> README.Y2K
6488           !> Changes MANIFEST
6489 ____________________________________________________________________________
6490 [  4211] By: jhi                                   on 1999/09/20  19:44:44
6491         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
6492      Branch: cfgperl
6493            ! Configure config_h.SH pod/perldelta.pod
6494      Branch: metaconfig/U/perl
6495            ! use64bits.U uselfs.U uselongdbl.U
6496 ____________________________________________________________________________
6497 [  4210] By: jhi                                   on 1999/09/20  19:38:26
6498         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
6499      Branch: cfgperl
6500            ! Configure config_h.SH
6501      Branch: metaconfig
6502            ! U/modified/Options.U
6503 ____________________________________________________________________________
6504 [  4209] By: gsar                                  on 1999/09/20  19:35:39
6505         Log: integrate cfgperl changes into mainline
6506      Branch: perl
6507           +> lib/unicode/Unicode.html
6508            ! Changes
6509           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6510           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
6511 ____________________________________________________________________________
6512 [  4208] By: gsar                                  on 1999/09/20  18:28:44
6513         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
6514      Branch: perl
6515            + README.Y2K
6516            ! MANIFEST
6517 ____________________________________________________________________________
6518 [  4207] By: jhi                                   on 1999/09/20  11:06:13
6519         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
6520      Branch: cfgperl
6521            ! pod/perldelta.pod
6522 ____________________________________________________________________________
6523 [  4206] By: jhi                                   on 1999/09/20  09:53:15
6524         Log: Do not test for gccish things in non-gccish platforms.
6525      Branch: cfgperl
6526            ! Configure config_h.SH
6527      Branch: metaconfig
6528            ! U/compline/ccflags.U
6529 ____________________________________________________________________________
6530 [  4205] By: jhi                                   on 1999/09/20  09:41:22
6531         Log: Prompt for uselfs.
6532      Branch: cfgperl
6533            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6534            ! config_h.SH
6535      Branch: metaconfig
6536            ! U/mksample
6537      Branch: metaconfig/U/perl
6538            ! use64bits.U uselfs.U
6539 ____________________________________________________________________________
6540 [  4204] By: jhi                                   on 1999/09/20  09:09:29
6541         Log: Add usemorebits and uselfs.
6542      Branch: cfgperl
6543            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6544            ! config_h.SH doio.c perl.h
6545      Branch: metaconfig/U/perl
6546            + uselfs.U usemorebits.U
6547            ! use64bits.U uselongdbl.U
6548 ____________________________________________________________________________
6549 [  4203] By: jhi                                   on 1999/09/20  07:48:48
6550         Log: Dethinko.
6551      Branch: cfgperl
6552            ! pod/perlfunc.pod
6553 ____________________________________________________________________________
6554 [  4202] By: jhi                                   on 1999/09/20  07:33:32
6555         Log: Fix a bug in the description of endianness.  Reported in
6556              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6557              To: perl5-porters@perl.org
6558              Subject: BUG: perldoc -f pack
6559              Date: Mon, 20 Sep 1999 09:43:49 +0400
6560              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
6561      Branch: cfgperl
6562            ! pod/perlfunc.pod
6563 ____________________________________________________________________________
6564 [  4201] By: jhi                                   on 1999/09/20  07:01:26
6565         Log: Integrate with Sarathy.
6566      Branch: cfgperl
6567           +> t/op/args.t
6568           !> (integrate 31 files)
6569 ____________________________________________________________________________
6570 [  4200] By: gsar                                  on 1999/09/20  03:45:06
6571         Log: From: Russ Allbery <rra@stanford.edu>
6572              Date: 19 Aug 1999 04:35:44 -0700
6573              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
6574              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
6575      Branch: perl
6576            ! lib/File/Find.pm
6577 ____________________________________________________________________________
6578 [  4199] By: gsar                                  on 1999/09/20  03:27:49
6579         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
6580      Branch: perl
6581            ! ext/B/B/Terse.pm
6582 ____________________________________________________________________________
6583 [  4198] By: gsar                                  on 1999/09/20  03:25:25
6584         Log: add arenas for managing allocations of remaining xpv*v structures
6585              From: Vishal Bhatia <vishal@gol.com>
6586              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
6587              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
6588              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
6589      Branch: perl
6590            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
6591            ! proto.h sv.c
6592 ____________________________________________________________________________
6593 [  4197] By: gsar                                  on 1999/09/20  03:06:10
6594         Log: queue errors due to strictures rather than printing them as
6595              warnings; symbols that violate strictures do *not* end up in
6596              the symbol table anyway, making multiple evals of the same piece
6597              of code produce the same errors; errors indicate all locations
6598              of a global symbol rather than just the first one; these
6599              changes make compile-time failures within evals reliably
6600              visible via the return value or contents of $@, and trappable
6601              using __DIE__ hooks
6602      Branch: perl
6603            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
6604            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
6605            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
6606            ! t/pragma/strict-vars thrdvar.h toke.c util.c
6607 ____________________________________________________________________________
6608 [  4196] By: gsar                                  on 1999/09/19  22:14:29
6609         Log: control change#1914 via hints (causes problems on some platforms)
6610      Branch: perl
6611            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6612            ! ext/POSIX/hints/linux.pl
6613 ____________________________________________________________________________
6614 [  4195] By: gsar                                  on 1999/09/19  21:30:18
6615         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
6616              in passing around references to @_, eg C<sub foo { \@_ }>; add
6617              tests for the same
6618      Branch: perl
6619            + t/op/args.t
6620            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
6621 ____________________________________________________________________________
6622 [  4194] By: jhi                                   on 1999/09/18  18:57:45
6623         Log: Integrate with Sarathy.
6624      Branch: cfgperl
6625           !> opcode.h opcode.pl
6626 ____________________________________________________________________________
6627 [  4193] By: nick                                  on 1999/09/18  15:24:56
6628         Log: Re-integrate mainline
6629              Basic SvUTF8 stuff in headers, no functional changes yet.
6630      Branch: utfperl
6631            + lib/byte.pm lib/byte_heavy.pl
6632           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
6633           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
6634           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
6635           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
6636           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
6637           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
6638           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
6639           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
6640           +> lib/unicode/Names.txt lib/unicode/Props.txt
6641           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
6642           +> t/lib/bigfltpm.t
6643            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
6644            - lib/unicode/blocks.txt lib/unicode/index2.txt
6645            - lib/unicode/jamo2.txt lib/unicode/names2.txt
6646            - lib/unicode/props2.txt lib/unicode/readme.txt
6647            - t/lib/bigfloatpm.t
6648            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
6649            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
6650            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
6651            ! warnings.h
6652           !> (integrate 142 files)
6653 ____________________________________________________________________________
6654 [  4192] By: gsar                                  on 1999/09/18  15:11:47
6655         Log: more op description tweaks
6656      Branch: perl
6657            ! opcode.h opcode.pl
6658 ____________________________________________________________________________
6659 [  4191] By: jhi                                   on 1999/09/18  07:47:16
6660         Log: Integrate with Sarathy.
6661      Branch: cfgperl
6662           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
6663           !> t/pragma/warn/op
6664 ____________________________________________________________________________
6665 [  4190] By: jhi                                   on 1999/09/18  07:35:45
6666         Log: Add description of the Unicode database files.
6667      Branch: cfgperl
6668            + lib/unicode/Unicode.html
6669 ____________________________________________________________________________
6670 [  4189] By: gsar                                  on 1999/09/18  03:14:58
6671         Log: tweak some op names in change#4177 (will any of this break code that
6672              gropes $@ ?)
6673      Branch: perl
6674            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
6675            ! t/pragma/warn/op
6676 ____________________________________________________________________________
6677 [  4188] By: jhi                                   on 1999/09/17  21:30:08
6678         Log: Pick up the typo fix.
6679      Branch: cfgperl
6680           !> t/io/open.t
6681 ____________________________________________________________________________
6682 [  4187] By: gsar                                  on 1999/09/17  21:13:55
6683         Log: fix typo
6684      Branch: perl
6685            ! t/io/open.t
6686 ____________________________________________________________________________
6687 [  4186] By: gsar                                  on 1999/09/17  20:57:29
6688         Log: integrate cfgperl change
6689      Branch: perl
6690           !> vms/subconfigure.com
6691 ____________________________________________________________________________
6692 [  4185] By: jhi                                   on 1999/09/17  20:46:41
6693         Log: Re-apply applicable parts of #3993, #3994, and #3995.
6694      Branch: cfgperl
6695            ! vms/subconfigure.com
6696 ____________________________________________________________________________
6697 [  4184] By: gsar                                  on 1999/09/17  20:26:02
6698         Log: integrate cfgperl contents into mainline
6699      Branch: perl
6700           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
6701           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
6702           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
6703           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
6704           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
6705           +> lib/unicode/SpecCase.txt
6706            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
6707            - lib/unicode/index2.txt lib/unicode/jamo2.txt
6708            - lib/unicode/names2.txt lib/unicode/props2.txt
6709            - lib/unicode/readme.txt
6710           !> (integrate 73 files)
6711 ____________________________________________________________________________
6712 [  4183] By: jhi                                   on 1999/09/17  20:25:51
6713         Log: Integrate with Sarathy.
6714      Branch: cfgperl
6715           !> configure.com ext/ByteLoader/byterun.h
6716           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
6717           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
6718           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
6719           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
6720 ____________________________________________________________________________
6721 [  4182] By: gsar                                  on 1999/09/17  20:16:28
6722         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
6723              vmsperl contents have prevailed)
6724      Branch: perl
6725           !> configure.com ext/ByteLoader/byterun.h
6726           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
6727           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
6728           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
6729           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
6730 ____________________________________________________________________________
6731 [  4181] By: jhi                                   on 1999/09/17  20:12:37
6732         Log: From: Michael G Schwern <schwern@pobox.com>
6733              To: perl5-porters@perl.org
6734              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
6735              Date: Thu, 19 Aug 1999 21:30:01 -0400
6736              Message-ID: <19990819213001.A22512@athens.aocn.com>
6737      Branch: cfgperl
6738            ! lib/Exporter/Heavy.pm
6739 ____________________________________________________________________________
6740 [  4180] By: gsar                                  on 1999/09/17  20:11:00
6741         Log: perlhist additions
6742      Branch: perl
6743            ! pod/perlhist.pod
6744 ____________________________________________________________________________
6745 [  4179] By: jhi                                   on 1999/09/17  20:08:00
6746         Log: The change #4176 should've undone only the test, not the code patch.
6747      Branch: cfgperl
6748            ! doio.c
6749 ____________________________________________________________________________
6750 [  4178] By: jhi                                   on 1999/09/17  20:06:08
6751         Log: From: Ian Phillipps <ian@dial.pipex.com>
6752              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
6753              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
6754              Date: Sat, 21 Aug 1999 12:36:12 +0100
6755              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
6756      Branch: cfgperl
6757            ! pod/perlsyn.pod
6758 ____________________________________________________________________________
6759 [  4177] By: jhi                                   on 1999/09/17  20:00:19
6760         Log: More descriptive names for operators.
6761              
6762              From: Michael G Schwern <schwern@pobox.com>
6763              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
6764              Cc: perl5-porters@perl.org
6765              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
6766              Date: Tue, 17 Aug 1999 18:35:45 -0400
6767              Message-ID: <19990817183545.A23073@toldyouso.com>
6768              
6769              From: Michael G Schwern <schwern@pobox.com>
6770              To: perl5-porters@perl.org
6771              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
6772              Date: Wed, 18 Aug 1999 03:53:38 -0400
6773              Message-ID: <19990818035337.A31505@athens.aocn.com>
6774      Branch: cfgperl
6775            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
6776            ! t/pragma/warn/op t/pragma/warn/sv
6777 ____________________________________________________________________________
6778 [  4176] By: jhi                                   on 1999/09/17  18:19:18
6779         Log: Take away the infamous io/dup.t #7.
6780              It seems there simply is no way to portably
6781              "flush" an input file handle.
6782      Branch: cfgperl
6783            ! doio.c t/io/dup.t
6784 ____________________________________________________________________________
6785 [  4175] By: jhi                                   on 1999/09/17  14:45:08
6786         Log: From: Barrie Slaymaker <barries@slaysys.com>
6787              To: perl5-porters@perl.org
6788              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
6789              Date: Fri, 17 Sep 1999 11:16:48 -0400
6790              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
6791      Branch: cfgperl
6792            ! lib/Benchmark.pm
6793 ____________________________________________________________________________
6794 [  4174] By: jhi                                   on 1999/09/17  14:07:16
6795         Log: UNICOS does support large files but doesn't support sparse files
6796              so we cannot easily test for large file support.
6797      Branch: cfgperl
6798            ! t/lib/syslfs.t t/op/lfs.t
6799 ____________________________________________________________________________
6800 [  4173] By: jhi                                   on 1999/09/17  14:03:44
6801         Log: UNICOS has sloppy division/modulo for floating point numbers.
6802      Branch: cfgperl
6803            ! t/op/arith.t
6804 ____________________________________________________________________________
6805 [  4172] By: jhi                                   on 1999/09/17  13:47:49
6806         Log: Portable blocksize (replaces #4171).
6807      Branch: cfgperl
6808            ! t/lib/syslfs.t t/op/lfs.t
6809 ____________________________________________________________________________
6810 [  4171] By: jhi                                   on 1999/09/17  13:08:54
6811         Log: (replaced by #4172)
6812      Branch: cfgperl
6813            ! t/lib/syslfs.t t/op/lfs.t
6814 ____________________________________________________________________________
6815 [  4170] By: jhi                                   on 1999/09/17  12:59:11
6816         Log: Detypo #4169.
6817      Branch: cfgperl
6818            ! t/lib/syslfs.t t/op/lfs.t
6819 ____________________________________________________________________________
6820 [  4169] By: jhi                                   on 1999/09/17  12:16:34
6821         Log: Diagnose possible quota limits.
6822      Branch: cfgperl
6823            ! t/lib/syslfs.t t/op/lfs.t
6824 ____________________________________________________________________________
6825 [  4168] By: jhi                                   on 1999/09/17  12:10:43
6826         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
6827              doesn't have one that wouldn't cause SIGSYS.  UNICOS
6828              does have getpgrp(void) so Perl getpgrp() is happy.
6829      Branch: cfgperl
6830            ! hints/unicos.sh
6831 ____________________________________________________________________________
6832 [  4167] By: jhi                                   on 1999/09/17  11:49:30
6833         Log: Filesystem quotas may stop you from using large files.
6834      Branch: cfgperl
6835            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
6836 ____________________________________________________________________________
6837 [  4166] By: jhi                                   on 1999/09/17  11:36:01
6838         Log: Too strict pattern for parsing group lists.
6839      Branch: cfgperl
6840            ! t/op/groups.t
6841 ____________________________________________________________________________
6842 [  4165] By: jhi                                   on 1999/09/17  09:06:18
6843         Log: Configure maintenance. It's sigaction.sa_flags
6844              and the Glossary regen'ed.
6845      Branch: cfgperl
6846            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6847            ! config_h.SH
6848      Branch: metaconfig
6849            ! U/compline/d_sigaction.U
6850 ____________________________________________________________________________
6851 [  4164] By: jhi                                   on 1999/09/15  06:57:51
6852         Log: Integrate with Sarathy.
6853      Branch: cfgperl
6854           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
6855           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
6856           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
6857           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
6858           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
6859           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
6860           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
6861           !> jpl/PerlInterpreter/Makefile.PL
6862           !> jpl/PerlInterpreter/PerlInterpreter.c
6863           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6864           !> jpl/Sample/Makefile.PL jpl/install-jpl
6865           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
6866           !> t/op/pat.t
6867 ____________________________________________________________________________
6868 [  4163] By: gsar                                  on 1999/09/15  05:17:27
6869         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
6870      Branch: perl
6871            ! lib/File/Spec/Functions.pm
6872 ____________________________________________________________________________
6873 [  4162] By: gsar                                  on 1999/09/15  05:09:14
6874         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
6875      Branch: perl
6876            ! Changes embed.h embed.pl
6877 ____________________________________________________________________________
6878 [  4161] By: gsar                                  on 1999/09/15  04:08:25
6879         Log: missing perlhist dates from Jeff Okamoto
6880      Branch: perl
6881            ! pod/perlhist.pod
6882 ____________________________________________________________________________
6883 [  4160] By: gsar                                  on 1999/09/15  03:13:08
6884         Log: jpl tweak
6885      Branch: perl
6886            ! MANIFEST jpl/JNI/Makefile.PL
6887 ____________________________________________________________________________
6888 [  4159] By: gsar                                  on 1999/09/15  02:57:08
6889         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
6890              Jepson <bjepson@home.com>)
6891      Branch: perl
6892            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
6893            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
6894            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
6895            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
6896            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6897            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
6898            ! jpl/PerlInterpreter/Makefile.PL
6899            ! jpl/PerlInterpreter/PerlInterpreter.c
6900            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6901            ! jpl/Sample/Makefile.PL jpl/install-jpl
6902 ____________________________________________________________________________
6903 [  4158] By: gsar                                  on 1999/09/15  01:27:14
6904         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
6905              Date:    Tue, 14 Sep 1999 21:26:15 EDT
6906              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
6907              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
6908      Branch: perl
6909            ! regexec.c t/op/pat.t
6910 ____________________________________________________________________________
6911 [  4157] By: jhi                                   on 1999/09/14  21:18:09
6912         Log: config.h will define USE_64_BITS if need be.
6913      Branch: cfgperl
6914            ! hints/irix_6.sh
6915 ____________________________________________________________________________
6916 [  4156] By: jhi                                   on 1999/09/14  20:30:00
6917         Log: Change #4149 necessitates also a small code change.
6918      Branch: cfgperl
6919            ! ext/B/defsubs_h.PL
6920 ____________________________________________________________________________
6921 [  4155] By: jhi                                   on 1999/09/14  20:15:53
6922         Log: Update EPOC libdir names.
6923      Branch: cfgperl
6924            ! epoc/config.h
6925 ____________________________________________________________________________
6926 [  4154] By: jhi                                   on 1999/09/14  20:13:41
6927         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
6928              deceased HAS.*DBM.*64 mumblings.
6929      Branch: cfgperl
6930            ! Configure config_h.SH epoc/config.h
6931 ____________________________________________________________________________
6932 [  4153] By: jhi                                   on 1999/09/14  20:04:53
6933         Log: Configure nits.
6934      Branch: cfgperl
6935            ! Configure config_h.SH
6936      Branch: metaconfig
6937            ! U/compline/d_sigaction.U U/threads/i_pthread.U
6938 ____________________________________________________________________________
6939 [  4152] By: jhi                                   on 1999/09/14  19:30:22
6940         Log: Integrate with Sarathy.
6941      Branch: cfgperl
6942           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
6943            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
6944           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
6945           !> win32/config_sh.PL
6946 ____________________________________________________________________________
6947 [  4151] By: jhi                                   on 1999/09/14  10:25:01
6948         Log: Update Unicode database and recompute the tables.
6949              Rename the .txt files to be more Unicode 3.0-like.
6950              Unihan-3.0.txt not included because it is 16 MB.
6951              syllables.txt is manually maintained.
6952              See ReadMe.txt for description of the .txt files.
6953              (not all of them are used yet)
6954      Branch: cfgperl
6955            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
6956            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
6957            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
6958            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
6959            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
6960            + lib/unicode/SpecCase.txt
6961            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
6962            - lib/unicode/index2.txt lib/unicode/jamo2.txt
6963            - lib/unicode/names2.txt lib/unicode/props2.txt
6964            - lib/unicode/readme.txt
6965            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
6966            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
6967            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
6968            ! lib/unicode/Decomposition.pl
6969            ! lib/unicode/In/ArabicPresentationForms-B.pl
6970            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
6971            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
6972            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
6973            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
6974            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
6975            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
6976            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
6977            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
6978            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
6979            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
6980            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
6981            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
6982            ! lib/unicode/mktables.PL
6983 ____________________________________________________________________________
6984 [  4150] By: gsar                                  on 1999/09/14  09:31:57
6985         Log: INSTALL tweak
6986      Branch: perl
6987            ! INSTALL
6988 ____________________________________________________________________________
6989 [  4149] By: gsar                                  on 1999/09/14  09:00:45
6990         Log: change some filenames to be 8.3-friendly
6991      Branch: perl
6992           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
6993            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
6994            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
6995 ____________________________________________________________________________
6996 [  4148] By: gsar                                  on 1999/09/14  08:35:00
6997         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
6998      Branch: perl
6999            ! win32/config_sh.PL
7000 ____________________________________________________________________________
7001 [  4147] By: jhi                                   on 1999/09/14  08:07:49
7002         Log: Not that UVSIZE normally differs that much from IVSIZE...
7003      Branch: cfgperl
7004            ! perl.h
7005 ____________________________________________________________________________
7006 [  4146] By: jhi                                   on 1999/09/14  08:04:40
7007         Log: Integrate with Sarathy.
7008      Branch: cfgperl
7009           !> Changes ext/DB_File/DB_File.xs
7010 ____________________________________________________________________________
7011 [  4145] By: jhi                                   on 1999/09/14  07:10:02
7012         Log: I_PTHREAD was PTHREADEAD.
7013      Branch: cfgperl
7014            ! Configure config_h.SH
7015      Branch: metaconfig
7016            ! U/threads/i_pthread.U
7017 ____________________________________________________________________________
7018 [  4144] By: gsar                                  on 1999/09/14  06:46:47
7019         Log: change#4113 was missing DB_File.xs changes
7020      Branch: perl
7021            ! ext/DB_File/DB_File.xs
7022 ____________________________________________________________________________
7023 [  4143] By: jhi                                   on 1999/09/13  20:16:20
7024         Log: Small doc and whitespace edits.
7025      Branch: cfgperl
7026            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
7027            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
7028            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
7029            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
7030            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
7031            ! pod/perldelta.pod
7032 ____________________________________________________________________________
7033 [  4142] By: gsar                                  on 1999/09/13  19:32:31
7034         Log: integrate cfgperl contents into mainline, update Changes
7035      Branch: perl
7036           +> ext/DB_File/version.c
7037            ! Changes
7038           !> (integrate 44 files)
7039 ____________________________________________________________________________
7040 [  4141] By: jhi                                   on 1999/09/13  16:16:56
7041         Log: Scan for <pthread.h> always.
7042      Branch: cfgperl
7043            ! Configure config_h.SH perl.h
7044      Branch: metaconfig
7045            ! U/threads/i_pthread.U
7046 ____________________________________________________________________________
7047 [  4140] By: jhi                                   on 1999/09/13  16:00:08
7048         Log: Integrate with Sarathy.
7049      Branch: cfgperl
7050           !> (integrate 27 files)
7051 ____________________________________________________________________________
7052 [  4139] By: jhi                                   on 1999/09/13  15:35:18
7053         Log: Add -A option to Configure to diddle with variables
7054              after the hints file has been applied.
7055      Branch: cfgperl
7056            ! Configure config_h.SH
7057      Branch: metaconfig
7058            ! U/modified/Oldconfig.U U/modified/Options.U
7059 ____________________________________________________________________________
7060 [  4138] By: jhi                                   on 1999/09/13  13:42:56
7061         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
7062      Branch: cfgperl
7063            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
7064            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
7065            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
7066            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
7067            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
7068 ____________________________________________________________________________
7069 [  4137] By: jhi                                   on 1999/09/13  13:25:31
7070         Log: Applying change #4136 manually introduced patch residue.
7071      Branch: cfgperl
7072            ! perl.h
7073 ____________________________________________________________________________
7074 [  4136] By: jhi                                   on 1999/09/13  13:23:04
7075         Log: Replace change #4100 with
7076              From: Robin Barker <rmb1@cise.npl.co.uk>
7077              To: gsar@activestate.com
7078              Cc: perl5-porters@perl.org
7079              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
7080              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
7081              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
7082      Branch: cfgperl
7083            ! doio.c dump.c ext/B/B.xs ext/B/typemap
7084            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
7085            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
7086            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
7087            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
7088 ____________________________________________________________________________
7089 [  4135] By: jhi                                   on 1999/09/13  10:22:31
7090         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7091              To: perl5-porters@perl.org (Mailing list Perl5)
7092              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
7093              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
7094              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
7095              
7096              From: andreas.koenig@anima.de (Andreas J. Koenig)
7097              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
7098              Cc: perl5-porters@perl.org (Mailing list Perl5)
7099              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
7100              Date: 11 Sep 1999 15:36:26 +0200
7101              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
7102      Branch: cfgperl
7103            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7104 ____________________________________________________________________________
7105 [  4134] By: jhi                                   on 1999/09/13  10:20:14
7106         Log: From: Tom Phoenix <rootbeer@redcat.com>
7107              To: Perl Porters Mailing List <perl5-porters@perl.org>
7108              Subject: [DOCPATCH] Server errors and perldiag
7109              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
7110              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
7111      Branch: cfgperl
7112            ! pod/perldiag.pod
7113 ____________________________________________________________________________
7114 [  4133] By: gsar                                  on 1999/09/13  03:25:43
7115         Log: avoid assertion failure on C<@a'>
7116      Branch: perl
7117            ! toke.c
7118 ____________________________________________________________________________
7119 [  4132] By: gsar                                  on 1999/09/13  03:03:57
7120         Log: add -DPERL_Y2KWARN build option that will generate additional
7121              warnings on "19$yy" etc (reworked a patch suggested by
7122              Ulrich Pfeifer <upf@de.uu.net>)
7123      Branch: perl
7124            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
7125            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
7126 ____________________________________________________________________________
7127 [  4131] By: gsar                                  on 1999/09/12  22:06:25
7128         Log: fix DATA leaks; reword documentation about the DATA filehandle
7129      Branch: perl
7130            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
7131 ____________________________________________________________________________
7132 [  4130] By: gsar                                  on 1999/09/12  20:08:56
7133         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
7134              formatted result looks nonstandard
7135      Branch: perl
7136            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
7137            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
7138            ! t/pragma/locale.t thrdvar.h
7139 ____________________________________________________________________________
7140 [  4129] By: gsar                                  on 1999/09/12  17:04:11
7141         Log: From: Doug MacEachern <dougm@cp.net>
7142              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
7143              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
7144              Subject: [PATCH 5.005_57] B::clearsym
7145      Branch: perl
7146            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
7147 ____________________________________________________________________________
7148 [  4128] By: gsar                                  on 1999/09/12  16:59:12
7149         Log: better debugger help output (from Ilya Zakharevich)
7150      Branch: perl
7151            ! lib/perl5db.pl
7152 ____________________________________________________________________________
7153 [  4127] By: jhi                                   on 1999/09/11  20:50:37
7154         Log: Integrate with Sarathy.
7155      Branch: cfgperl
7156           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
7157           +> t/lib/gol-linkage.t
7158           !> (integrate 43 files)
7159 ____________________________________________________________________________
7160 [  4126] By: nick                                  on 1999/09/10  20:44:22
7161         Log: Get resolve -at mainline
7162      Branch: utfperl
7163           +> (branch 297 files)
7164            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
7165            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
7166            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
7167            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
7168            - t/pragma/warn-1global t/pragma/warning.t thread.sym
7169            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7170            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
7171            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
7172            - win32/makeperldef.pl win32/perlhost.h
7173           !> (integrate 847 files)
7174 ____________________________________________________________________________
7175 [  4125] By: gsar                                  on 1999/09/10  19:22:14
7176         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
7177              etc.)
7178      Branch: perl
7179            ! XSUB.h pp.h
7180 ____________________________________________________________________________
7181 [  4124] By: gsar                                  on 1999/09/10  19:14:35
7182         Log: rewrote substantive parts of patch
7183              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7184              Date: Fri, 27 Aug 1999 19:02:18 -0400
7185              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
7186              Subject: [PATCH 5.005_58] REx documentation
7187      Branch: perl
7188            ! pod/perlre.pod
7189 ____________________________________________________________________________
7190 [  4123] By: gsar                                  on 1999/09/10  18:21:53
7191         Log: note about AVf_*
7192      Branch: perl
7193            ! av.h
7194 ____________________________________________________________________________
7195 [  4122] By: gsar                                  on 1999/09/10  17:55:42
7196         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
7197              <lichtin@bivio.com>)
7198      Branch: perl
7199            ! lib/Pod/Html.pm
7200 ____________________________________________________________________________
7201 [  4121] By: gsar                                  on 1999/09/10  17:49:35
7202         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
7203      Branch: perl
7204            ! AUTHORS Changes README.dos djgpp/config.over
7205            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
7206            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
7207            ! pod/podselect.PL sv.h t/io/openpid.t util.c
7208 ____________________________________________________________________________
7209 [  4120] By: gsar                                  on 1999/09/10  12:25:01
7210         Log: add perlcompile.pod (edited content from Nathan Torkington
7211              <gnat@frii.com> and others)
7212      Branch: perl
7213            + pod/perlcompile.pod
7214            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
7215 ____________________________________________________________________________
7216 [  4119] By: gsar                                  on 1999/09/10  11:05:13
7217         Log: avoid leaking static local_patches unless patchlevel.h is
7218              explicitly included
7219      Branch: perl
7220            ! patchlevel.h perl.c
7221 ____________________________________________________________________________
7222 [  4118] By: gsar                                  on 1999/09/10  10:44:54
7223         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
7224              <jvromans@squirrel.nl>)
7225      Branch: perl
7226            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
7227            ! Changes MANIFEST lib/Getopt/Long.pm
7228 ____________________________________________________________________________
7229 [  4116] By: jhi                                   on 1999/09/09  15:56:52
7230         Log: perldeltify change #4115.
7231      Branch: cfgperl
7232            ! pod/perldelta.pod
7233 ____________________________________________________________________________
7234 [  4115] By: jhi                                   on 1999/09/09  15:48:56
7235         Log: From: "John L. Allen" <allen@grumman.com> 
7236              To: perl5-porters@perl.org 
7237              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
7238              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
7239              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
7240      Branch: cfgperl
7241            ! lib/Time/Local.pm
7242 ____________________________________________________________________________
7243 [  4114] By: jhi                                   on 1999/09/09  15:42:30
7244         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
7245              To: perl5-porters@perl.org
7246              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
7247              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
7248              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
7249      Branch: cfgperl
7250            ! pp_sys.c
7251 ____________________________________________________________________________
7252 [  4113] By: jhi                                   on 1999/09/09  10:17:45
7253         Log: From: paul.marquess@bt.com
7254              To: gsar@ActiveState.com
7255              Cc: perl5-porters@perl.org
7256              Subject: [PATCH 5.005_61] DB_File 1.71
7257              Date: Thu, 9 Sep 1999 11:20:13 +0100
7258              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
7259      Branch: cfgperl
7260            + ext/DB_File/version.c
7261            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
7262            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
7263            ! t/lib/db-btree.t
7264 ____________________________________________________________________________
7265 [  4112] By: jhi                                   on 1999/09/09  09:05:32
7266         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7267              To: perl5-porters@perl.org (Mailing list Perl5)
7268              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
7269              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
7270              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
7271      Branch: cfgperl
7272            ! regexec.c t/op/pat.t
7273 ____________________________________________________________________________
7274 [  4110] By: jhi                                   on 1999/09/09  07:29:17
7275         Log: Tidy up 64-bit situation in perldelta.
7276      Branch: cfgperl
7277            ! pod/perldelta.pod
7278 ____________________________________________________________________________
7279 [  4109] By: jhi                                   on 1999/09/09  07:26:53
7280         Log: Clear up PL_regcc issues.
7281              
7282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7283              To: perl5-porters@perl.org (Mailing list Perl5)
7284              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
7285              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
7286              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
7287      Branch: cfgperl
7288            ! regexec.c
7289 ____________________________________________________________________________
7290 [  4108] By: gsar                                  on 1999/09/08  20:52:51
7291         Log: avoid ass_u_ming uppercase types are not user objects (spotted
7292              by Kurt Starsinic)
7293      Branch: perl
7294            ! ext/Data/Dumper/Dumper.pm
7295 ____________________________________________________________________________
7296 [  4107] By: gsar                                  on 1999/09/08  20:35:18
7297         Log: From: akim@epita.fr (DEMAILLE Akim)
7298              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
7299              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
7300              Subject: [ID 19990908.014] s2p does not quote @
7301      Branch: perl
7302            ! x2p/s2p.PL
7303 ____________________________________________________________________________
7304 [  4106] By: gsar                                  on 1999/09/08  20:25:12
7305         Log: integrate cfgperl contents into mainline
7306      Branch: perl
7307           !> (integrate 30 files)
7308 ____________________________________________________________________________
7309 [  4105] By: jhi                                   on 1999/09/08  09:02:37
7310         Log: Minor touches at the [:class:] description.
7311      Branch: cfgperl
7312            ! pod/perlre.pod
7313 ____________________________________________________________________________
7314 [  4104] By: jhi                                   on 1999/09/08  08:57:58
7315         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7316              To: Mailing list Perl5 <perl5-porters@perl.org>
7317              Subject: [PATCH 5.005_58] Fix debugging output for REx
7318              Date: Wed, 8 Sep 1999 05:02:02 -0400
7319              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
7320      Branch: cfgperl
7321            ! regcomp.c
7322 ____________________________________________________________________________
7323 [  4103] By: gsar                                  on 1999/09/08  00:53:50
7324         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
7325      Branch: perl
7326            ! pp.c
7327 ____________________________________________________________________________
7328 [  4102] By: gsar                                  on 1999/09/08  00:52:50
7329         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
7330      Branch: perl
7331            ! cop.h pp_hot.c
7332 ____________________________________________________________________________
7333 [  4101] By: gsar                                  on 1999/09/07  17:25:07
7334         Log: various fixups for windows
7335      Branch: perl
7336            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
7337            ! win32/Makefile win32/makefile.mk xsutils.c
7338 ____________________________________________________________________________
7339 [  4100] By: jhi                                   on 1999/09/07  12:49:15
7340         Log: Fix pointer casts.
7341              
7342              From: Robin Barker <rmb1@cise.npl.co.uk>
7343              To: perl5-porters@perl.org
7344              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
7345              -Duse64bits
7346              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
7347              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
7348      Branch: cfgperl
7349            ! doio.c dump.c ext/B/B.xs ext/B/typemap
7350            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
7351            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
7352            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
7353            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
7354 ____________________________________________________________________________
7355 [  4099] By: jhi                                   on 1999/09/07  10:29:04
7356         Log: Add sig/pid/uid size and sign probes.
7357      Branch: metaconfig
7358            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
7359            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
7360 ____________________________________________________________________________
7361 [  4098] By: jhi                                   on 1999/09/07  10:27:06
7362         Log: Band-aid until we've got %{Uid_t} or something similar
7363              for sv_catpvfn().
7364      Branch: cfgperl
7365            ! taint.c
7366 ____________________________________________________________________________
7367 [  4097] By: jhi                                   on 1999/09/07  09:41:23
7368         Log: Fix a printf thinko: now quads must have the ll L q prefix.
7369              (in other words, a bare %d is an int/unsigned)
7370      Branch: cfgperl
7371            ! pp_sys.c sv.c t/op/64bit.t
7372 ____________________________________________________________________________
7373 [  4096] By: jhi                                   on 1999/09/07  07:36:17
7374         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
7375              
7376              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
7377              To: perl5-porters@perl.org
7378              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
7379              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
7380              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
7381      Branch: cfgperl
7382            ! hints/hpux.sh perl.h
7383 ____________________________________________________________________________
7384 [  4095] By: gsar                                  on 1999/09/06  20:47:02
7385         Log: applied suggested patch with suitable test to detect MSVC
7386              From: "Vishal Bhatia" <vishalb@my-deja.com>
7387              Date: Wed, 11 Aug 1999 01:43:28 -0700
7388              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
7389              Subject: compiler on  win32
7390      Branch: perl
7391            ! ext/B/B/C.pm
7392 ____________________________________________________________________________
7393 [  4094] By: jhi                                   on 1999/09/06  20:34:44
7394         Log: Integrate with Sarathy.
7395      Branch: cfgperl
7396           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
7397           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
7398 ____________________________________________________________________________
7399 [  4093] By: jhi                                   on 1999/09/06  20:33:43
7400         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
7401              so that they overflow also on 64-bit platforms.
7402      Branch: cfgperl
7403            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
7404 ____________________________________________________________________________
7405 [  4092] By: gsar                                  on 1999/09/06  20:16:58
7406         Log: support bytecode and C backends in perlcc (patch suggested
7407              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
7408              C backend the default; describe new switches in pod; introduce
7409              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
7410              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
7411              entries
7412      Branch: perl
7413            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
7414            ! t/harness utils/Makefile utils/perlcc.PL
7415 ____________________________________________________________________________
7416 [  4091] By: jhi                                   on 1999/09/06  19:10:41
7417         Log: Integrate with Sarathy.
7418      Branch: cfgperl
7419           +> t/pragma/sub_lval.t
7420           !> (integrate 52 files)
7421 ____________________________________________________________________________
7422 [  4090] By: gsar                                  on 1999/09/06  19:09:06
7423         Log: propagate changed error text
7424      Branch: perl
7425            ! t/pragma/sub_lval.t
7426 ____________________________________________________________________________
7427 [  4089] By: gsar                                  on 1999/09/06  18:54:43
7428         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
7429      Branch: perl
7430            ! pod/perlfunc.pod
7431 ____________________________________________________________________________
7432 [  4088] By: gsar                                  on 1999/09/06  18:52:10
7433         Log: From: paul.marquess@bt.com
7434              Date: Sun, 5 Sep 1999 15:11:08 +0100 
7435              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
7436              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
7437      Branch: perl
7438            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
7439            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7440            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
7441            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
7442            ! toke.c
7443 ____________________________________________________________________________
7444 [  4087] By: gsar                                  on 1999/09/06  18:06:06
7445         Log: change#3612 is buggy when quotemeta argument matches target
7446              (hope this is the last of the optimized-OP_SASSIGN bugs)
7447              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7448              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
7449              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
7450              Subject: Re: [BUG: quotemeta]
7451      Branch: perl
7452            ! Changes op.c t/op/lex_assign.t
7453 ____________________________________________________________________________
7454 [  4086] By: gsar                                  on 1999/09/06  17:57:52
7455         Log: misc tweaks
7456      Branch: perl
7457            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
7458 ____________________________________________________________________________
7459 [  4085] By: gsar                                  on 1999/09/06  03:54:23
7460         Log: applied patch suggested by Hans Mulder to fix problems on
7461              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
7462              when they ask for bincompat (platforms that used to default
7463              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
7464              (appears unsalvageable on some platforms)
7465      Branch: perl
7466            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
7467 ____________________________________________________________________________
7468 [  4084] By: bailey                                on 1999/09/06  02:39:11
7469         Log: Integrate mainline 5.05_61
7470      Branch: vmsperl
7471           +> (branch 32 files)
7472            - lib/unicode/EthiopicSyllables.txt
7473            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
7474            - warning.pl
7475            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
7476            ! vms/perly_h.vms vms/vms.c
7477           !> (integrate 346 files)
7478 ____________________________________________________________________________
7479 [  4083] By: gsar                                  on 1999/09/06  00:10:40
7480         Log: optional warning on join(/foo/...) (reworked suggested patch
7481              by Mark-Jason Dominus <mjd@plover.com>)
7482      Branch: perl
7483            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
7484            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
7485            ! pp_proto.h t/pragma/warn/op
7486 ____________________________________________________________________________
7487 [  4082] By: gsar                                  on 1999/09/05  22:28:57
7488         Log: fix data loss when more than one block is read from SDBM
7489              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
7490      Branch: perl
7491            ! ext/SDBM_File/sdbm/sdbm.c
7492 ____________________________________________________________________________
7493 [  4081] By: gsar                                  on 1999/09/05  22:07:18
7494         Log: initial implementation of lvalue subroutines (slightly fixed
7495              version of patch suggested by Ilya Zakharevich, which in turn
7496              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
7497      Branch: perl
7498            + t/pragma/sub_lval.t
7499            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
7500            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
7501            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
7502            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
7503            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
7504 ____________________________________________________________________________
7505 [  4080] By: jhi                                   on 1999/09/05  22:02:18
7506         Log: Undo #4055 (related to #4079).
7507      Branch: cfgperl
7508            ! pod/perlop.pod
7509 ____________________________________________________________________________
7510 [  4079] By: jhi                                   on 1999/09/05  21:30:54
7511         Log: Time is not yet ripe.
7512      Branch: cfgperl
7513            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
7514 ____________________________________________________________________________
7515 [  4078] By: gsar                                  on 1999/09/05  18:17:32
7516         Log: modified suggested patch to handle cross-refs and qr// objects
7517              correctly; unfollowed refs are represented as simple string
7518              value, not just the bare type; $VERSION stays the same until
7519              it is ready for prime time (avoids CPAN confustication)
7520              From:    John Nolan <jpnolan@Op.Net>
7521              Date:    Wed, 04 Aug 1999 20:21:10 EDT
7522              Message-Id: <199908050021.UAA09693@monet.op.net>
7523              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
7524      Branch: perl
7525            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
7526            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
7527 ____________________________________________________________________________
7528 [  4077] By: jhi                                   on 1999/09/04  21:54:42
7529         Log: timesum() wasn't @EXPORTed as promised by the documentation.
7530              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
7531      Branch: cfgperl
7532            ! lib/Benchmark.pm
7533 ____________________________________________________________________________
7534 [  4076] By: gsar                                  on 1999/09/04  20:21:59
7535         Log: integrate cfgperl contents into mainline
7536      Branch: perl
7537           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
7538           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
7539           +> warnings.h warnings.pl xsutils.c
7540            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
7541           !> (integrate 109 files)
7542 ____________________________________________________________________________
7543 [  4075] By: jhi                                   on 1999/09/04  18:04:47
7544         Log: use integer on the problematic subtest.
7545      Branch: cfgperl
7546            ! t/op/misc.t
7547 ____________________________________________________________________________
7548 [  4074] By: jhi                                   on 1999/09/04  17:57:40
7549         Log: Warn about numconvert.t in case somebody
7550              wants to make sv_2pv more 64-bit aware.
7551      Branch: cfgperl
7552            ! sv.c
7553 ____________________________________________________________________________
7554 [  4073] By: jhi                                   on 1999/09/04  17:54:51
7555         Log: Comment upgrading: the quad situation isn't quite as
7556              bad as it used to be.
7557      Branch: cfgperl
7558            ! perl.h
7559 ____________________________________________________________________________
7560 [  4072] By: jhi                                   on 1999/09/04  15:35:37
7561         Log: Integrate with Sarathy.
7562      Branch: cfgperl
7563           !> win32/win32.c
7564 ____________________________________________________________________________
7565 [  4071] By: jhi                                   on 1999/09/04  15:28:11
7566         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
7567              
7568              From: Robin Barker <rmb1@cise.npl.co.uk>
7569              To: perl5-porters@perl.org
7570              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
7571              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
7572              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
7573              
7574              and later (in private email) found to be dependent
7575              on useperlio.
7576              
7577              Mental note: the cpp magic done in perlsdio.h (and assumedly
7578              also in perlsfio.h) may cause trouble later with lfs because
7579              both the perlio scheme by Perl and the lfs support by vendors
7580              like to play cpp games to map the stdio namespace back and forth.
7581              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
7582              just the beginning.
7583      Branch: cfgperl
7584            ! perlio.c
7585 ____________________________________________________________________________
7586 [  4070] By: jhi                                   on 1999/09/04  13:12:14
7587         Log: Enable 64-bit clean bit ops.
7588              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
7589      Branch: cfgperl
7590            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
7591            ! t/op/misc.t
7592 ____________________________________________________________________________
7593 [  4069] By: jhi                                   on 1999/09/03  21:17:30
7594         Log: Turn on USE_64_BIT_OFFSETS implicitly.
7595      Branch: cfgperl
7596            ! perl.h
7597 ____________________________________________________________________________
7598 [  4068] By: jhi                                   on 1999/09/03  08:19:59
7599         Log: Fix from Spider for the sub attributes (there was an undocumented
7600              dependency between force_word() and skipspace()).
7601      Branch: cfgperl
7602            ! toke.c
7603 ____________________________________________________________________________
7604 [  4067] By: jhi                                   on 1999/09/01  23:17:06
7605         Log: From: John Tobey <spam@john-edwin-tobey.org>
7606              To: ilya@math.ohio-state.edu
7607              CC: perl5-porters@perl.org
7608              Subject: Re: [PATCH 5.005_60] distclean forgot two
7609              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
7610              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
7611      Branch: cfgperl
7612            ! t/lib/dprof.t
7613 ____________________________________________________________________________
7614 [  4066] By: jhi                                   on 1999/09/01  23:14:50
7615         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
7616              To: perl5-porters@perl.org
7617              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
7618              Date: Fri, 20 Aug 1999 15:37:27 +0100
7619              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
7620      Branch: cfgperl
7621            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
7622            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
7623            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
7624 ____________________________________________________________________________
7625 [  4065] By: jhi                                   on 1999/09/01  22:06:43
7626         Log: From: Dominic Dunlop <domo@vo.lu>
7627              To: perl5-porters@perl.org
7628              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
7629              (UNINSTALLED) [PATCH]
7630              Date: Thu, 19 Aug 1999 09:48:03 +0200
7631              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
7632              
7633              The PERL_POLLUTE_MALLOC part had to be manually applied.
7634      Branch: cfgperl
7635            ! hints/machten.sh perl.h
7636 ____________________________________________________________________________
7637 [  4064] By: jhi                                   on 1999/09/01  13:56:14
7638         Log: From: Martin Lichtin <lichtin@bivio.com>
7639              To: jhi@iki.fi
7640              CC: perl5-porters@perl.org
7641              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
7642              Date: Wed, 01 Sep 1999 15:50:04 +0200
7643              Message-ID: <37CD2F0C.944BFACE@bivio.com>
7644      Branch: cfgperl
7645            ! lib/ExtUtils/Install.pm
7646 ____________________________________________________________________________
7647 [  4063] By: jhi                                   on 1999/09/01  13:16:11
7648         Log: Enhance lfs tests: check every seek and sysseek
7649              and test also that -e and -f detect largefiles.
7650      Branch: cfgperl
7651            ! t/lib/syslfs.t t/op/lfs.t
7652 ____________________________________________________________________________
7653 [  4062] By: jhi                                   on 1999/09/01  12:08:04
7654         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
7655              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
7656              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
7657              The Perl Porters Mailing List <perl5-porters@perl.org>
7658              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
7659              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
7660              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
7661      Branch: cfgperl
7662            ! pod/perldiag.pod
7663 ____________________________________________________________________________
7664 [  4061] By: jhi                                   on 1999/09/01  12:03:03
7665         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7666              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
7667              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
7668              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
7669              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
7670              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
7671      Branch: cfgperl
7672            ! op.c t/op/join.t
7673 ____________________________________________________________________________
7674 [  4060] By: jhi                                   on 1999/09/01  07:59:42
7675         Log: IV_DIG and NV_DIG fixes.
7676      Branch: cfgperl
7677            ! perl.h
7678 ____________________________________________________________________________
7679 [  4059] By: jhi                                   on 1999/08/31  14:47:18
7680         Log: \C{} -> \N{} residue.
7681      Branch: cfgperl
7682            ! toke.c
7683 ____________________________________________________________________________
7684 [  4057] By: gsar                                  on 1999/08/30  22:08:19
7685         Log: avoid hiding child process window
7686      Branch: perl
7687            ! win32/win32.c
7688 ____________________________________________________________________________
7689 [  4055] By: jhi                                   on 1999/08/30  21:20:50
7690         Log: Document the undefinedness of overshifting.
7691      Branch: cfgperl
7692            ! pod/perlop.pod
7693 ____________________________________________________________________________
7694 [  4054] By: jhi                                   on 1999/08/30  20:18:18
7695         Log: History fixes and updates.
7696      Branch: cfgperl
7697            ! pod/perlhist.pod
7698 ____________________________________________________________________________
7699 [  4053] By: jhi                                   on 1999/08/30  19:34:02
7700         Log: Shell quoting thinko broke installdirs.
7701              From: JVromans@Squirrel.nl (Johan Vromans)
7702              To: perl5-porters@perl.org
7703              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
7704              installprefix
7705              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
7706              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
7707      Branch: cfgperl
7708            ! Configure config_h.SH
7709      Branch: metaconfig
7710            ! U/installdirs/archlib.U U/installdirs/bin.U
7711            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
7712            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
7713            ! U/installdirs/man3dir.U U/installdirs/privlib.U
7714            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
7715            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
7716            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
7717            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
7718            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
7719            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
7720            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
7721            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
7722            ! U/installdirs/vendorscriptdir.U
7723 ____________________________________________________________________________
7724 [  4052] By: jhi                                   on 1999/08/30  02:57:05
7725         Log: Use \N{named characters} instead of \C.
7726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7727              To: jhi@iki.fi
7728              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
7729              perl5-porters@perl.org (Mailing list Perl5)
7730              Subject: Re: [PATCH 5.005_58] Named characters in Perl
7731              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
7732              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
7733      Branch: cfgperl
7734            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
7735            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
7736 ____________________________________________________________________________
7737 [  4051] By: jhi                                   on 1999/08/30  02:54:20
7738         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
7739              To: perl5-porters@perl.org
7740              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
7741              don't mix
7742              Date: Sun, 29 Aug 1999 19:04:53 -0400
7743              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
7744      Branch: cfgperl
7745            ! universal.c
7746 ____________________________________________________________________________
7747 [  4050] By: jhi                                   on 1999/08/29  16:38:58
7748         Log: Conditionally socksify the LIBS of Socket.
7749      Branch: cfgperl
7750            ! ext/Socket/Makefile.PL
7751 ____________________________________________________________________________
7752 [  4049] By: jhi                                   on 1999/08/29  15:33:30
7753         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7754              To: Mailing list Perl5 <perl5-porters@perl.org>
7755              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
7756              Date: Wed, 25 Aug 1999 16:19:58 -0400
7757              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
7758      Branch: cfgperl
7759            ! lib/perl5db.pl
7760 ____________________________________________________________________________
7761 [  4048] By: jhi                                   on 1999/08/29  15:31:36
7762         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7763              To: perl5-porters@perl.org
7764              Subject: [PATCH _61] Lost arguments to simplified sort
7765              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
7766              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
7767      Branch: cfgperl
7768            ! op.c t/op/sort.t
7769 ____________________________________________________________________________
7770 [  4047] By: jhi                                   on 1999/08/29  15:29:29
7771         Log: From: Olaf Flebbe <olaf@science-computing.de>
7772              Sender: owner-perl5-porters@perl.org
7773              To: perl5-porters@perl.org
7774              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
7775              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
7776      Branch: cfgperl
7777            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
7778            ! epoc/perl.mmp epoc/perl.pkg
7779 ____________________________________________________________________________
7780 [  4046] By: jhi                                   on 1999/08/29  15:21:18
7781         Log: From: pvhp@forte.com (Peter Prymmer)
7782              To: perl5-porters@perl.org
7783              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
7784              Date: Fri, 27 Aug 99 18:51:04 PDT
7785              Message-Id: <9908280151.AA05010@forte.com>
7786      Branch: cfgperl
7787            ! t/lib/cgi-html.t
7788 ____________________________________________________________________________
7789 [  4045] By: jhi                                   on 1999/08/29  15:18:38
7790         Log: Fix scalar gmtime (and localtime) in quad environments,
7791              bug reported by Robin Parker.
7792              
7793              From: Robin Barker <rmb1@cise.npl.co.uk>
7794              To: jhi@iki.fi
7795              Cc: perl5-porters@perl.org
7796              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
7797              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
7798              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
7799      Branch: cfgperl
7800            ! pp_sys.c t/op/time.t
7801 ____________________________________________________________________________
7802 [  4044] By: jhi                                   on 1999/08/29  11:24:03
7803         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7804              To: perl5-porters@perl.org (Mailing list Perl5)
7805              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
7806              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
7807              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
7808              
7809              Addendum: it's "only" 33% speedup.
7810      Branch: cfgperl
7811            ! dump.c op.c op.h pp.h
7812 ____________________________________________________________________________
7813 [  4043] By: jhi                                   on 1999/08/29  11:10:33
7814         Log: From: spider-perl@Orb.Nashua.NH.US
7815              To: Mailing list Perl5 <perl5-porters@perl.org>
7816              Subject: [PATCH 5.005_61 CORE] sub : attrlist
7817              Date: Sun, 29 Aug 1999 03:02:11 -0400
7818              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
7819      Branch: cfgperl
7820            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
7821            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
7822            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
7823            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
7824            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
7825            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
7826            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
7827 ____________________________________________________________________________
7828 [  4042] By: jhi                                   on 1999/08/29  11:08:50
7829         Log: Turn off gcc-2.95's strict-alias optimization.
7830              This, of course, should be only temporary.
7831              From Andy Dougherty.
7832      Branch: cfgperl
7833            ! Configure config_h.SH
7834      Branch: metaconfig
7835            ! U/compline/ccflags.U U/modified/cc.U
7836 ____________________________________________________________________________
7837 [  4041] By: jhi                                   on 1999/08/29  10:47:30
7838         Log: Fix a typo in #4036.
7839      Branch: cfgperl
7840            ! mg.c
7841 ____________________________________________________________________________
7842 [  4040] By: jhi                                   on 1999/08/29  10:34:58
7843         Log: Add a missing #endif forgotten by #4035.
7844      Branch: cfgperl
7845            ! doop.c
7846 ____________________________________________________________________________
7847 [  4039] By: jhi                                   on 1999/08/29  10:31:19
7848         Log: Remove an extra #endif introduced by #4036.
7849      Branch: cfgperl
7850            ! perl.h
7851 ____________________________________________________________________________
7852 [  4038] By: jhi                                   on 1999/08/29  10:18:59
7853         Log: Rename warning to warnings, from Paul Marquess.
7854      Branch: cfgperl
7855            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
7856            + t/pragma/warnings.t warnings.h warnings.pl
7857            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
7858            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
7859            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
7860            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
7861            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
7862            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
7863            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
7864            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
7865            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
7866            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7867            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
7868            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
7869            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
7870 ____________________________________________________________________________
7871 [  4037] By: jhi                                   on 1999/08/29  10:08:47
7872         Log: Create the equivalence tables based on
7873              the real Unicode decomposition, not on
7874              the character name.
7875      Branch: cfgperl
7876            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7877            ! lib/unicode/mktables.PL
7878 ____________________________________________________________________________
7879 [  4036] By: jhi                                   on 1999/08/29  09:29:08
7880         Log: Integrate with Sarathy.
7881      Branch: cfgperl
7882           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
7883           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
7884           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
7885           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
7886           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
7887           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
7888           !> (integrate 190 files)
7889 ____________________________________________________________________________
7890 [  4035] By: jhi                                   on 1999/08/29  08:56:15
7891         Log: Implement 64-bit vec().
7892      Branch: cfgperl
7893            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7894            ! pp.h t/op/64bit.t
7895 ____________________________________________________________________________
7896 [  4034] By: gsar                                  on 1999/08/29  03:35:18
7897         Log: deadcode removal
7898      Branch: perl
7899            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
7900            ! pp_ctl.c proto.h run.c sv.c
7901 ____________________________________________________________________________
7902 [  4033] By: jhi                                   on 1999/08/28  17:31:07
7903         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
7904              To: perl5-porters@perl.org
7905              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
7906              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
7907              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
7908      Branch: cfgperl
7909            ! perl.h
7910 ____________________________________________________________________________
7911 [  4032] By: gsar                                  on 1999/08/26  23:53:33
7912         Log: new thread should set current interp in TLS
7913      Branch: perl
7914            ! ext/Thread/Thread.xs
7915 ____________________________________________________________________________
7916 [  4031] By: bailey                                on 1999/08/23  03:40:07
7917         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
7918      Branch: vmsperl
7919            ! lib/ExtUtils/MM_VMS.pm
7920 ____________________________________________________________________________
7921 [  4030] By: bailey                                on 1999/08/23  03:37:43
7922         Log: Patch up holes in realclean target
7923      Branch: vmsperl
7924            ! vms/descrip_mms.template
7925 ____________________________________________________________________________
7926 [  4029] By: bailey                                on 1999/08/23  03:36:24
7927         Log: Fix handling of PERL_POLLUTE
7928      Branch: vmsperl
7929            ! lib/ExtUtils/MM_VMS.pm
7930 ____________________________________________________________________________
7931 [  4028] By: bailey                                on 1999/08/23  03:34:08
7932         Log: Update VMS version of perly.h
7933      Branch: vmsperl
7934            ! vms/perly_h.vms
7935 ____________________________________________________________________________
7936 [  4027] By: bailey                                on 1999/08/23  03:32:45
7937         Log: Update dependencies in Descrip.MMS
7938      Branch: vmsperl
7939            ! vms/descrip_mms.template
7940 ____________________________________________________________________________
7941 [  4026] By: bailey                                on 1999/08/23  03:30:01
7942         Log: Fix prototypes in perlapi.c (64-bit?)
7943              Clear prior definition of getenv_len before defining VMS-specific macro
7944      Branch: vmsperl
7945            ! perlapi.c vms/vmsish.h
7946 ____________________________________________________________________________
7947 [  4025] By: bailey                                on 1999/08/23  03:25:51
7948         Log: Add '-m' option to Configure.com which skips the MANIFEST check
7949      Branch: vmsperl
7950            ! configure.com
7951 ____________________________________________________________________________
7952 [  4024] By: bailey                                on 1999/08/23  03:23:34
7953         Log: Skip open() tests that rely on Unix fork semantics
7954      Branch: vmsperl
7955            ! t/io/open.t
7956 ____________________________________________________________________________
7957 [  4023] By: bailey                                on 1999/08/23  03:21:46
7958         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
7959      Branch: vmsperl
7960            ! vms/gen_shrfls.pl
7961 ____________________________________________________________________________
7962 [  4022] By: bailey                                on 1999/08/23  03:17:33
7963         Log: update MM_VMS to use new File::Spec routines
7964      Branch: vmsperl
7965            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
7966 ____________________________________________________________________________
7967 [  4021] By: bailey                                on 1999/08/23  03:13:40
7968         Log: byteperl is now part of the ByteLoader ext
7969      Branch: vmsperl
7970            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
7971 ____________________________________________________________________________
7972 [  4020] By: bailey                                on 1999/08/23  03:10:41
7973         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
7974      Branch: vmsperl
7975            ! vms/vms.c
7976 ____________________________________________________________________________
7977 [  4019] By: bailey                                on 1999/08/23  03:07:28
7978         Log: Update calls for new thread context handling
7979      Branch: vmsperl
7980            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
7981            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
7982 ____________________________________________________________________________
7983 [  4018] By: bailey                                on 1999/08/23  03:01:31
7984         Log: Allow for file versions in library when looking for .bs files
7985      Branch: vmsperl
7986            ! ext/DynaLoader/DynaLoader_pm.PL
7987 ____________________________________________________________________________
7988 [  4017] By: bailey                                on 1999/08/23  02:58:55
7989         Log: Update VMS configuration procedures for 5.005_60
7990      Branch: vmsperl
7991            ! configure.com vms/subconfigure.com
7992 ____________________________________________________________________________
7993 [  4016] By: gsar                                  on 1999/08/20  22:19:56
7994         Log: update Changes
7995      Branch: perl
7996            ! Changes
7997
7998 ----------------
7999 Version 5.005_61
8000 ----------------
8001
8002 ____________________________________________________________________________
8003 [  4015] By: gsar                                  on 1999/08/20  22:17:41
8004         Log: perl_free() should use PerlMem_free()
8005      Branch: perl
8006            ! perl.c
8007 ____________________________________________________________________________
8008 [  4014] By: gsar                                  on 1999/08/20  22:10:46
8009         Log: win32 tweaks
8010      Branch: perl
8011            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
8012            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8013            ! win32/config_H.vc
8014 ____________________________________________________________________________
8015 [  4013] By: gsar                                  on 1999/08/20  22:09:56
8016         Log: DEBUG_m() adjusted to internalize dTHX
8017      Branch: perl
8018            ! malloc.c perl.h util.c
8019 ____________________________________________________________________________
8020 [  4012] By: gsar                                  on 1999/08/20  17:51:06
8021         Log: make autogenerated files writable
8022      Branch: perl
8023            ! (edit 171 files)
8024 ____________________________________________________________________________
8025 [  4011] By: gsar                                  on 1999/08/20  17:43:47
8026         Log: update Changes
8027      Branch: perl
8028            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
8029 ____________________________________________________________________________
8030 [  4010] By: gsar                                  on 1999/08/20  17:21:53
8031         Log: up patchlevel &c
8032      Branch: perl
8033            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8034            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8035 ____________________________________________________________________________
8036 [  4009] By: gsar                                  on 1999/08/20  16:46:26
8037         Log: add missing Is/Syl*.pl files
8038      Branch: perl
8039            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
8040            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
8041            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
8042            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
8043            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
8044            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
8045 ____________________________________________________________________________
8046 [  4008] By: gsar                                  on 1999/08/20  16:31:02
8047         Log: integrate cfgperl contents into mainline
8048      Branch: perl
8049           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
8050           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8051           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
8052           +> t/op/lfs.t
8053            - lib/unicode/EthiopicSyllables.txt
8054            - lib/unicode/MakeEthiopicSyllables.PL
8055           !> (integrate 261 files)
8056 ____________________________________________________________________________
8057 [  4007] By: gsar                                  on 1999/08/20  15:24:08
8058         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
8059              USE_THREADS and MULTIPLICITY; minor pod adjustments
8060      Branch: perl
8061            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
8062            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
8063 ____________________________________________________________________________
8064 [  4006] By: jhi                                   on 1999/08/19  19:01:41
8065         Log: Tighten the vec() code so that naughty BITS cause an error.
8066      Branch: cfgperl
8067            ! doop.c
8068 ____________________________________________________________________________
8069 [  4005] By: jhi                                   on 1999/08/19  15:55:09
8070         Log: Don't document ill-defined vec() bits cases
8071              (for which the code doesn't work right in any case)
8072      Branch: cfgperl
8073            ! pod/perldiag.pod pod/perlfunc.pod
8074 ____________________________________________________________________________
8075 [  4004] By: jhi                                   on 1999/08/19  12:49:41
8076         Log: Removed duplicated code (in pp.c and mg.c) by introducing
8077              do_vecget().  NOTE: the calling convention of do_vecset()
8078              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
8079              in pp_vec() is no more multiplied by `size' in pp_vec(),
8080              the multiplication is now done in do_vecset().
8081              
8082              Also fix a cpp thinko in change #4002.
8083      Branch: cfgperl
8084            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
8085            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
8086            ! proto.h
8087 ____________________________________________________________________________
8088 [  4003] By: jhi                                   on 1999/08/18  08:27:22
8089         Log: Warn about small spherical distances.
8090      Branch: cfgperl
8091            ! lib/Math/Trig.pm
8092 ____________________________________________________________________________
8093 [  4002] By: jhi                                   on 1999/08/17  09:11:51
8094         Log: Enhance IV_FITS_IN_IV (though it's still unused).
8095      Branch: cfgperl
8096            ! perl.h
8097 ____________________________________________________________________________
8098 [  4001] By: jhi                                   on 1999/08/17  08:13:34
8099         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
8100              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
8101              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
8102              Subject: [PATCH] overload.pm str/num confu
8103              Date: 17 Aug 1999 08:21:12 +0200
8104      Branch: cfgperl
8105            ! lib/overload.pm
8106 ____________________________________________________________________________
8107 [  4000] By: jhi                                   on 1999/08/17  07:20:23
8108         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
8109              To: perl5-porters@perl.org
8110              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
8111              Date: 16 Aug 1999 14:24:28 -0700
8112              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
8113      Branch: cfgperl
8114            ! pod/perlobj.pod
8115 ____________________________________________________________________________
8116 [  3999] By: jhi                                   on 1999/08/16  19:49:09
8117         Log: Integrate with Nick.
8118      Branch: cfgperl
8119           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
8120 ____________________________________________________________________________
8121 [  3998] By: jhi                                   on 1999/08/16  19:44:29
8122         Log: Fix most of the pod2man moanings reported in
8123              
8124              From: "Larry W. Virden" <lvirden@cas.org>
8125              To: perl5-porters@perl.org
8126              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
8127              (UNINSTALLED)
8128              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
8129              Message-Id: <199908031935.PAA27692@cas.org>
8130              
8131              Configure regen'ed.
8132      Branch: cfgperl
8133            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8134            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
8135            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
8136            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
8137            ! utils/h2xs.PL utils/perlcc.PL
8138 ____________________________________________________________________________
8139 [  3997] By: jhi                                   on 1999/08/16  19:20:37
8140         Log: A fix of sorts for the flush-before-dup scenario.
8141      Branch: cfgperl
8142            ! doio.c
8143 ____________________________________________________________________________
8144 [  3996] By: jhi                                   on 1999/08/16  19:14:37
8145         Log: More paranoia.
8146      Branch: cfgperl
8147            ! sv.c
8148 ____________________________________________________________________________
8149 [  3995] By: jhi                                   on 1999/08/16  18:55:35
8150         Log: Batch of small 64-bit/long double/large file support tweaks:
8151              - scan for LDBL_DIG
8152              - from DBL_DIG and LDBL_DIG select NV_DIG
8153              - introduce IVSIZE, UVSIZE, NVSIZE
8154              - introduce IV_DIG
8155              - remove stdio64
8156              - AIX uses `oslevel` when others use `uname -r`
8157              - already AIX 4.2 goes 64-bit
8158              - in HP-UX require the 64-bit libc, just the directory isn't enough
8159              - group ids are not NVs
8160              - #undef USE_LONG_DOUBLE if long double is no better than double
8161              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
8162              - mention large file support in perldelta
8163              - introduce quad TOPpin' and POPpin'
8164              - the svcat... buffer was tiny for printing quads in %b
8165              - fix the multiplication test in 64bit.t
8166              - try to make VMS to comply with all this removal and "introducal"
8167              of symbols
8168      Branch: cfgperl
8169            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
8170            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
8171            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
8172      Branch: metaconfig
8173            ! U/modified/d_longdbl.U
8174      Branch: metaconfig/U/perl
8175            + d_ldbl_dig.U
8176 ____________________________________________________________________________
8177 [  3994] By: jhi                                   on 1999/08/16  07:53:44
8178         Log: More Configure/subconfigure.com syncing.
8179      Branch: cfgperl
8180            ! vms/subconfigure.com
8181 ____________________________________________________________________________
8182 [  3993] By: jhi                                   on 1999/08/14  22:09:26
8183         Log: Remove from VMS what the change #3982 took away from Configure lands.
8184      Branch: cfgperl
8185            ! vms/subconfigure.com
8186 ____________________________________________________________________________
8187 [  3992] By: jhi                                   on 1999/08/14  13:29:13
8188         Log: Small test tweaks.
8189      Branch: cfgperl
8190            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
8191 ____________________________________________________________________________
8192 [  3991] By: jhi                                   on 1999/08/14  13:08:41
8193         Log: Augment filesize limit note.
8194      Branch: cfgperl
8195            ! doio.c
8196 ____________________________________________________________________________
8197 [  3990] By: jhi                                   on 1999/08/14  13:06:12
8198         Log: Note about filesize limits.
8199      Branch: cfgperl
8200            ! doio.c pp_sys.c
8201 ____________________________________________________________________________
8202 [  3989] By: jhi                                   on 1999/08/14  11:31:58
8203         Log: Catch the case of filesize limits.
8204      Branch: cfgperl
8205            ! t/lib/syslfs.t t/op/lfs.t
8206 ____________________________________________________________________________
8207 [  3988] By: nick                                  on 1999/08/14  09:20:58
8208         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
8209              this causes a POPSTACK panic. The problem seems to be that although
8210              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
8211              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
8212              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
8213              messing with CATCH_SET() in call_sv, use it in perl_vdie().
8214              Add test to op/eval.t which will fail (panic) if bug comes back.
8215              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
8216      Branch: perl
8217            ! cop.h perl.c t/op/eval.t util.c
8218 ____________________________________________________________________________
8219 [  3987] By: jhi                                   on 1999/08/13  23:57:52
8220         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
8221              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
8222              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
8223              Date: Fri, 13 Aug 1999 17:42:47 -0500
8224              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
8225      Branch: cfgperl
8226            ! lib/ExtUtils/MM_VMS.pm
8227 ____________________________________________________________________________
8228 [  3986] By: jhi                                   on 1999/08/13  23:56:44
8229         Log: Don't quit before printing out the message.
8230      Branch: cfgperl
8231            ! t/lib/syslfs.t t/op/lfs.t
8232 ____________________________________________________________________________
8233 [  3985] By: jhi                                   on 1999/08/13  23:35:49
8234         Log: Remove more t/ trash on target "clean".
8235      Branch: cfgperl
8236            ! Makefile.SH
8237 ____________________________________________________________________________
8238 [  3984] By: jhi                                   on 1999/08/13  23:02:53
8239         Log: Avoid double long double. 
8240      Branch: cfgperl
8241            ! Configure config_h.SH
8242      Branch: metaconfig/U/perl
8243            ! uselongdbl.U
8244 ____________________________________________________________________________
8245 [  3983] By: jhi                                   on 1999/08/13  22:59:56
8246         Log: BYTEORDER fix.
8247      Branch: cfgperl
8248            ! Configure config_h.SH
8249      Branch: metaconfig
8250            ! U/compline/byteorder.U
8251 ____________________________________________________________________________
8252 [  3982] By: jhi                                   on 1999/08/13  22:48:40
8253         Log: Jumbo Configure and large file support update.
8254              Remove a lot of unneeded 64-bitness cruft;
8255              re-introduce BYTEORDER; update 64-bitness hints;
8256              lfs should now work in Solaris; long doubles in AIX.
8257      Branch: cfgperl
8258            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
8259            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
8260            ! perlsdio.h pp.h pp_sys.c
8261      Branch: metaconfig
8262            ! U/compline/byteorder.U U/compline/ccflags.U
8263      Branch: metaconfig/U/perl
8264            ! d_dlsymun.U io64.U uselongdbl.U
8265 ____________________________________________________________________________
8266 [  3980] By: jhi                                   on 1999/08/13  15:09:11
8267         Log: Introduce HAS_LLSEEK.
8268      Branch: cfgperl
8269            ! Configure config_h.SH perl.h
8270 ____________________________________________________________________________
8271 [  3979] By: jhi                                   on 1999/08/13  14:29:47
8272         Log: From: <dan@sidhe.org>
8273              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
8274              sarathy@activestate.com
8275              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
8276              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
8277              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
8278      Branch: cfgperl
8279            ! vms/vms.c
8280 ____________________________________________________________________________
8281 [  3978] By: jhi                                   on 1999/08/13  09:56:46
8282         Log: Make the 64-bit tests more paranoid.
8283      Branch: cfgperl
8284            ! t/op/64bit.t
8285 ____________________________________________________________________________
8286 [  3976] By: jhi                                   on 1999/08/12  21:49:16
8287         Log: IRIX64 needs more -mabi=64 with gcc.
8288      Branch: cfgperl
8289            ! hints/irix_6.sh
8290 ____________________________________________________________________________
8291 [  3975] By: jhi                                   on 1999/08/12  21:02:03
8292         Log: Reincarnate change #3967, now in more modest form.
8293      Branch: cfgperl
8294            ! hints/irix_6.sh
8295 ____________________________________________________________________________
8296 [  3974] By: jhi                                   on 1999/08/12  20:49:36
8297         Log: Remove rt from libswanted (I added it many moons ago
8298              when I thought it would be useful in Digital UNIX,
8299              I was wrong); undo the recent IRIX hints changes,
8300              getting rid of one warning brought new ones.
8301      Branch: cfgperl
8302            ! Configure config_h.SH hints/irix_6.sh
8303      Branch: metaconfig
8304            ! U/modified/Myinit.U
8305 ____________________________________________________________________________
8306 [  3973] By: jhi                                   on 1999/08/12  19:42:53
8307         Log: st_blocks is in 512 byte blocks.
8308      Branch: cfgperl
8309            ! t/lib/syslfs.t t/op/lfs.t
8310 ____________________________________________________________________________
8311 [  3972] By: jhi                                   on 1999/08/12  19:27:31
8312         Log: Don't claim defeat too early.
8313      Branch: cfgperl
8314            ! Configure config_h.SH
8315      Branch: metaconfig/U/perl
8316            ! longdblfio.U
8317 ____________________________________________________________________________
8318 [  3971] By: jhi                                   on 1999/08/12  19:24:14
8319         Log: IRIX 64-bit hint tweak. 
8320      Branch: cfgperl
8321            ! hints/irix_6.sh
8322 ____________________________________________________________________________
8323 [  3970] By: nick                                  on 1999/08/12  19:17:20
8324         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
8325              tests i.e. RV2AV and RV2HV
8326      Branch: perl
8327            ! op.c t/pragma/warn/op
8328 ____________________________________________________________________________
8329 [  3969] By: jhi                                   on 1999/08/12  19:06:17
8330         Log: Add Configure -Duselongdouble and add a missing semicolon.
8331      Branch: cfgperl
8332            ! Configure config_h.SH sv.c
8333      Branch: metaconfig/U/perl
8334            + uselongdbl.U
8335 ____________________________________________________________________________
8336 [  3968] By: jhi                                   on 1999/08/12  18:46:00
8337         Log: Simply exit() early if lfs support seems unlikely.
8338      Branch: cfgperl
8339            ! t/lib/syslfs.t t/op/lfs.t
8340 ____________________________________________________________________________
8341 [  3967] By: jhi                                   on 1999/08/12  18:44:05
8342         Log: Suffer silently for unused libraries.
8343      Branch: cfgperl
8344            ! hints/irix_6.sh
8345 ____________________________________________________________________________
8346 [  3966] By: jhi                                   on 1999/08/12  13:18:44
8347         Log: Update MANIFEST to follow change #3965.
8348      Branch: cfgperl
8349            ! MANIFEST
8350 ____________________________________________________________________________
8351 [  3965] By: jhi                                   on 1999/08/12  13:15:38
8352         Log: Regenerate Unicode tables based on new syllable lists
8353              from Daniel Yacob.
8354      Branch: cfgperl
8355            ! (edit 159 files)
8356 ____________________________________________________________________________
8357 [  3964] By: jhi                                   on 1999/08/12  10:06:24
8358         Log: Remove more spurious casting.
8359      Branch: cfgperl
8360            ! pp_sys.c
8361 ____________________________________________________________________________
8362 [  3963] By: jhi                                   on 1999/08/12  08:18:53
8363         Log: Minor niggles on the lfs tests.
8364      Branch: cfgperl
8365            ! t/lib/syslfs.t t/op/lfs.t
8366 ____________________________________________________________________________
8367 [  3962] By: jhi                                   on 1999/08/11  22:48:25
8368         Log: Don't bother with lfs testing if off_t is too small.
8369      Branch: cfgperl
8370            ! t/lib/syslfs.t t/op/lfs.t
8371 ____________________________________________________________________________
8372 [  3961] By: jhi                                   on 1999/08/11  22:22:54
8373         Log: Long double patches from Dan Sugalski.
8374      Branch: cfgperl
8375            ! sv.c
8376 ____________________________________________________________________________
8377 [  3960] By: jhi                                   on 1999/08/11  22:17:55
8378         Log: Flush buffer before duplicating file descriptor.
8379              
8380              From: Mark-Jason Dominus <mjd@plover.com>
8381              To: Graham Barr <gbarr@pobox.com>
8382              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
8383              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
8384              Date: Wed, 11 Aug 1999 15:56:09 -0400
8385              Message-ID: <19990811195610.5933.qmail@plover.com>
8386              
8387              From: Mark-Jason Dominus <mjd@plover.com>
8388              To: perl5-porters@perl.org
8389              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
8390              Date: Wed, 11 Aug 1999 16:05:46 -0400
8391              Message-ID: <19990811200546.6165.qmail@plover.com>
8392      Branch: cfgperl
8393            ! doio.c pod/perldelta.pod
8394 ____________________________________________________________________________
8395 [  3959] By: jhi                                   on 1999/08/11  22:11:35
8396         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
8397              
8398              From: "Craig A. Berry" <craig.berry@metamor.com>
8399              Sender: owner-perl5-porters@perl.org
8400              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
8401              bailey@newman.upenn.edu
8402              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
8403              problem
8404              Date: Wed, 11 Aug 1999 14:31:11 -0500
8405              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
8406      Branch: cfgperl
8407            ! vms/vms.c
8408 ____________________________________________________________________________
8409 [  3958] By: jhi                                   on 1999/08/11  15:35:45
8410         Log: Add a hopefully comforting message if there seems to be no LFS. 
8411              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
8412              The tests will fail on lfs tests only if quad is available,
8413              if ENOQUAD, the lfs tests will be skipped.
8414      Branch: cfgperl
8415            ! t/lib/syslfs.t t/op/lfs.t
8416 ____________________________________________________________________________
8417 [  3957] By: jhi                                   on 1999/08/11  12:25:59
8418         Log: Unapply an experimental patch that accidentally escaped
8419              from the lab by piggybacking with the change #3955.
8420      Branch: cfgperl
8421            ! pp.c pp.h pp_hot.c
8422 ____________________________________________________________________________
8423 [  3956] By: jhi                                   on 1999/08/11  08:19:23
8424         Log: Add sysio large file support testing.
8425      Branch: cfgperl
8426            + t/lib/syslfs.t
8427            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
8428 ____________________________________________________________________________
8429 [  3955] By: jhi                                   on 1999/08/10  22:39:11
8430         Log: From: <dan@sidhe.org>
8431              To: vmsperl@perl.org, perl5-porters@perl.org,
8432              sarathy@activestate.com, bailey@newman.upenn.edu
8433              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
8434              threads on VMS
8435              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
8436              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
8437      Branch: cfgperl
8438            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
8439            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
8440            ! vms/writemain.pl
8441 ____________________________________________________________________________
8442 [  3954] By: jhi                                   on 1999/08/10  20:37:55
8443         Log: LFS testing robustness.
8444      Branch: cfgperl
8445            ! t/op/lfs.t
8446 ____________________________________________________________________________
8447 [  3953] By: jhi                                   on 1999/08/10  19:54:50
8448         Log: From: <dan@sidhe.org>
8449              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
8450              sarathy@activestate.com
8451              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
8452              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
8453              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
8454      Branch: cfgperl
8455            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
8456            ! vms/subconfigure.com vms/vmsish.h
8457 ____________________________________________________________________________
8458 [  3952] By: jhi                                   on 1999/08/10  17:18:57
8459         Log: AIX is different, again.  Now in cc -E output.
8460      Branch: cfgperl
8461            ! Configure config_h.SH
8462      Branch: metaconfig
8463            ! U/modified/cppstdin.U
8464 ____________________________________________________________________________
8465 [  3951] By: jhi                                   on 1999/08/10  14:37:08
8466         Log: Use Pid_t on pgrp matters.
8467      Branch: cfgperl
8468            ! pp_sys.c
8469 ____________________________________________________________________________
8470 [  3950] By: jhi                                   on 1999/08/10  14:35:30
8471         Log: Use Pid_t.
8472      Branch: cfgperl
8473            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
8474            ! pp_sys.c proto.h util.c
8475 ____________________________________________________________________________
8476 [  3949] By: jhi                                   on 1999/08/10  14:11:15
8477         Log: Use Mode_t.
8478      Branch: cfgperl
8479            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
8480            ! perlapi.h pp_sys.c proto.h
8481 ____________________________________________________________________________
8482 [  3948] By: jhi                                   on 1999/08/10  13:53:19
8483         Log: Small perlbug doc tweaks from Jon Orwant.
8484      Branch: cfgperl
8485            ! utils/perlbug.PL
8486 ____________________________________________________________________________
8487 [  3947] By: jhi                                   on 1999/08/10  09:55:11
8488         Log: Large file support testing.
8489      Branch: cfgperl
8490            + t/op/lfs.t
8491            ! MANIFEST t/op/64bit.t
8492 ____________________________________________________________________________
8493 [  3946] By: jhi                                   on 1999/08/10  09:13:54
8494         Log: Remove I32 casting from time-related functions.
8495      Branch: cfgperl
8496            ! pp_sys.c
8497 ____________________________________________________________________________
8498 [  3945] By: jhi                                   on 1999/08/10  09:06:42
8499         Log: Gratuitous uid and gid casts to I32s and ints removed.
8500              There are still problem spots in printfing such ids:
8501              width (%d vs %ld) and signedness %d vs %u.
8502      Branch: cfgperl
8503            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8504            ! perl.c perlapi.c pp_hot.c proto.h
8505 ____________________________________________________________________________
8506 [  3944] By: jhi                                   on 1999/08/10  07:43:03
8507         Log: Remove I32 casts from pp_stat, these make stat()
8508              very broken e.g. on files larger than 2 gigabytes.
8509              Reported by
8510              From: Phil Lobbes <phil@finchcomputer.com>
8511              To: perl5-porters@perl.org
8512              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
8513              UNIX Perl 5.005_03
8514              Date: Mon, 09 Aug 1999 21:38:54 -0700
8515              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
8516              
8517              There are more of these I32 casts all over pp_sys.c,
8518              all of them should be checked.
8519      Branch: cfgperl
8520            ! pp_sys.c
8521 ____________________________________________________________________________
8522 [  3943] By: jhi                                   on 1999/08/10  07:38:30
8523         Log: Remove blathering.
8524      Branch: cfgperl
8525            ! lib/unicode/mktables.PL
8526 ____________________________________________________________________________
8527 [  3942] By: jhi                                   on 1999/08/09  20:35:13
8528         Log: lexwarn maintenance: new warning class unsafe
8529              subclasses 'overflow' and 'portable' created,
8530              used by the recent integer overflow warnings.
8531              Class syntax subclass 'octal' renamed to 'digit',
8532              binary and hexadecimal parsing errors also 'digit' warnings.
8533      Branch: cfgperl
8534            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
8535            ! util.c warning.h warning.pl
8536 ____________________________________________________________________________
8537 [  3941] By: jhi                                   on 1999/08/09  10:40:47
8538         Log: Integrate with Nick.
8539      Branch: cfgperl
8540           +> opnames.h
8541           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
8542           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
8543 ____________________________________________________________________________
8544 [  3940] By: jhi                                   on 1999/08/09  10:32:43
8545         Log: Regenerate the Unicode tables after having updated the Unicode
8546              database (change #3939).
8547      Branch: cfgperl
8548            ! (edit 157 files)
8549 ____________________________________________________________________________
8550 [  3939] By: jhi                                   on 1999/08/09  10:27:22
8551         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
8552      Branch: cfgperl
8553            ! lib/unicode/UnicodeData-Latest.txt
8554 ____________________________________________________________________________
8555 [  3938] By: jhi                                   on 1999/08/09  10:25:54
8556         Log: Ethiopic changes via private email from Daniel Yacob,
8557              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
8558              Canadian Syllabics and Yi under construction.
8559      Branch: cfgperl
8560            + lib/unicode/syllables.txt
8561            - lib/unicode/EthiopicSyllables.txt
8562            - lib/unicode/MakeEthiopicSyllables.PL
8563            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
8564            ! lib/unicode/mktables.PL
8565 ____________________________________________________________________________
8566 [  3937] By: jhi                                   on 1999/08/09  10:21:51
8567         Log: Move the equivalence class creation last.
8568      Branch: cfgperl
8569            ! lib/unicode/mktables.PL
8570 ____________________________________________________________________________
8571 [  3936] By: jhi                                   on 1999/08/09  10:20:40
8572         Log: Compute equivalence classes (diacritics stripping) only
8573              for letters, not for ligatures.
8574      Branch: cfgperl
8575            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8576            ! lib/unicode/mktables.PL
8577 ____________________________________________________________________________
8578 [  3935] By: nick                                  on 1999/08/08  13:53:57
8579         Log: Will now correctly re-call 
8580              bootstrap "Foo";
8581              if requested. This should allow build on Win32 and other
8582              platforms where you cannot link to loadables directly.
8583      Branch: perl
8584            ! ext/B/B/C.pm
8585 ____________________________________________________________________________
8586 [  3934] By: nick                                  on 1999/08/07  12:23:55
8587         Log: Vishal Bhatia <vishalb@my-deja.com>
8588              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
8589              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
8590      Branch: perl
8591            ! ext/B/B/CC.pm
8592 ____________________________________________________________________________
8593 [  3933] By: nick                                  on 1999/08/07  12:19:46
8594         Log: B::C changes to get simple Tk app. compiling again
8595      Branch: perl
8596            ! ext/B/B/C.pm
8597 ____________________________________________________________________________
8598 [  3932] By: jhi                                   on 1999/08/06  21:17:16
8599         Log: Regen Configure to include change #3915.
8600      Branch: cfgperl
8601            ! Configure config_h.SH
8602 ____________________________________________________________________________
8603 [  3931] By: jhi                                   on 1999/08/06  18:52:57
8604         Log: Todo update.
8605      Branch: cfgperl
8606            ! Todo Todo-5.005 lib/unicode/mktables.PL
8607 ____________________________________________________________________________
8608 [  3930] By: jhi                                   on 1999/08/06  13:13:05
8609         Log: Character class equivalence tables.
8610      Branch: cfgperl
8611            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8612            ! MANIFEST lib/unicode/mktables.PL
8613 ____________________________________________________________________________
8614 [  3929] By: jhi                                   on 1999/08/06  11:59:11
8615         Log: More Fcntl constants.  (This process really needs
8616              to be automated, at least partly, see the Errno extension.)
8617              Now also the SEEK_ constants are available via the Fcntl.
8618              Yes, this is redundant (IO::Seekable and POSIX supply them already),
8619              but now Fcntl is a one-stop shopping mall for all your
8620              file-related constants.    
8621      Branch: cfgperl
8622            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
8623 ____________________________________________________________________________
8624 [  3928] By: jhi                                   on 1999/08/06  08:08:03
8625         Log: Protect against pack/unpack repeat count overflows,
8626              based on:
8627              
8628              From: Nathan Torkington <gnat@frii.com>
8629              To: Brian Keefer <mgomes@cwix.com>
8630              Cc: perl5-porters@perl.org
8631              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
8632              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
8633              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
8634      Branch: cfgperl
8635            ! pod/perldiag.pod pp.c
8636 ____________________________________________________________________________
8637 [  3927] By: jhi                                   on 1999/08/06  07:32:20
8638         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
8639              
8640              From: Nathan Torkington <gnat@frii.com>
8641              To: perl5-porters@perl.org
8642              Subject: Bugfix for my bugfix
8643              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
8644              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
8645      Branch: cfgperl
8646            ! ext/B/B/Assembler.pm
8647 ____________________________________________________________________________
8648 [  3926] By: jhi                                   on 1999/08/05  17:25:19
8649         Log: Fix regex charclass parsing so that bogus ranges
8650              like [0-\d] and [[:word:]-z] are no more allowed.
8651              The anomaly was noticed by Guy Decoux.
8652      Branch: cfgperl
8653            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
8654 ____________________________________________________________________________
8655 [  3925] By: jhi                                   on 1999/08/05  10:31:47
8656         Log: split /^/ deprecation warning should not be on by default.
8657      Branch: cfgperl
8658            ! pp.c
8659 ____________________________________________________________________________
8660 [  3923] By: jhi                                   on 1999/08/05  09:16:57
8661         Log: From: paul.marquess@bt.com
8662              To: jhi@iki.fi, paul.marquess@bt.com
8663              Cc: gsar@ActiveState.com, perl5-porters@perl.org
8664              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
8665              Date: Thu, 5 Aug 1999 09:33:14 +0100
8666              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
8667      Branch: cfgperl
8668            ! t/lib/anydbm.t
8669 ____________________________________________________________________________
8670 [  3921] By: jhi                                   on 1999/08/05  08:05:13
8671         Log: From: paul.marquess@bt.com
8672              To: perl5-porters@perl.org
8673              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
8674              randy@theoryx5.uwinnipeg.ca
8675              Subject:  [PATCH 5.005_60] DB_File 1.70
8676              Date: Wed, 4 Aug 1999 23:22:22 +0100
8677              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
8678              
8679              (Replaces change #3917)
8680      Branch: cfgperl
8681            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8682            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
8683 ____________________________________________________________________________
8684 [  3920] By: jhi                                   on 1999/08/04  19:02:58
8685         Log: From: Nathan Torkington <gnat@frii.com>
8686              To: perl5-porters@perl.org
8687              Subject: [5.005_60 PATCH] Make B::Bytecode work
8688              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
8689              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
8690      Branch: cfgperl
8691            ! ext/B/B/Assembler.pm
8692 ____________________________________________________________________________
8693 [  3919] By: jhi                                   on 1999/08/04  10:56:26
8694         Log: Update history records.
8695      Branch: cfgperl
8696            ! pod/perlhist.pod
8697 ____________________________________________________________________________
8698 [  3918] By: jhi                                   on 1999/08/04  09:36:13
8699         Log: Minor fixes to linux -Dusethreads -Duseperlio.
8700      Branch: cfgperl
8701            ! perlio.c
8702 ____________________________________________________________________________
8703 [  3917] By: jhi                                   on 1999/08/04  08:13:20
8704         Log: (Replaced by change #3921)
8705              From: paul.marquess@bt.com
8706              To: gsar@activestate.com
8707              Cc: perl5-porters@perl.org
8708              Subject: [PATCH 5.005_60] DB_File 1.69
8709              Date: Tue, 3 Aug 1999 22:55:00 +0100
8710              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
8711      Branch: cfgperl
8712            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8713            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
8714 ____________________________________________________________________________
8715 [  3916] By: jhi                                   on 1999/08/04  07:59:05
8716         Log: Introduce the charnames pragma.
8717              
8718              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
8719              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
8720              To: Chip Salzenberg <[11]chip@perlsupport.com>
8721              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
8722              Date: Sat, 31 Jul 1999 05:44:05 -0400
8723              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
8724              
8725              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8726              To: Mailing list Perl5 <perl5-porters@perl.org>
8727              Subject: [PATCH 5.005_58] Named characters in Perl
8728              Date: Mon, 2 Aug 1999 19:25:40 -0400
8729              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
8730      Branch: cfgperl
8731            + lib/charnames.pm t/lib/charnames.t
8732            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
8733            ! pod/perlre.pod regcomp.c toke.c
8734 ____________________________________________________________________________
8735 [  3915] By: jhi                                   on 1999/08/03  21:18:49
8736         Log: Support Configure -Dmake=pmake.
8737              Via private email from Andy.
8738              NOTE: assumes "basename" command.
8739      Branch: metaconfig
8740            ! U/modified/Config_sh.U
8741 ____________________________________________________________________________
8742 [  3914] By: jhi                                   on 1999/08/03  21:11:11
8743         Log: The op/filetest.t failed subtest 7 if testing as root.
8744              
8745              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
8746              To: perl5-porters@perl.org
8747              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
8748              Date: Tue, 27 Jul 1999 22:54:05 +0200
8749              Message-Id: <379E1C6D.626DC765@club-internet.fr>
8750      Branch: cfgperl
8751            ! t/op/filetest.t
8752 ____________________________________________________________________________
8753 [  3911] By: jhi                                   on 1999/08/03  19:52:38
8754         Log: The "-Dusethreads -Duseperlio" combination failed.
8755              
8756              From: Spider Boardman <spider@leggy.zk3.dec.com>
8757              To: perl5-porters@perl.org
8758              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
8759              4.0 (UNINSTALLED)
8760              Date: Tue, 3 Aug 1999 14:25:00 -0400
8761              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
8762              
8763              See also change #3912.
8764      Branch: cfgperl
8765            ! perlio.c
8766 ____________________________________________________________________________
8767 [  3910] By: jhi                                   on 1999/08/03  10:44:24
8768         Log: From: Chris Nandor <pudge@pobox.com>
8769              To: perl5-porters@perl.org
8770              Subject: [PATCH 5.005_58] perlbug.PL 1.27
8771              Date: Wed, 28 Jul 1999 23:42:49 -0400
8772              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
8773      Branch: cfgperl
8774            ! utils/perlbug.PL
8775 ____________________________________________________________________________
8776 [  3909] By: jhi                                   on 1999/08/03  10:41:04
8777         Log: Hints for building ByteLoader in SunoS.  Based on
8778              From: Andy Dougherty <doughera@lafayette.edu>
8779              To: Gurusamy Sarathy <gsar@activestate.com>
8780              Cc: Perl Porters <perl5-porters@perl.org>
8781              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
8782              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
8783              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
8784      Branch: cfgperl
8785            + ext/ByteLoader/hints/sunos.pl
8786            ! MANIFEST ext/ByteLoader/ByteLoader.xs
8787 ____________________________________________________________________________
8788 [  3908] By: jhi                                   on 1999/08/03  09:29:22
8789         Log: Clarify RE engine code; inline a static function to a macro;
8790              make exact string nodes smaller.
8791              
8792              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8793              To: perl5-porters@perl.org (Mailing list Perl5)
8794              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
8795              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
8796              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
8797      Branch: cfgperl
8798            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
8799            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
8800            ! regnodes.h warning.h
8801 ____________________________________________________________________________
8802 [  3907] By: jhi                                   on 1999/08/03  08:11:49
8803         Log: 5_59 configured with -Dd_bincompat5005 can't be made
8804              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
8805              
8806              From: Spider Boardman <spider@leggy.zk3.dec.com>
8807              To: perl5-porters@perl.org
8808              Subject: [ID 19990802.016] Not OK: perl 5.00559
8809              Date: Mon, 2 Aug 1999 16:11:13 -0400
8810              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
8811      Branch: cfgperl
8812            ! embed.pl
8813 ____________________________________________________________________________
8814 [  3906] By: jhi                                   on 1999/08/03  07:48:59
8815         Log: Change #3790 redemption: with a little additional
8816              patch from Ilya it works okay.
8817      Branch: cfgperl
8818            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8819            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8820 ____________________________________________________________________________
8821 [  3905] By: gsar                                  on 1999/08/02  21:03:23
8822         Log: this will be 5.005_60
8823      Branch: perl
8824            ! Changes
8825
8826 ----------------
8827 Version 5.005_60
8828 ----------------
8829
8830 ____________________________________________________________________________
8831 [  3904] By: gsar                                  on 1999/08/02  20:30:23
8832         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
8833              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
8834              regen headers
8835      Branch: perl
8836            ! embed.h embed.pl global.sym opcode.h perlapi.c
8837 ____________________________________________________________________________
8838 [  3903] By: gsar                                  on 1999/08/02  20:26:07
8839         Log: native int pack/unpack fixes (from Spider Boardman
8840              <spider@leggy.zk3.dec.com>)
8841      Branch: perl
8842            ! pp.c
8843 ____________________________________________________________________________
8844 [  3902] By: gsar                                  on 1999/08/02  20:24:41
8845         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
8846              <spider@leggy.zk3.dec.com>)
8847      Branch: perl
8848            + opnames.h
8849            ! Changes MANIFEST opcode.pl perl.h
8850 ____________________________________________________________________________
8851 [  3901] By: gsar                                  on 1999/08/02  18:51:18
8852         Log: integrate cfgperl contents
8853      Branch: perl
8854           !> INSTALL README pod/perldelta.pod
8855 ____________________________________________________________________________
8856 [  3900] By: jhi                                   on 1999/08/02  18:46:21
8857         Log: Update README and INSTALL; partly based on the message
8858              
8859              From: "John L. Allen" <allen@grumman.com>
8860              To: Jarkko Hietaniemi <jhi@iki.fi>
8861              cc: perl5-porters@perl.org
8862              Subject: Re: Perl Installation Problem
8863              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
8864              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
8865              
8866              and private email from Andy Dougherty.
8867      Branch: cfgperl
8868            ! INSTALL README
8869 ____________________________________________________________________________
8870 [  3899] By: jhi                                   on 1999/08/02  18:36:35
8871         Log: Integrate with Sarathy.
8872      Branch: cfgperl
8873           !> op.c
8874 ____________________________________________________________________________
8875 [  3898] By: jhi                                   on 1999/08/02  18:34:49
8876         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
8877      Branch: cfgperl
8878            ! pod/perldelta.pod
8879 ____________________________________________________________________________
8880 [  3897] By: gsar                                  on 1999/08/02  18:18:37
8881         Log: optimizations could sometimes bypass bareword check
8882      Branch: perl
8883            ! op.c
8884 ____________________________________________________________________________
8885 [  3896] By: jhi                                   on 1999/08/02  18:18:34
8886         Log: Integrate with Sarathy.
8887      Branch: cfgperl
8888           !> Changes makedef.pl patchlevel.h win32/Makefile
8889           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8890           !> win32/makefile.mk
8891 ____________________________________________________________________________
8892 [  3895] By: gsar                                  on 1999/08/02  17:22:40
8893         Log: up patchlevel etc.
8894      Branch: perl
8895            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8896            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8897 ____________________________________________________________________________
8898 [  3894] By: gsar                                  on 1999/08/02  17:12:31
8899         Log: integrate change#3893, make it conditional on bincompat5005
8900      Branch: perl
8901            ! makedef.pl
8902 ____________________________________________________________________________
8903 [  3893] By: jhi                                   on 1999/08/02  16:49:08
8904         Log: PERL_BINCOMPAT_5005 symbol translation.
8905              (AIX wouldn't link neither perl nor extensions.)
8906      Branch: cfgperl
8907            ! makedef.pl
8908 ____________________________________________________________________________
8909 [  3892] By: gsar                                  on 1999/08/02  16:09:13
8910         Log: integrate cfgperl contents into mainline
8911      Branch: perl
8912           +> t/op/64bit.t
8913            ! Changes
8914           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
8915           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
8916           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
8917 ____________________________________________________________________________
8918 [  3891] By: jhi                                   on 1999/08/02  14:52:40
8919         Log: AIX long long probing requires LL suffix for
8920              the ll constant.  The suffix doesn't seem
8921              to bother other ll platforms.
8922      Branch: cfgperl
8923            ! Configure config_h.SH hints/aix.sh
8924      Branch: metaconfig/U/perl
8925            ! quadfio.U
8926 ____________________________________________________________________________
8927 [  3890] By: jhi                                   on 1999/08/02  14:21:55
8928         Log: Exact path to perl for open -|.
8929      Branch: cfgperl
8930            ! t/io/open.t
8931 ____________________________________________________________________________
8932 [  3889] By: jhi                                   on 1999/08/02  14:18:03
8933         Log: Integrate with Sarathy.
8934      Branch: cfgperl
8935           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
8936           !> win32/Makefile win32/config_H.bc win32/config_H.gc
8937           !> win32/config_H.vc win32/makefile.mk win32/win32.c
8938 ____________________________________________________________________________
8939 [  3888] By: jhi                                   on 1999/08/02  14:14:29
8940         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
8941      Branch: cfgperl
8942            ! hints/aix.sh
8943 ____________________________________________________________________________
8944 [  3887] By: jhi                                   on 1999/08/02  12:53:10
8945         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
8946              emacs code indentation doesn't get wrong ideas--
8947              in other words, introduce a couple of "redundant" if:s.
8948      Branch: cfgperl
8949            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
8950            ! util.c
8951 ____________________________________________________________________________
8952 [  3886] By: jhi                                   on 1999/08/02  12:43:16
8953         Log: Mention that also *BSD systems with glibc are known to stumble.
8954      Branch: cfgperl
8955            ! t/pragma/warn/pp_hot
8956 ____________________________________________________________________________
8957 [  3885] By: jhi                                   on 1999/08/02  12:34:15
8958         Log: Allow also non-long long but still quad platforms print quads.
8959      Branch: cfgperl
8960            ! Configure config_h.SH
8961      Branch: metaconfig/U/perl
8962            ! longdblfio.U quadfio.U
8963 ____________________________________________________________________________
8964 [  3884] By: jhi                                   on 1999/08/02  11:56:14
8965         Log: Fix regclass utf8 hex ranges for quads.
8966      Branch: cfgperl
8967            ! regcomp.c
8968 ____________________________________________________________________________
8969 [  3883] By: jhi                                   on 1999/08/02  11:42:14
8970         Log: Enhance the description of how to detect quad support.
8971      Branch: cfgperl
8972            ! pod/perlfunc.pod
8973 ____________________________________________________________________________
8974 [  3882] By: jhi                                   on 1999/08/02  11:22:19
8975         Log: Fix printf %D %U %O for quads.
8976      Branch: cfgperl
8977            ! sv.c t/op/64bit.t
8978 ____________________________________________________________________________
8979 [  3881] By: jhi                                   on 1999/08/02  11:16:12
8980         Log: Document quad printing.
8981      Branch: cfgperl
8982            ! pod/perlfunc.pod
8983 ____________________________________________________________________________
8984 [  3880] By: jhi                                   on 1999/08/02  10:32:01
8985         Log: More 64-bit fixing.  One known bug of that kind
8986              remains, 32-bit platforms using long long in
8987              the test t/pragma/utf8 subtests 1-3 fail.
8988              (Update: change    #3884 fixed that one.)
8989      Branch: cfgperl
8990            + t/op/64bit.t
8991            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
8992
8993 ----------------
8994 Version 5.005_59
8995 ----------------
8996
8997 ____________________________________________________________________________
8998 [  3879] By: gsar                                  on 1999/08/02  08:18:58
8999         Log: integrate cfgperl changes into mainline
9000      Branch: perl
9001           !> Configure config_h.SH sv.c
9002 ____________________________________________________________________________
9003 [  3878] By: gsar                                  on 1999/08/02  08:13:16
9004         Log: change#3692 had an unintentional patch leak through!
9005              (this would explain the mysterious C<next LABEL> failures
9006              people have seen)
9007      Branch: perl
9008            ! pp_ctl.c
9009 ____________________________________________________________________________
9010 [  3877] By: gsar                                  on 1999/08/02  08:00:29
9011         Log: up patchlevel to 59
9012      Branch: perl
9013            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
9014            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9015            ! win32/makefile.mk
9016 ____________________________________________________________________________
9017 [  3876] By: gsar                                  on 1999/08/02  07:51:18
9018         Log: fix coredump under usethreads+debug
9019      Branch: perl
9020            ! util.c
9021 ____________________________________________________________________________
9022 [  3875] By: jhi                                   on 1999/08/02  07:50:51
9023         Log: d_bincompat5005 could be left empty.
9024      Branch: cfgperl
9025            ! Configure config_h.SH
9026      Branch: metaconfig/U/perl
9027            ! bincompat5005.U
9028 ____________________________________________________________________________
9029 [  3874] By: jhi                                   on 1999/08/02  07:42:45
9030         Log: Fix printf %d when IV is quad.
9031      Branch: cfgperl
9032            ! sv.c
9033 ____________________________________________________________________________
9034 [  3873] By: gsar                                  on 1999/08/02  07:41:03
9035         Log: fix d_bincompat5005='' junking config.h
9036      Branch: perl
9037            ! Configure
9038 ____________________________________________________________________________
9039 [  3872] By: gsar                                  on 1999/08/02  07:38:48
9040         Log: C needs parameter list, not merely type
9041      Branch: perl
9042            ! win32/win32.c
9043 ____________________________________________________________________________
9044 [  3871] By: jhi                                   on 1999/08/02  07:20:51
9045         Log: Integrate with Sarathy.
9046      Branch: cfgperl
9047           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
9048 ____________________________________________________________________________
9049 [  3870] By: gsar                                  on 1999/08/02  07:12:18
9050         Log: integrate cfgperl changes into mainline
9051      Branch: perl
9052            ! Changes
9053           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
9054           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
9055           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
9056           !> toke.c util.c
9057 ____________________________________________________________________________
9058 [  3869] By: gsar                                  on 1999/08/02  06:59:09
9059         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
9060              Date: Sat, 31 Jul 1999 19:08:33 -0700
9061              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
9062              Subject: [PATCH 5.005_58] "use constant" in the compiler
9063      Branch: perl
9064            ! ext/B/B/C.pm ext/B/B/CC.pm
9065 ____________________________________________________________________________
9066 [  3868] By: gsar                                  on 1999/08/02  06:55:51
9067         Log: debug build tweak
9068      Branch: perl
9069            ! regexec.c
9070 ____________________________________________________________________________
9071 [  3867] By: gsar                                  on 1999/08/02  06:35:18
9072         Log: create vmsperl branch (to be owned and operated by: cbailey)
9073      Branch: vmsperl
9074           +> (branch 1476 files)
9075 ____________________________________________________________________________
9076 [  3866] By: jhi                                   on 1999/08/01  23:34:40
9077         Log: so_locations once is enough.
9078      Branch: cfgperl
9079            ! Makefile.SH
9080 ____________________________________________________________________________
9081 [  3865] By: jhi                                   on 1999/08/01  23:13:05
9082         Log: Simplicate duplicated code.
9083      Branch: cfgperl
9084            ! util.c
9085 ____________________________________________________________________________
9086 [  3864] By: jhi                                   on 1999/08/01  22:41:41
9087         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
9088      Branch: cfgperl
9089           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
9090           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
9091            - README.cygwin32 cygwin32/Makefile.SHs
9092            - cygwin32/build-instructions.READFIRST
9093            - cygwin32/build-instructions.charles-wilson
9094            - cygwin32/build-instructions.sebastien-barre
9095            - cygwin32/build-instructions.steven-morlock
9096            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
9097            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
9098            - hints/cygwin32.sh
9099           !> (integrate 61 files)
9100 ____________________________________________________________________________
9101 [  3863] By: jhi                                   on 1999/08/01  22:36:02
9102         Log: Regen Configure and Glossary once again.
9103      Branch: cfgperl
9104            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9105            ! config_h.SH
9106 ____________________________________________________________________________
9107 [  3862] By: jhi                                   on 1999/08/01  22:26:09
9108         Log: Glossary update for #3861.
9109      Branch: cfgperl
9110            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9111            ! config_h.SH
9112 ____________________________________________________________________________
9113 [  3861] By: jhi                                   on 1999/08/01  22:22:51
9114         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
9115              with -Duse64bits (using long long).
9116              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
9117              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
9118              'print unpack "q", pack "q", 12345678901'
9119              should work on such 32-bit platforms.
9120              Still a lot of printf()s behind -D which wrongly assume
9121              that %ld/%lx and (long) are a good combination.
9122              Introducing a slew of new macros intended to be used in printf()
9123              format strings: e. g. PERL_PRId64 is the string to be used
9124              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
9125              The PRI... naming follows the C9X naming of <inttypes.h> macros.
9126      Branch: cfgperl
9127            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9128            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
9129            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
9130      Branch: metaconfig/U/perl
9131            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
9132 ____________________________________________________________________________
9133 [  3860] By: gsar                                  on 1999/08/01  21:23:18
9134         Log: integrate cfgperl contents into mainline
9135      Branch: perl
9136            ! toke.c
9137           !> (integrate 29 files)
9138 ____________________________________________________________________________
9139 [  3859] By: gsar                                  on 1999/08/01  21:13:09
9140         Log: From: Nathan Torkington <gnat@frii.com>
9141              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
9142              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
9143              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
9144      Branch: perl
9145            ! ext/B/B/Disassembler.pm
9146 ____________________________________________________________________________
9147 [  3858] By: gsar                                  on 1999/08/01  21:09:15
9148         Log: DB_File 1.68 update from Paul Marquess
9149      Branch: perl
9150            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9151            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
9152            ! t/lib/db-recno.t
9153 ____________________________________________________________________________
9154 [  3857] By: gsar                                  on 1999/08/01  21:05:54
9155         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9156              Date: Sat, 31 Jul 1999 05:13:38 -0400
9157              Message-Id: <199907311407.IAA25038@localhost.frii.com>
9158              Subject: [PATCH 5.005_58] More optimizations to REx engine
9159      Branch: perl
9160            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
9161            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
9162 ____________________________________________________________________________
9163 [  3856] By: gsar                                  on 1999/08/01  20:59:59
9164         Log: slightly modified version of suggested patch
9165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9166              Date: Sat, 31 Jul 1999 04:45:12 -0400
9167              Message-Id: <199907311406.IAA25034@localhost.frii.com>
9168              Subject: [PATCH 5.005_58] Fix OS/2 build
9169      Branch: perl
9170            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
9171            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
9172 ____________________________________________________________________________
9173 [  3855] By: gsar                                  on 1999/08/01  20:49:06
9174         Log: cygwin update
9175              From: "Fifer, Eric" <EFifer@sanwaint.com>
9176              Date: Fri, 30 Jul 1999 18:31:48 +0100
9177              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
9178              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
9179      Branch: perl
9180            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
9181            ! pp_sys.c unixish.h util.c
9182 ____________________________________________________________________________
9183 [  3854] By: gsar                                  on 1999/08/01  20:41:53
9184         Log: fixes from Stephen McCamant that address bugs in change#3612
9185              (the optimization shouldn't be enabled in expressions where
9186              the variable is introduced), and fix Deparse to grok the
9187              optimization
9188              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
9189              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
9190              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
9191              --
9192              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
9193              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
9194              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
9195              --
9196              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
9197              Message-Id: <199907310326.VAA24376@localhost.frii.com>
9198              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
9199      Branch: perl
9200            ! ext/B/B/Deparse.pm op.c
9201 ____________________________________________________________________________
9202 [  3853] By: gsar                                  on 1999/08/01  20:31:32
9203         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9204              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
9205              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
9206              Subject: [PATCH _58] Two one-liner LOGOP tweaks
9207      Branch: perl
9208            ! op.c opcode.h opcode.pl
9209 ____________________________________________________________________________
9210 [  3852] By: gsar                                  on 1999/08/01  20:29:17
9211         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
9212      Branch: perl
9213            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
9214            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
9215            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
9216            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
9217            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
9218            ! pod/perlport.pod pp_sys.c util.c
9219 ____________________________________________________________________________
9220 [  3851] By: gsar                                  on 1999/08/01  20:20:05
9221         Log: move files around for s/cygwin32/cygwin/ renaming
9222      Branch: perl
9223           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
9224           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
9225            - README.cygwin32 cygwin32/Makefile.SHs
9226            - cygwin32/build-instructions.READFIRST
9227            - cygwin32/build-instructions.charles-wilson
9228            - cygwin32/build-instructions.sebastien-barre
9229            - cygwin32/build-instructions.steven-morlock
9230            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
9231            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
9232            - hints/cygwin32.sh
9233            ! MANIFEST
9234 ____________________________________________________________________________
9235 [  3850] By: gsar                                  on 1999/08/01  20:05:14
9236         Log: posix-bc hints tweak (via private mail from Thomas Dorner
9237              <Thomas.Dorner@start.de>)
9238      Branch: perl
9239            ! Changes hints/posix-bc.sh
9240 ____________________________________________________________________________
9241 [  3849] By: gsar                                  on 1999/08/01  19:50:20
9242         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
9243              <gnat@frii.com>)
9244      Branch: perl
9245            ! perl.h pod/perldelta.pod pod/perlguts.pod
9246 ____________________________________________________________________________
9247 [  3848] By: gsar                                  on 1999/08/01  18:34:41
9248         Log: fix defined(@foo) encarpments
9249      Branch: perl
9250            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
9251            ! pod/perltrap.pod
9252 ____________________________________________________________________________
9253 [  3847] By: jhi                                   on 1999/08/01  17:17:07
9254         Log: Undo #3790 and the patches that attempted to fix it
9255              (#3837, #3838, #3845).  The #3790 caused linkage failures
9256              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
9257              IRIX 6.5.
9258      Branch: cfgperl
9259            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
9260            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
9261            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
9262 ____________________________________________________________________________
9263 [  3846] By: jhi                                   on 1999/08/01  11:41:52
9264         Log: Reading 64-bit decimal numbers was broken because
9265              the NV was cast to an I32, not an IV.
9266      Branch: cfgperl
9267            ! toke.c
9268 ____________________________________________________________________________
9269 [  3845] By: jhi                                   on 1999/08/01  11:00:24
9270         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
9271      Branch: cfgperl
9272            + ext/SDBM_File/hints/solaris.pl
9273 ____________________________________________________________________________
9274 [  3844] By: jhi                                   on 1999/08/01  10:55:44
9275         Log: Enable Solaris largefiles support only if -Duse64bits is used.
9276              (Effectively removes #3311).
9277      Branch: cfgperl
9278            ! hints/solaris_2.sh
9279 ____________________________________________________________________________
9280 [  3843] By: jhi                                   on 1999/07/31  22:44:56
9281         Log: Integer overflow iteration.
9282      Branch: cfgperl
9283            ! t/op/oct.t toke.c util.c
9284 ____________________________________________________________________________
9285 [  3842] By: jhi                                   on 1999/07/31  22:11:03
9286         Log: Remove a lot of unused regnode codes.
9287              Noticed by Ilya.
9288      Branch: cfgperl
9289            ! regcomp.c regcomp.sym regexec.c regnodes.h
9290 ____________________________________________________________________________
9291 [  3841] By: jhi                                   on 1999/07/31  21:53:54
9292         Log: Make the use64bits and usethreads friendlier/braver;
9293              they no more wimp out if the platform is unknown.
9294              On use64bits if gcc used -DUSE_LONG_LONG is added
9295              to the ccflags (this dependency on gcc caused a slightly weird
9296              reordering of Configure, but things still seem to work.)
9297      Branch: cfgperl
9298            ! Configure README.threads config_h.SH
9299      Branch: metaconfig
9300            ! U/threads/usethreads.U
9301      Branch: metaconfig/U/perl
9302            ! use64bits.U
9303 ____________________________________________________________________________
9304 [  3840] By: jhi                                   on 1999/07/31  20:26:22
9305         Log: Hack the "integer overflow" code some more.
9306      Branch: cfgperl
9307            ! perl.h toke.c util.c
9308 ____________________________________________________________________________
9309 [  3839] By: jhi                                   on 1999/07/31  20:22:00
9310         Log: Test oct() at the 2^32-1 limit.
9311      Branch: cfgperl
9312            ! t/op/oct.t
9313 ____________________________________________________________________________
9314 [  3838] By: jhi                                   on 1999/07/31  20:08:43
9315         Log: Update MANIFEST for #3837.
9316      Branch: cfgperl
9317            ! MANIFEST
9318 ____________________________________________________________________________
9319 [  3837] By: jhi                                   on 1999/07/31  20:02:40
9320         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
9321              (a core dump with a corrput stack ensues).
9322      Branch: cfgperl
9323            + ext/SDBM_File/hints/dec_osf.pl
9324 ____________________________________________________________________________
9325 [  3836] By: jhi                                   on 1999/07/29  21:09:01
9326         Log: Allow for Configure -Ubincompat5005 override.
9327      Branch: cfgperl
9328            ! Configure config_h.SH
9329      Branch: metaconfig/U/perl
9330            ! bincompat5005.U
9331 ____________________________________________________________________________
9332 [  3835] By: jhi                                   on 1999/07/29  21:04:02
9333         Log: Make Configure support PERL_BINCOMPAT_5005.
9334      Branch: cfgperl
9335            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9336            ! config_h.SH
9337      Branch: metaconfig/U/perl
9338            + bincompat5005.U
9339 ____________________________________________________________________________
9340 [  3834] By: jhi                                   on 1999/07/29  19:25:35
9341         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
9342      Branch: cfgperl
9343            ! Makefile.SH
9344 ____________________________________________________________________________
9345 [  3833] By: jhi                                   on 1999/07/29  14:07:09
9346         Log: Integrate with Sarathy.  I overruled on perldelta
9347              and perldiag.
9348      Branch: cfgperl
9349           !> README.win32 emacs/cperl-mode.el globals.c installperl
9350           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
9351           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
9352           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
9353           !> win32/perllib.c win32/win32.c
9354 ____________________________________________________________________________
9355 [  3832] By: jhi                                   on 1999/07/29  14:02:50
9356         Log: Repent and make overly large integerish
9357              constants non-fatal.  They are now promoted
9358              to NVs, accompanied by an overflow warning that
9359              is by default on.
9360      Branch: cfgperl
9361            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
9362            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
9363            ! toke.c util.c
9364 ____________________________________________________________________________
9365 [  3831] By: jhi                                   on 1999/07/29  11:40:04
9366         Log: AIX exhibits different error on failed system().
9367              Slightly modified patch via private email from
9368              David R. Favor <dfavor@austin.ibm.com>
9369      Branch: cfgperl
9370            ! t/op/exec.t
9371 ____________________________________________________________________________
9372 [  3830] By: gsar                                  on 1999/07/29  07:46:11
9373         Log: cperl-mode.el v4.19
9374      Branch: perl
9375            ! emacs/cperl-mode.el
9376 ____________________________________________________________________________
9377 [  3829] By: gsar                                  on 1999/07/29  07:30:35
9378         Log: From: jan.dubois@ibm.net (Jan Dubois)
9379              Date: Wed, 28 Jul 1999 22:01:42 +0200
9380              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
9381              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
9382      Branch: perl
9383            ! win32/bin/pl2bat.pl
9384 ____________________________________________________________________________
9385 [  3828] By: gsar                                  on 1999/07/29  07:19:27
9386         Log: tweak previous change for multiple hits
9387      Branch: perl
9388            ! utils/perldoc.PL
9389 ____________________________________________________________________________
9390 [  3827] By: gsar                                  on 1999/07/29  07:10:00
9391         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
9392              really needs a pod2text() compatibility function)
9393      Branch: perl
9394            ! utils/perldoc.PL
9395 ____________________________________________________________________________
9396 [  3826] By: gsar                                  on 1999/07/29  01:33:46
9397         Log: minor tweaks to pods and toke.c comments
9398      Branch: perl
9399            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
9400 ____________________________________________________________________________
9401 [  3825] By: gsar                                  on 1999/07/29  00:12:52
9402         Log: integrate cfgperl changes into mainline
9403      Branch: perl
9404           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9405           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
9406           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
9407           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
9408           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9409           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
9410           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
9411           !> t/pragma/warn/util toke.c util.c
9412 ____________________________________________________________________________
9413 [  3824] By: jhi                                   on 1999/07/28  21:15:04
9414         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
9415      Branch: cfgperl
9416            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
9417            ! ext/IO/lib/IO/Socket/INET.pm
9418 ____________________________________________________________________________
9419 [  3823] By: jhi                                   on 1999/07/28  20:29:17
9420         Log: Continue pack() doc honing.
9421      Branch: cfgperl
9422            ! pod/perlfunc.pod
9423 ____________________________________________________________________________
9424 [  3822] By: jhi                                   on 1999/07/28  20:17:37
9425         Log: Enhance pack() doc.
9426      Branch: cfgperl
9427            ! pod/perlfunc.pod
9428 ____________________________________________________________________________
9429 [  3821] By: jhi                                   on 1999/07/28  18:34:50
9430         Log: UNIX Domain Sockets are not implemented under QNX.
9431              
9432              From: Norton Allen <allen@huarp.harvard.edu>
9433              To: perl5-porters@perl.org
9434              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
9435              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
9436              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
9437      Branch: cfgperl
9438            ! t/lib/io_unix.t
9439 ____________________________________________________________________________
9440 [  3820] By: jhi                                   on 1999/07/28  18:13:37
9441         Log: IO::* enhancements.
9442              
9443              1) write() and syswrite() will now accept a single-argument
9444              form of the call, for consistency with Perl's syswrite().
9445              2) You can create a TCP-based IO::Socket::INET without forcing
9446              a connect attempt.  This allows you to configure its options
9447              (like making it non-blocking) and then call connect() manually.
9448              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
9449              from ever returning the correct value.
9450              
9451              From: Lincoln Stein <lstein@formaggio.cshl.org>
9452              To: Graham Barr <gbarr@pobox.com>
9453              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
9454              Subject: Re: patch for IO::*
9455              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
9456              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
9457      Branch: cfgperl
9458            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
9459            ! ext/IO/lib/IO/Socket/INET.pm
9460 ____________________________________________________________________________
9461 [  3819] By: gsar                                  on 1999/07/28  18:08:06
9462         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
9463      Branch: perl
9464            ! README.win32 globals.c installperl iperlsys.h makedef.pl
9465            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
9466            ! win32/win32.c
9467 ____________________________________________________________________________
9468 [  3818] By: jhi                                   on 1999/07/28  17:48:16
9469         Log: Need to add QNX to the list for DONT_DECLARE_STD.
9470              (The elimination of use of the _() macro apparently triggered
9471              an incompatability with a #define of atof)
9472              
9473              From: Norton Allen <allen@huarp.harvard.edu>
9474              To: perl5-porters@perl.org
9475              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
9476              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
9477              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
9478      Branch: cfgperl
9479            ! perl.h
9480 ____________________________________________________________________________
9481 [  3817] By: jhi                                   on 1999/07/28  17:46:30
9482         Log: Need to add some more conditions to deal with the case
9483              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
9484              which is true for QNX4.
9485              From: Norton Allen <allen@huarp.harvard.edu>
9486              To: perl5-porters@perl.org
9487              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
9488              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
9489              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
9490      Branch: cfgperl
9491            ! pp_sys.c
9492 ____________________________________________________________________________
9493 [  3816] By: jhi                                   on 1999/07/28  17:43:40
9494         Log: The QNX shell needs a couple more semicolons.
9495              
9496              From: Norton Allen <allen@huarp.harvard.edu>
9497              To: perl5-porters@perl.org
9498              Subject: [ID 19990728.007] Patch:Configure _58 QNX
9499              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
9500              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
9501              
9502              plus silence metalint moanings on vendorprefix.
9503      Branch: cfgperl
9504            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9505            ! config_h.SH
9506 ____________________________________________________________________________
9507 [  3815] By: jhi                                   on 1999/07/28  17:31:11
9508         Log: Silence metalint on vendorprefix.U.
9509      Branch: metaconfig
9510            ! U/installdirs/vendorprefix.U
9511 ____________________________________________________________________________
9512 [  3814] By: jhi                                   on 1999/07/28  17:13:29
9513         Log: QNX shell needs more semicolons.
9514      Branch: metaconfig/U/perl
9515            ! Extensions.U
9516 ____________________________________________________________________________
9517 [  3813] By: jhi                                   on 1999/07/28  17:05:08
9518         Log: Integrate with Sarathy.
9519      Branch: cfgperl
9520           !> lib/ExtUtils/MM_Unix.pm
9521 ____________________________________________________________________________
9522 [  3812] By: jhi                                   on 1999/07/28  16:20:17
9523         Log: Fix a typo, un-shout, and reformat the installation output.
9524      Branch: cfgperl
9525            ! lib/ExtUtils/Install.pm
9526 ____________________________________________________________________________
9527 [  3811] By: gsar                                  on 1999/07/28  15:41:11
9528         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
9529      Branch: perl
9530            ! lib/ExtUtils/MM_Unix.pm
9531 ____________________________________________________________________________
9532 [  3810] By: jhi                                   on 1999/07/28  13:55:57
9533         Log: Talk more about subsecond things in perlfunc.
9534              (Yes, redundant with perlfaq8.)
9535      Branch: cfgperl
9536            ! pod/perlfunc.pod
9537 ____________________________________________________________________________
9538 [  3809] By: jhi                                   on 1999/07/28  07:23:48
9539         Log: Integrate with Sarathy.
9540      Branch: cfgperl
9541           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
9542           !> t/op/pwent.t
9543 ____________________________________________________________________________
9544 [  3808] By: jhi                                   on 1999/07/28  07:23:03
9545         Log: Document toke.c.
9546              From: Nathan Torkington <gnat@frii.com>
9547              To: perl5-porters@perl.org
9548              Subject: Re: toke.c patch, work in progress
9549              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
9550              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
9551      Branch: cfgperl
9552            ! toke.c
9553 ____________________________________________________________________________
9554 [  3807] By: jhi                                   on 1999/07/28  07:10:56
9555         Log: perlre clarification.
9556              
9557              From: Ian Phillipps <ian@dial.pipex.com>
9558              To: Perl 5 Porters <perl5-porters@perl.org>
9559              Subject: [PATCH 5.00557] Add definite article to perlre.pod
9560              Date: Tue, 27 Jul 1999 10:46:29 +0100
9561              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
9562      Branch: cfgperl
9563            ! pod/perlre.pod
9564 ____________________________________________________________________________
9565 [  3806] By: gsar                                  on 1999/07/28  07:07:46
9566         Log: fix the perl -V breakage
9567              
9568              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9569              To: Jarkko Hietaniemi <jhi@iki.fi>
9570              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
9571              gsar@activestate.com
9572              Subject: Re: Follow up to: _58 on AIX 431
9573              Date: Tue, 27 Jul 1999 17:42:00 -0400
9574              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
9575      Branch: perl
9576            ! configpm
9577 ____________________________________________________________________________
9578 [  3805] By: gsar                                  on 1999/07/28  07:03:34
9579         Log: avoid warning (from Doug MacEachern)
9580      Branch: perl
9581            ! perl.h
9582 ____________________________________________________________________________
9583 [  3804] By: gsar                                  on 1999/07/28  06:59:30
9584         Log: Pod::Html tweak
9585              
9586              From: jan.dubois@ibm.net (Jan Dubois)
9587              To: perl5-porters@perl.org
9588              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
9589              Date: Tue, 27 Jul 1999 22:14:12 +0200
9590              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
9591      Branch: perl
9592            ! lib/Pod/Html.pm
9593 ____________________________________________________________________________
9594 [  3803] By: gsar                                  on 1999/07/28  06:56:38
9595         Log: freebsd hints update
9596              
9597              From: Anton Berezin <tobez@plab.ku.dk>
9598              To: perl5-porters@perl.org
9599              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
9600              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
9601              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
9602      Branch: perl
9603            ! hints/freebsd.sh
9604 ____________________________________________________________________________
9605 [  3802] By: gsar                                  on 1999/07/28  06:51:32
9606         Log: cosmetic testsuite patch
9607              
9608              From: Graham Barr <gbarr@ti.com>
9609              To: Perl5 Porters <perl5-porters@perl.org>
9610              Subject: 5.005_58 build
9611              Date: Tue, 27 Jul 1999 08:09:25 -0500
9612              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
9613      Branch: perl
9614            ! t/op/grent.t t/op/pwent.t
9615 ____________________________________________________________________________
9616 [  3801] By: jhi                                   on 1999/07/27  13:49:39
9617         Log: Minuscule cleanup of the integer overflow patch.
9618      Branch: cfgperl
9619            ! util.c
9620 ____________________________________________________________________________
9621 [  3800] By: jhi                                   on 1999/07/27  13:37:23
9622         Log: Test hex('x...').
9623      Branch: cfgperl
9624            ! t/op/oct.t
9625 ____________________________________________________________________________
9626 [  3799] By: jhi                                   on 1999/07/27  12:45:45
9627         Log: Integrate with Sarathy (5.005_58).
9628      Branch: cfgperl
9629            - ext/B/byteperl.c
9630           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
9631           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
9632           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
9633           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9634           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
9635           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
9636           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
9637           !> win32/config_H.vc
9638 ____________________________________________________________________________
9639 [  3798] By: jhi                                   on 1999/07/27  12:42:43
9640         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
9641              they used to be just optional lexical warnings.
9642              Also, with warnings turned on, constants > 2**32-1
9643              trigger a non-portability warning.
9644      Branch: cfgperl
9645            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
9646            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
9647            ! util.c
9648 ____________________________________________________________________________
9649 [  3797] By: gsar                                  on 1999/07/27  10:48:27
9650         Log: here lies 5.005_58
9651      Branch: perl
9652            - ext/B/byteperl.c
9653            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
9654            ! pod/perlfaq9.pod pod/perlhist.pod
9655
9656 ----------------
9657 Version 5.005_58
9658 ----------------
9659
9660 ____________________________________________________________________________
9661 [  3796] By: gsar                                  on 1999/07/27  09:23:42
9662         Log: regenerate win32/config_H.?c
9663      Branch: perl
9664            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9665 ____________________________________________________________________________
9666 [  3795] By: gsar                                  on 1999/07/27  09:02:31
9667         Log: From: Tye McQueen <tye@metronet.com>
9668              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
9669              Message-Id: <199907270019.AA08223@metronet.com>
9670              Subject: Patch pl2bat.pl so batch file can fail
9671      Branch: perl
9672            ! win32/bin/pl2bat.pl
9673 ____________________________________________________________________________
9674 [  3794] By: gsar                                  on 1999/07/27  08:59:58
9675         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9676              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
9677              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
9678              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
9679      Branch: perl
9680            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
9681            ! lib/SelfLoader.pm
9682 ____________________________________________________________________________
9683 [  3793] By: gsar                                  on 1999/07/27  08:19:16
9684         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
9685              (from Andy Dougherty)
9686      Branch: perl
9687            ! embed.h embed.pl
9688 ____________________________________________________________________________
9689 [  3792] By: gsar                                  on 1999/07/27  08:04:19
9690         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
9691              and Brad Appleton)
9692      Branch: perl
9693            ! lib/Pod/Parser.pm
9694 ____________________________________________________________________________
9695 [  3791] By: gsar                                  on 1999/07/27  07:50:54
9696         Log: cover case where CLK_TCK is a float, not integer (from
9697              alexander smishlajev <als@turnhere.com>)
9698      Branch: perl
9699            ! ext/Devel/DProf/DProf.xs
9700 ____________________________________________________________________________
9701 [  3790] By: gsar                                  on 1999/07/27  07:45:08
9702         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
9703              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
9704      Branch: perl
9705            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
9706            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
9707 ____________________________________________________________________________
9708 [  3789] By: jhi                                   on 1999/07/27  07:44:55
9709         Log: Integrate with Sarathy.
9710      Branch: cfgperl
9711           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
9712           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
9713           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
9714           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
9715           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
9716           !> proto.h t/comp/proto.t t/io/open.t
9717 ____________________________________________________________________________
9718 [  3788] By: gsar                                  on 1999/07/27  07:29:59
9719         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
9720              to Russ Allbery <rra@stanford.edu>); s/Simple// and
9721              s/pod2txt/pod2text/ etc.
9722      Branch: perl
9723            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
9724            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
9725 ____________________________________________________________________________
9726 [  3787] By: gsar                                  on 1999/07/27  06:48:40
9727         Log: From: Andy Dougherty <doughera@lafayette.edu>
9728              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
9729              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
9730              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
9731      Branch: perl
9732            ! ext/SDBM_File/sdbm/sdbm.h
9733 ____________________________________________________________________________
9734 [  3786] By: gsar                                  on 1999/07/27  06:30:09
9735         Log: applied suggested patch; added missing prototype changes to
9736              opcode.pl along with documentation typos (feature still needs
9737              to be described in perlopentut.pod and summarized in
9738              perldelta.pod)
9739              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9740              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
9741              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
9742              Subject: [PATCH 5.00557] 3-arg open
9743      Branch: perl
9744            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
9745            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
9746            ! proto.h t/comp/proto.t t/io/open.t
9747 ____________________________________________________________________________
9748 [  3785] By: gsar                                  on 1999/07/27  04:36:39
9749         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
9750              <roland.bauer@fff.at>)
9751      Branch: perl
9752            ! lib/Pod/Html.pm
9753 ____________________________________________________________________________
9754 [  3784] By: gsar                                  on 1999/07/27  03:56:17
9755         Log: change#3762 wasn't needed
9756      Branch: perl
9757            ! ext/B/B/CC.pm
9758 ____________________________________________________________________________
9759 [  3783] By: jhi                                   on 1999/07/26  19:08:21
9760         Log: Integrate with Sarathy.
9761      Branch: cfgperl
9762           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
9763           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
9764           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
9765 ____________________________________________________________________________
9766 [  3782] By: gsar                                  on 1999/07/26  18:16:50
9767         Log: update Changes, patchlevel &c.
9768      Branch: perl
9769            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
9770            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9771 ____________________________________________________________________________
9772 [  3781] By: gsar                                  on 1999/07/26  17:54:47
9773         Log: a more correct fix for change#2744
9774              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9775              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
9776              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
9777              Subject: [PATCH _57] Re: toke.c questions 
9778      Branch: perl
9779            ! toke.c
9780 ____________________________________________________________________________
9781 [  3780] By: gsar                                  on 1999/07/26  17:37:04
9782         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
9783      Branch: perl
9784            ! pod/perlfunc.pod
9785 ____________________________________________________________________________
9786 [  3779] By: jhi                                   on 1999/07/26  16:37:23
9787         Log: Dusting off.
9788      Branch: cfgperl
9789            ! README.threads
9790 ____________________________________________________________________________
9791 [  3778] By: gsar                                  on 1999/07/26  13:28:46
9792         Log: avoid DIVZERO
9793      Branch: perl
9794            ! utils/dprofpp.PL
9795 ____________________________________________________________________________
9796 [  3777] By: gsar                                  on 1999/07/26  13:18:53
9797         Log: warnings identified by Borland compiler
9798      Branch: perl
9799            ! makedef.pl pp_ctl.c
9800 ____________________________________________________________________________
9801 [  3776] By: jhi                                   on 1999/07/26  13:07:36
9802         Log: Integrate with Sarathy.
9803      Branch: cfgperl
9804           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
9805 ____________________________________________________________________________
9806 [  3775] By: gsar                                  on 1999/07/26  12:55:43
9807         Log: avoid infinite recursion when Thread.pm croaks during
9808              bootstrap
9809      Branch: perl
9810            ! lib/Carp/Heavy.pm
9811 ____________________________________________________________________________
9812 [  3774] By: gsar                                  on 1999/07/26  12:43:02
9813         Log: integrate cfgperl contents into mainline
9814      Branch: perl
9815           +> lib/Carp/Heavy.pm
9816           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
9817           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
9818           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
9819           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
9820           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
9821 ____________________________________________________________________________
9822 [  3773] By: jhi                                   on 1999/07/26  12:40:29
9823         Log: Use long doubles only if they are useful.
9824      Branch: cfgperl
9825            ! ext/POSIX/POSIX.xs
9826 ____________________________________________________________________________
9827 [  3772] By: gsar                                  on 1999/07/26  12:33:11
9828         Log: typo in change#3768
9829      Branch: perl
9830            ! pp_hot.c
9831 ____________________________________________________________________________
9832 [  3771] By: gsar                                  on 1999/07/26  12:08:27
9833         Log: alpha-stage support for user-hooks in @INC
9834              From: Ken Fox <kfox@ford.com>
9835              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
9836              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
9837              Subject: Re: loading remote modules
9838      Branch: perl
9839            ! pp_ctl.c
9840 ____________________________________________________________________________
9841 [  3770] By: jhi                                   on 1999/07/26  11:38:36
9842         Log: Back out #3735.  Needs more work.
9843      Branch: cfgperl
9844            ! Makefile.SH cflags.SH configpm ext/util/make_ext
9845            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
9846            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
9847            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
9848            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
9849 ____________________________________________________________________________
9850 [  3769] By: jhi                                   on 1999/07/26  11:24:45
9851         Log: Integrate with Sarathy.
9852      Branch: cfgperl
9853           !> (integrate 35 files)
9854 ____________________________________________________________________________
9855 [  3768] By: gsar                                  on 1999/07/26  11:03:07
9856         Log: optimize method name lookup
9857              From: Chip Salzenberg <chip@perlsupport.com>
9858              Date: Thu, 22 Jul 1999 13:43:36 -0400
9859              Message-ID: <19990722134336.Q391@perlsupport.com>
9860              Subject: [PATCH] OP_METHOD_NAMED
9861      Branch: perl
9862            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
9863            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
9864            ! proto.h
9865 ____________________________________________________________________________
9866 [  3767] By: gsar                                  on 1999/07/26  10:44:11
9867         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
9868              foo()->()); rework grammar to remove conflicts
9869              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9870              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
9871              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
9872              Subject: [PATCH _57, long] Re: optional arrow asymmetry
9873      Branch: perl
9874            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
9875            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
9876            ! vms/perly_c.vms vms/perly_h.vms
9877 ____________________________________________________________________________
9878 [  3766] By: jhi                                   on 1999/07/26  10:18:56
9879         Log: Use $< instead of $*.c in *perlmain.o rules.
9880      Branch: cfgperl
9881            ! Makefile.SH
9882 ____________________________________________________________________________
9883 [  3765] By: gsar                                  on 1999/07/26  09:28:48
9884         Log: From: Ian Phillipps <ian@dial.pipex.com>
9885              Date: Fri, 23 Jul 1999 23:35:56 +0100
9886              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
9887              Subject: (Version 2) Extending unpack to deal with counted strings
9888      Branch: perl
9889            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
9890 ____________________________________________________________________________
9891 [  3764] By: jhi                                   on 1999/07/26  09:17:26
9892         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9893              To: perl5-porters@perl.org (Mailing list Perl5)
9894              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
9895              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
9896              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
9897              
9898              The patch was based on 5_57 so had to re-apply lib/Carp.pm
9899              parts of changes #3498, #3696, and #3702 for the new
9900              lib/Carp/Heavy.pm.
9901      Branch: cfgperl
9902            + lib/Carp/Heavy.pm
9903            ! MANIFEST lib/Carp.pm
9904 ____________________________________________________________________________
9905 [  3763] By: gsar                                  on 1999/07/26  09:03:17
9906         Log: ~ isn't valid in VMS filenames
9907      Branch: perl
9908            ! lib/Pod/Html.pm
9909 ____________________________________________________________________________
9910 [  3762] By: gsar                                  on 1999/07/26  08:59:47
9911         Log: setstate stop-gap from Vishal Bhatia
9912      Branch: perl
9913            ! ext/B/B/CC.pm
9914 ____________________________________________________________________________
9915 [  3761] By: gsar                                  on 1999/07/26  08:06:39
9916         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
9917              add B::OP::name() method that returns just the op_name;
9918              convert Deparse et all to use that instead of B::OP::ppaddr();
9919              add support for OP_SETSTATE in Deparse
9920      Branch: perl
9921            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
9922            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
9923            ! ext/B/B/Xref.pm opcode.h opcode.pl
9924 ____________________________________________________________________________
9925 [  3760] By: jhi                                   on 1999/07/26  07:14:43
9926         Log: Integrate with Sarathy.
9927      Branch: cfgperl
9928           !> (integrate 43 files)
9929 ____________________________________________________________________________
9930 [  3759] By: gsar                                  on 1999/07/26  05:12:24
9931         Log: add disclaimer about perl 4 libraries (modified version of
9932              patch suggested by Clinton Pierce <cpierce1@ford.com>)
9933      Branch: perl
9934            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
9935            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
9936            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
9937            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
9938            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
9939 ____________________________________________________________________________
9940 [  3758] By: gsar                                  on 1999/07/26  04:48:35
9941         Log: make reset() behave with high-bit characters
9942              From: Ian Phillipps <ian@dial.pipex.com>
9943              Date: Thu, 22 Jul 1999 22:48:59 +0100
9944              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
9945              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
9946      Branch: perl
9947            ! sv.c
9948 ____________________________________________________________________________
9949 [  3757] By: gsar                                  on 1999/07/26  04:40:32
9950         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
9951      Branch: perl
9952            ! pod/perlport.pod
9953 ____________________________________________________________________________
9954 [  3756] By: gsar                                  on 1999/07/26  04:20:37
9955         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
9956      Branch: perl
9957            ! utils/dprofpp.PL
9958 ____________________________________________________________________________
9959 [  3755] By: gsar                                  on 1999/07/26  04:18:00
9960         Log: disable VPATH for now (breaks x2p build)
9961      Branch: perl
9962            ! x2p/Makefile.SH
9963 ____________________________________________________________________________
9964 [  3754] By: gsar                                  on 1999/07/26  03:15:33
9965         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
9966              (%! has the necessary magic); misc typos
9967      Branch: perl
9968            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
9969            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
9970            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
9971            ! utils/h2xs.PL
9972 ____________________________________________________________________________
9973 [  3753] By: gsar                                  on 1999/07/26  02:38:28
9974         Log: integrate cfgperl contents into mainline
9975      Branch: perl
9976           +> t/pragma/locale/latin1 t/pragma/locale/utf8
9977           !> (integrate 53 files)
9978 ____________________________________________________________________________
9979 [  3752] By: gsar                                  on 1999/07/26  02:11:31
9980         Log: ensure implicitly closed handles don't set $? or $!
9981      Branch: perl
9982            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
9983 ____________________________________________________________________________
9984 [  3751] By: gsar                                  on 1999/07/26  01:28:34
9985         Log: change#3534 didn't preserve undef return values from caller()
9986      Branch: perl
9987            ! Changes pp_ctl.c
9988 ____________________________________________________________________________
9989 [  3750] By: jhi                                   on 1999/07/25  20:59:29
9990         Log: Back up a tiny bit from #3735.
9991              This may break builds outside the source directory
9992              but then again, they do not work that ell yet anyway.
9993      Branch: cfgperl
9994            ! Makefile.SH
9995 ____________________________________________________________________________
9996 [  3750] By: jhi                                   on 1999/07/25  20:59:29
9997         Log: Back up a tiny bit from #3735.
9998              This may break builds outside the source directory
9999              but then again, they do not work that ell yet anyway.
10000      Branch: cfgperl
10001            ! Makefile.SH
10002 ____________________________________________________________________________
10003 [  3749] By: jhi                                   on 1999/07/25  19:15:55
10004         Log: Integrate with Sarathy.
10005      Branch: cfgperl
10006           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
10007 ____________________________________________________________________________
10008 [  3748] By: jhi                                   on 1999/07/25  19:06:59
10009         Log: Recode locale.t so that the change in #3730
10010              is not needed and locale.t works both without
10011              and with the utf8 pragma.
10012      Branch: cfgperl
10013            + t/pragma/locale/latin1 t/pragma/locale/utf8
10014            ! MANIFEST t/pragma/locale.t
10015 ____________________________________________________________________________
10016 [  3747] By: jhi                                   on 1999/07/25  19:01:46
10017         Log: Like #3743.
10018      Branch: cfgperl
10019            ! utils/perlbug.PL
10020 ____________________________________________________________________________
10021 [  3746] By: gsar                                  on 1999/07/25  18:08:58
10022         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
10023              append a HISTORY section to POD if option is used
10024      Branch: perl
10025            ! utils/h2xs.PL
10026 ____________________________________________________________________________
10027 [  3745] By: gsar                                  on 1999/07/25  17:40:03
10028         Log: warn rather than die when parse_version() can't cut it (from
10029              Michael G Schwern <schwern@pobox.com>)
10030      Branch: perl
10031            ! lib/ExtUtils/MM_Unix.pm
10032 ____________________________________________________________________________
10033 [  3744] By: gsar                                  on 1999/07/25  16:32:48
10034         Log: make map behave like grep wrt indirect object slot when
10035              there are parentheses; revert an experimental mod by Larry
10036              in change#2038 that failed to parse %{{qw(a b c)}} properly
10037              (this means C<map {use Foo; ...} ...> still needs a proper
10038              fix)
10039      Branch: perl
10040            ! toke.c
10041 ____________________________________________________________________________
10042 [  3743] By: jhi                                   on 1999/07/25  16:24:55
10043         Log: Fix a typo in #3725.
10044      Branch: cfgperl
10045            ! utils/perlbug.PL
10046 ____________________________________________________________________________
10047 [  3742] By: jhi                                   on 1999/07/25  16:14:39
10048         Log: Integrate with Sarathy.
10049      Branch: cfgperl
10050           !> (integrate 26 files)
10051 ____________________________________________________________________________
10052 [  3741] By: jhi                                   on 1999/07/25  16:02:28
10053         Log: Cut-and-pasto in #3737.
10054      Branch: cfgperl
10055            ! perl.c
10056 ____________________________________________________________________________
10057 [  3740] By: gsar                                  on 1999/07/25  15:59:34
10058         Log: add note about glibc bug
10059      Branch: perl
10060            ! t/pragma/warn/pp_hot
10061 ____________________________________________________________________________
10062 [  3739] By: gsar                                  on 1999/07/25  15:48:40
10063         Log: fix bug in change#3728 that might free COPs prematurely;
10064              null(op) now does more thorough scrubbing of the op, which
10065              fixes a few compile-time memory "leaks"
10066      Branch: perl
10067            ! dump.c embed.h embed.pl op.c proto.h
10068 ____________________________________________________________________________
10069 [  3738] By: jhi                                   on 1999/07/25  14:15:26
10070         Log: In accordance with #3737.
10071      Branch: metaconfig
10072            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
10073            ! U/modified/Oldconfig.U
10074      Branch: metaconfig/U/perl
10075            ! Extensions.U
10076 ____________________________________________________________________________
10077 [  3737] By: jhi                                   on 1999/07/25  14:12:34
10078         Log: Use vendorprefixlib.
10079      Branch: cfgperl
10080            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10081            ! config_h.SH perl.c
10082 ____________________________________________________________________________
10083 [  3736] By: jhi                                   on 1999/07/25  13:10:03
10084         Log: Populate metaconfig branch.
10085      Branch: metaconfig
10086            + (add 1468 files)
10087      Branch: metaconfig/U/perl
10088            + (add 101 files)
10089 ____________________________________________________________________________
10090 [  3735] By: jhi                                   on 1999/07/25  12:27:20
10091         Log: First steps of making builds outside the source
10092              directory possible.  These should get us as far
10093              as miniperl, then building DynaLoader falls into
10094              tiny twinkling pieces as MakeMaker knows nothing
10095              of VPATH mindset.
10096      Branch: cfgperl
10097            ! Configure Makefile.SH cflags.SH config_h.SH configpm
10098            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
10099            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
10100            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
10101            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
10102 ____________________________________________________________________________
10103 [  3734] By: jhi                                   on 1999/07/25  11:19:28
10104         Log: Poor Glossary--are we fixed yet?
10105      Branch: cfgperl
10106            ! Porting/Glossary
10107 ____________________________________________________________________________
10108 [  3733] By: jhi                                   on 1999/07/25  11:15:06
10109         Log: Change #3732 mistakenly clobbered Glossary.
10110      Branch: cfgperl
10111            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10112            ! config_h.SH
10113 ____________________________________________________________________________
10114 [  3732] By: jhi                                   on 1999/07/25  10:46:39
10115         Log: Andy's new installation scheme (note: a lot of this
10116              leaked in already with change #3731).  The vendor*
10117              stuff is not used anywhere (in *.SH, say), so it
10118              isn't in Configure, either.
10119      Branch: cfgperl
10120            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10121            ! config_h.SH
10122 ____________________________________________________________________________
10123 [  3731] By: jhi                                   on 1999/07/25  10:12:07
10124         Log: Circumcode a strange shell(?) bug in AIX found
10125              while trying to do -Duse64bits (which I couldn't do
10126              in the end because the CPU isn't 64-bit in that box,
10127              but at least now the probing doesn't crash.)
10128      Branch: cfgperl
10129            ! Configure config_h.SH hints/aix.sh
10130 ____________________________________________________________________________
10131 [  3730] By: gsar                                  on 1999/07/25  04:56:56
10132         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
10133              a utf8 bug in one of the new RE optimizations
10134      Branch: perl
10135            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
10136            ! t/pragma/locale.t
10137 ____________________________________________________________________________
10138 [  3729] By: jhi                                   on 1999/07/23  19:56:27
10139         Log: From: Andy Dougherty <doughera@lafayette.edu>
10140              To: Perl Porters <perl5-porters@perl.org>
10141              Subject: [PATCH 5.005_57] INSTALL-1.58
10142              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
10143              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
10144              
10145              plus
10146              
10147              From: "Kurt D. Starsinic" <kstar@chapin.edu>
10148              To: Andy Dougherty <doughera@lafayette.edu>
10149              Cc: Perl Porters <perl5-porters@perl.org>
10150              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
10151              Date: Fri, 23 Jul 1999 13:38:25 -0400
10152              Message-ID: <19990723133825.A12033@O2.chapin.edu>
10153      Branch: cfgperl
10154            ! INSTALL
10155 ____________________________________________________________________________
10156 [  3728] By: gsar                                  on 1999/07/23  17:24:42
10157         Log: applied suggested patch for tracking line numbers correctly in
10158              optimized blocks with a single statement; changed setcop to
10159              setstate and added code for -Dx dumps
10160              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10161              Date: Wed, 23 Jun 1999 17:27:42 +0100
10162              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
10163              Subject: [PATCH 5.005_57] Line number error in optimised else() 
10164      Branch: perl
10165            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
10166            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
10167            ! pp_proto.h t/op/misc.t
10168 ____________________________________________________________________________
10169 [  3727] By: gsar                                  on 1999/07/23  15:56:04
10170         Log: avoid useless use of target for pp_each(); also fixes bugs due to
10171              refcount held by the target
10172      Branch: perl
10173            ! opcode.h opcode.pl pp.c t/op/each.t
10174 ____________________________________________________________________________
10175 [  3726] By: jhi                                   on 1999/07/23  12:08:30
10176         Log: Change #3725 aftershock.
10177      Branch: cfgperl
10178            ! INSTALL jpl/JNI/JNI.pm
10179 ____________________________________________________________________________
10180 [  3725] By: jhi                                   on 1999/07/23  11:58:49
10181         Log: Introduce $Config{ldlibpthname} which contains
10182              the name of the environment variable holding the
10183              dynamic library search path, often LD_LIBRARY_PATH.
10184              Use this new feature all over.
10185              Also removed remnants of admonition "add LD_LIBRARY_PATH
10186              before running make" because Makefile.SH does this for you. 
10187      Branch: cfgperl
10188            ! Configure Makefile.SH config_h.SH
10189            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
10190            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
10191            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
10192            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
10193            ! jpl/install-jpl utils/perlbug.PL
10194 ____________________________________________________________________________
10195 [  3724] By: jhi                                   on 1999/07/23  08:03:36
10196         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
10197              To: perl5-porters@perl.org
10198              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
10199              Date: Thu, 22 Jul 1999 19:58:34 -0400
10200              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
10201      Branch: cfgperl
10202            ! av.c
10203 ____________________________________________________________________________
10204 [  3723] By: gsar                                  on 1999/07/23  00:01:29
10205         Log: emit warning about function calls that were encountered too early
10206              to enforce their prototype
10207      Branch: perl
10208            ! op.c op.h pod/perldiag.pod
10209 ____________________________________________________________________________
10210 [  3722] By: jhi                                   on 1999/07/22  21:19:59
10211         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10212              To: perl5-porters@perl.org
10213              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
10214              Subject: [PATCH] MakeMaker documentation
10215              Date: Wed, 21 Jul 1999 14:15:42 -0400
10216              Message-ID: <19990721141542.A1800@O2.chapin.edu>
10217      Branch: cfgperl
10218            ! lib/ExtUtils/MakeMaker.pm
10219 ____________________________________________________________________________
10220 [  3721] By: jhi                                   on 1999/07/22  21:05:19
10221         Log: From: pvhp@forte.com (Peter Prymmer)
10222              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
10223              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
10224              Date: Wed, 21 Jul 99 17:15:39 PDT
10225              Message-Id: <9907220015.AA11931@forte.com>
10226      Branch: cfgperl
10227            ! hints/os390.sh
10228 ____________________________________________________________________________
10229 [  3720] By: jhi                                   on 1999/07/22  20:51:17
10230         Log: AIX magic: ccdlflags needs to be different for
10231              Perl itself and for extra-core extensions
10232              (as used by ExtUtilss::embed::ldopts).
10233              Based on the problems described in
10234              
10235              From: Mike W Ellwood <mwe@rl.ac.uk>
10236              To: perl5-porters@perl.org
10237              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
10238              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
10239              Reply-To: m.w.ellwood@rl.ac.uk
10240              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
10241      Branch: cfgperl
10242            ! Configure Makefile.SH config_h.SH hints/aix.sh
10243 ____________________________________________________________________________
10244 [  3719] By: jhi                                   on 1999/07/22  08:23:53
10245         Log: Update history records.
10246      Branch: cfgperl
10247            ! pod/perlhist.pod
10248 ____________________________________________________________________________
10249 [  3718] By: jhi                                   on 1999/07/21  13:54:42
10250         Log: Todododobedobedo.
10251      Branch: cfgperl
10252            ! Todo
10253 ____________________________________________________________________________
10254 [  3717] By: jhi                                   on 1999/07/21  12:10:48
10255         Log: Even more Todo.
10256      Branch: cfgperl
10257            ! Todo
10258 ____________________________________________________________________________
10259 [  3716] By: jhi                                   on 1999/07/21  11:40:39
10260         Log: Use Errno more extensively so that error
10261              messages are more portable (another way
10262              would be to muck around with LC_MESSAGES).
10263              Problem reported in
10264              
10265              From: oracle@pcr8.pcr.com
10266              To: perl5-porters@perl.org
10267              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
10268              Date: Mon, 19 Jul 1999 18:39:13 -0400
10269              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
10270      Branch: cfgperl
10271            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
10272            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
10273            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
10274 ____________________________________________________________________________
10275 [  3715] By: jhi                                   on 1999/07/21  11:05:36
10276         Log: Slightly modified patch.
10277              From: Sean Sheedy <seans@ncube.com>
10278              To: perl5-porters@perl.org
10279              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
10280              Date: Tue, 20 Jul 1999 09:52:06 -0700
10281              Message-Id: <3794A935.1C150E54@ncube.com>
10282      Branch: cfgperl
10283            ! cflags.SH x2p/cflags.SH
10284 ____________________________________________________________________________
10285 [  3714] By: jhi                                   on 1999/07/20  21:26:19
10286         Log: More Todo.
10287      Branch: cfgperl
10288            ! Todo
10289 ____________________________________________________________________________
10290 [  3713] By: jhi                                   on 1999/07/20  18:02:45
10291         Log: Integrate with Sarathy.
10292      Branch: cfgperl
10293           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
10294           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
10295           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
10296           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
10297           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
10298           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
10299           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
10300           +> utils/dprofpp.PL
10301           !> INSTALL MAINTAIN MANIFEST configure.com
10302           !> ext/Devel/Peek/Makefile.PL installman installperl
10303           !> pod/roffitall utils/Makefile vms/descrip_mms.template
10304           !> win32/Makefile win32/makefile.mk win32/win32.h
10305 ____________________________________________________________________________
10306 [  3712] By: gsar                                  on 1999/07/20  15:29:01
10307         Log: DProf tweak
10308      Branch: perl
10309            ! ext/Devel/DProf/DProf.xs
10310 ____________________________________________________________________________
10311 [  3711] By: gsar                                  on 1999/07/20  07:56:19
10312         Log: another DProf build tweak
10313      Branch: perl
10314            ! utils/dprofpp.PL
10315 ____________________________________________________________________________
10316 [  3710] By: gsar                                  on 1999/07/20  07:36:36
10317         Log: move DProf things around to where they are supposed to be
10318      Branch: perl
10319            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
10320            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
10321            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
10322            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
10323            + t/lib/dprof/test6_t t/lib/dprof/test6_v
10324           +> utils/dprofpp.PL
10325            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
10326            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
10327            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
10328            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
10329            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
10330            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
10331            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
10332            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
10333            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
10334            ! installperl pod/roffitall utils/Makefile
10335            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
10336 ____________________________________________________________________________
10337 [  3709] By: gsar                                  on 1999/07/20  06:13:16
10338         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
10339      Branch: perl
10340            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
10341            ! ext/Devel/Peek/Makefile.PL
10342 ____________________________________________________________________________
10343 [  3708] By: gsar                                  on 1999/07/20  06:01:22
10344         Log: move DProf to Devel/DProf
10345      Branch: perl
10346           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
10347           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
10348           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
10349           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
10350           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
10351           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
10352           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
10353           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
10354           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
10355           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
10356           +> ext/Devel/DProf/test.pl
10357            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
10358            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
10359            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
10360            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
10361            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
10362            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
10363            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
10364            ! MAINTAIN MANIFEST configure.com win32/Makefile
10365            ! win32/makefile.mk
10366 ____________________________________________________________________________
10367 [  3707] By: gsar                                  on 1999/07/20  05:39:11
10368         Log: add Devel::DProf v19990108 from CPAN, as it was
10369      Branch: perl
10370            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
10371            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
10372            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
10373            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
10374            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
10375            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
10376            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
10377            ! MANIFEST
10378 ____________________________________________________________________________
10379 [  3706] By: gsar                                  on 1999/07/20  04:52:25
10380         Log: C<union any> needs no PERL_OBJECT-treatment
10381      Branch: perl
10382            ! win32/win32.h
10383 ____________________________________________________________________________
10384 [  3705] By: gsar                                  on 1999/07/20  04:11:54
10385         Log: fix problem in default build
10386      Branch: perl
10387            ! win32/Makefile win32/makefile.mk
10388 ____________________________________________________________________________
10389 [  3704] By: jhi                                   on 1999/07/19  07:06:36
10390         Log: Integrate with Sarathy.
10391      Branch: cfgperl
10392           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
10393           !> win32/win32.c
10394 ____________________________________________________________________________
10395 [  3703] By: gsar                                  on 1999/07/19  05:55:57
10396         Log: win32 nits
10397      Branch: perl
10398            ! makedef.pl sv.h
10399 ____________________________________________________________________________
10400 [  3702] By: gsar                                  on 1999/07/19  04:29:34
10401         Log: don't display tid from main thread (or testsuite breaks)
10402      Branch: perl
10403            ! lib/Carp.pm util.c
10404 ____________________________________________________________________________
10405 [  3701] By: gsar                                  on 1999/07/19  00:47:52
10406         Log: remove several doubled (and tripled!) entries
10407      Branch: perl
10408            ! pod/perldiag.pod
10409 ____________________________________________________________________________
10410 [  3700] By: gsar                                  on 1999/07/19  00:42:34
10411         Log: integrate cfgperl contents into mainline
10412      Branch: perl
10413           +> makedef.pl
10414            - perl_exp.SH win32/makedef.pl
10415           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
10416           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
10417           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
10418           !> utf8.c util.c win32/Makefile win32/makefile.mk
10419 ____________________________________________________________________________
10420 [  3699] By: gsar                                  on 1999/07/19  00:33:59
10421         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
10422      Branch: perl
10423            ! Changes win32/win32.c
10424 ____________________________________________________________________________
10425 [  3698] By: jhi                                   on 1999/07/18  21:33:57
10426         Log: Integrate with Sarathy.
10427      Branch: cfgperl
10428           +> t/op/chars.t
10429           !> (integrate 57 files)
10430 ____________________________________________________________________________
10431 [  3697] By: gsar                                  on 1999/07/18  05:22:36
10432         Log: From: pvhp@forte.com (Peter Prymmer)
10433              Date: Thu, 1 Jul 99 19:31:24 PDT
10434              Message-Id: <9907020231.AA16942@forte.com>
10435              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
10436      Branch: perl
10437            + t/op/chars.t
10438            ! MANIFEST ebcdic.c t/op/ord.t
10439 ____________________________________________________________________________
10440 [  3696] By: gsar                                  on 1999/07/18  05:11:02
10441         Log: display thread id in diagnostics (suggested by Dan Sugalski)
10442      Branch: perl
10443            ! lib/Carp.pm util.c
10444 ____________________________________________________________________________
10445 [  3695] By: gsar                                  on 1999/07/18  04:57:47
10446         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
10447      Branch: perl
10448            ! pod/perldiag.pod
10449 ____________________________________________________________________________
10450 [  3694] By: gsar                                  on 1999/07/18  04:56:28
10451         Log: cache [NIUP]V conversions of defined READONLY values
10452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10453              Date: Sun, 11 Jul 1999 04:39:44 -0400
10454              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
10455              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
10456      Branch: perl
10457            ! sv.c
10458 ____________________________________________________________________________
10459 [  3693] By: gsar                                  on 1999/07/18  03:53:38
10460         Log: From: jan.dubois@ibm.net (Jan Dubois)
10461              Date: Sat, 17 Jul 1999 10:58:29 +0200
10462              Message-ID: <379144ad.13616689@smtp1.ibm.net>
10463              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
10464      Branch: perl
10465            ! lib/ExtUtils/Manifest.pm
10466 ____________________________________________________________________________
10467 [  3692] By: gsar                                  on 1999/07/18  03:51:03
10468         Log: remove spurious newSTATEOP() that causes goto to enter one too many
10469              contexts when jumping between if and elsif blocks
10470      Branch: perl
10471            ! perly.c perly.y pp_ctl.c t/op/goto.t
10472 ____________________________________________________________________________
10473 [  3691] By: gsar                                  on 1999/07/18  01:49:59
10474         Log: detypo, update Changes
10475      Branch: perl
10476            ! Changes doio.c
10477 ____________________________________________________________________________
10478 [  3690] By: gsar                                  on 1999/07/18  01:16:59
10479         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
10480      Branch: perl
10481            ! lib/integer.pm
10482 ____________________________________________________________________________
10483 [  3689] By: gsar                                  on 1999/07/18  00:47:17
10484         Log: ensure __END__ appears on a line by itself in wrapped
10485              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
10486              mention caveat about successfull kill()
10487      Branch: perl
10488            ! pod/perlfunc.pod win32/bin/pl2bat.pl
10489 ____________________________________________________________________________
10490 [  3688] By: gsar                                  on 1999/07/17  20:47:44
10491         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
10492      Branch: perl
10493            ! ext/SDBM_File/sdbm/Makefile.PL
10494 ____________________________________________________________________________
10495 [  3687] By: gsar                                  on 1999/07/17  20:43:27
10496         Log: make CC.pm use a distinct CCPP() macro rather than PP()
10497              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
10498      Branch: perl
10499            ! cc_runtime.h ext/B/B/CC.pm
10500 ____________________________________________________________________________
10501 [  3686] By: gsar                                  on 1999/07/17  20:39:08
10502         Log: tiny bug in vars.pm (from John Dlugosz)
10503      Branch: perl
10504            ! lib/vars.pm
10505 ____________________________________________________________________________
10506 [  3685] By: gsar                                  on 1999/07/17  20:37:27
10507         Log: applied suggested patch, along with later tweak
10508              From: jan.dubois@ibm.net (Jan Dubois)
10509              Date: Wed, 14 Jul 1999 23:53:43 +0200
10510              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
10511              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
10512      Branch: perl
10513            ! lib/Pod/Html.pm
10514 ____________________________________________________________________________
10515 [  3684] By: gsar                                  on 1999/07/17  20:24:32
10516         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
10517      Branch: perl
10518            ! thrdvar.h
10519 ____________________________________________________________________________
10520 [  3683] By: gsar                                  on 1999/07/17  20:21:01
10521         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10522              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
10523              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
10524              Subject: [PATCH 5.005_57] Segfaults if $^P
10525      Branch: perl
10526            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
10527            ! proto.h
10528 ____________________________________________________________________________
10529 [  3682] By: gsar                                  on 1999/07/17  20:04:17
10530         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
10531              and prefix/lib/perl5/man are ass_u_med only if those directories
10532              actually exist; else prefix/{lib,man} are used)
10533      Branch: perl
10534            ! lib/ExtUtils/MM_Unix.pm
10535 ____________________________________________________________________________
10536 [  3681] By: gsar                                  on 1999/07/17  19:12:33
10537         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
10538      Branch: perl
10539            ! op.c t/comp/proto.t
10540 ____________________________________________________________________________
10541 [  3680] By: gsar                                  on 1999/07/17  18:23:55
10542         Log: fix vec() on magic values
10543              From: Ian Phillipps <ian@dial.pipex.com>
10544              Date: Mon, 12 Jul 1999 12:30:05 +0100
10545              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
10546              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
10547      Branch: perl
10548            ! doop.c t/op/tie.t
10549 ____________________________________________________________________________
10550 [  3679] By: gsar                                  on 1999/07/17  18:10:44
10551         Log: make system() return -1 and set $! if exec of child failed
10552              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10553              Date: Fri, 9 Jul 1999 05:21:13 -0400
10554              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
10555              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
10556      Branch: perl
10557            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
10558            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
10559 ____________________________________________________________________________
10560 [  3678] By: gsar                                  on 1999/07/17  17:54:01
10561         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10562              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
10563              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
10564              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
10565      Branch: perl
10566            ! util.c
10567 ____________________________________________________________________________
10568 [  3677] By: gsar                                  on 1999/07/17  17:34:38
10569         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
10570              converted Ken's documentation outline into pod
10571      Branch: perl
10572            ! x2p/find2perl.PL
10573 ____________________________________________________________________________
10574 [  3676] By: gsar                                  on 1999/07/17  16:34:09
10575         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
10576              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
10577              Steve Lidie
10578      Branch: perl
10579            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
10580            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10581            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
10582            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
10583            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
10584            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
10585 ____________________________________________________________________________
10586 [  3675] By: gsar                                  on 1999/07/17  00:16:53
10587         Log: backout redundant change#3628
10588      Branch: perl
10589            ! Changes hints/bsdos.sh
10590 ____________________________________________________________________________
10591 [  3674] By: jhi                                   on 1999/07/15  14:26:03
10592         Log: Fix the bin/oct/hex constant overflow tests for
10593              long long platforms.
10594      Branch: cfgperl
10595            ! t/pragma/warn/util
10596 ____________________________________________________________________________
10597 [  3673] By: jhi                                   on 1999/07/14  21:59:11
10598         Log: Fixed AIX dynamic loading and AIX shared Perl library.
10599              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
10600              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
10601              Hijacked win32/makedef.pl for more general purpose export
10602              list building, now it is used (as toplevel makedef.pl)
10603              for win32 and AIX (perl_exp.SH made unnecessary).
10604              Because the export lists are now correct in AIX, no more linker
10605              warnings about "Exported symbol not defined" should appear.
10606      Branch: cfgperl
10607            + makedef.pl
10608            - perl_exp.SH win32/makedef.pl
10609            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
10610            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
10611            ! win32/makefile.mk
10612 ____________________________________________________________________________
10613 [  3672] By: gsar                                  on 1999/07/14  17:12:13
10614         Log: minor efficiency tweak
10615      Branch: perl
10616            ! pp_ctl.c
10617 ____________________________________________________________________________
10618 [  3671] By: jhi                                   on 1999/07/14  16:22:39
10619         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
10620              if its caller re_intuit_start() was entered with strend == strpos
10621              because end_shift ended up as -1.  The patch ain't necessarily
10622              correct but least the core dump is avoided.
10623      Branch: cfgperl
10624            ! regexec.c
10625 ____________________________________________________________________________
10626 [  3670] By: jhi                                   on 1999/07/13  07:59:09
10627         Log: Integrate with Sarathy.
10628      Branch: cfgperl
10629            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
10630            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
10631           !> (integrate 67 files)
10632 ____________________________________________________________________________
10633 [  3669] By: gsar                                  on 1999/07/12  06:14:54
10634         Log: fixups for sundry warnings about function pointers
10635      Branch: perl
10636            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
10637            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
10638            ! win32/win32.c win32/win32.h
10639 ____________________________________________________________________________
10640 [  3668] By: gsar                                  on 1999/07/12  04:11:58
10641         Log: tweaks for win32/borland
10642      Branch: perl
10643            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
10644 ____________________________________________________________________________
10645 [  3667] By: gsar                                  on 1999/07/12  01:55:15
10646         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
10647              builds; passing the implicit context is unified among the three
10648              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
10649              flavors (see the top of perl.h) for testing; all varargs functions
10650              foo() have a va_list-taking variant vfoo() for generating the
10651              context-free versions; the PERL_OBJECT build should now be
10652              hyper-compatible with CPAN extensions (C++ is totally out of
10653              the picture)
10654              
10655              result has only been tested on Windows
10656              
10657              TODO: write docs on the THX rationale and idiomatic usage of
10658              the Perl API
10659      Branch: perl
10660            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
10661            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
10662            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
10663            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
10664            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
10665            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
10666            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10667            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
10668            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
10669            ! global.sym globals.c intrpvar.h iperlsys.h
10670            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10671            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
10672            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
10673            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
10674            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
10675            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
10676            ! win32/dl_win32.xs win32/include/dirent.h
10677            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
10678            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
10679            ! win32/win32iop.h win32/win32sck.c
10680 ____________________________________________________________________________
10681 [  3666] By: jhi                                   on 1999/07/11  22:00:13
10682         Log: Integrate with Sarathy.
10683      Branch: cfgperl
10684           !> op.c t/op/lex_assign.t
10685 ____________________________________________________________________________
10686 [  3665] By: jhi                                   on 1999/07/11  21:59:01
10687         Log: More manual sync.
10688      Branch: cfgperl
10689            ! pod/perldelta.pod
10690 ____________________________________________________________________________
10691 [  3664] By: gsar                                  on 1999/07/11  19:11:07
10692         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
10693              remedy and related tests via private mail
10694      Branch: perl
10695            ! op.c t/op/lex_assign.t
10696 ____________________________________________________________________________
10697 [  3663] By: jhi                                   on 1999/07/11  15:04:37
10698         Log: Manual synchronization with Sarathy (some files
10699              had drifted apart for no apparent reason), plus
10700              I had a typo in dl_vms.xs Sarathy had fixed.
10701      Branch: cfgperl
10702            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
10703 ____________________________________________________________________________
10704 [  3662] By: jhi                                   on 1999/07/10  12:23:21
10705         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
10706              to adapt to the underlying platform (the binary, 0b1..., test
10707              was broken in 64-bit platforms).  Also change "hex" in the
10708              warning messages to "hexadecimal" to match "binary" and "octal".
10709      Branch: cfgperl
10710            ! pod/perldiag.pod t/pragma/warn/util util.c
10711 ____________________________________________________________________________
10712 [  3661] By: jhi                                   on 1999/07/08  21:54:55
10713         Log: Integrate with Sarathy.
10714      Branch: cfgperl
10715           +> perlapi.c perlapi.h
10716           !> (integrate 43 files)
10717 ____________________________________________________________________________
10718 [  3660] By: gsar                                  on 1999/07/08  18:47:35
10719         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
10720      Branch: perl
10721            + perlapi.c perlapi.h
10722            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
10723            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
10724            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
10725            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
10726            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
10727            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
10728            ! win32/win32.h
10729 ____________________________________________________________________________
10730 [  3659] By: gsar                                  on 1999/07/08  18:41:45
10731         Log: sundry cleanups for clean build on windows
10732      Branch: perl
10733            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
10734 ____________________________________________________________________________
10735 [  3658] By: gsar                                  on 1999/07/08  01:24:25
10736         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
10737              type mismatch problems
10738      Branch: perl
10739            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
10740            ! t/pragma/warn/op toke.c utf8.c util.c
10741 ____________________________________________________________________________
10742 [  3657] By: jhi                                   on 1999/07/07  23:01:16
10743         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
10744      Branch: cfgperl
10745            ! pod/perldiag.pod
10746           !> Changes configure.com ext/B/B/Deparse.pm
10747           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
10748           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
10749           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
10750           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
10751           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
10752           !> t/pragma/overload.t thread.h vms/vms.c
10753 ____________________________________________________________________________
10754 [  3656] By: gsar                                  on 1999/07/07  21:04:38
10755         Log: integrate cfgperl contents
10756      Branch: perl
10757           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
10758           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
10759           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
10760            ! Changes
10761           !> (integrate 45 files)
10762 ____________________________________________________________________________
10763 [  3655] By: gsar                                  on 1999/07/07  18:55:45
10764         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
10765              <pvhp@forte.com>
10766      Branch: perl
10767            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
10768 ____________________________________________________________________________
10769 [  3654] By: gsar                                  on 1999/07/07  18:47:03
10770         Log: change#1889 mistakenly removed F_SETLK
10771      Branch: perl
10772            ! ext/Fcntl/Fcntl.xs
10773 ____________________________________________________________________________
10774 [  3653] By: gsar                                  on 1999/07/07  18:42:42
10775         Log: B::Deparse update
10776              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10777              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
10778              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
10779              Subject: [PATCH _57, long] B::Deparse 0.58
10780      Branch: perl
10781            ! ext/B/B/Deparse.pm
10782 ____________________________________________________________________________
10783 [  3652] By: gsar                                  on 1999/07/07  18:41:07
10784         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10785              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
10786              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
10787              Subject: Re: [ID 19990705.001] Overloading boolean conversion
10788      Branch: perl
10789            ! gv.c t/pragma/overload.t
10790 ____________________________________________________________________________
10791 [  3651] By: gsar                                  on 1999/07/07  17:47:30
10792         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
10793      Branch: perl
10794            ! perlsfio.h
10795 ____________________________________________________________________________
10796 [  3650] By: gsar                                  on 1999/07/07  17:45:52
10797         Log: applied new parts of suggested patch
10798              From: Charles Bailey <BAILEY@newman.upenn.edu>
10799              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
10800              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
10801              Subject: [PATCH 5.005_57] Consolidated VMS patch
10802      Branch: perl
10803            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
10804            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
10805            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
10806            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
10807            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
10808 ____________________________________________________________________________
10809 [  3649] By: jhi                                   on 1999/07/07  13:38:02
10810         Log: Sync regcomp warn with reality.
10811      Branch: cfgperl
10812            ! t/pragma/warn/regcomp
10813 ____________________________________________________________________________
10814 [  3648] By: jhi                                   on 1999/07/07  13:04:55
10815         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
10816              resolved manually.
10817      Branch: cfgperl
10818           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
10819           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
10820           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
10821            - README.lexwarn
10822           !> (integrate 79 files)
10823 ____________________________________________________________________________
10824 [  3647] By: gsar                                  on 1999/07/07  10:32:03
10825         Log: From: jan.dubois@ibm.net (Jan Dubois)
10826              Date: Thu, 01 Jul 1999 11:17:53 +0200
10827              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
10828              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
10829      Branch: perl
10830            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10831            ! lib/ExtUtils/MakeMaker.pm
10832 ____________________________________________________________________________
10833 [  3646] By: gsar                                  on 1999/07/07  10:27:55
10834         Log: fix undocumented IO::Handle functions as suggested
10835              by cj10@cam.ac.uk
10836      Branch: perl
10837            ! ext/IO/lib/IO/Handle.pm
10838 ____________________________________________________________________________
10839 [  3645] By: gsar                                  on 1999/07/07  10:18:55
10840         Log: prohibit thread join()ing itself (from Dan Sugalski)
10841      Branch: perl
10842            ! ext/Thread/Thread.xs
10843 ____________________________________________________________________________
10844 [  3644] By: gsar                                  on 1999/07/07  10:14:26
10845         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10846              Date: Wed, 30 Jun 1999 14:02:42 -0700
10847              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
10848              Subject:  [PATCH 5.005_57] Compiler and XSUBS
10849      Branch: perl
10850            ! ext/B/B/C.pm
10851 ____________________________________________________________________________
10852 [  3643] By: gsar                                  on 1999/07/07  10:08:38
10853         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
10854              (from François Désarménien <desar@club-internet.fr>)
10855      Branch: perl
10856            ! pod/perlsyn.pod
10857 ____________________________________________________________________________
10858 [  3642] By: gsar                                  on 1999/07/07  10:03:24
10859         Log: From: Doug MacEachern <dougm@cp.net>
10860              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
10861              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
10862              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
10863      Branch: perl
10864            ! ext/B/B.xs
10865 ____________________________________________________________________________
10866 [  3641] By: gsar                                  on 1999/07/07  10:00:57
10867         Log: slightly modified version of suggested patch
10868              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
10869              Date: Mon, 28 Jun 1999 14:23:59 -0400
10870              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
10871              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
10872      Branch: perl
10873            ! ext/POSIX/POSIX.xs
10874 ____________________________________________________________________________
10875 [  3640] By: gsar                                  on 1999/07/07  09:45:43
10876         Log: lexical warnings update (warning.t fails one test
10877              due to leaked scalar, investigation pending)
10878              From: paul.marquess@bt.com
10879              Date: Sat, 26 Jun 1999 23:19:52 +0100
10880              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
10881              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
10882      Branch: perl
10883            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
10884            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
10885            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
10886            - README.lexwarn
10887            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
10888            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
10889            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
10890            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
10891            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10892            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
10893            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
10894            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
10895            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
10896            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10897            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
10898            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
10899            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
10900            ! warning.h warning.pl win32/win32.c
10901 ____________________________________________________________________________
10902 [  3639] By: gsar                                  on 1999/07/07  08:09:30
10903         Log: From: Brian Jepson <bjepson@home.com>
10904              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
10905              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
10906              Subject: Patch to JPL example program
10907      Branch: perl
10908            ! jpl/JPL_Rolo/JPL_Rolo.jpl
10909 ____________________________________________________________________________
10910 [  3638] By: jhi                                   on 1999/07/07  08:07:58
10911         Log: Integrate with Sarathy.
10912      Branch: cfgperl
10913           !> (integrate 34 files)
10914 ____________________________________________________________________________
10915 [  3637] By: gsar                                  on 1999/07/07  08:07:49
10916         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10917              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
10918              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
10919              Subject: [PATCH _57, long] Eliminate CONDOPs
10920      Branch: perl
10921            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
10922            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
10923            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
10924            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
10925            ! pod/perltoc.pod pp_ctl.c pp_hot.c
10926 ____________________________________________________________________________
10927 [  3636] By: gsar                                  on 1999/07/07  07:50:51
10928         Log: adapted suggested patch for IO-1.20x
10929              From: ian@dial.pipex.com
10930              Date:  Fri, 25 Jun 1999 10:39:42 +0100
10931              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
10932              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
10933      Branch: perl
10934            ! ext/IO/lib/IO/Socket.pm
10935 ____________________________________________________________________________
10936 [  3635] By: gsar                                  on 1999/07/07  07:26:05
10937         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
10938      Branch: perl
10939            ! hints/powerux.sh
10940 ____________________________________________________________________________
10941 [  3634] By: gsar                                  on 1999/07/07  07:20:02
10942         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10943              Date: Wed, 23 Jun 1999 16:16:05 +0100
10944              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
10945              Subject: [PATCH 5.005_57] memleak in optimizer
10946      Branch: perl
10947            ! embed.h embed.pl objXSUB.h op.c proto.h
10948 ____________________________________________________________________________
10949 [  3633] By: gsar                                  on 1999/07/07  07:10:52
10950         Log: add do-not-edit caveats for files generated by opcode.pl
10951              (suggested by Hugo van der Sanden)
10952      Branch: perl
10953            ! opcode.h opcode.pl pp.sym pp_proto.h
10954 ____________________________________________________________________________
10955 [  3632] By: gsar                                  on 1999/07/07  06:41:13
10956         Log: better diagnostics on read operations from write-only
10957              filehandles
10958      Branch: perl
10959            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
10960            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10961 ____________________________________________________________________________
10962 [  3631] By: gsar                                  on 1999/07/07  02:03:34
10963         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
10964              by David Muir Sharnoff <muir@idiom.com>)
10965      Branch: perl
10966            ! lib/Sys/Hostname.pm
10967 ____________________________________________________________________________
10968 [  3630] By: gsar                                  on 1999/07/07  01:57:16
10969         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10970              Date: Sun, 20 Jun 1999 17:17:17 -0700
10971              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
10972              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
10973      Branch: perl
10974            ! ext/B/B/CC.pm
10975 ____________________________________________________________________________
10976 [  3629] By: gsar                                  on 1999/07/07  01:46:03
10977         Log: installperl should write normal messages to STDOUT, not STDERR
10978      Branch: perl
10979            ! installperl
10980 ____________________________________________________________________________
10981 [  3628] By: gsar                                  on 1999/07/07  01:41:25
10982         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
10983      Branch: perl
10984            ! hints/bsdos.sh
10985 ____________________________________________________________________________
10986 [  3627] By: gsar                                  on 1999/07/07  00:27:10
10987         Log: make diagnostic on C<my $^I> etc., more readable
10988      Branch: perl
10989            ! op.c
10990 ____________________________________________________________________________
10991 [  3626] By: gsar                                  on 1999/07/06  23:47:27
10992         Log: From: Andy Dougherty <doughera@lafayette.edu>
10993              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
10994              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
10995              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
10996      Branch: perl
10997            ! Makefile.SH utils/Makefile
10998 ____________________________________________________________________________
10999 [  3625] By: jhi                                   on 1999/07/06  21:50:46
11000         Log: Some new files of #3624 missing from MANIFEST.
11001      Branch: cfgperl
11002            ! MANIFEST
11003 ____________________________________________________________________________
11004 [  3624] By: jhi                                   on 1999/07/06  21:47:04
11005         Log: POSIX [[:character class:]] support for standard, locale,
11006              and utf8.  If both utf8 and locale are on, utf8 wins.
11007              I don't fully understand why so many tables changed in
11008              lib/unicode because of "make" -- maybe it was just overdue.
11009      Branch: cfgperl
11010            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
11011            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
11012            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
11013            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
11014            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
11015            ! lib/unicode/Block.pl lib/unicode/Category.pl
11016            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
11017            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
11018            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
11019            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
11020            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
11021            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
11022            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
11023            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
11024            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
11025            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
11026            ! t/pragma/warn/regcomp utf8.c
11027 ____________________________________________________________________________
11028 [  3623] By: gsar                                  on 1999/07/06  20:52:48
11029         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11030              Date: Wed, 16 Jun 1999 14:57:22 -0400
11031              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
11032              Subject: [PATCH 5.00557] Devel::Peek
11033      Branch: perl
11034            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
11035 ____________________________________________________________________________
11036 [  3622] By: gsar                                  on 1999/07/06  20:22:59
11037         Log: applied patch after demunging headers with appropriate paths
11038              From: "Vishal Bhatia" <vishalb@my-deja.com>
11039              Date: Sat, 12 Jun 1999 08:23:59 -0700
11040              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
11041              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
11042      Branch: perl
11043            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
11044            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
11045 ____________________________________________________________________________
11046 [  3621] By: gsar                                  on 1999/07/06  20:10:50
11047         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11048              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
11049              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
11050              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
11051      Branch: perl
11052            ! doio.c
11053 ____________________________________________________________________________
11054 [  3620] By: jhi                                   on 1999/07/06  19:16:47
11055         Log: Mention EPOC and SOCKS.
11056      Branch: cfgperl
11057            ! pod/perldelta.pod
11058 ____________________________________________________________________________
11059 [  3619] By: gsar                                  on 1999/07/06  16:52:37
11060         Log: fix int vs STRLEN issue
11061      Branch: perl
11062            ! pp.c
11063 ____________________________________________________________________________
11064 [  3618] By: jhi                                   on 1999/07/06  16:52:20
11065         Log: There ain't Perl_atonv().
11066      Branch: cfgperl
11067            ! ext/ByteLoader/bytecode.h
11068 ____________________________________________________________________________
11069 [  3617] By: jhi                                   on 1999/07/06  15:55:22
11070         Log: Integrate with Sarathy.
11071      Branch: cfgperl
11072           !> Makefile.SH
11073 ____________________________________________________________________________
11074 [  3616] By: jhi                                   on 1999/07/06  15:54:09
11075         Log: Tweak for #3613.
11076      Branch: cfgperl
11077            ! Configure config_h.SH
11078 ____________________________________________________________________________
11079 [  3615] By: gsar                                  on 1999/07/06  11:00:21
11080         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11081              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
11082              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
11083              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
11084      Branch: perl
11085            ! Makefile.SH
11086 ____________________________________________________________________________
11087 [  3614] By: jhi                                   on 1999/07/06  10:44:48
11088         Log: Integrate with Sarathy.
11089      Branch: cfgperl
11090           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
11091           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
11092 ____________________________________________________________________________
11093 [  3613] By: jhi                                   on 1999/07/06  10:43:20
11094         Log: From: Nathan Kurz <nate@valleytel.net>
11095              Subject: [ID 19990612.001 compiling three deep modules within ext/]
11096              ply-To: nate@valleytel.net
11097              erl5-porters@perl.org
11098              Date: Sat, 12 Jun 1999 01:26:04 -0500
11099              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
11100      Branch: cfgperl
11101            ! Configure config_h.SH
11102 ____________________________________________________________________________
11103 [  3612] By: gsar                                  on 1999/07/06  10:17:52
11104         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11105              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
11106              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
11107              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
11108      Branch: perl
11109            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
11110 ____________________________________________________________________________
11111 [  3611] By: gsar                                  on 1999/07/06  09:51:20
11112         Log: From: pvhp@forte.com (Peter Prymmer)
11113              Date: Fri, 11 Jun 99 17:07:19 PDT
11114              Message-Id: <9906120007.AA13802@forte.com>
11115              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
11116      Branch: perl
11117            ! ext/IO/lib/IO/File.pm
11118 ____________________________________________________________________________
11119 [  3610] By: gsar                                  on 1999/07/06  09:37:37
11120         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
11121              tweak)
11122              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11123              Date: Wed, 09 Jun 1999 18:27:51 +0100
11124              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
11125              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
11126      Branch: perl
11127            ! perl.h t/base/rs.t
11128 ____________________________________________________________________________
11129 [  3609] By: jhi                                   on 1999/07/06  09:28:48
11130         Log: Integrate with Sarathy.
11131      Branch: cfgperl
11132           !> (integrate 49 files)
11133 ____________________________________________________________________________
11134 [  3608] By: gsar                                  on 1999/07/06  09:28:21
11135         Log: test tweak
11136      Branch: perl
11137            ! t/pragma/warn/op
11138 ____________________________________________________________________________
11139 [  3607] By: jhi                                   on 1999/07/06  09:22:48
11140         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
11141      Branch: cfgperl
11142            ! Configure config_h.SH
11143 ____________________________________________________________________________
11144 [  3606] By: gsar                                  on 1999/07/06  09:05:02
11145         Log: applied slightly tweaked version of suggested patch for
11146              improved RE API
11147              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11148              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
11149              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
11150              Subject: [PATCH 5.005_57] REx engine rehash
11151      Branch: perl
11152            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
11153            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
11154            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
11155            ! util.c
11156 ____________________________________________________________________________
11157 [  3605] By: gsar                                  on 1999/07/06  08:54:03
11158         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
11159      Branch: perl
11160            ! sv.c
11161 ____________________________________________________________________________
11162 [  3604] By: gsar                                  on 1999/07/06  07:08:30
11163         Log: From: paul.marquess@bt.com
11164              Date: Tue, 8 Jun 1999 22:37:58 +0100 
11165              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
11166              Subject: [PATCH 5.005_57] DB_File 1.67
11167      Branch: perl
11168            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11169            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11170 ____________________________________________________________________________
11171 [  3603] By: gsar                                  on 1999/07/06  07:04:50
11172         Log: From: paul.marquess@bt.com
11173              Date: Tue, 8 Jun 1999 22:34:01 +0100 
11174              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
11175              Subject: [PATCH 5.005_57] DBM Filters
11176      Branch: perl
11177            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11178            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
11179            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
11180            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
11181 ____________________________________________________________________________
11182 [  3602] By: gsar                                  on 1999/07/06  07:00:01
11183         Log: slightly tweaked version of suggested patch
11184              From: Dan Sugalski <sugalskd@ous.edu>
11185              Date: Tue, 08 Jun 1999 14:09:38 -0700
11186              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
11187              Subject: [PATCH 5.005_57]Use NV instead of double in the core
11188      Branch: perl
11189            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
11190            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
11191            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
11192            ! proto.h sv.c sv.h toke.c universal.c util.c
11193 ____________________________________________________________________________
11194 [  3601] By: gsar                                  on 1999/07/06  06:52:57
11195         Log: integrate cfgperl contents into mainline
11196      Branch: perl
11197           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
11198           +> epoc/perl.mmp epoc/perl.pkg
11199           !> (integrate 30 files)
11200 ____________________________________________________________________________
11201 [  3598] By: jhi                                   on 1999/07/05  20:02:55
11202         Log: Integrate with mainperl.
11203      Branch: cfgperl
11204           +> lib/CGI/Pretty.pm
11205           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
11206           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
11207           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
11208           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
11209           !> vms/vmsish.h
11210 ____________________________________________________________________________
11211 [  3597] By: jhi                                   on 1999/07/05  19:59:48
11212         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
11213              that addresses the notorious "Additional libraries" question.
11214      Branch: cfgperl
11215            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11216            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
11217            ! pp_sys.c
11218 ____________________________________________________________________________
11219 [  3596] By: gsar                                  on 1999/07/05  18:30:51
11220         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11221              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
11222              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
11223              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
11224      Branch: perl
11225            ! pp_sys.c t/lib/io_udp.t
11226 ____________________________________________________________________________
11227 [  3595] By: gsar                                  on 1999/07/05  18:29:08
11228         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11229              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
11230              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
11231              Subject: [PATCH 5.00557] Setting $^E wipes out $!
11232      Branch: perl
11233            ! mg.c
11234 ____________________________________________________________________________
11235 [  3594] By: gsar                                  on 1999/07/05  18:24:53
11236         Log: hand-apply whitespace mutiliated patch
11237              From: Dan Sugalski <sugalskd@osshe.edu>
11238              Date: Mon, 07 Jun 1999 14:46:42 -0700
11239              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
11240              Subject: [PATCH 5.005_57]Updated VMS patch
11241      Branch: perl
11242            ! thread.h vms/descrip_mms.template vms/subconfigure.com
11243            ! vms/vms.c vms/vmsish.h
11244 ____________________________________________________________________________
11245 [  3593] By: gsar                                  on 1999/07/05  17:53:04
11246         Log: applied parts not duplicated by previous patches
11247              From: "Vishal Bhatia" <vishalb@my-deja.com>
11248              Date: Sat, 05 Jun 1999 08:42:17 -0700
11249              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
11250              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
11251      Branch: perl
11252            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
11253            ! ext/B/B/Stackobj.pm
11254 ____________________________________________________________________________
11255 [  3592] By: jhi                                   on 1999/07/05  17:17:22
11256         Log: AIX threaded build, plus few more on the side.
11257      Branch: cfgperl
11258            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
11259            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
11260            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
11261            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
11262 ____________________________________________________________________________
11263 [  3591] By: gsar                                  on 1999/07/05  16:52:34
11264         Log: "\e" and "\a" didn't produce right escape under EBCDIC
11265              From: pvhp@forte.com (Peter Prymmer)
11266              Date: Fri, 4 Jun 99 12:00:27 PDT
11267              Message-Id: <9906041900.AA28387@forte.com>
11268              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
11269      Branch: perl
11270            ! toke.c
11271 ____________________________________________________________________________
11272 [  3590] By: gsar                                  on 1999/07/05  16:40:01
11273         Log: s/scalar ref constructor/single ref constructor/ (suggested
11274              by Stephen McCamant)
11275      Branch: perl
11276            ! opcode.h opcode.pl
11277 ____________________________________________________________________________
11278 [  3589] By: gsar                                  on 1999/07/05  16:34:06
11279         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
11280      Branch: perl
11281            ! ext/GDBM_File/GDBM_File.xs
11282 ____________________________________________________________________________
11283 [  3588] By: gsar                                  on 1999/07/05  16:29:39
11284         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
11285              is unchanged still)
11286      Branch: perl
11287            ! op.c
11288 ____________________________________________________________________________
11289 [  3587] By: jhi                                   on 1999/07/05  10:31:43
11290         Log: Make perl_exp.SH smarter about what to include and what to exclude.
11291      Branch: cfgperl
11292            ! perl_exp.SH
11293 ____________________________________________________________________________
11294 [  3586] By: jhi                                   on 1999/07/05  09:29:31
11295         Log: Remove unnecessary and extraneous my $i = 0.
11296      Branch: cfgperl
11297            ! bytecode.pl
11298 ____________________________________________________________________________
11299 [  3585] By: jhi                                   on 1999/07/05  07:28:59
11300         Log: Integrate with mainperl.
11301      Branch: cfgperl
11302           !> (integrate 30 files)
11303 ____________________________________________________________________________
11304 [  3584] By: gsar                                  on 1999/07/05  05:36:28
11305         Log: From: Vishal Bhatia <vishalb@hotmail.com>
11306              Date: Thu, 03 Jun 1999 00:57:48 PDT
11307              Message-ID: <19990603075749.86665.qmail@hotmail.com>
11308              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
11309      Branch: perl
11310            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
11311 ____________________________________________________________________________
11312 [  3583] By: gsar                                  on 1999/07/05  05:31:19
11313         Log: suppress fancy display when in verbose mode (suggested by
11314              Paul Johnson <pjcj@transeda.com>)
11315      Branch: perl
11316            ! lib/Test/Harness.pm
11317 ____________________________________________________________________________
11318 [  3582] By: gsar                                  on 1999/07/05  05:17:12
11319         Log: cygwin32 update
11320              From: "Fifer, Eric" <EFifer@sanwaint.com>
11321              Date:  Wed, 2 Jun 1999 15:16:05 +0100
11322              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
11323              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
11324      Branch: perl
11325            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
11326            ! cygwin32/build-instructions.READFIRST
11327            ! cygwin32/build-instructions.charles-wilson
11328            ! cygwin32/build-instructions.sebastien-barre
11329            ! cygwin32/build-instructions.steven-morlock
11330            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
11331            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
11332            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
11333            ! t/op/magic.t util.c
11334 ____________________________________________________________________________
11335 [  3581] By: gsar                                  on 1999/07/05  02:46:18
11336         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
11337      Branch: perl
11338            ! util.c
11339 ____________________________________________________________________________
11340 [  3580] By: gsar                                  on 1999/07/05  02:38:03
11341         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
11342              Date: Mon, 31 May 1999 18:18:13 -0600
11343              Message-ID: <19990601001813.AAA17834@csgsystems.com>
11344              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
11345      Branch: perl
11346            ! t/TEST t/UTEST t/harness utils/perlcc.PL
11347 ____________________________________________________________________________
11348 [  3579] By: gsar                                  on 1999/07/05  01:20:58
11349         Log: compatibility tweak for Class::Struct
11350      Branch: perl
11351            ! lib/Class/Struct.pm
11352 ____________________________________________________________________________
11353 [  3578] By: jhi                                   on 1999/07/04  23:26:01
11354         Log: Miscellaneus AIX fixes + SOCKS support.
11355      Branch: cfgperl
11356            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
11357            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
11358            ! hints/aix.sh pp_sys.c
11359 ____________________________________________________________________________
11360 [  3577] By: gsar                                  on 1999/07/04  23:07:39
11361         Log: test tweak
11362      Branch: perl
11363            ! t/io/openpid.t
11364 ____________________________________________________________________________
11365 [  3576] By: jhi                                   on 1999/07/04  22:39:23
11366         Log: Integrate with mainperl.
11367      Branch: cfgperl
11368           +> t/io/openpid.t
11369            - win32/perlhost.h
11370           !> (integrate 51 files)
11371 ____________________________________________________________________________
11372 [  3575] By: jhi                                   on 1999/07/04  22:26:48
11373         Log: Added 64-bit support for AIX 4.3 or better
11374              based on Martin H. Rusoff's observations.
11375      Branch: cfgperl
11376            ! Configure config_h.SH hints/aix.sh
11377 ____________________________________________________________________________
11378 [  3574] By: jhi                                   on 1999/07/04  21:34:47
11379         Log: Do not throw away gccvers compilation errors.
11380              From: Andy Dougherty <doughera@lafayette.edu>
11381              To: Ron Seguin <rseguin@on.bell.ca>
11382              Cc: Perl Porters <perl5-porters@perl.org>
11383              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
11384              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
11385              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
11386      Branch: cfgperl
11387            ! Configure config_h.SH
11388 ____________________________________________________________________________
11389 [  3573] By: gsar                                  on 1999/07/04  21:10:32
11390         Log: adapted suggested tests for addition to testsuite
11391              From: RonaldWS@aol.com
11392              Date:  Sun, 30 May 1999 16:27:28 EDT
11393              Message-Id:  <25cd799f.2482f930@aol.com>
11394              Subject: [19990530.007] Open with pipe | does not return pid under win32
11395      Branch: perl
11396            + t/io/openpid.t
11397            ! MANIFEST win32/win32.c
11398 ____________________________________________________________________________
11399 [  3572] By: gsar                                  on 1999/07/04  20:29:32
11400         Log: perl_run() should call my_exit(0) for normal completion
11401      Branch: perl
11402            ! perl.c
11403 ____________________________________________________________________________
11404 [  3571] By: jhi                                   on 1999/07/04  20:10:44
11405         Log: Add test for change #3568 plus general cleanup.
11406      Branch: cfgperl
11407            ! t/pragma/locale.t
11408 ____________________________________________________________________________
11409 [  3570] By: gsar                                  on 1999/07/04  20:03:21
11410         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
11411              overloading
11412      Branch: perl
11413            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
11414            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
11415 ____________________________________________________________________________
11416 [  3569] By: gsar                                  on 1999/07/04  18:04:48
11417         Log: make AIX dynaloading work when libperl is shared (and thus under
11418              mod_perl etc.)
11419              From: Jens-Uwe Mager <jum@helios.de>
11420              Date:  Sat, 29 May 1999 17:09:52 +0200
11421              Message-Id:  <199905291509.RAA43978@ans.helios.de>
11422              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
11423      Branch: perl
11424            ! ext/DynaLoader/dl_aix.xs
11425 ____________________________________________________________________________
11426 [  3568] By: jhi                                   on 1999/07/04  14:54:23
11427         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
11428              This resulted for example in the 'o' magic not being cleared by
11429              magic_setcollxfrm(), which resulted in strange cmp results.
11430              The bug was reported originally in the message
11431              Subject: Bug with locale
11432              From: Jan Starzynski <jan@planet.de> 
11433              To: perlbug@perl.com 
11434              Date: Fri, 09 Apr 1999 13:23:07 +0200 
11435              Message-ID: <370DE31B.DAEE1332@planet.de> 
11436      Branch: cfgperl
11437            ! pp.c
11438 ____________________________________________________________________________
11439 [  3567] By: gsar                                  on 1999/07/04  02:38:34
11440         Log: remove misleading info on defined(&func), unclutter deprecation
11441              about defined(@array)
11442      Branch: perl
11443            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11444            ! t/pragma/warn/op
11445 ____________________________________________________________________________
11446 [  3566] By: gsar                                  on 1999/07/04  01:46:31
11447         Log: From: jan.dubois@ibm.net (Jan Dubois)
11448              Date: Wed, 26 May 1999 22:07:17 +0200
11449              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
11450              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
11451      Branch: perl
11452            ! Changes win32/win32.c win32/win32.h
11453 ____________________________________________________________________________
11454 [  3565] By: gsar                                  on 1999/07/04  01:26:02
11455         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
11456              for win32 issues)
11457      Branch: perl
11458            ! pod/perlxstut.pod
11459 ____________________________________________________________________________
11460 [  3564] By: gsar                                  on 1999/07/02  03:09:04
11461         Log: avoid warnings
11462      Branch: perl
11463            ! ext/Thread/Thread/Specific.pm lib/fields.pm
11464 ____________________________________________________________________________
11465 [  3563] By: gsar                                  on 1999/06/28  19:23:47
11466         Log: inc version (for CPAN.pm sanity)
11467      Branch: perl
11468            ! lib/Text/ParseWords.pm
11469 ____________________________________________________________________________
11470 [  3562] By: gsar                                  on 1999/06/28  19:19:01
11471         Log: regen perltoc
11472      Branch: perl
11473            ! pod/perltoc.pod
11474 ____________________________________________________________________________
11475 [  3561] By: gsar                                  on 1999/06/28  19:08:41
11476         Log: From: Damian Conway <damian@cs.monash.edu.au>
11477              Date: Wed, 26 May 1999 00:58:35 -0400
11478              Message-Id: <199905260458.AAA06411@defender.perl.org>
11479              Subject: [19990526.002] Misc. improvements to Class:Struct
11480      Branch: perl
11481            ! MANIFEST lib/Class/Struct.pm
11482 ____________________________________________________________________________
11483 [  3560] By: gsar                                  on 1999/06/28  18:50:52
11484         Log: remove bogus PL_optype_size
11485      Branch: perl
11486            ! bytecode.pl ext/ByteLoader/byterun.h
11487 ____________________________________________________________________________
11488 [  3559] By: gsar                                  on 1999/06/28  18:22:26
11489         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
11490      Branch: perl
11491            + lib/CGI/Pretty.pm
11492            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
11493            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
11494            ! t/lib/cgi-html.t t/lib/cgi-request.t
11495 ____________________________________________________________________________
11496 [  3558] By: jhi                                   on 1999/06/28  07:30:21
11497         Log: Change Olaf Lebbe's email address.
11498      Branch: cfgperl
11499            ! README.epoc
11500 ____________________________________________________________________________
11501 [  3557] By: gsar                                  on 1999/06/28  00:07:33
11502         Log: make autogenerated files writable
11503      Branch: perl
11504            - win32/perlhost.h
11505            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
11506            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
11507            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
11508            ! proto.h regnodes.h warning.h win32/config_H.bc
11509            ! win32/config_H.gc win32/config_H.vc
11510 ____________________________________________________________________________
11511 [  3556] By: jhi                                   on 1999/06/27  19:22:53
11512         Log: Update MANIFEST to match #3555.
11513      Branch: cfgperl
11514            ! MANIFEST
11515 ____________________________________________________________________________
11516 [  3555] By: jhi                                   on 1999/06/27  19:16:22
11517         Log: EPOC port to Psion5.
11518              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11519              To: Jarkko Hietaniemi <jhi@iki.fi>
11520              Cc: perl5-porters@perl.org
11521              Subject: Re: Psion5
11522              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
11523              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
11524      Branch: cfgperl
11525            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
11526            + epoc/perl.mmp epoc/perl.pkg
11527            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
11528            ! perl.h sv.c util.c
11529 ____________________________________________________________________________
11530 [  3554] By: jhi                                   on 1999/06/27  18:50:52
11531         Log: Integrate from mainperl.
11532      Branch: cfgperl
11533           !> (integrate 48 files)
11534 ____________________________________________________________________________
11535 [  3553] By: gsar                                  on 1999/06/27  14:28:49
11536         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
11537              gone from the public API); PERL_OBJECT builds again on
11538              windows
11539              
11540              TODO: namespace-clean the typedefs in iperlsys.h and
11541              elsewhere; remove C++ remnants from public headers
11542      Branch: perl
11543            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
11544            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
11545            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
11546            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
11547            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
11548            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
11549            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
11550            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
11551            ! win32/config.gc win32/config.vc win32/dl_win32.xs
11552            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
11553            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
11554            ! win32/win32sck.c
11555 ____________________________________________________________________________
11556 [  3552] By: gsar                                  on 1999/06/27  13:49:31
11557         Log: integrate cfgperl changes into mainline
11558      Branch: perl
11559           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
11560           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
11561           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
11562           !> util.c
11563 ____________________________________________________________________________
11564 [  3551] By: gsar                                  on 1999/06/27  13:31:11
11565         Log: fix indents
11566      Branch: perl
11567            ! op.c
11568 ____________________________________________________________________________
11569 [  3550] By: gsar                                  on 1999/06/24  22:42:53
11570         Log: update Changes
11571      Branch: perl
11572            ! Changes
11573 ____________________________________________________________________________
11574 [  3549] By: gsar                                  on 1999/06/24  22:41:17
11575         Log: avoid race condition in the CAPI extension bootstrap handler
11576      Branch: perl
11577            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
11578 ____________________________________________________________________________
11579 [  3548] By: gsar                                  on 1999/06/24  22:39:53
11580         Log: sanity check to cover the case when perl is installed into the
11581              X:\ (drive root)
11582      Branch: perl
11583            ! win32/win32.c
11584 ____________________________________________________________________________
11585 [  3547] By: gsar                                  on 1999/06/22  19:30:32
11586         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
11587      Branch: perl
11588            ! lib/Tie/RefHash.pm
11589 ____________________________________________________________________________
11590 [  3544] By: jhi                                   on 1999/06/18  19:24:28
11591         Log: Tidy up #3542 and #3543. 
11592      Branch: cfgperl
11593            ! t/pragma/locale.t util.c
11594 ____________________________________________________________________________
11595 [  3543] By: jhi                                   on 1999/06/18  10:28:45
11596         Log: Spice up locale.t.
11597      Branch: cfgperl
11598            ! t/pragma/locale.t
11599 ____________________________________________________________________________
11600 [  3542] By: jhi                                   on 1999/06/17  22:42:03
11601         Log: Fixed two long-standing locale bugs.
11602              
11603              Both problems were related to numeric locale which
11604              controls the radix character aka the decimal separator.
11605              (1) printf (and sprintf) were resetting the numeric locale to C.
11606              (2) Using locale-numerically formatted floating point
11607              numbers (e.g. "1,23") together with -w caused warnings about
11608              "isn't numeric".  The operations were working fine, though,
11609              because atof() was using the local locale.
11610              Both problems reported by Stefan Vogtner.
11611              
11612              Introduced a wrapper for atof() that attempts to convert
11613              the string both ways.  This helps Perl to understand
11614              numbers like this "4.56" even when using a local locale
11615              makes atof() understand only numbers like this "7,89".
11616              
11617              Remaining related problems, both of which existed before
11618              this patch and continue to exist after this patch:
11619              (a) The behaviour of print() is _not_ as documented by perllocale.
11620              Instead of always using the C locale, print() does use the
11621              local locale, just like the *printf() do.  This may be fixable
11622              now that switching to-and-fro between locales has been made
11623              more consistent, but fixing print() would change existing
11624              behaviour.  perllocale is not changed by this patch.
11625              (b) If a number has been stringified (say, via "$number") under
11626              a local locale, the cached string value persists even under
11627              "no locale".  This may or may not be a problem: operations
11628              work fine because the original number is still there, but
11629              that the string form keeps its locale-ish outlook may be
11630              somewhat confusing.
11631      Branch: cfgperl
11632            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
11633            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
11634            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
11635            ! util.c
11636 ____________________________________________________________________________
11637 [  3541] By: jhi                                   on 1999/06/17  20:00:16
11638         Log: Integrate from mainperl.
11639      Branch: cfgperl
11640           !> ext/Data/Dumper/Dumper.pm op.c
11641 ____________________________________________________________________________
11642 [  3540] By: gsar                                  on 1999/06/16  16:49:55
11643         Log: dump C<0> as such, not C<'0'>
11644      Branch: perl
11645            ! ext/Data/Dumper/Dumper.pm
11646 ____________________________________________________________________________
11647 [  3539] By: gsar                                  on 1999/06/13  04:04:40
11648         Log: fix coredumper in change#3498
11649      Branch: perl
11650            ! op.c
11651 ____________________________________________________________________________
11652 [  3538] By: jhi                                   on 1999/06/12  22:01:26
11653         Log: Integrate from mainperl.
11654      Branch: cfgperl
11655           +> lib/caller.pm
11656           !> (integrate 36 files)
11657 ____________________________________________________________________________
11658 [  3537] By: gsar                                  on 1999/06/12  06:43:03
11659         Log: EXTERN_C declarations for global arrays in various
11660              headers, so perl can be built even in C++ mode; win32
11661              build fixups; regen headers
11662      Branch: perl
11663            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
11664            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
11665 ____________________________________________________________________________
11666 [  3536] By: gsar                                  on 1999/06/12  06:38:21
11667         Log: caller.pm typos
11668      Branch: perl
11669            ! lib/caller.pm
11670 ____________________________________________________________________________
11671 [  3535] By: gsar                                  on 1999/06/11  23:13:54
11672         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
11673              is temporarily gone
11674      Branch: perl
11675            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
11676            ! pod/perldelta.pod proto.h win32/perllib.c
11677 ____________________________________________________________________________
11678 [  3534] By: gsar                                  on 1999/06/11  20:41:51
11679         Log: implement C<use caller 'encoding'>
11680      Branch: perl
11681            + lib/caller.pm
11682            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
11683 ____________________________________________________________________________
11684 [  3533] By: gsar                                  on 1999/06/11  16:51:04
11685         Log: truncate() has a peculiar exemption from strict barewords, even
11686              though it has a non-filehandle prototype
11687      Branch: perl
11688            ! op.c t/io/fs.t
11689 ____________________________________________________________________________
11690 [  3532] By: gsar                                  on 1999/06/11  09:09:16
11691         Log: GDBM tweak
11692      Branch: perl
11693            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
11694 ____________________________________________________________________________
11695 [  3531] By: gsar                                  on 1999/06/10  23:34:19
11696         Log: part of the platform changes for IMPLICIT_CONTEXT
11697      Branch: perl
11698            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
11699            ! jpl/PerlInterpreter/PerlInterpreter.c
11700            ! jpl/PerlInterpreter/PerlInterpreter.h
11701            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
11702            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
11703 ____________________________________________________________________________
11704 [  3530] By: jhi                                   on 1999/06/10  20:55:56
11705         Log: Integrate from mainperl.
11706      Branch: cfgperl
11707           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
11708 ____________________________________________________________________________
11709 [  3529] By: gsar                                  on 1999/06/10  20:40:01
11710         Log: DB_File tweaks for IMPLICIT CONTEXT
11711      Branch: perl
11712            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11713 ____________________________________________________________________________
11714 [  3528] By: jhi                                   on 1999/06/10  10:18:15
11715         Log: Integrate from mainperl.
11716      Branch: cfgperl
11717           !> (integrate 105 files)
11718 ____________________________________________________________________________
11719 [  3527] By: gsar                                  on 1999/06/10  09:30:35
11720         Log: most globals are now interpreter local; locale initialization
11721              was too early, defer it until interpreter is allocated and
11722              initialized; multiple interpreters should now be
11723              concurrency-safe (untested)
11724      Branch: perl
11725            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
11726            ! perlvars.h
11727 ____________________________________________________________________________
11728 [  3526] By: gsar                                  on 1999/06/10  08:38:00
11729         Log: fix small nits
11730      Branch: perl
11731            ! cc_runtime.h ext/B/B/CC.pm run.c
11732 ____________________________________________________________________________
11733 [  3525] By: gsar                                  on 1999/06/10  04:41:38
11734         Log: win32 build fixes
11735      Branch: perl
11736            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
11737            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
11738            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
11739            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
11740            ! win32/Makefile win32/config_H.bc win32/config_H.gc
11741            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
11742            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
11743            ! win32/win32.c win32/win32.h win32/win32sck.c
11744            ! win32/win32thread.c win32/win32thread.h
11745 ____________________________________________________________________________
11746 [  3524] By: gsar                                  on 1999/06/09  18:03:01
11747         Log: more complete support for implicit thread/interpreter pointer,
11748              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
11749              without that enabled):
11750              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
11751              is a noop; tests pass on Solaris; should be faster now!
11752              - MULTIPLICITY has been tested with and without
11753              PERL_IMPLICIT_CONTEXT on Solaris
11754              - improved function database now merged with embed.pl
11755              - everything except the varargs functions have foo(a,b,c) macros
11756              to provide compatibility
11757              - varargs functions default to compatibility variants that
11758              get the context pointer using dTHX
11759              - there should be almost no source compatibility issues as a
11760              result of all this
11761              - dl_foo.xs changes other than dl_dlopen.xs untested
11762              - still needs documentation, fixups for win32 etc
11763              Next step: migrate most non-mutex variables from perlvars.h
11764              to intrpvar.h
11765      Branch: perl
11766            - proto.pl
11767            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
11768            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
11769            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
11770            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
11771            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
11772            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
11773            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
11774            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
11775            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
11776            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
11777            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
11778            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
11779            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
11780            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
11781            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
11782            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
11783            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
11784            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
11785            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
11786            ! util.c win32/Makefile win32/makefile.mk writemain.SH
11787 ____________________________________________________________________________
11788 [  3523] By: gsar                                  on 1999/06/07  05:24:13
11789         Log: missed a file
11790      Branch: perl
11791            + proto.pl
11792            ! MANIFEST
11793 ____________________________________________________________________________
11794 [  3522] By: gsar                                  on 1999/06/07  05:18:34
11795         Log: initial stub implementation of implicit thread/this
11796              pointer    argument; builds/tests on Solaris, win32
11797              hasn't been fixed up yet; proto.h, global.sym and
11798              static function decls are now generated from a common
11799              database in proto.pl; some inconsistently named
11800              perl_foo() things are now Perl_foo(), compatibility
11801              #defines provided; perl_foo() (lowercase 'p') reserved
11802              for functions that take an explicit context argument;
11803              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
11804      Branch: perl
11805            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
11806            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
11807            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
11808            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
11809            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
11810            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
11811            ! universal.c utf8.c util.c
11812 ____________________________________________________________________________
11813 [  3521] By: gsar                                  on 1999/06/04  23:00:22
11814         Log: clean up some stray "global" symbols
11815      Branch: perl
11816            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
11817            ! pp_proto.h proto.h
11818 ____________________________________________________________________________
11819 [  3520] By: jhi                                   on 1999/06/02  21:33:28
11820         Log: Integrate from mainperl.
11821      Branch: cfgperl
11822           !> (integrate 94 files)
11823 ____________________________________________________________________________
11824 [  3519] By: gsar                                  on 1999/06/02  07:16:10
11825         Log: avoid dereferencing null pointer from getpwent() et al
11826      Branch: perl
11827            ! pp_sys.c
11828 ____________________________________________________________________________
11829 [  3518] By: gsar                                  on 1999/06/02  04:47:10
11830         Log: remove _() non-ansism
11831      Branch: perl
11832            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
11833            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
11834            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
11835            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
11836            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
11837            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
11838            ! ext/re/re.xs handy.h hv.c iperlsys.h
11839            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
11840            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
11841            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
11842            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
11843            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
11844            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
11845            ! vms/vmsish.h vms/writemain.pl vos/config.h
11846            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
11847            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
11848            ! win32/perllib.c win32/runperl.c win32/win32.h
11849            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
11850            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
11851 ____________________________________________________________________________
11852 [  3517] By: gsar                                  on 1999/06/02  02:17:51
11853         Log: missed a few files
11854      Branch: perl
11855            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
11856 ____________________________________________________________________________
11857 [  3516] By: gsar                                  on 1999/06/02  01:37:33
11858         Log: integrate cfgperl contents into mainline
11859      Branch: perl
11860           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11861           +> ext/ByteLoader/byterun.h
11862            - bytecode.h byterun.c byterun.h
11863            ! Changes
11864           !> (integrate 58 files)
11865 ____________________________________________________________________________
11866 [  3515] By: gsar                                  on 1999/06/02  00:48:50
11867         Log: remove stray K&R-isms
11868      Branch: perl
11869            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
11870            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
11871            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
11872            ! toke.c util.c win32/win32.c x2p/hash.c
11873 ____________________________________________________________________________
11874 [  3514] By: gsar                                  on 1999/06/01  15:55:55
11875         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
11876              strict 'subs'
11877      Branch: perl
11878            ! op.c t/pragma/strict-subs
11879 ____________________________________________________________________________
11880 [  3513] By: jhi                                   on 1999/06/01  07:17:05
11881         Log: Patch applying of #3499 had gone awry.
11882      Branch: cfgperl
11883            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
11884 ____________________________________________________________________________
11885 [  3512] By: gsar                                  on 1999/05/31  19:21:30
11886         Log: tighter -help output
11887      Branch: perl
11888            ! perl.c
11889 ____________________________________________________________________________
11890 [  3511] By: gsar                                  on 1999/05/31  17:18:23
11891         Log: fix memory leak in C<eval 'return sub {...}'>
11892      Branch: perl
11893            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
11894 ____________________________________________________________________________
11895 [  3510] By: gsar                                  on 1999/05/31  14:11:46
11896         Log: tweak C++isms
11897      Branch: perl
11898            ! win32/dl_win32.xs win32/win32.c
11899 ____________________________________________________________________________
11900 [  3509] By: jhi                                   on 1999/05/30  13:02:26
11901         Log: Cleanup of #3488.
11902      Branch: cfgperl
11903            ! Configure config_h.SH
11904 ____________________________________________________________________________
11905 [  3508] By: jhi                                   on 1999/05/30  11:16:01
11906         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11907              To: Mailing list Perl5 <perl5-porters@perl.org>
11908              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
11909              Date: Sat, 29 May 1999 20:18:13 -0400
11910              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
11911      Branch: cfgperl
11912            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
11913 ____________________________________________________________________________
11914 [  3507] By: jhi                                   on 1999/05/29  20:05:40
11915         Log: From: Mark-Jason Dominus <mjd@plover.com>
11916              To: perl5-porters@perl.com
11917              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
11918              Date: Sat, 29 May 1999 14:45:10 -0400
11919              Message-ID: <19990529184510.27557.qmail@plover.com>
11920      Branch: cfgperl
11921            ! op.h
11922 ____________________________________________________________________________
11923 [  3506] By: gsar                                  on 1999/05/29  16:49:39
11924         Log: avoid gv_check() recursive pit
11925      Branch: perl
11926            ! gv.c
11927 ____________________________________________________________________________
11928 [  3505] By: jhi                                   on 1999/05/29  11:38:16
11929         Log: From: jan.dubois@ibm.net (Jan Dubois)
11930              To: Gurusamy Sarathy <gsar@activestate.com>
11931              Cc: perl5-porters@perl.org
11932              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
11933              Date: Sat, 29 May 1999 08:46:22 +0200
11934              Message-ID: <374f8007.2016008@smtp1.ibm.net>
11935      Branch: cfgperl
11936            ! t/op/grent.t t/op/pwent.t
11937 ____________________________________________________________________________
11938 [  3504] By: jhi                                   on 1999/05/29  11:07:10
11939         Log: QNX needs <sys/select.h> to define fd_set.
11940              
11941              From: Norton Allen <allen@huarp.harvard.edu>
11942              To: perl5-porters@perl.org
11943              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
11944              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
11945              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
11946      Branch: cfgperl
11947            ! ext/IO/poll.c
11948 ____________________________________________________________________________
11949 [  3503] By: jhi                                   on 1999/05/29  10:53:31
11950         Log: From: jan.dubois@ibm.net (Jan Dubois)
11951              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
11952              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
11953              Date: Fri, 28 May 1999 20:14:35 +0200
11954              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
11955      Branch: cfgperl
11956            ! lib/Math/BigFloat.pm
11957 ____________________________________________________________________________
11958 [  3502] By: jhi                                   on 1999/05/29  10:44:44
11959         Log: Make Configure support the change #3367,
11960              SysV shadow passwords.
11961      Branch: cfgperl
11962            ! Configure config_h.SH pp_sys.c
11963 ____________________________________________________________________________
11964 [  3501] By: gsar                                  on 1999/05/28  21:22:23
11965         Log: add wide versions of win32 system calls (first step in
11966              globalization); delayload winsock for performance if compiling
11967              with VC 6.0
11968      Branch: perl
11969            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
11970            ! win32/win32.c win32/win32.h
11971 ____________________________________________________________________________
11972 [  3500] By: jhi                                   on 1999/05/28  21:17:24
11973         Log: The new t/lib/io_linenum.t was using stricture
11974              before @INC was set up.
11975      Branch: cfgperl
11976            ! t/lib/io_linenum.t
11977 ____________________________________________________________________________
11978 [  3499] By: jhi                                   on 1999/05/28  17:13:23
11979         Log: From: Tom Hughes <tom@compton.nu>
11980              To: perl5-porters@perl.org
11981              Subject: [PATCH 5.005_57] ByteLoader mark 2
11982              Date: Wed, 26 May 1999 23:59:49 +0100
11983              Message-ID: <bf337a0849.tom@compton.compton.nu>
11984              
11985              plus resolve tiny conflict with #3479
11986              plus regen_headers.
11987      Branch: cfgperl
11988            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11989            + ext/ByteLoader/byterun.h
11990            - bytecode.h byterun.c byterun.h
11991            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
11992            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
11993            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11994            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
11995            ! perl.h perlvars.h proto.h util.c utils/Makefile
11996 ____________________________________________________________________________
11997 [  3498] By: jhi                                   on 1999/05/28  16:53:04
11998         Log: From: Mark-Jason Dominus <mjd@plover.com>
11999              To: perl5-porters@perl.com
12000              Subject: PATCH (5.005_57): defined(@a) now deprecated
12001              Date: Thu, 27 May 1999 16:05:44 -0400
12002              Message-ID: <19990527200544.13330.qmail@plover.com>
12003      Branch: cfgperl
12004            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
12005            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
12006 ____________________________________________________________________________
12007 [  3497] By: jhi                                   on 1999/05/28  16:50:54
12008         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12009              To: perl5-porters@perl.org (Mailing list Perl5)
12010              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
12011              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
12012              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
12013      Branch: cfgperl
12014            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
12015            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
12016 ____________________________________________________________________________
12017 [  3496] By: jhi                                   on 1999/05/28  16:48:39
12018         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12019              To: perl5-porters@perl.org (Mailing list Perl5)
12020              Subject: [PATCH 5.00557] Required OS/2-related patches
12021              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
12022              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
12023      Branch: cfgperl
12024            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
12025            ! t/op/stat.t util.c
12026 ____________________________________________________________________________
12027 [  3495] By: jhi                                   on 1999/05/28  16:45:56
12028         Log: From: Paul Johnson <pjcj@transeda.com>
12029              To: perl5-porters <perl5-porters@perl.org>
12030              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
12031              Date: Fri, 28 May 1999 15:13:54 +0100
12032              Message-ID: <19990528151354.B289@west-tip.transeda.com>
12033      Branch: cfgperl
12034            ! t/TEST
12035 ____________________________________________________________________________
12036 [  3494] By: jhi                                   on 1999/05/28  16:44:34
12037         Log: From: Paul Johnson <pjcj@transeda.com>
12038              To: perl5-porters <perl5-porters@perl.org>
12039              Subject: [PATCH 5.005_57] Fixes related to working local $.
12040              Date: Fri, 28 May 1999 15:11:18 +0100
12041              Message-ID: <19990528151118.A289@west-tip.transeda.com>
12042      Branch: cfgperl
12043            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
12044 ____________________________________________________________________________
12045 [  3493] By: gsar                                  on 1999/05/28  16:37:26
12046         Log: change#3449 wasn't doing enough
12047      Branch: perl
12048            ! op.c t/comp/proto.t
12049 ____________________________________________________________________________
12050 [  3492] By: jhi                                   on 1999/05/28  08:12:23
12051         Log: From: paul.marquess@bt.com
12052              To: doughera@lafayette.edu
12053              Cc: perl5-porters@perl.org
12054              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
12055              Date: Thu, 27 May 1999 23:31:38 +0100
12056              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
12057              
12058              Had to be applied manually; some mailer had munged the patch slightly.
12059      Branch: cfgperl
12060            ! ext/NDBM_File/NDBM_File.xs
12061 ____________________________________________________________________________
12062 [  3491] By: jhi                                   on 1999/05/28  07:51:17
12063         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
12064              To: perl5-porters@perl.org
12065              Subject: [PATCH 5.005_57] fixing eval in the compiler
12066              Date: Thu, 27 May 1999 07:56:54 -0700
12067              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
12068      Branch: cfgperl
12069            ! cc_runtime.h scope.h
12070 ____________________________________________________________________________
12071 [  3490] By: jhi                                   on 1999/05/28  07:47:06
12072         Log: From: Andy Dougherty <doughera@lafayette.edu>
12073              To: perlbug@perl.com
12074              Cc: Jarkko Hietaniemi <jhi@iki.fi>
12075              Subject: [PATCH] Configure updates for ISC 4.1
12076              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
12077              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
12078      Branch: cfgperl
12079            ! Configure config_h.SH
12080 ____________________________________________________________________________
12081 [  3489] By: jhi                                   on 1999/05/28  07:39:17
12082         Log: Integrate from mainperl.
12083      Branch: cfgperl
12084           !> malloc.c win32/makedef.pl win32/win32.c
12085 ____________________________________________________________________________
12086 [  3488] By: jhi                                   on 1999/05/27  16:57:19
12087         Log: From: Andy Dougherty <doughera@lafayette.edu>
12088              To: Perl Porters <perl5-porters@perl.org>
12089              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
12090              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
12091              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
12092      Branch: cfgperl
12093            ! Configure config_h.SH hints/sunos_4_1.sh util.c
12094 ____________________________________________________________________________
12095 [  3487] By: gsar                                  on 1999/05/27  03:56:20
12096         Log: make win32_spawnvp() inherit standard handles even when they
12097              may be redirected
12098      Branch: perl
12099            ! win32/win32.c
12100 ____________________________________________________________________________
12101 [  3486] By: jhi                                   on 1999/05/26  19:55:52
12102         Log: From: Andy Dougherty <doughera@lafayette.edu>
12103              To: perl5-porters@perl.org
12104              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
12105              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
12106              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
12107      Branch: cfgperl
12108            ! util.c
12109 ____________________________________________________________________________
12110 [  3485] By: chip                                  on 1999/05/26  17:19:11
12111         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
12112      Branch: maint-5.004/perl
12113            ! Configure
12114 ____________________________________________________________________________
12115 [  3484] By: gsar                                  on 1999/05/26  01:56:28
12116         Log: fix missing exported symbol
12117      Branch: perl
12118            ! malloc.c win32/makedef.pl
12119 ____________________________________________________________________________
12120 [  3483] By: jhi                                   on 1999/05/25  23:08:07
12121         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
12122              
12123              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12124              To: perlbug@perl.com
12125              Subject: OpenBSD hints file update
12126              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
12127              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
12128      Branch: cfgperl
12129            ! hints/openbsd.sh
12130 ____________________________________________________________________________
12131 [  3482] By: jhi                                   on 1999/05/25  23:01:25
12132         Log: From: Tom Hughes <tom@compton.nu>
12133              To: perl5-porters@perl.org
12134              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
12135              Date: Tue, 25 May 1999 23:10:23 +0100
12136              Message-ID: <1ed7f10749.tom@compton.compton.nu>
12137      Branch: cfgperl
12138            ! Configure config_h.SH
12139 ____________________________________________________________________________
12140 [  3481] By: jhi                                   on 1999/05/25  22:31:50
12141         Log: 3479, 3480, 3481 seems logical.
12142      Branch: cfgperl
12143           !> hints/aix.sh
12144 ____________________________________________________________________________
12145 [  3480] By: jhi                                   on 1999/05/25  22:13:39
12146         Log: The change #3479 wasn't perfect.
12147      Branch: perl
12148            ! hints/aix.sh
12149 ____________________________________________________________________________
12150 [  3479] By: jhi                                   on 1999/05/25  21:59:21
12151         Log: Cures for _57 in AIX 4.1.5.0.
12152              (1) The lddlflags lost its -lc by change #3660
12153              (and the politeness of change #3257).
12154              (2) optype_size must end up in perl.exp (as PL_optype_size).
12155              Added it to perlvars.h, fixed bytecode.pl,
12156              regen'ed the relevant headers.
12157      Branch: cfgperl
12158            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
12159            ! perlvars.h
12160      Branch: perl
12161            ! hints/aix.sh
12162 ____________________________________________________________________________
12163 [  3478] By: jhi                                   on 1999/05/25  20:13:47
12164         Log: Integrate from mainperl.
12165      Branch: cfgperl
12166           +> pod/perltootc.pod
12167           !> (integrate 101 files)
12168 ____________________________________________________________________________
12169 [  3477] By: gsar                                  on 1999/05/25  10:43:48
12170         Log: here be 5.005_57
12171      Branch: perl
12172            ! Changes MANIFEST Porting/makerel
12173           !> Changes5.005
12174
12175 ----------------
12176 Version 5.005_57
12177 ----------------
12178
12179 ____________________________________________________________________________
12180 [  3476] By: gsar                                  on 1999/05/25  09:23:43
12181         Log: up patchlevel &c
12182      Branch: perl
12183            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
12184            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12185            ! win32/makefile.mk
12186 ____________________________________________________________________________
12187 [  3475] By: gsar                                  on 1999/05/25  09:14:51
12188         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12189              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
12190              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
12191              Subject: [PATCH 5.005_56] REx engine improvements
12192      Branch: perl
12193            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
12194            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
12195            ! thrdvar.h util.c
12196 ____________________________________________________________________________
12197 [  3474] By: gsar                                  on 1999/05/25  08:39:56
12198         Log: test case for change#3470
12199      Branch: perl
12200            ! t/lib/bigintpm.t
12201 ____________________________________________________________________________
12202 [  3473] By: gsar                                  on 1999/05/25  08:36:52
12203         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
12204      Branch: perl
12205            ! Changes pod/perlport.pod
12206 ____________________________________________________________________________
12207 [  3472] By: gsar                                  on 1999/05/25  08:28:57
12208         Log: assorted tweaks
12209      Branch: perl
12210            ! doio.c iperlsys.h win32/config.bc win32/config.gc
12211            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12212            ! win32/config_H.vc win32/makedef.pl
12213 ____________________________________________________________________________
12214 [  3471] By: gsar                                  on 1999/05/25  06:06:04
12215         Log: perlref update from Tom Christiansen
12216      Branch: perl
12217            ! pod/perlref.pod
12218 ____________________________________________________________________________
12219 [  3470] By: gsar                                  on 1999/05/25  06:03:27
12220         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12221              Date: Mon, 24 May 1999 17:43:56 -0400
12222              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
12223              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
12224      Branch: perl
12225            ! hv.c
12226 ____________________________________________________________________________
12227 [  3469] By: gsar                                  on 1999/05/25  05:59:22
12228         Log: avoid temporary files that have a constant name (from a suggestion
12229              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
12230      Branch: perl
12231            ! lib/ExtUtils/MM_Unix.pm
12232 ____________________________________________________________________________
12233 [  3468] By: gsar                                  on 1999/05/25  05:54:29
12234         Log: From: pvhp@forte.com (Peter Prymmer)
12235              Date: Mon, 24 May 99 11:20:25 PDT
12236              Message-Id: <9905241820.AA28071@forte.com>
12237              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
12238      Branch: perl
12239            ! lib/Pod/Text.pm
12240 ____________________________________________________________________________
12241 [  3467] By: gsar                                  on 1999/05/25  04:08:50
12242         Log: fix glob() bug that resulted in missing symlinks that don't point
12243              anywhere
12244      Branch: perl
12245            ! pp_hot.c
12246 ____________________________________________________________________________
12247 [  3466] By: gsar                                  on 1999/05/25  03:00:00
12248         Log: avoid enumerating @INC contents in diagnostic if @INC was never
12249              searched
12250      Branch: perl
12251            ! pod/perldiag.pod pp_ctl.c
12252 ____________________________________________________________________________
12253 [  3465] By: gsar                                  on 1999/05/25  02:24:08
12254         Log: add caveat about close(PIPE) carelessness
12255      Branch: perl
12256            ! pod/perlfunc.pod
12257 ____________________________________________________________________________
12258 [  3464] By: gsar                                  on 1999/05/24  23:55:53
12259         Log: fix bogus line numbers for void context warnings
12260              (change#2548 was overeager)
12261      Branch: perl
12262            ! op.c
12263 ____________________________________________________________________________
12264 [  3463] By: gsar                                  on 1999/05/24  23:31:58
12265         Log: change#3455 had a typo
12266      Branch: perl
12267            ! pp_ctl.c
12268 ____________________________________________________________________________
12269 [  3462] By: gsar                                  on 1999/05/24  17:32:20
12270         Log: more pod updates from Tom Christiansen; regen perltoc
12271      Branch: perl
12272            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
12273            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
12274 ____________________________________________________________________________
12275 [  3461] By: gsar                                  on 1999/05/24  07:41:32
12276         Log: perlmod notes from Damian Conway (via Tom Christiansen)
12277      Branch: perl
12278            ! pod/perlmod.pod
12279 ____________________________________________________________________________
12280 [  3460] By: gsar                                  on 1999/05/24  07:24:11
12281         Log: major pod update from Tom Christiansen
12282      Branch: perl
12283            + pod/perltootc.pod
12284            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
12285            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
12286            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
12287            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
12288            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
12289            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
12290            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
12291            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
12292            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
12293            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
12294            ! pod/perlxs.pod pod/pod2man.PL
12295 ____________________________________________________________________________
12296 [  3459] By: gsar                                  on 1999/05/24  06:26:48
12297         Log: perlfaq update from Tom Christiansen
12298      Branch: perl
12299            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12300            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12301            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12302            ! pod/perlfaq9.pod
12303 ____________________________________________________________________________
12304 [  3458] By: gsar                                  on 1999/05/24  05:55:11
12305         Log: updated to v1.50 from CPAN
12306      Branch: perl
12307            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
12308 ____________________________________________________________________________
12309 [  3457] By: gsar                                  on 1999/05/24  05:46:20
12310         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12311              Date: Sun, 23 May 1999 16:35:07 +0100
12312              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
12313              Subject: [PATCH 5.005_56] name PL_in_eval bits
12314      Branch: perl
12315            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
12316 ____________________________________________________________________________
12317 [  3456] By: gsar                                  on 1999/05/24  05:18:06
12318         Log: make -t mode the default on emacs/dumb terminals
12319      Branch: perl
12320            ! Changes utils/perldoc.PL
12321 ____________________________________________________________________________
12322 [  3455] By: gsar                                  on 1999/05/24  05:05:19
12323         Log: return 0 rather than "" when scalar grep has nothing to iterate
12324              on (brings behavior in line with documentation)
12325      Branch: perl
12326            ! pp_ctl.c
12327 ____________________________________________________________________________
12328 [  3454] By: gsar                                  on 1999/05/24  04:52:52
12329         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
12330              Date: Thu, 20 May 1999 13:27:02 -1000
12331              Message-Id: <E10kcDN-0007TA-00@lapaki>
12332              Subject: Problem with MM_Unix in 5.005_03
12333      Branch: perl
12334            ! lib/ExtUtils/MM_Unix.pm
12335 ____________________________________________________________________________
12336 [  3453] By: gsar                                  on 1999/05/24  04:39:49
12337         Log: avoid removing duplicates in user-generated warnings
12338              From: byron@omix.com (Byron Brummer)
12339              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
12340              Message-Id: <199905201101.EAA91175@thrush.omix.com>
12341              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
12342      Branch: perl
12343            ! lib/diagnostics.pm
12344 ____________________________________________________________________________
12345 [  3452] By: gsar                                  on 1999/05/24  04:23:10
12346         Log: straighten some code to avoid NeXT compiler bugs (from
12347              Geoff Kuenning <geoff@cs.hmc.edu>)
12348      Branch: perl
12349            ! pp_ctl.c
12350 ____________________________________________________________________________
12351 [  3451] By: gsar                                  on 1999/05/24  03:03:05
12352         Log: minor logic tweak for reserved word warning
12353      Branch: perl
12354            ! lib/Test/Harness.pm toke.c
12355 ____________________________________________________________________________
12356 [  3450] By: gsar                                  on 1999/05/24  02:34:20
12357         Log: oops, some files missing in change#3449
12358      Branch: perl
12359            ! op.c op.h toke.c
12360 ____________________________________________________________________________
12361 [  3449] By: gsar                                  on 1999/05/24  02:33:12
12362         Log: allow '*' prototype to autoquote even barewords that happen to be
12363              function names; parens or ampersand continue to force the other
12364              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
12365              do the right thing, for example
12366      Branch: perl
12367            ! t/comp/proto.t
12368 ____________________________________________________________________________
12369 [  3448] By: gsar                                  on 1999/05/24  01:51:24
12370         Log: remove vestiges of PL_last_proto
12371      Branch: perl
12372            ! embedvar.h intrpvar.h objXSUB.h
12373 ____________________________________________________________________________
12374 [  3447] By: gsar                                  on 1999/05/24  01:49:20
12375         Log: redo change#2061 and parts of change#1169 with code in the
12376              parser; PL_last_proto hackery gone, strict 'subs' in now
12377              implemented in the optimizer where specifying the exceptional
12378              cases is much more robust; '*' (bareword) prototype now works
12379              reliably when used in second and subsequent arguments
12380      Branch: perl
12381            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
12382 ____________________________________________________________________________
12383 [  3446] By: gsar                                  on 1999/05/23  05:00:55
12384         Log: remove redundant part of change#1169 superceded by change#2061;
12385              avoid "future reserved word" warning on prototypical bearwords
12386      Branch: perl
12387            ! t/lib/fatal.t toke.c
12388 ____________________________________________________________________________
12389 [  3445] By: gsar                                  on 1999/05/21  23:36:49
12390         Log: s/isspace/isSPACE/g and make sure the CRT version is always
12391              passed an unsigned char (fixes random occurrence of spaces in
12392              arguments containing high-bit chars passed to spawned children,
12393              on win32)
12394      Branch: perl
12395            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
12396 ____________________________________________________________________________
12397 [  3444] By: gsar                                  on 1999/05/21  23:08:55
12398         Log: integrate Configure changes from cfgperl
12399      Branch: perl
12400           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12401           !> config_h.SH
12402 ____________________________________________________________________________
12403 [  3443] By: jhi                                   on 1999/05/21  22:00:56
12404         Log: Integrate from mainperl.
12405      Branch: cfgperl
12406           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
12407           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
12408           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
12409           !> win32/perlhost.h win32/win32.c x2p/walk.c
12410 ____________________________________________________________________________
12411 [  3442] By: jhi                                   on 1999/05/21  21:59:46
12412         Log: fflush.
12413      Branch: cfgperl
12414            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12415            ! config_h.SH
12416 ____________________________________________________________________________
12417 [  3441] By: gsar                                  on 1999/05/21  17:48:55
12418         Log: integrate cfgperl changes
12419      Branch: perl
12420           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12421           !> config_h.SH hints/sunos_4_1.sh installperl
12422 ____________________________________________________________________________
12423 [  3440] By: gsar                                  on 1999/05/21  17:42:49
12424         Log: test tweak
12425      Branch: perl
12426            ! t/comp/proto.t
12427 ____________________________________________________________________________
12428 [  3439] By: gsar                                  on 1999/05/21  17:31:26
12429         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
12430              (Configure fflush(NULL) detection seems broken on Solaris, which
12431              is why I hit the problem)
12432      Branch: perl
12433            ! Changes perl.h
12434 ____________________________________________________________________________
12435 [  3438] By: gsar                                  on 1999/05/20  16:41:01
12436         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
12437      Branch: perl
12438            ! pod/perlport.pod
12439 ____________________________________________________________________________
12440 [  3437] By: jhi                                   on 1999/05/20  07:14:39
12441         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
12442              (via private email).
12443      Branch: cfgperl
12444            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12445            ! config_h.SH hints/sunos_4_1.sh
12446 ____________________________________________________________________________
12447 [  3436] By: gsar                                  on 1999/05/20  05:18:26
12448         Log: various little nits
12449      Branch: perl
12450            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
12451            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
12452            ! win32/perlhost.h win32/win32.c x2p/walk.c
12453 ____________________________________________________________________________
12454 [  3435] By: jhi                                   on 1999/05/18  16:25:49
12455         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12456              To: perl5-porters@perl.org
12457              Subject: installperl
12458              Date: Fri, 14 May 1999 21:34:58 +0100
12459              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
12460      Branch: cfgperl
12461            ! installperl
12462 ____________________________________________________________________________
12463 [  3434] By: jhi                                   on 1999/05/17  21:25:54
12464         Log: Integrate from mainperl.
12465      Branch: cfgperl
12466           +> lib/ExtUtils/MM_Cygwin.pm
12467            - cygwin32/impure_ptr.c
12468           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
12469           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
12470           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
12471           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
12472           !> x2p/find2perl.PL
12473 ____________________________________________________________________________
12474 [  3433] By: gsar                                  on 1999/05/17  09:49:01
12475         Log: integrate cfgperl changes into mainline
12476      Branch: perl
12477           !> Configure INSTALL config_h.SH configure.com embed.h
12478           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
12479           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
12480           !> util.c
12481 ____________________________________________________________________________
12482 [  3432] By: gsar                                  on 1999/05/17  09:06:45
12483         Log: emit more appropriate diagnostic for failed glob (variant
12484              of patch suggested by Graham Barr)
12485      Branch: perl
12486            ! gv.c pod/perldiag.pod pp.c pp_hot.c
12487 ____________________________________________________________________________
12488 [  3431] By: gsar                                  on 1999/05/17  08:38:09
12489         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12490              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
12491              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
12492              Subject: find2perl does not grok the 'c' suffix to the -size argument
12493      Branch: perl
12494            ! x2p/find2perl.PL
12495 ____________________________________________________________________________
12496 [  3430] By: gsar                                  on 1999/05/17  08:26:21
12497         Log: additional cleanups for cygwin32 port
12498              From: "Fifer, Eric" <EFifer@sanwaint.com>
12499              Date: Wed, 12 May 1999 20:25:54 +0100
12500              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
12501              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
12502      Branch: perl
12503            + lib/ExtUtils/MM_Cygwin.pm
12504            - cygwin32/impure_ptr.c
12505            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
12506            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
12507            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
12508            ! perl.h util.c
12509 ____________________________________________________________________________
12510 [  3429] By: gsar                                  on 1999/05/17  08:01:04
12511         Log: From: Andy Dougherty <doughera@lafayette.edu>
12512              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
12513              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
12514              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
12515      Branch: perl
12516            ! INSTALL
12517 ____________________________________________________________________________
12518 [  3428] By: jhi                                   on 1999/05/17  07:03:26
12519         Log: Integrate from mainperl modulo the Socket.xs change.
12520      Branch: cfgperl
12521           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
12522           !> win32/win32.c win32/win32.h
12523 ____________________________________________________________________________
12524 [  3427] By: jhi                                   on 1999/05/16  22:09:11
12525         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12526              To: perl5-porters@perl.org (Mailing list Perl5)
12527              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
12528              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
12529              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
12530      Branch: cfgperl
12531            ! ext/Devel/Peek/Peek.xs
12532 ____________________________________________________________________________
12533 [  3426] By: jhi                                   on 1999/05/16  22:07:11
12534         Log: From: Mark-Jason Dominus <mjd@plover.com>
12535              To: perl5-porters@perl.com
12536              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
12537              Date: Sat, 15 May 1999 12:43:47 -0400
12538              Message-ID: <19990515164348.7313.qmail@plover.com>
12539      Branch: cfgperl
12540            ! pod/perldiag.pod
12541 ____________________________________________________________________________
12542 [  3425] By: nick                                  on 1999/05/15  15:56:10
12543         Log: Mingw32 + w32api-0.1.5 tweaks
12544              - now more like other Win32 compilers
12545      Branch: perl
12546            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
12547            ! win32/win32.h
12548 ____________________________________________________________________________
12549 [  3424] By: nick                                  on 1999/05/14  21:04:22
12550         Log: Experimental "slab" allocator for ops.
12551              To try it -DPL_OP_SLAB_ALLOC for op.c 
12552              This is for proof of concept only, it leaks memory 
12553              (ops are not free'd) so don't use in embedded apps.
12554              If this minimalist version does not show performance 
12555              gain then whole idea is worthless. 
12556              Nick see's approx 12% speed up vs perlmalloc running
12557              perl -Ilib -MCPAN -e '' 
12558              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
12559      Branch: perl
12560            ! op.c
12561 ____________________________________________________________________________
12562 [  3423] By: gsar                                  on 1999/05/14  19:55:04
12563         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
12564              found (brings sitelib intuition in line with privlib)
12565      Branch: perl
12566            ! win32/win32.c
12567 ____________________________________________________________________________
12568 [  3422] By: jhi                                   on 1999/05/14  08:08:01
12569         Log: From: pvhp@forte.com (Peter Prymmer)
12570              To: perl5-porters@perl.org, vmsperl@perl.org
12571              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
12572              Date: Thu, 13 May 99 15:29:57 PDT
12573              Message-Id: <9905132229.AA15854@forte.com>
12574      Branch: cfgperl
12575            ! configure.com
12576 ____________________________________________________________________________
12577 [  3421] By: jhi                                   on 1999/05/14  07:34:20
12578         Log: Integrate from mainperl.
12579      Branch: cfgperl
12580           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
12581 ____________________________________________________________________________
12582 [  3420] By: jhi                                   on 1999/05/14  07:33:26
12583         Log: Still fflushing.
12584      Branch: cfgperl
12585            ! Configure config_h.SH util.c
12586 ____________________________________________________________________________
12587 [  3419] By: gsar                                  on 1999/05/14  03:08:29
12588         Log: mortalize string allocations by win32_get_{priv,site}lib()
12589              (fixes small memory leak in interpreter)
12590      Branch: perl
12591            ! win32/win32.c
12592 ____________________________________________________________________________
12593 [  3418] By: gsar                                  on 1999/05/14  03:06:50
12594         Log: make win32_longname() preserve kind of slashes in argument
12595      Branch: perl
12596            ! win32/win32.c
12597 ____________________________________________________________________________
12598 [  3417] By: gsar                                  on 1999/05/14  03:04:44
12599         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
12600      Branch: perl
12601            ! lib/ExtUtils/MM_Unix.pm
12602 ____________________________________________________________________________
12603 [  3416] By: jhi                                   on 1999/05/13  21:18:06
12604         Log: Integrate from mainperl.
12605      Branch: cfgperl
12606           !> pp_ctl.c
12607 ____________________________________________________________________________
12608 [  3415] By: jhi                                   on 1999/05/13  21:16:49
12609         Log: Fixes from Andy Dougherty (via private email).
12610      Branch: cfgperl
12611            ! Configure config_h.SH
12612 ____________________________________________________________________________
12613 [  3414] By: nick                                  on 1999/05/13  20:04:26
12614         Log: valist vs va_list typo
12615      Branch: perl
12616            ! pp_ctl.c
12617 ____________________________________________________________________________
12618 [  3413] By: jhi                                   on 1999/05/13  15:04:05
12619         Log: From: Andy Dougherty <doughera@lafayette.edu>
12620              To: perlbug@perl.com
12621              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
12622              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
12623              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
12624      Branch: cfgperl
12625            ! INSTALL
12626 ____________________________________________________________________________
12627 [  3412] By: jhi                                   on 1999/05/13  14:20:17
12628         Log: Integrate from mainperl.
12629      Branch: cfgperl
12630           !> pp_ctl.c
12631 ____________________________________________________________________________
12632 [  3411] By: gsar                                  on 1999/05/13  14:16:56
12633         Log: docatch_body() declaration mismatch
12634      Branch: perl
12635            ! pp_ctl.c
12636 ____________________________________________________________________________
12637 [  3410] By: jhi                                   on 1999/05/13  13:51:44
12638         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
12639      Branch: cfgperl
12640            ! Configure config_h.SH perl.h
12641 ____________________________________________________________________________
12642 [  3409] By: jhi                                   on 1999/05/13  13:31:53
12643         Log: Still fflushing strong.
12644      Branch: cfgperl
12645            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
12646            ! proto.h util.c
12647 ____________________________________________________________________________
12648 [  3408] By: jhi                                   on 1999/05/12  14:30:23
12649         Log: Integrate from mainperl.
12650      Branch: cfgperl
12651           !> (integrate 30 files)
12652 ____________________________________________________________________________
12653 [  3407] By: jhi                                   on 1999/05/12  12:28:31
12654         Log: Be tidier with fflush(NULL) testing.
12655      Branch: cfgperl
12656            ! Configure config_h.SH
12657 ____________________________________________________________________________
12658 [  3406] By: gsar                                  on 1999/05/12  11:26:03
12659         Log: better range-checking on list slices, with test
12660              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12661              Date: Sun, 02 May 1999 17:02:53 +0100
12662              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
12663              Subject: Re: List slice of undefs returns 0 items 
12664      Branch: perl
12665            ! pp.c t/op/list.t
12666 ____________________________________________________________________________
12667 [  3405] By: gsar                                  on 1999/05/12  11:22:27
12668         Log: change#3397 needs test tweak
12669      Branch: perl
12670            ! Changes t/pragma/warn/sv
12671 ____________________________________________________________________________
12672 [  3404] By: gsar                                  on 1999/05/12  11:07:44
12673         Log: typo in change#3397
12674      Branch: perl
12675            ! doop.c
12676 ____________________________________________________________________________
12677 [  3403] By: gsar                                  on 1999/05/12  10:49:01
12678         Log: From: Stephen Zander <gibreel@pobox.com>
12679              Date: 12 May 1999 01:22:31 -0700
12680              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
12681              Subject: Re: Test::Harness runs tainted tests with wrong library path
12682      Branch: perl
12683            ! lib/Test/Harness.pm
12684 ____________________________________________________________________________
12685 [  3402] By: gsar                                  on 1999/05/12  10:42:06
12686         Log: typo in change#3400
12687      Branch: perl
12688            ! ext/B/B/Deparse.pm
12689 ____________________________________________________________________________
12690 [  3401] By: jhi                                   on 1999/05/12  10:40:42
12691         Log: A better, shinier, and possibly even correctly working
12692              reincarnation of #3398.
12693      Branch: cfgperl
12694            ! Configure config_h.SH
12695 ____________________________________________________________________________
12696 [  3400] By: gsar                                  on 1999/05/12  10:40:11
12697         Log: deparse \&func() as \(&func()) for clarity
12698              From: Albert Dvornik <bert@genscan.com>
12699              Date: 11 May 1999 13:32:04 -0400
12700              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
12701              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
12702      Branch: perl
12703            ! ext/B/B/Deparse.pm
12704 ____________________________________________________________________________
12705 [  3399] By: gsar                                  on 1999/05/12  10:36:02
12706         Log: more testsuite smarts (many of them courtesy Ilya)
12707      Branch: perl
12708            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
12709            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
12710            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
12711            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
12712            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
12713            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
12714            ! t/op/pwent.t
12715 ____________________________________________________________________________
12716 [  3398] By: jhi                                   on 1999/05/12  09:33:08
12717         Log: Detect whether fflush(NULL) works as per change #3352.
12718      Branch: cfgperl
12719            ! Configure config_h.SH perl.h
12720 ____________________________________________________________________________
12721 [  3397] By: gsar                                  on 1999/05/12  08:56:03
12722         Log: From: jan.dubois@ibm.net (Jan Dubois)
12723              Date: Wed, 12 May 1999 01:01:00 +0200
12724              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
12725              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
12726      Branch: perl
12727            ! doop.c
12728 ____________________________________________________________________________
12729 [  3396] By: gsar                                  on 1999/05/12  08:23:27
12730         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
12731              stat() behaves similarly
12732      Branch: perl
12733            ! win32/win32.c
12734 ____________________________________________________________________________
12735 [  3395] By: jhi                                   on 1999/05/11  22:21:32
12736         Log: Redo parts of #3341 and #3358 that #3394 undid.
12737      Branch: cfgperl
12738            ! Configure config_h.SH
12739 ____________________________________________________________________________
12740 [  3394] By: jhi                                   on 1999/05/11  22:03:48
12741         Log: Add I_NETINET_TCP to help change #3391.
12742      Branch: cfgperl
12743            ! Configure config_h.SH ext/Socket/Socket.xs
12744 ____________________________________________________________________________
12745 [  3393] By: jhi                                   on 1999/05/11  21:44:59
12746         Log: Integrate from mainperl.
12747      Branch: cfgperl
12748           !> (integrate 55 files)
12749 ____________________________________________________________________________
12750 [  3392] By: gsar                                  on 1999/05/11  20:56:43
12751         Log: update embedvar.h
12752      Branch: perl
12753            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
12754 ____________________________________________________________________________
12755 [  3391] By: gsar                                  on 1999/05/11  16:32:05
12756         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12757              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
12758              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
12759              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
12760      Branch: perl
12761            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
12762 ____________________________________________________________________________
12763 [  3390] By: gsar                                  on 1999/05/11  15:27:40
12764         Log: display more frequent progress messages when STDOUT is a tty
12765      Branch: perl
12766            ! lib/Test/Harness.pm
12767 ____________________________________________________________________________
12768 [  3389] By: gsar                                  on 1999/05/11  14:40:58
12769         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12770              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
12771              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
12772              Subject: [PATCH 5.005_53] Explanations by Test::Harness
12773      Branch: perl
12774            ! lib/Test/Harness.pm
12775 ____________________________________________________________________________
12776 [  3388] By: gsar                                  on 1999/05/11  14:08:14
12777         Log: avoid creating spurious subroutine stubs on failed subroutine
12778              call and other places of sv_2cv() misuse; fixes problems with
12779              failed subroutine calls "hiding" later attempts to lookup methods
12780              in base classes
12781      Branch: perl
12782            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
12783 ____________________________________________________________________________
12784 [  3387] By: gsar                                  on 1999/05/11  09:34:13
12785         Log: various fixes for clean build and test on win32; configpm broken,
12786              needed to open myconfig.SH rather than myconfig; sundry adjustments
12787              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
12788              work under win32; getenv_sv() changed to getenv_len() since SVs
12789              aren't visible in the lower echelons; remove bogus exports from
12790              config.sym; PERL_OBJECT-ness for C++ exception support; null out
12791              IoDIRP in filter_del() or sv_free() will attempt to close it
12792      Branch: perl
12793            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
12794            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
12795            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
12796            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
12797            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
12798            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
12799            ! win32/config.gc win32/config.vc win32/makedef.pl
12800            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
12801            ! win32/win32.c win32/win32.h
12802 ____________________________________________________________________________
12803 [  3386] By: gsar                                  on 1999/05/11  02:49:07
12804         Log: gutsupport for C++ exceptions
12805              From: Chip Salzenberg <chip@perlsupport.com>
12806              Date: Tue, 9 Mar 1999 11:51:57 -0500
12807              Message-ID: <19990309115157.E7911@perlsupport.com>
12808              Subject: [PATCH 5.005] Flexible Exceptions
12809      Branch: perl
12810            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
12811            ! scope.c scope.h thrdvar.h util.c
12812 ____________________________________________________________________________
12813 [  3385] By: gsar                                  on 1999/05/10  19:33:36
12814         Log: "weak" references internals, still needs perlguts documentation
12815              (somewhat modified version of patch suggested by Tuomas J. Lukka
12816              <lukka@fas.harvard.edu>)
12817      Branch: perl
12818            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
12819            ! pod/perldiag.pod proto.h sv.c sv.h util.c
12820 ____________________________________________________________________________
12821 [  3384] By: jhi                                   on 1999/05/10  18:21:43
12822         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
12823              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
12824      Branch: cfgperl
12825            ! INSTALL hints/dec_osf.sh
12826 ____________________________________________________________________________
12827 [  3381] By: jhi                                   on 1999/05/10  14:39:28
12828         Log: Integrate from mainperl.
12829      Branch: cfgperl
12830           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
12831           +> cygwin32/build-instructions.charles-wilson
12832           +> cygwin32/build-instructions.sebastien-barre
12833           +> cygwin32/build-instructions.steven-morlock
12834           +> cygwin32/build-instructions.steven-morlock2
12835           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
12836           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
12837           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
12838           +> t/op/numconvert.t utils/perlbc.PL
12839            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
12840            - cygwin32/perlld
12841           !> (integrate 105 files)
12842 ____________________________________________________________________________
12843 [  3380] By: gsar                                  on 1999/05/10  12:27:14
12844         Log: regen regnodes.h
12845      Branch: perl
12846            ! Changes regnodes.h
12847 ____________________________________________________________________________
12848 [  3379] By: gsar                                  on 1999/05/10  12:17:26
12849         Log: From: jan.dubois@ibm.net (Jan Dubois)
12850              Date: Sat, 01 May 1999 22:55:36 +0200
12851              Message-ID: <373067e9.56194713@smtp1.ibm.net>
12852              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
12853      Branch: perl
12854            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
12855            ! win32/config_H.vc
12856 ____________________________________________________________________________
12857 [  3378] By: gsar                                  on 1999/05/10  12:07:13
12858         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12859              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
12860              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
12861              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
12862      Branch: perl
12863            + t/op/numconvert.t
12864            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
12865            ! util.c
12866 ____________________________________________________________________________
12867 [  3377] By: gsar                                  on 1999/05/10  11:39:48
12868         Log: pp_modulo comment tweak from Ilya
12869      Branch: perl
12870            ! pp.c
12871 ____________________________________________________________________________
12872 [  3376] By: gsar                                  on 1999/05/10  11:30:40
12873         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12874              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
12875              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
12876              Subject: Test.pm update [PATCH _56]
12877      Branch: perl
12878            ! lib/Test.pm
12879 ____________________________________________________________________________
12880 [  3375] By: gsar                                  on 1999/05/10  11:28:30
12881         Log: From: jan.dubois@ibm.net (Jan Dubois)
12882              Date: Fri, 07 May 1999 00:59:54 +0200
12883              Message-ID: <373318ae.19292461@smtp1.ibm.net>
12884              Subject: Re: Using existing memory for an SV's PV 
12885      Branch: perl
12886            ! sv.c
12887 ____________________________________________________________________________
12888 [  3374] By: gsar                                  on 1999/05/10  11:23:44
12889         Log: From: jan.dubois@ibm.net (Jan Dubois)
12890              Date: Fri, 07 May 1999 00:59:52 +0200
12891              Message-ID: <37321800.19118320@smtp1.ibm.net>
12892              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
12893      Branch: perl
12894            ! perl.h
12895 ____________________________________________________________________________
12896 [  3373] By: gsar                                  on 1999/05/10  11:22:10
12897         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12898              Date: Thu, 6 May 1999 18:17:28 -0400
12899              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
12900              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
12901      Branch: perl
12902            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
12903            ! util.c
12904 ____________________________________________________________________________
12905 [  3372] By: gsar                                  on 1999/05/10  10:57:49
12906         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12907              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
12908              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
12909              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
12910      Branch: perl
12911            ! regcomp.c regcomp.pl
12912 ____________________________________________________________________________
12913 [  3371] By: gsar                                  on 1999/05/10  10:54:01
12914         Log: From: lane@duphy4.physics.drexel.edu
12915              Date: Tue, 04 May 1999 10:19:25 -0700
12916              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
12917              Subject: [PATCH 5.005.56] pod->html VMS fixes
12918      Branch: perl
12919            ! installhtml lib/Pod/Html.pm
12920 ____________________________________________________________________________
12921 [  3370] By: gsar                                  on 1999/05/10  10:45:52
12922         Log: testsuite nits
12923      Branch: perl
12924            ! t/lib/io_linenum.t t/op/filetest.t
12925 ____________________________________________________________________________
12926 [  3369] By: gsar                                  on 1999/05/10  10:35:22
12927         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12928              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
12929              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
12930              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
12931      Branch: perl
12932            ! os2/os2ish.h os2/os2thread.h
12933 ____________________________________________________________________________
12934 [  3368] By: gsar                                  on 1999/05/10  10:00:11
12935         Log: From: Albert Dvornik <bert@genscan.com>
12936              Date: 03 May 1999 12:20:57 -0400
12937              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
12938              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
12939      Branch: perl
12940            ! dump.c
12941 ____________________________________________________________________________
12942 [  3367] By: gsar                                  on 1999/05/10  09:55:51
12943         Log: shadow password support for Solaris (needs Configure help to
12944              determine HAS_GETSPENT)
12945              From: "Patrick O'Brien" <pdo@cs.umd.edu>
12946              Date: Sat, 01 May 1999 19:41:17 -0400
12947              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
12948              Subject: getpwent() under solaris
12949      Branch: perl
12950            ! pp_sys.c
12951 ____________________________________________________________________________
12952 [  3366] By: gsar                                  on 1999/05/10  09:45:58
12953         Log: From: jan.dubois@ibm.net (Jan Dubois)
12954              Date: Sat, 01 May 1999 23:45:47 +0200
12955              Message-ID: <373373fb.59284266@smtp1.ibm.net>
12956              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
12957      Branch: perl
12958            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12959            ! pod/perldelta.pod
12960 ____________________________________________________________________________
12961 [  3365] By: gsar                                  on 1999/05/10  09:34:22
12962         Log: test suite and fix input_line_number()
12963              From: Paul Johnson <pjcj@transeda.com>
12964              Date: Thu, 29 Apr 1999 06:28:14 +0100
12965              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
12966              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
12967      Branch: perl
12968            + t/lib/io_linenum.t
12969            ! MANIFEST ext/IO/lib/IO/Handle.pm
12970 ____________________________________________________________________________
12971 [  3364] By: gsar                                  on 1999/05/10  09:20:56
12972         Log: fix overeager [:foo:] parsing
12973              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12974              Date: Fri, 30 Apr 1999 09:26:18 +0100
12975              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
12976              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
12977      Branch: perl
12978            ! regcomp.c t/op/re_tests
12979 ____________________________________________________________________________
12980 [  3363] By: gsar                                  on 1999/05/10  09:09:21
12981         Log: documentation for Win32 builtins (somewhat modified)
12982              From: jan.dubois@ibm.net (Jan Dubois)
12983              Date: Tue, 30 Mar 1999 08:05:03 +0200
12984              Message-ID: <37006783.1926460@smtp1.ibm.net>
12985              Subject: Re: Issues with build 509 
12986      Branch: perl
12987            + pod/Win32.pod
12988            ! MANIFEST
12989 ____________________________________________________________________________
12990 [  3362] By: gsar                                  on 1999/05/10  08:22:07
12991         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
12992      Branch: perl
12993            ! lib/File/Copy.pm win32/win32.c
12994 ____________________________________________________________________________
12995 [  3361] By: gsar                                  on 1999/05/10  08:11:29
12996         Log: escape ampersands in <pre> sections
12997      Branch: perl
12998            ! Changes lib/Pod/Html.pm
12999 ____________________________________________________________________________
13000 [  3360] By: gsar                                  on 1999/05/10  08:04:14
13001         Log: AIX hints enhancements (threads build, SOCKS support)
13002              From: "David R. Favor" <dfavor@austin.ibm.com>
13003              Date: Wed, 28 Apr 1999 08:45:28 -0500
13004              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
13005              Subject: Working build for AIX + gcc + threading
13006      Branch: perl
13007            ! hints/aix.sh
13008 ____________________________________________________________________________
13009 [  3359] By: gsar                                  on 1999/05/10  07:49:26
13010         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
13011              Date: Tue, 27 Apr 1999 23:47:24 PDT
13012              Message-ID: <19990428064724.95244.qmail@hotmail.com>
13013              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
13014              --
13015              Date: Thu, 29 Apr 1999 18:21:06 -0700
13016              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
13017              Subject: [PATCH 5.005_56] double constants ( C.pm)
13018              --
13019              Date: Mon, 03 May 1999 20:21:31 PDT
13020              Message-ID: <19990504032131.81113.qmail@hotmail.com>
13021              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
13022              --
13023              Date: Thu, 06 May 1999 17:57:09 -0700
13024              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
13025              Subject: Stash.pm
13026      Branch: perl
13027            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
13028            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
13029 ____________________________________________________________________________
13030 [  3358] By: gsar                                  on 1999/05/10  04:39:15
13031         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
13032              From: alexander smishlajev <als@turnhere.com>
13033              Date: Sun, 25 Apr 1999 14:58:29 +0300
13034              Message-ID: <37230365.5F68B460@turnhere.com>
13035              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
13036      Branch: perl
13037            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
13038            + cygwin32/build-instructions.charles-wilson
13039            + cygwin32/build-instructions.sebastien-barre
13040            + cygwin32/build-instructions.steven-morlock
13041            + cygwin32/build-instructions.steven-morlock2
13042            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
13043            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
13044            - cygwin32/perlld
13045            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
13046            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
13047            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
13048            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
13049            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
13050            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
13051 ____________________________________________________________________________
13052 [  3357] By: gsar                                  on 1999/05/10  04:07:07
13053         Log: applied suggested patch, modulo already applied parts
13054              From: Charles Bailey <BAILEY@newman.upenn.edu>
13055              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
13056              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
13057              Subject: [Patch 5.005_56] VMS consolidated patch #2
13058      Branch: perl
13059            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
13060            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
13061            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
13062            ! vms/subconfigure.com vms/test.com vms/vms.c
13063 ____________________________________________________________________________
13064 [  3356] By: gsar                                  on 1999/05/10  03:48:08
13065         Log: applied suggested patch, with win32 and PERL_OBJECT additions
13066              From: Tom Hughes <tom@compton.nu>
13067              Date: Sat, 24 Apr 1999 18:11:59 +0100
13068              Message-ID: <609bdff748.tom@compton.compton.nu>
13069              Subject: ByteLoader patch
13070      Branch: perl
13071            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
13072            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
13073            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
13074            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
13075            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
13076            ! utils/Makefile win32/Makefile win32/makefile.mk
13077 ____________________________________________________________________________
13078 [  3355] By: gsar                                  on 1999/05/10  03:22:49
13079         Log: document 'test' attribute (from Andreas Koenig)
13080      Branch: perl
13081            ! lib/ExtUtils/MakeMaker.pm
13082 ____________________________________________________________________________
13083 [  3354] By: gsar                                  on 1999/05/10  03:12:37
13084         Log: From: pmarquess@bfsec.bt.co.uk
13085              Date: Thu, 22 Apr 1999 23:12:08 +0100
13086              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
13087              Subject: PATCH for small bug in scan_bin
13088      Branch: perl
13089            ! util.c
13090 ____________________________________________________________________________
13091 [  3353] By: gsar                                  on 1999/05/10  02:39:33
13092         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
13093              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
13094      Branch: perl
13095            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
13096            ! win32/win32iop.h
13097 ____________________________________________________________________________
13098 [  3352] By: gsar                                  on 1999/05/09  22:47:39
13099         Log: flush all open output buffers before fork(), exec(), system, qx//
13100              and pipe open() operations, simplifying buffering headaches faced
13101              by users; uses fflush(NULL), which may need Configure test
13102      Branch: perl
13103            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
13104            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
13105 ____________________________________________________________________________
13106 [  3351] By: gsar                                  on 1999/05/09  21:11:51
13107         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
13108              Leroy <jll@skynet.be>)
13109      Branch: perl
13110            ! utils/perlcc.PL
13111 ____________________________________________________________________________
13112 [  3350] By: gsar                                  on 1999/05/09  20:39:11
13113         Log: normalize $^X to full pathname on win32
13114      Branch: perl
13115            ! win32/runperl.c
13116 ____________________________________________________________________________
13117 [  3349] By: gsar                                  on 1999/05/09  20:23:07
13118         Log: allow readline($globref), <$globref> already works
13119      Branch: perl
13120            ! pp_hot.c
13121 ____________________________________________________________________________
13122 [  3348] By: gsar                                  on 1999/05/09  20:00:09
13123         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
13124              <lemburg@online-club.de>)
13125      Branch: perl
13126            ! utils/perldoc.PL
13127 ____________________________________________________________________________
13128 [  3347] By: gsar                                  on 1999/05/09  18:47:21
13129         Log: additions to Thread.pm docs from Tuomas J. Lukka
13130              <lukka@fas.harvard.edu>
13131      Branch: perl
13132            ! ext/Thread/Thread.pm
13133 ____________________________________________________________________________
13134 [  3346] By: gsar                                  on 1999/05/09  18:38:00
13135         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13136              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
13137              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
13138              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
13139      Branch: perl
13140            ! ext/B/B/Xref.pm
13141 ____________________________________________________________________________
13142 [  3345] By: gsar                                  on 1999/05/09  18:22:43
13143         Log: work around mangled archname on win32 while finding privlib/sitelib;
13144              normalize lib paths to forward slashes internally
13145      Branch: perl
13146            ! win32/win32.c
13147 ____________________________________________________________________________
13148 [  3344] By: gsar                                  on 1999/05/09  03:20:06
13149         Log: fix typo in dbm filters that caused odbm.t to fail
13150      Branch: perl
13151            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
13152 ____________________________________________________________________________
13153 [  3343] By: gsar                                  on 1999/05/09  02:02:59
13154         Log: tweak test totals
13155      Branch: perl
13156            ! Changes t/lib/tie-stdhandle.t
13157 ____________________________________________________________________________
13158 [  3342] By: gsar                                  on 1999/05/09  01:42:06
13159         Log: import list propagation busted (pointed out by Ton Hospel
13160              <thospel@mail.dma.be>)
13161      Branch: perl
13162            ! lib/autouse.pm
13163 ____________________________________________________________________________
13164 [  3341] By: gsar                                  on 1999/05/09  00:54:18
13165         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
13166              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
13167      Branch: perl
13168            ! Configure Makefile.SH
13169 ____________________________________________________________________________
13170 [  3340] By: gsar                                  on 1999/05/09  00:40:41
13171         Log: generate manpages for newly added utils
13172      Branch: perl
13173            ! installman
13174 ____________________________________________________________________________
13175 [  3339] By: gsar                                  on 1999/05/09  00:33:50
13176         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13177              Date: Sun, 02 May 1999 17:59:24 +0100
13178              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
13179              Subject: [PATCH] Re: ptr to realloced memory in yylex
13180      Branch: perl
13181            ! toke.c
13182 ____________________________________________________________________________
13183 [  3338] By: jhi                                   on 1999/05/08  22:40:29
13184         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
13185      Branch: cfgperl
13186            ! INSTALL
13187 ____________________________________________________________________________
13188 [  3337] By: jhi                                   on 1999/05/08  22:22:26
13189         Log: Integrate from mainperl.
13190      Branch: cfgperl
13191           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
13192           !> (integrate 54 files)
13193 ____________________________________________________________________________
13194 [  3336] By: gsar                                  on 1999/05/08  21:48:22
13195         Log: make perldoc -f grok nested =items
13196      Branch: perl
13197            ! utils/perldoc.PL
13198 ____________________________________________________________________________
13199 [  3335] By: gsar                                  on 1999/05/08  19:48:11
13200         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
13201      Branch: perl
13202            ! op.c t/lib/fields.t
13203 ____________________________________________________________________________
13204 [  3334] By: gsar                                  on 1999/05/08  19:09:41
13205         Log: update test totals
13206      Branch: perl
13207            ! t/lib/bigintpm.t
13208 ____________________________________________________________________________
13209 [  3333] By: gsar                                  on 1999/05/08  16:56:02
13210         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
13211      Branch: perl
13212            ! pod/perlfunc.pod
13213 ____________________________________________________________________________
13214 [  3332] By: gsar                                  on 1999/05/08  16:46:44
13215         Log: applied suggested patch, added tests
13216              From: William Mann <wmann@avici.com>
13217              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
13218              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
13219              Subject: BigInt.pm extensions for logical operations
13220      Branch: perl
13221            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
13222 ____________________________________________________________________________
13223 [  3331] By: gsar                                  on 1999/05/08  16:09:33
13224         Log: avoid temporary files named 'tmp'
13225      Branch: perl
13226            ! Makefile.SH pp.c
13227 ____________________________________________________________________________
13228 [  3330] By: nick                                  on 1999/05/08  14:16:30
13229         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
13230              Provide Tie::StdHandle
13231              Basic update of docs.
13232      Branch: perl
13233            + t/lib/tie-stdhandle.t
13234            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
13235 ____________________________________________________________________________
13236 [  3329] By: nick                                  on 1999/05/08  12:03:45
13237         Log: Tweaks to open(my $fh,...) stuff
13238      Branch: perl
13239            ! op.c pp.c pp_sys.c t/io/open.t
13240 ____________________________________________________________________________
13241 [  3328] By: nick                                  on 1999/05/08  11:18:42
13242         Log: Bring SDBM_File.xs into line with new typemap
13243      Branch: perl
13244            ! ext/SDBM_File/SDBM_File.xs
13245 ____________________________________________________________________________
13246 [  3327] By: gsar                                  on 1999/05/08  00:07:11
13247         Log: add test case for AUTOLOAD reentrancy fix in change#3279
13248      Branch: perl
13249            ! t/lib/autoloader.t
13250 ____________________________________________________________________________
13251 [  3326] By: nick                                  on 1999/05/07  21:24:50
13252         Log: Implement open( my $fh, ...) and similar.
13253              Set flag in op.c for "constructor ops"
13254              In pp_rv2gv, if flag is set and arg is PADSV and uninit
13255              vivify as reference to a detached GV.
13256              (Name of GV is the pad name.)
13257              This scheme should "just work" for pipe/socket etc. too.
13258              
13259              #if 0 out the open(FH,undef) for now.
13260              Change t/io/open.t to test open(my $fh,...)
13261      Branch: perl
13262            ! op.c pp.c pp_sys.c t/io/open.t
13263 ____________________________________________________________________________
13264 [  3325] By: nick                                  on 1999/05/07  21:18:42
13265         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
13266      Branch: perl
13267            ! util.c
13268 ____________________________________________________________________________
13269 [  3324] By: gsar                                  on 1999/05/07  20:28:31
13270         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
13271              intervening code has to allocate SVs)
13272      Branch: perl
13273            ! util.c
13274 ____________________________________________________________________________
13275 [  3323] By: gsar                                  on 1999/05/07  19:45:08
13276         Log: allow line numbers to show in diagnostics during global destruction
13277      Branch: perl
13278            ! util.c
13279 ____________________________________________________________________________
13280 [  3322] By: gsar                                  on 1999/05/07  09:38:11
13281         Log: From: Dan Sugalski <sugalskd@ous.edu>
13282              Date: Fri, 09 Apr 1999 16:16:39 -0700
13283              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
13284              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
13285      Branch: perl
13286            ! lib/ExtUtils/MM_VMS.pm
13287 ____________________________________________________________________________
13288 [  3321] By: gsar                                  on 1999/05/07  09:08:23
13289         Log: From: kwzh@gnu.org (Karl Heuer)
13290              Date: Wed, 7 Apr 1999 23:58:58 -0400
13291              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
13292              Subject: [perl-5.005.02] detect lack of /dev/tty
13293      Branch: perl
13294            ! Makefile.SH
13295 ____________________________________________________________________________
13296 [  3320] By: gsar                                  on 1999/05/07  08:52:14
13297         Log: allow distinct prefix for versioned executables
13298              From: Roderick Schertler <roderick@argon.org>
13299              Date: Wed, 07 Apr 1999 15:34:56 -0400
13300              Message-ID: <3003.923513696@eeyore.ibcinc.com>
13301              Subject: perl55.00503 -> perl5.00503 patch for installperl
13302      Branch: perl
13303            ! INSTALL installperl
13304 ____________________________________________________________________________
13305 [  3319] By: gsar                                  on 1999/05/07  08:07:02
13306         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13307              Date: Mon, 05 Apr 1999 15:38:42 -0700
13308              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
13309              Subject: Re: chomp fails with $/ in fixed-length record mode
13310              --
13311              From: Roderick Schertler <roderick@argon.org>
13312              Date: Tue, 06 Apr 1999 21:11:37 -0400
13313              Message-ID: <2795.923447497@eeyore.ibcinc.com>
13314              Subject: Re: chomp fails with $/ in fixed-length record mode
13315      Branch: perl
13316            ! doop.c pod/perlfunc.pod t/op/chop.t
13317 ____________________________________________________________________________
13318 [  3318] By: gsar                                  on 1999/05/07  07:56:35
13319         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13320              Date: Tue, 6 Apr 1999 01:40:36 -0400
13321              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
13322              Subject: [PATCH 5.005_*] Make % use fmod()
13323      Branch: perl
13324            ! pp.c t/op/arith.t
13325 ____________________________________________________________________________
13326 [  3317] By: gsar                                  on 1999/05/07  04:18:11
13327         Log: DBM Filters (via private mail)
13328              From: pmarquess@bfsec.bt.co.uk
13329              Date: Sun, 18 Apr 1999 21:05:52 +0100
13330              Message-Id: <199904182009.NAA19152@activestate.com>
13331              Subject: DBM Filters
13332      Branch: perl
13333            + pod/perldbmfilter.pod
13334            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
13335            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
13336            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13337            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
13338            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
13339            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
13340            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
13341            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
13342            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
13343            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
13344            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
13345            ! t/lib/sdbm.t
13346 ____________________________________________________________________________
13347 [  3316] By: gsar                                  on 1999/05/07  03:28:53
13348         Log: avoid negative return value from Win32::GetTickCount()
13349              From: jan.dubois@ibm.net (Jan Dubois)
13350              Date: Sat, 03 Apr 1999 19:04:18 +0200
13351              Message-ID: <37084742.22824479@smtp1.ibm.net>
13352              Subject: Re: Win32::GetTickCount
13353      Branch: perl
13354            ! win32/win32.c
13355 ____________________________________________________________________________
13356 [  3314] By: gsar                                  on 1999/05/06  08:01:23
13357         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
13358              Date: Tue, 30 Mar 1999 23:40:34 PST
13359              Message-ID: <19990331074034.6117.qmail@hotmail.com>
13360              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
13361              --
13362              Date: Wed, 07 Apr 1999 00:28:23 -0800
13363              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
13364              Subject: [PATCH 5.005_56] function prototypes(B.pm)
13365              --
13366              Date: Thu, 22 Apr 1999 23:40:52 -0700
13367              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
13368              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
13369              --
13370              Date: Tue, 27 Apr 1999 01:14:49 PDT
13371              Message-ID: <19990427081449.28615.qmail@hotmail.com>
13372              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
13373      Branch: perl
13374            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
13375            ! t/op/ref.t
13376 ____________________________________________________________________________
13377 [  3313] By: jhi                                   on 1999/05/06  07:59:52
13378         Log: Integrate from mainperl.
13379      Branch: cfgperl
13380           !> (integrate 33 files)
13381 ____________________________________________________________________________
13382 [  3312] By: gsar                                  on 1999/05/06  07:11:50
13383         Log: add Ethiopic section to unicode master database (from Ken
13384              Whistler <kenw@sybase.com>)
13385      Branch: perl
13386            ! lib/unicode/UnicodeData-Latest.txt
13387 ____________________________________________________________________________
13388 [  3311] By: gsar                                  on 1999/05/06  05:37:55
13389         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
13390              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
13391              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
13392              Subject: Largefiles for Solaris
13393      Branch: perl
13394            ! hints/solaris_2.sh
13395 ____________________________________________________________________________
13396 [  3310] By: gsar                                  on 1999/05/06  05:14:35
13397         Log: emit more accurate diagnostic for syntax errors involving <>
13398              within eval""
13399      Branch: perl
13400            ! toke.c utils/perldoc.PL
13401 ____________________________________________________________________________
13402 [  3309] By: gsar                                  on 1999/05/06  04:36:31
13403         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
13404      Branch: perl
13405            ! t/lib/open3.t
13406 ____________________________________________________________________________
13407 [  3308] By: gsar                                  on 1999/05/06  03:19:16
13408         Log: applied first part of suggested patch (bug described cannot be
13409              reproduced any longer, so the second inconclusive part has not
13410              been applied)
13411              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13412              Date: Sun, 28 Mar 1999 04:51:34 +0100
13413              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
13414              Subject: [PATCH 5.005_56] Re: A core dump 
13415      Branch: perl
13416            ! toke.c
13417 ____________________________________________________________________________
13418 [  3307] By: gsar                                  on 1999/05/06  01:56:06
13419         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
13420              change#3180)
13421      Branch: perl
13422            ! op.c
13423 ____________________________________________________________________________
13424 [  3306] By: gsar                                  on 1999/05/05  17:17:34
13425         Log: applied non-conflicting parts of suggested patch
13426              From: Charles Bailey <BAILEY@newman.upenn.edu>
13427              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
13428              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
13429              Subject: [Patch 5.005_56] Revised VMS patch
13430      Branch: perl
13431            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
13432            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
13433 ____________________________________________________________________________
13434 [  3305] By: gsar                                  on 1999/05/05  16:20:19
13435         Log: make perldoc use backslashed pathnames within system() on win32
13436      Branch: perl
13437            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
13438 ____________________________________________________________________________
13439 [  3304] By: gsar                                  on 1999/05/05  07:29:43
13440         Log: upgrade Pod::Parser to v1.081 from CPAN
13441      Branch: perl
13442            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
13443            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
13444            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
13445 ____________________________________________________________________________
13446 [  3303] By: gsar                                  on 1999/05/05  07:02:07
13447         Log: From: Andy Dougherty <doughera@lafayette.edu>
13448              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
13449              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
13450              Subject: [PATCH 5.005_03-MT3] INSTALL patches
13451      Branch: perl
13452            ! INSTALL
13453 ____________________________________________________________________________
13454 [  3302] By: gsar                                  on 1999/05/05  06:55:21
13455         Log: load base packages based on nonexistent $VERSION
13456              From: andreas.koenig@anima.de (Andreas J. Koenig)
13457              Date: 19 Mar 1999 06:00:28 +0100
13458              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
13459              Subject: Re: base.pm flaw
13460      Branch: perl
13461            ! lib/base.pm lib/locale.pm
13462 ____________________________________________________________________________
13463 [  3301] By: gsar                                  on 1999/05/04  05:41:08
13464         Log: pod2man outputs switched date and revision label (fix suggested by
13465              EthanSasiela@mede.com)
13466      Branch: perl
13467            ! pod/pod2man.PL
13468 ____________________________________________________________________________
13469 [  3300] By: gsar                                  on 1999/05/03  18:48:25
13470         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
13471              (makes opendir(D,"c:") work reliably)
13472      Branch: perl
13473            ! win32/win32.c
13474 ____________________________________________________________________________
13475 [  3299] By: gsar                                  on 1999/05/02  19:39:55
13476         Log: add test case for change#3298
13477      Branch: perl
13478            ! sv.c t/op/readdir.t
13479 ____________________________________________________________________________
13480 [  3298] By: gsar                                  on 1999/05/02  19:24:41
13481         Log: close directory handles properly when localized
13482      Branch: perl
13483            ! sv.c
13484 ____________________________________________________________________________
13485 [  3297] By: jhi                                   on 1999/04/30  11:42:14
13486         Log: Integrate from mainperl.
13487      Branch: cfgperl
13488           !> Changes config_h.SH configure.com lib/AutoLoader.pm
13489           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
13490           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
13491           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
13492           !> vms/subconfigure.com win32/win32.c
13493 ____________________________________________________________________________
13494 [  3293] By: chip                                  on 1999/04/29  18:50:49
13495         Log: Fix shebang lines.
13496      Branch: maint-5.004/perl
13497            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
13498            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
13499            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
13500            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
13501            ! x2p/find2perl.PL x2p/s2p.PL
13502 ____________________________________________________________________________
13503 [  3284] By: gsar                                  on 1999/04/27  00:48:42
13504         Log: integrate change#3279 from maint-5.004
13505      Branch: perl
13506            ! lib/AutoLoader.pm
13507 ____________________________________________________________________________
13508 [  3279] By: chip                                  on 1999/04/26  23:09:26
13509         Log: Make &AutoLoad::AUTOLOAD reentrant.
13510      Branch: maint-5.004/perl
13511            ! lib/AutoLoader.pm
13512 ____________________________________________________________________________
13513 [  3276] By: chip                                  on 1999/04/26  22:34:36
13514         Log: Make porting scripts executable.
13515      Branch: maint-5.004/perl
13516            ! Changes Porting/genlog Porting/makerel Porting/p4desc
13517            ! Porting/patchls
13518 ____________________________________________________________________________
13519 [  3274] By: gsar                                  on 1999/04/26  17:30:31
13520         Log: allow embedded null characters in diagnostics
13521      Branch: perl
13522            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
13523 ____________________________________________________________________________
13524 [  3273] By: gsar                                  on 1999/04/26  08:27:22
13525         Log: hand-applied conflicting parts of suggested patch
13526              From: Charles Bailey <BAILEY@newman.upenn.edu>
13527              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
13528              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
13529              Subject: [PATCH 5.005_56] VMS configuration/build
13530      Branch: perl
13531            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
13532            ! vms/munchconfig.c vms/subconfigure.com
13533 ____________________________________________________________________________
13534 [  3272] By: gsar                                  on 1999/04/26  08:25:41
13535         Log: update Changes; tweak minor regressions
13536      Branch: perl
13537            ! Changes lib/AutoSplit.pm lib/File/Path.pm
13538 ____________________________________________________________________________
13539 [  3271] By: gsar                                  on 1999/04/26  07:52:51
13540         Log: integrate change#3229 from maint-5.004
13541      Branch: perl
13542            ! pp_ctl.c util.c
13543 ____________________________________________________________________________
13544 [  3270] By: gsar                                  on 1999/04/25  22:58:27
13545         Log: fix buggy reference count on refs to SVs with autoviv magic
13546              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
13547              accessing free()d memory)
13548      Branch: perl
13549            ! pp.c t/op/ref.t
13550 ____________________________________________________________________________
13551 [  3269] By: gsar                                  on 1999/04/24  17:07:55
13552         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
13553              on win32)
13554      Branch: perl
13555            ! win32/win32.c
13556 ____________________________________________________________________________
13557 [  3268] By: gsar                                  on 1999/04/24  16:38:25
13558         Log: kill dup hunk
13559      Branch: perl
13560            ! config_h.SH
13561 ____________________________________________________________________________
13562 [  3267] By: gsar                                  on 1999/04/24  16:35:57
13563         Log: integrate cfgperl changes into mainline
13564      Branch: perl
13565           +> myconfig.SH
13566            - myconfig
13567            ! pod/perlre.pod
13568           !> (integrate 38 files)
13569 ____________________________________________________________________________
13570 [  3266] By: jhi                                   on 1999/04/23  18:42:44
13571         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
13572              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
13573              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
13574              Cc: Lionel Cons <lionel.cons@cern.ch>,
13575              Ilya Zakharevich <ilya@math.ohio-state.edu>,
13576              David Hayes <david@bdel.com>
13577              Subject: [PATCH] h2ph
13578              Date: Fri, 23 Apr 1999 12:37:23 -0400
13579              Message-ID: <19990423123723.A49550@O2.chapin.edu>
13580      Branch: cfgperl
13581            ! utils/h2ph.PL
13582 ____________________________________________________________________________
13583 [  3265] By: jhi                                   on 1999/04/21  18:17:12
13584         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
13585              To: perlbug@perl.org
13586              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
13587              Date: Wed, 21 Apr 1999 08:17:54 -0700
13588              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
13589      Branch: cfgperl
13590            ! vms/descrip_mms.template
13591 ____________________________________________________________________________
13592 [  3264] By: jhi                                   on 1999/04/20  08:50:54
13593         Log: From: Andy Dougherty <doughera@lafayette.edu>
13594              To: The Perl Porters Mailing List <perl5-porters@perl.org>
13595              Subject: [PATCH 5.005_56] Re: 5.006 Todo
13596              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
13597              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
13598      Branch: cfgperl
13599            ! Porting/pumpkin.pod
13600 ____________________________________________________________________________
13601 [  3263] By: jhi                                   on 1999/04/20  08:05:01
13602         Log: From: Chip Salzenberg <chip@perlsupport.com>
13603              To: Perl 5 Porters <perl5-porters@perl.org>
13604              Subject: [PATCH 5.005_56] Configure: $sig_count
13605              Date: Sun, 18 Apr 1999 17:54:36 -0400
13606              Message-ID: <19990418175436.A27496@perlsupport.com>
13607      Branch: cfgperl
13608            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13609            ! config_h.SH
13610 ____________________________________________________________________________
13611 [  3262] By: jhi                                   on 1999/04/19  18:23:50
13612         Log: Subject: PATCH wrong faq reference in perlbook.pod
13613              From: Robin Barker <rmb1@cise.npl.co.uk>
13614              To: perlbug@perl.com
13615              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
13616              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
13617      Branch: cfgperl
13618            ! pod/perlbook.pod
13619 ____________________________________________________________________________
13620 [  3261] By: jhi                                   on 1999/04/15  13:59:04
13621         Log: From: Andy Dougherty <doughera@lafayette.edu>
13622              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
13623              Cc: Perl Porters <perl5-porters@perl.org>
13624              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
13625              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
13626              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
13627      Branch: cfgperl
13628            ! hints/solaris_2.sh
13629 ____________________________________________________________________________
13630 [  3260] By: jhi                                   on 1999/04/15  13:56:53
13631         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
13632              To: pumpkings@jhereg.perl.com
13633              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
13634              Date: Thu, 15 Apr 1999 07:13:41 -0600
13635              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
13636      Branch: cfgperl
13637            ! pod/perldata.pod
13638 ____________________________________________________________________________
13639 [  3259] By: jhi                                   on 1999/04/13  23:12:52
13640         Log: LDLIBPTH also on 'clean' targets.
13641      Branch: cfgperl
13642            ! Makefile.SH
13643 ____________________________________________________________________________
13644 [  3258] By: jhi                                   on 1999/04/13  21:38:46
13645         Log: Add information about the two DEC C compiler optimizer bugs
13646              (what patch levels of the compilers fix them).
13647      Branch: cfgperl
13648            ! pp.c t/op/repeat.t
13649 ____________________________________________________________________________
13650 [  3257] By: jhi                                   on 1999/04/13  14:25:08
13651         Log: Be polite about ccdlflags and lddflags, too.
13652              Avoid Perl's malloc only when threaded.
13653      Branch: cfgperl
13654            ! hints/aix.sh
13655 ____________________________________________________________________________
13656 [  3256] By: jhi                                   on 1999/04/13  10:21:33
13657         Log: Croak if no known ways to semctl() (don't assume union semun).
13658      Branch: cfgperl
13659            ! doio.c perl.h
13660 ____________________________________________________________________________
13661 [  3255] By: jhi                                   on 1999/04/13  09:10:26
13662         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13663              To: perl5-porters@perl.org, vmsperl@perl.org
13664              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
13665              Date: Mon, 12 Apr 1999 13:36:48 -0700
13666              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
13667      Branch: cfgperl
13668            ! lib/ExtUtils/MM_VMS.pm
13669 ____________________________________________________________________________
13670 [  3254] By: jhi                                   on 1999/04/13  06:56:26
13671         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13672              To: perlbug@perl.com
13673              Subject: Update for OpenBSD hints
13674              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
13675              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
13676      Branch: cfgperl
13677            ! hints/openbsd.sh
13678 ____________________________________________________________________________
13679 [  3229] By: chip                                  on 1999/04/13  04:04:14
13680         Log: Preserve errno from importunities of sfio.
13681      Branch: maint-5.004/perl
13682            ! pp_ctl.c util.c
13683 ____________________________________________________________________________
13684 [  3226] By: jhi                                   on 1999/04/11  12:52:26
13685         Log: If both ways to call semctl are broken,    skip the tests.
13686      Branch: cfgperl
13687            ! t/lib/ipc_sysv.t
13688 ____________________________________________________________________________
13689 [  3225] By: jhi                                   on 1999/04/10  22:27:28
13690         Log: From: Andy Dougherty <doughera@lafayette.edu>
13691              To: dsembr01@ox.slug.louisville.edu
13692              Cc: perlbug@perl.com
13693              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
13694              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
13695              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
13696      Branch: cfgperl
13697            ! ext/POSIX/POSIX.xs
13698 ____________________________________________________________________________
13699 [  3224] By: jhi                                   on 1999/04/09  18:50:32
13700         Log: From: Andy Dougherty <doughera@lafayette.edu>
13701              To: Perl Porters <perl5-porters@perl.org>
13702              Subject: [PATCH 5.005_56] Re: prefix= in hints
13703              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
13704              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
13705              
13706              (Overrides change #3204 from Kurt)
13707      Branch: cfgperl
13708            ! hints/linux.sh
13709 ____________________________________________________________________________
13710 [  3223] By: jhi                                   on 1999/04/09  18:37:55
13711         Log: Understand Apollo's //node notation.
13712              
13713              From: Johann Klasek <jk@auto.tuwien.ac.at>
13714              To: jhi@iki.fi
13715              Subject: Re: DomainPerl
13716              Date: Fri, 9 Apr 1999 18:21:37 +0200
13717              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
13718      Branch: cfgperl
13719            ! lib/Cwd.pm
13720 ____________________________________________________________________________
13721 [  3220] By: jhi                                   on 1999/04/04  16:33:49
13722         Log: Integrate from mainperl.
13723      Branch: cfgperl
13724           !> (integrate 39 files)
13725 ____________________________________________________________________________
13726 [  3219] By: gsar                                  on 1999/04/04  02:48:17
13727         Log: tweak previous change
13728      Branch: maint-5.005/perl
13729            ! win32/win32.c
13730 ____________________________________________________________________________
13731 [  3218] By: gsar                                  on 1999/04/04  02:44:47
13732         Log: be careful about extending the stack for the Win32:: builtins
13733      Branch: maint-5.005/perl
13734            ! win32/win32.c
13735 ____________________________________________________________________________
13736 [  3217] By: gsar                                  on 1999/04/04  01:59:26
13737         Log: correct places that said newSVpv() when they meant newSVpvn()
13738      Branch: perl
13739            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
13740            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
13741            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
13742            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
13743            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
13744            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
13745            ! win32/win32.c
13746 ____________________________________________________________________________
13747 [  3216] By: gsar                                  on 1999/04/03  23:58:27
13748         Log: avoid duplicate code
13749      Branch: perl
13750            ! sv.c
13751 ____________________________________________________________________________
13752 [  3215] By: gsar                                  on 1999/04/03  23:14:34
13753         Log: grow PL_tmps_stack more efficiently; make it more amenable to
13754              STRESS_REALLOC testing
13755      Branch: perl
13756            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
13757            ! sv.c
13758 ____________________________________________________________________________
13759 [  3214] By: gsar                                  on 1999/04/03  21:01:09
13760         Log: scrounge and save three extra branches in pp_entersub()
13761      Branch: perl
13762            ! cv.h pp_ctl.c pp_hot.c
13763 ____________________________________________________________________________
13764 [  3213] By: gsar                                  on 1999/04/03  17:43:23
13765         Log: remove duplicate code and an extra branch in sv_setsv() and
13766              other hot code by making SvTHINKFIRST() think about FAKE SVs
13767      Branch: perl
13768            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
13769            ! proto.h scope.c sv.c sv.h
13770 ____________________________________________________________________________
13771 [  3212] By: jhi                                   on 1999/04/03  16:20:09
13772         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
13773              
13774              From: John Bley <jbb6@acpub.duke.edu>
13775              To: perlbug@perl.org
13776              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
13777              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
13778              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
13779      Branch: cfgperl
13780            ! doio.c pp_sys.c
13781 ____________________________________________________________________________
13782 [  3211] By: jhi                                   on 1999/04/03  13:27:26
13783         Log: Change #3210 was rather unportable.  This is better.
13784      Branch: cfgperl
13785            ! Configure config_h.SH
13786 ____________________________________________________________________________
13787 [  3210] By: jhi                                   on 1999/04/03  13:16:20
13788         Log: Avoid Digital UNIX' ksh.
13789              
13790              From: Jarkko Hietaniemi <jhi@iki.fi> 
13791              To: Henrik Tougaard <ht000@siberut.foa.dk> 
13792              Cc: perlbug@perl.com, ht000@foa.dk 
13793              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
13794              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
13795              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
13796      Branch: cfgperl
13797            ! Configure config_h.SH
13798 ____________________________________________________________________________
13799 [  3209] By: jhi                                   on 1999/04/03  12:49:04
13800         Log: Integrate from mainperl.
13801      Branch: cfgperl
13802           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
13803 ____________________________________________________________________________
13804 [  3208] By: jhi                                   on 1999/04/03  12:27:24
13805         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
13806              
13807              From: Lionel Cons <lionel.cons@cern.ch>
13808              To: jhi@iki.fi
13809              Cc: perlbug@perl.com, kstar@isinet.com,
13810              Philippe Defert <philippe.defert@cern.ch>
13811              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
13812              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
13813              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
13814      Branch: cfgperl
13815            ! hints/irix_6.sh
13816 ____________________________________________________________________________
13817 [  3207] By: jhi                                   on 1999/04/03  12:20:21
13818         Log: Be polite about usemymalloc.
13819      Branch: cfgperl
13820            ! hints/aix.sh
13821 ____________________________________________________________________________
13822 [  3206] By: gsar                                  on 1999/04/02  23:31:59
13823         Log: a typo in change#3205
13824      Branch: perl
13825            ! t/lib/bigfloatpm.t
13826 ____________________________________________________________________________
13827 [  3205] By: gsar                                  on 1999/04/02  23:20:31
13828         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
13829              returns NaNs faithfully)
13830      Branch: perl
13831            ! t/lib/bigfloatpm.t
13832 ____________________________________________________________________________
13833 [  3204] By: jhi                                   on 1999/04/02  22:03:23
13834         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
13835              
13836              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13837              To: perl5-porters@perl.org
13838              Subject: linux hints nit
13839              Date: Fri, 2 Apr 1999 16:49:47 -0500
13840              Message-ID: <19990402164947.E80926@O2.chapin.edu>
13841      Branch: cfgperl
13842            ! hints/linux.sh
13843 ____________________________________________________________________________
13844 [  3203] By: jhi                                   on 1999/04/02  22:00:56
13845         Log: Display exact glibc version in Linux. 
13846              
13847              From: Andy Dougherty <doughera@lafayette.edu>
13848              To: Perl Porters <perl5-porters@perl.org>
13849              Subject: Displaying glibc version on Linux
13850              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
13851              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
13852      Branch: cfgperl
13853            ! hints/linux.sh
13854 ____________________________________________________________________________
13855 [  3202] By: gsar                                  on 1999/04/02  21:23:18
13856         Log: various little goofs
13857      Branch: perl
13858            ! Changes Makefile.SH README installperl
13859 ____________________________________________________________________________
13860 [  3201] By: jhi                                   on 1999/04/02  13:13:39
13861         Log: Configure regen.
13862              
13863              Add llseek + offset_t probing.
13864              Change CONFIG to CONFIGDOTSH.
13865              'unset foo' is unportable, use foo=''.
13866      Branch: cfgperl
13867            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
13868            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
13869            ! perl_exp.SH writemain.SH
13870 ____________________________________________________________________________
13871 [  3200] By: jhi                                   on 1999/04/02  12:06:22
13872         Log: Introduce myconfig.SH.
13873              
13874              From: Andy Dougherty <doughera@lafayette.edu>
13875              To: Jarkko Hietaniemi <jhi@iki.fi>
13876              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
13877              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
13878              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
13879              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
13880      Branch: cfgperl
13881            + myconfig.SH
13882            - myconfig
13883            ! MANIFEST
13884 ____________________________________________________________________________
13885 [  3195] By: jhi                                   on 1999/03/28  16:42:54
13886         Log: Update perlhist on 5_03.
13887      Branch: maint-5.005/perl
13888            ! pod/perlhist.pod
13889 ____________________________________________________________________________
13890 [  3194] By: jhi                                   on 1999/03/28  12:30:01
13891         Log: Integrate from mainperl.
13892      Branch: cfgperl
13893           +> t/op/grep.t
13894            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
13895            ! t/lib/bigintpm.t
13896           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
13897           !> t/lib/thread.t
13898 ____________________________________________________________________________
13899 [  3189] By: gsar                                  on 1999/03/28  08:22:00
13900         Log: various pod niggles
13901      Branch: maint-5.005/perl
13902            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
13903            ! pod/perlfunc.pod pod/perlhist.pod
13904 ____________________________________________________________________________
13905 [  3187] By: gsar                                  on 1999/03/28  07:31:16
13906         Log: regularize CAPI declarations (CAPI extensions now build under
13907              the Borland compiler)
13908      Branch: maint-5.005/perl
13909            ! win32/GenCAPI.pl
13910 ____________________________________________________________________________
13911 [  3186] By: gsar                                  on 1999/03/28  07:26:33
13912         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
13913              -DPERL_CAPI
13914      Branch: maint-5.005/perl
13915            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
13916 ____________________________________________________________________________
13917 [  3183] By: gsar                                  on 1999/03/28  06:00:46
13918         Log: update p4 utility to ignore non-text files
13919      Branch: perl
13920            ! Porting/p4desc
13921 ____________________________________________________________________________
13922 [  3181] By: gsar                                  on 1999/03/28  03:37:23
13923         Log: integrate change#3179 from maint-5.005
13924      Branch: perl
13925           !> ext/Thread/Thread.xs t/lib/thread.t
13926 ____________________________________________________________________________
13927 [  3180] By: gsar                                  on 1999/03/28  02:28:20
13928         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
13929              (sometimes caused bizarreness in the BLOCK)
13930      Branch: perl
13931            + t/op/grep.t
13932            ! MANIFEST op.c
13933 ____________________________________________________________________________
13934 [  3179] By: gsar                                  on 1999/03/28  02:14:04
13935         Log: fix thread segfault when passing large number of arguments to child
13936              a la C<Thread->new($foo, 1..1000)>
13937      Branch: maint-5.005/perl
13938            ! ext/Thread/Thread.xs t/lib/thread.t
13939 ____________________________________________________________________________
13940 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
13941         Log: fix $Config{'usethreads'} typo in perlthrtut
13942              
13943              From: Ian Maloney <szhmf9@wsblob.ubs.com>
13944              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
13945              Message-Id: <199903251540.QAA02439@wsblob.>
13946              Subject: perlthrtut documentation error
13947      Branch: maint-5.005/perl
13948            ! pod/perlthrtut.pod
13949 ____________________________________________________________________________
13950 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
13951         Log: Update Test.pm to VERSION 1.122 from CPAN
13952      Branch: maint-5.005/perl
13953            ! lib/Test.pm
13954 ____________________________________________________________________________
13955 [  3171] By: jhi                                   on 1999/03/26  22:38:28
13956         Log: Integrate from mainperl.
13957      Branch: cfgperl
13958           !> (integrate 37 files)
13959 ____________________________________________________________________________
13960 [  3170] By: gsar                                  on 1999/03/26  01:30:25
13961         Log: specify type of bracket in "Unmatched bracket" diagnostic;
13962              prefer 'brace' or 'curly bracket' over 'curly brace'
13963      Branch: perl
13964            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
13965            ! t/op/misc.t t/op/re_tests toke.c
13966 ____________________________________________________________________________
13967 [  3169] By: gsar                                  on 1999/03/26  00:50:51
13968         Log: better description of "Integer overflow" diagnostic
13969      Branch: perl
13970            ! pod/perldiag.pod
13971 ____________________________________________________________________________
13972 [  3168] By: gsar                                  on 1999/03/25  11:02:46
13973         Log: applied needful parts of suggested patch
13974              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
13975              Date: Tue, 23 Mar 1999 16:21:43 -0800
13976              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
13977              Subject: [PATCH 5.005_56] pp_formline correction
13978      Branch: perl
13979            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
13980 ____________________________________________________________________________
13981 [  3167] By: gsar                                  on 1999/03/25  10:39:02
13982         Log: clarify what a "comment" means (due to Mark-Jason Dominus
13983              <mjd@plover.com>)
13984      Branch: perl
13985            ! pod/perlsyn.pod
13986 ____________________________________________________________________________
13987 [  3166] By: gsar                                  on 1999/03/25  10:33:18
13988         Log: describe current behavior on local($foo{nothere}) (suggested by
13989              Lionel Cons <lionel.cons@cern.ch>)
13990      Branch: perl
13991            ! pod/perlsub.pod
13992 ____________________________________________________________________________
13993 [  3165] By: gsar                                  on 1999/03/25  06:21:05
13994         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
13995              <vishalb@hotmail.com>)
13996      Branch: perl
13997            ! ext/B/B/C.pm
13998 ____________________________________________________________________________
13999 [  3164] By: gsar                                  on 1999/03/25  06:17:27
14000         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14001              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
14002              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
14003              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
14004      Branch: perl
14005            ! ext/B/B.xs op.h opcode.pl
14006 ____________________________________________________________________________
14007 [  3163] By: gsar                                  on 1999/03/25  06:15:49
14008         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
14009              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
14010              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
14011              Subject: [PATCH _56] B::Deparse 0.57
14012              --
14013              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
14014              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
14015              Subject: Re: [PATCH _56] B::Deparse 0.57 
14016      Branch: perl
14017            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
14018 ____________________________________________________________________________
14019 [  3162] By: gsar                                  on 1999/03/25  06:11:46
14020         Log: fix a few places that said 'int', but meant 'STRLEN'
14021      Branch: perl
14022            ! pod/perlguts.pod proto.h sv.c
14023 ____________________________________________________________________________
14024 [  3161] By: gsar                                  on 1999/03/25  06:01:18
14025         Log: From: Russ Allbery <rra@stanford.edu>
14026              Date: 22 Mar 1999 04:26:26 -0800
14027              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
14028              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
14029      Branch: perl
14030            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
14031            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
14032            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
14033            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
14034 ____________________________________________________________________________
14035 [  3160] By: gsar                                  on 1999/03/25  02:26:31
14036         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
14037      Branch: perl
14038            ! opcode.h opcode.pl
14039 ____________________________________________________________________________
14040 [  3159] By: gsar                                  on 1999/03/25  02:18:17
14041         Log: add statement-modifier loops to :base_loop class
14042      Branch: perl
14043            ! ext/Opcode/Opcode.pm
14044 ____________________________________________________________________________
14045 [  3158] By: gsar                                  on 1999/03/25  00:36:57
14046         Log: integrate changes#3105,3130,3154 from maint-5.005
14047      Branch: perl
14048           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
14049 ____________________________________________________________________________
14050 [  3157] By: gsar                                  on 1999/03/25  00:24:17
14051         Log: remove bogus panic()
14052      Branch: perl
14053            ! Changes lib/Math/BigFloat.pm
14054 ____________________________________________________________________________
14055 [  3156] By: jhi                                   on 1999/03/24  22:43:43
14056         Log: Integrate from mainperl.
14057      Branch: cfgperl
14058           +> (branch 38 files)
14059           !> (integrate 68 files)
14060 ____________________________________________________________________________
14061 [  3155] By: jhi                                   on 1999/03/24  22:12:17
14062         Log: Configure regenerated because of changes #3130/#3154 and #3147.
14063      Branch: cfgperl
14064            ! Configure config_h.SH
14065 ____________________________________________________________________________
14066 [  3154] By: jhi                                   on 1999/03/24  21:40:51
14067         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
14068              based on suggestions from Andy Dougherty.
14069      Branch: maint-5.005/perl
14070            ! INSTALL
14071 ____________________________________________________________________________
14072 [  3153] By: gsar                                  on 1999/03/24  10:38:05
14073         Log: applied suggested patch, modulo superceded parts
14074              From: Charles Bailey <BAILEY@newman.upenn.edu>
14075              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
14076              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
14077              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
14078      Branch: perl
14079            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
14080            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
14081            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
14082            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
14083 ____________________________________________________________________________
14084 [  3152] By: gsar                                  on 1999/03/24  10:30:51
14085         Log: applied suggested patch, modulo superceded parts
14086              From: Charles Bailey <BAILEY@newman.upenn.edu>
14087              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
14088              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
14089              Subject: [PATCH 5.005_56] Miscellaneous small fixes
14090      Branch: perl
14091            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
14092            ! lib/File/Basename.pm
14093 ____________________________________________________________________________
14094 [  3151] By: gsar                                  on 1999/03/24  10:15:00
14095         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
14096      Branch: perl
14097            ! pod/perlop.pod
14098 ____________________________________________________________________________
14099 [  3150] By: gsar                                  on 1999/03/24  10:09:13
14100         Log: missing integration in previous change
14101      Branch: perl
14102           !> README.apollo
14103 ____________________________________________________________________________
14104 [  3149] By: gsar                                  on 1999/03/24  10:06:44
14105         Log: integrate changes#3116,3119 from maint-5.005
14106      Branch: perl
14107            + README.apollo
14108           +> apollo/netinet/in.h
14109           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
14110 ____________________________________________________________________________
14111 [  3148] By: gsar                                  on 1999/03/24  10:01:56
14112         Log: integrate changes#3091-3094 from maint-5.005
14113      Branch: perl
14114           !> README.hurd vms/subconfigure.com vos/config.h
14115           !> vos/config_h.SH_orig
14116 ____________________________________________________________________________
14117 [  3147] By: gsar                                  on 1999/03/24  09:31:49
14118         Log: warn about newfangled vfork() caveats
14119      Branch: perl
14120            ! Configure
14121 ____________________________________________________________________________
14122 [  3146] By: jhi                                   on 1999/03/24  09:20:14
14123         Log: Bring in changes #2808 and #2812 (from mainline perl)
14124              that enhance the perlbug checklist.
14125      Branch: maint-5.005/perl
14126            ! utils/perlbug.PL
14127 ____________________________________________________________________________
14128 [  3145] By: gsar                                  on 1999/03/24  08:37:02
14129         Log: integrate change#3115 from maint-5.005
14130      Branch: perl
14131           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
14132           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
14133 ____________________________________________________________________________
14134 [  3144] By: gsar                                  on 1999/03/24  08:33:59
14135         Log: add note about map in scalar context
14136      Branch: perl
14137            ! pod/perlfunc.pod
14138 ____________________________________________________________________________
14139 [  3143] By: gsar                                  on 1999/03/24  08:25:59
14140         Log: doc tweak
14141      Branch: perl
14142            ! lib/Time/Local.pm
14143 ____________________________________________________________________________
14144 [  3142] By: gsar                                  on 1999/03/24  08:20:37
14145         Log: applied suggested patch, modulo bogus hunk
14146              From: "Vishal Bhatia" <vishalb@hotmail.com>
14147              Date: Thu, 11 Mar 1999 07:40:27 PST
14148              Message-ID: <19990311154027.25891.qmail@hotmail.com>
14149              Subject: [PATCH 5.005_56] Minor fixes in perlcc
14150      Branch: perl
14151            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
14152 ____________________________________________________________________________
14153 [  3141] By: gsar                                  on 1999/03/24  08:06:12
14154         Log: integrate change#3104 from maint-5.005
14155      Branch: perl
14156           !> README.os390 t/lib/posix.t
14157 ____________________________________________________________________________
14158 [  3140] By: gsar                                  on 1999/03/24  06:34:56
14159         Log: fix failure of C<&locked_sub;> under -Dusethreads
14160      Branch: perl
14161            ! pp_hot.c t/lib/thread.t
14162 ____________________________________________________________________________
14163 [  3139] By: gsar                                  on 1999/03/24  05:52:00
14164         Log: debugger tweak (wasn't printing a newline after recalled commands)
14165      Branch: perl
14166            ! lib/perl5db.pl
14167 ____________________________________________________________________________
14168 [  3138] By: gsar                                  on 1999/03/24  05:33:28
14169         Log: document OO exceptions (based on a suggestion by Andreas Koenig
14170              <andreas.koenig@anima.de>)
14171      Branch: perl
14172            ! pod/perlfunc.pod
14173 ____________________________________________________________________________
14174 [  3137] By: gsar                                  on 1999/03/24  02:50:20
14175         Log: better "Illegal %s digit ignored" warnings
14176      Branch: perl
14177            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
14178            ! toke.c util.c
14179 ____________________________________________________________________________
14180 [  3136] By: gsar                                  on 1999/03/24  02:26:38
14181         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
14182      Branch: perl
14183            + t/pragma/utf8.t
14184            ! regcomp.c
14185 ____________________________________________________________________________
14186 [  3135] By: gsar                                  on 1999/03/24  01:29:09
14187         Log: flip release & version in win32_uname()
14188      Branch: perl
14189            ! win32/win32.c
14190 ____________________________________________________________________________
14191 [  3134] By: gsar                                  on 1999/03/24  01:08:33
14192         Log: support POSIX::uname() via win32_uname()
14193      Branch: perl
14194            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
14195            ! win32/config.gc win32/config.vc win32/config_H.bc
14196            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
14197            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
14198 ____________________________________________________________________________
14199 [  3133] By: gsar                                  on 1999/03/23  22:20:10
14200         Log: From: jan.dubois@ibm.net (Jan Dubois)
14201              Date: Sat, 06 Mar 1999 21:42:56 +0100
14202              Message-ID: <36e49281.50337171@smtp1.ibm.net>
14203              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
14204      Branch: perl
14205            ! pod/perldelta.pod
14206 ____________________________________________________________________________
14207 [  3132] By: gsar                                  on 1999/03/23  22:17:45
14208         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
14209              Date: Sat, 06 Mar 1999 17:50:49 +0100
14210              Message-ID: <36e25209.33833760@smtp1.ibm.net>
14211              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
14212              --
14213              Date: Sat, 06 Mar 1999 18:15:00 +0100
14214              Message-ID: <36e36222.37954195@smtp1.ibm.net>
14215              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
14216      Branch: perl
14217            + t/lib/filefunc.t
14218            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
14219            ! pod/perldelta.pod pod/perlmodlib.pod
14220 ____________________________________________________________________________
14221 [  3131] By: gsar                                  on 1999/03/23  22:07:59
14222         Log: integrate cfgperl changes into mainline
14223      Branch: perl
14224           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
14225           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
14226           !> installperl malloc.c perl.c perl.h pod/perl.pod
14227           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
14228 ____________________________________________________________________________
14229 [  3130] By: jhi                                   on 1999/03/23  22:02:23
14230         Log: Don't use config.msg to remind about the
14231              LD_LIBRARY_PATH because Makefile.SH takes
14232              care of that.
14233              
14234              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
14235              This used to be the default but in some MT or another it
14236              was dropped because of some transient error or another.
14237      Branch: maint-5.005/perl
14238            ! Configure hints/dec_osf.sh
14239 ____________________________________________________________________________
14240 [  3129] By: gsar                                  on 1999/03/23  21:38:03
14241         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
14242              to size    and better maintainability)
14243      Branch: perl
14244            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
14245            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
14246            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
14247            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
14248            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
14249            + t/pod/include.xr t/pod/included.t t/pod/included.xr
14250            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
14251            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
14252            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
14253            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
14254            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
14255            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
14256            ! win32/Makefile win32/makefile.mk win32/pod.mak
14257 ____________________________________________________________________________
14258 [  3128] By: jhi                                   on 1999/03/23  10:14:54
14259         Log: Integrate from mainperl.
14260      Branch: cfgperl
14261           !> (integrate 46 files)
14262 ____________________________________________________________________________
14263 [  3127] By: gsar                                  on 1999/03/23  06:57:30
14264         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
14265              Date: Thu, 4 Mar 1999 10:54:01 -0800
14266              Message-Id: <9903041854.AA46868@frc0000>
14267              Subject: patch for useless Math::BigInt warnings
14268      Branch: perl
14269            ! lib/Math/BigInt.pm
14270 ____________________________________________________________________________
14271 [  3126] By: gsar                                  on 1999/03/23  05:54:37
14272         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
14273              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14274              Date: Fri, 19 Feb 1999 15:47:59 -0500
14275              Message-ID: <19990219154759.A32350@O2.chapin.edu>
14276              Subject: [PATCH] OSF/1 hints
14277      Branch: perl
14278            ! hints/dec_osf.sh
14279 ____________________________________________________________________________
14280 [  3125] By: gsar                                  on 1999/03/23  00:56:38
14281         Log: avoid typeglob persistence in pp_readline()
14282      Branch: perl
14283            ! sv.c t/op/gv.t
14284 ____________________________________________________________________________
14285 [  3124] By: gsar                                  on 1999/03/22  21:12:23
14286         Log: update copyright years
14287      Branch: perl
14288            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
14289            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
14290            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
14291            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
14292            ! sv.c sv.h toke.c utf8.c utf8.h util.c
14293 ____________________________________________________________________________
14294 [  3123] By: gsar                                  on 1999/03/22  07:07:06
14295         Log: implement win32_spawnvp() internally, making it return true PIDs
14296              for asynchronous spawns; fix win32_kill() to always deal with
14297              PIDs
14298      Branch: perl
14299            ! win32/win32.c win32/win32.h
14300 ____________________________________________________________________________
14301 [  3122] By: jhi                                   on 1999/03/19  21:12:14
14302         Log: Describe the new Benchmark feature in more detail.
14303      Branch: cfgperl
14304            ! pod/perldelta.pod
14305      Branch: maint-5.005/perl
14306            ! pod/perldelta.pod
14307 ____________________________________________________________________________
14308 [  3121] By: jhi                                   on 1999/03/19  08:16:12
14309         Log: AVAILABILITY tuning.
14310      Branch: cfgperl
14311            ! pod/perl.pod
14312      Branch: maint-5.005/perl
14313            ! pod/perl.pod
14314 ____________________________________________________________________________
14315 [  3120] By: jhi                                   on 1999/03/17  14:52:17
14316         Log: Rhapsody change assumed too much.
14317      Branch: cfgperl
14318            ! t/op/stat.t
14319 ____________________________________________________________________________
14320 [  3119] By: jhi                                   on 1999/03/17  14:33:43
14321         Log: More Apollo fixes.
14322      Branch: maint-5.005/perl
14323            ! README.apollo hints/apollo.sh t/lib/io_udp.t
14324 ____________________________________________________________________________
14325 [  3118] By: jhi                                   on 1999/03/16  17:23:39
14326         Log: Nada.
14327      Branch: maint-5.005/perl
14328            ! README.apollo
14329 ____________________________________________________________________________
14330 [  3117] By: jhi                                   on 1999/03/16  17:18:49
14331         Log: Apollo DomainOS AVAILABILITY.
14332      Branch: cfgperl
14333            ! pod/perl.pod
14334      Branch: maint-5.005/perl
14335            ! pod/perl.pod
14336 ____________________________________________________________________________
14337 [  3116] By: jhi                                   on 1999/03/16  17:14:00
14338         Log: Apollo DomainOS patch
14339              From: Johann Klasek <jk@auto.tuwien.ac.at>
14340              Subject: Re: DomainPerl
14341              Date: Tue, 16 Mar 1999 17:46:32 +0100
14342              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
14343      Branch: maint-5.005/perl
14344            + README.apollo apollo/netinet/in.h
14345            ! MANIFEST hints/apollo.sh
14346 ____________________________________________________________________________
14347 [  3115] By: jhi                                   on 1999/03/16  14:23:54
14348         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
14349              To: Gurusamy Sarathy <gsar@activestate.com>,
14350              Graham Barr <gbarr@pobox.com>
14351              Cc: Perl5 Porters <perl5-porters@perl.org>,
14352              "Paul.Marquess" <Paul.Marquess@btinternet.com>
14353              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
14354              Date: Sun, 14 Mar 1999 14:43:57 -0000
14355              Message-Id: <199903141841.NAA17040@defender.perl.org>
14356      Branch: maint-5.005/perl
14357            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14358            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
14359 ____________________________________________________________________________
14360 [  3114] By: jhi                                   on 1999/03/16  12:42:20
14361         Log: Mention Rhapsody in 5.005_5X perldelta,
14362              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
14363              *planned* AVAILABILITY.
14364      Branch: cfgperl
14365            ! pod/perl.pod pod/perldelta.pod
14366      Branch: maint-5.005/perl
14367            ! pod/perl.pod
14368 ____________________________________________________________________________
14369 [  3113] By: jhi                                   on 1999/03/16  10:38:53
14370         Log: perldelta niggling.
14371      Branch: cfgperl
14372            ! pod/perldelta.pod
14373      Branch: maint-5.005/perl
14374            ! pod/perldelta.pod
14375 ____________________________________________________________________________
14376 [  3112] By: jhi                                   on 1999/03/16  10:35:21
14377         Log: Integrate from mainperl.
14378      Branch: cfgperl
14379           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
14380           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
14381 ____________________________________________________________________________
14382 [  3111] By: jhi                                   on 1999/03/16  10:28:10
14383         Log: AVAILABILITY update: still mention PowerUX,
14384              Novell Netware now has sources available.
14385      Branch: cfgperl
14386            ! pod/perl.pod
14387      Branch: maint-5.005/perl
14388            ! pod/perl.pod
14389 ____________________________________________________________________________
14390 [  3110] By: gsar                                  on 1999/03/16  04:34:23
14391         Log: sundry pod niggles
14392      Branch: perl
14393            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
14394            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
14395 ____________________________________________________________________________
14396 [  3109] By: jhi                                   on 1999/03/15  17:00:11
14397         Log: Integrate from mainperl.
14398      Branch: cfgperl
14399           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
14400           +> lib/unicode/Is/Syllable.pl
14401           +> lib/unicode/MakeEthiopicSyllables.PL
14402           +> lib/unicode/README.Ethiopic
14403           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
14404           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
14405           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
14406           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
14407           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
14408           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
14409           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
14410           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
14411 ____________________________________________________________________________
14412 [  3108] By: jhi                                   on 1999/03/15  16:58:12
14413         Log: First pass of integrating the Rhapsody port,
14414              
14415              From: Wilfredo Sanchez <wsanchez@apple.com> 
14416              Subject: Keeping the world in sync.
14417              Reply-To: wsanchez@apple.com 
14418              To: perlbug@perl.com 
14419              Date: Fri, 13 Nov 1998 17:11:30 -0800 
14420              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
14421      Branch: cfgperl
14422            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
14423            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
14424            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
14425            ! x2p/util.c
14426 ____________________________________________________________________________
14427 [  3107] By: gsar                                  on 1999/03/15  03:22:10
14428         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
14429              From: Daniel Yacob <dmulholl@cs.indiana.edu>
14430              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
14431              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
14432              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
14433      Branch: perl
14434            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
14435            + lib/unicode/Is/Syllable.pl
14436            + lib/unicode/MakeEthiopicSyllables.PL
14437            + lib/unicode/README.Ethiopic
14438            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
14439            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
14440            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
14441            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
14442            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
14443            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
14444            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
14445            ! lib/unicode/Name.pl lib/unicode/Number.pl
14446 ____________________________________________________________________________
14447 [  3106] By: gsar                                  on 1999/03/12  20:35:36
14448         Log: change#3067 failed package.t due to needless creation of $a and $b;
14449              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
14450      Branch: perl
14451            ! op.c
14452 ____________________________________________________________________________
14453 [  3105] By: jhi                                   on 1999/03/12  15:54:57
14454         Log: Recognize the NetBSD packages collection.
14455      Branch: maint-5.005/perl
14456            ! hints/netbsd.sh
14457 ____________________________________________________________________________
14458 [  3104] By: jhi                                   on 1999/03/12  09:07:04
14459         Log: From: pvhp@forte.com (Peter Prymmer)
14460              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
14461              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
14462              Date: Thu, 11 Mar 99 14:24:54 PST
14463              Message-Id: <9903112224.AA24346@forte.com>
14464      Branch: maint-5.005/perl
14465            ! README.os390 t/lib/posix.t
14466 ____________________________________________________________________________
14467 [  3103] By: jhi                                   on 1999/03/10  11:07:46
14468         Log: Integrate from mainperl.
14469      Branch: cfgperl
14470           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
14471           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
14472           !> t/pragma/warn/1global toke.c win32/makedef.pl
14473 ____________________________________________________________________________
14474 [  3102] By: jhi                                   on 1999/03/10  11:01:20
14475         Log: From: pvhp@forte.com (Peter Prymmer)
14476              To: perl5-porters@perl.org
14477              Subject: [5.005_03-MT6]Patch: time passes
14478              Date: Tue, 9 Mar 99 18:42:17 PST
14479              Message-Id: <9903100242.AA29057@forte.com>
14480      Branch: maint-5.005/perl
14481            ! perl.c
14482 ____________________________________________________________________________
14483 [  3101] By: jhi                                   on 1999/03/10  10:30:15
14484         Log: From: Mark-Jason Dominus <mjd@plover.com>
14485              To: perl5-porters@perl.com
14486              Subject: Minor fix to perlfunc.pod
14487              Date: Mon, 08 Mar 1999 20:05:53 -0500
14488              Message-ID: <19990309010553.13757.qmail@plover.com>
14489      Branch: maint-5.005/perl
14490            ! pod/perlfunc.pod
14491 ____________________________________________________________________________
14492 [  3100] By: gsar                                  on 1999/03/09  23:04:44
14493         Log: change#3060 had the wrong quotes
14494      Branch: perl
14495            ! pod/pod2man.PL
14496 ____________________________________________________________________________
14497 [  3099] By: jhi                                   on 1999/03/09  12:52:21
14498         Log: d_uname was broken (probably since _53), reported by
14499              
14500              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14501              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
14502              cpan-testers@perl.org
14503              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
14504              Date: Mon, 08 Mar 1999 13:22:31 +0000
14505              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
14506              
14507              and
14508              
14509              From: lvirden@cas.org (Larry W. Virden)
14510              To: perlbug@perl.com
14511              Subject: configure not correctly identifying uname posix compatibility
14512              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
14513              Message-Id: <199903081136.GAA23682@cas.org>
14514      Branch: cfgperl
14515            ! Configure config_h.SH
14516 ____________________________________________________________________________
14517 [  3098] By: gsar                                  on 1999/03/09  03:16:07
14518         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
14519      Branch: perl
14520            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
14521 ____________________________________________________________________________
14522 [  3097] By: gsar                                  on 1999/03/09  02:50:43
14523         Log: use yyerror() instead of croak() so that compile-time failures in
14524              my(LIST) don't confuse globals with lexicals
14525      Branch: perl
14526            ! op.c toke.c
14527 ____________________________________________________________________________
14528 [  3096] By: gsar                                  on 1999/03/09  02:47:36
14529         Log: adjust testsuite for change#3067
14530      Branch: perl
14531            ! t/pragma/warn/1global
14532 ____________________________________________________________________________
14533 [  3095] By: gsar                                  on 1999/03/08  21:04:48
14534         Log: remove bogus symbols from global.sym
14535      Branch: perl
14536            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
14537            ! perl.h win32/makedef.pl
14538 ____________________________________________________________________________
14539 [  3094] By: jhi                                   on 1999/03/06  16:16:15
14540         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
14541              To: jhi@iki.fi
14542              Subject: Oops
14543              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
14544              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
14545      Branch: maint-5.005/perl
14546            ! README.hurd
14547 ____________________________________________________________________________
14548 [  3093] By: jhi                                   on 1999/03/06  15:59:46
14549         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
14550              To: jhi@iki.fi
14551              Subject: New Hurd README
14552              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
14553              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
14554      Branch: maint-5.005/perl
14555            ! README.hurd
14556 ____________________________________________________________________________
14557 [  3092] By: jhi                                   on 1999/03/06  12:52:06
14558         Log: From: Paul_Green@stratus.com
14559              To: perl5-porters@perl.org
14560              Cc: jhi@iki.fi, Paul_Green@stratus.com
14561              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
14562              Date: Fri, 5 Mar 1999 18:08:49 -0500 
14563              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
14564      Branch: maint-5.005/perl
14565            ! vos/config.h vos/config_h.SH_orig
14566 ____________________________________________________________________________
14567 [  3091] By: jhi                                   on 1999/03/06  12:42:21
14568         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14569              To: perl5-porters@perl.org, vmsperl@perl.org
14570              Subject: [PATCH 5.005_03-MT6]VMS build patch
14571              Date: Fri, 05 Mar 1999 12:36:19 -0800
14572              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
14573      Branch: maint-5.005/perl
14574            ! vms/subconfigure.com
14575 ____________________________________________________________________________
14576 [  3090] By: gsar                                  on 1999/03/06  04:40:03
14577         Log: integrate change#3089 from mainline
14578              
14579              tolerate CRs after options
14580      Branch: maint-5.005/perl
14581           !> perl.c
14582 ____________________________________________________________________________
14583 [  3089] By: gsar                                  on 1999/03/06  04:30:40
14584         Log: tolerate CRs after options
14585      Branch: perl
14586            ! perl.c
14587 ____________________________________________________________________________
14588 [  3088] By: jhi                                   on 1999/03/05  12:49:01
14589         Log: Integrate from mainperl.
14590      Branch: cfgperl
14591           +> README.hurd
14592           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
14593 ____________________________________________________________________________
14594 [  3087] By: gsar                                  on 1999/03/05  06:41:16
14595         Log: adjust timeouts to accomodate slow/busy systems
14596      Branch: perl
14597            ! t/lib/io_sock.t
14598 ____________________________________________________________________________
14599 [  3083] By: gsar                                  on 1999/03/05  01:32:47
14600         Log: integrate change#3081 from maint-5.005
14601      Branch: perl
14602           !> ext/Errno/Errno_pm.PL
14603 ____________________________________________________________________________
14604 [  3082] By: gsar                                  on 1999/03/05  01:31:06
14605         Log: integrate change#2904 from maint-5.005
14606      Branch: perl
14607           +> README.hurd
14608           !> MANIFEST
14609 ____________________________________________________________________________
14610 [  3081] By: gsar                                  on 1999/03/05  00:14:33
14611         Log: protect against doubled backslashes
14612      Branch: maint-5.005/perl
14613            ! ext/Errno/Errno_pm.PL
14614 ____________________________________________________________________________
14615 [  3077] By: jhi                                   on 1999/03/04  08:10:13
14616         Log: Integrate from mainperl.
14617      Branch: cfgperl
14618           +> ext/B/B/Stash.pm
14619           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
14620           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
14621           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
14622           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
14623 ____________________________________________________________________________
14624 [  3076] By: jhi                                   on 1999/03/04  08:07:59
14625         Log: Regen config_h.SH once more because of *size, 
14626              noticed by
14627              
14628              From: Hans Mulder <hansm@icgned.icgroup.nl>
14629              To: Jarkko Hietaniemi <jhi@iki.fi>
14630              Cc: perl5-porters@perl.org
14631              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
14632              Date: Thu,  4 Mar 99 00:10:45 +0100
14633              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
14634      Branch: cfgperl
14635            ! Configure config_h.SH
14636 ____________________________________________________________________________
14637 [  3068] By: gsar                                  on 1999/03/04  05:48:03
14638         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
14639              Date: Thu,  4 Mar 99 00:10:45 +0100
14640              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
14641              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
14642      Branch: perl
14643            ! config_h.SH
14644 ____________________________________________________________________________
14645 [  3067] By: gsar                                  on 1999/03/04  05:44:32
14646         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
14647              From: Graham Barr <gbarr@ti.com>
14648              Date: Wed, 3 Mar 1999 17:23:56 -0600
14649              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
14650              Subject: Re: 'use strict' doesn't work for one-letter variables
14651      Branch: perl
14652            ! gv.c op.c
14653 ____________________________________________________________________________
14654 [  3066] By: gsar                                  on 1999/03/04  05:20:50
14655         Log: updates to compiler modules
14656              From: "Vishal Bhatia" <vishalb@hotmail.com>
14657              Date: Tue, 02 Mar 1999 23:27:25 PST
14658              Message-ID: <19990303072725.779.qmail@hotmail.com>
14659              Subject: PATCH 5.005_56 + Test procedure
14660      Branch: perl
14661            + ext/B/B/Stash.pm
14662            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
14663            ! lib/Test/Harness.pm utils/perlcc.PL
14664 ____________________________________________________________________________
14665 [  3065] By: gsar                                  on 1999/03/04  05:03:30
14666         Log: more s/s_/s!/ etc.
14667      Branch: perl
14668            ! pod/perldelta.pod pod/perlfunc.pod
14669 ____________________________________________________________________________
14670 [  3064] By: gsar                                  on 1999/03/04  04:50:45
14671         Log: integrate cfgperl contents into mainline
14672      Branch: perl
14673           !> Configure README.vms bytecode.h config_h.SH configure.com
14674           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
14675           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
14676           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
14677 ____________________________________________________________________________
14678 [  3063] By: gsar                                  on 1999/03/04  04:44:13
14679         Log: HP-UX has yet another spelling for /NaNQ?/
14680      Branch: perl
14681            ! t/lib/bigfloatpm.t
14682 ____________________________________________________________________________
14683 [  3062] By: gsar                                  on 1999/03/04  04:36:08
14684         Log: error-check for accept() test
14685      Branch: perl
14686            ! t/lib/io_sock.t
14687 ____________________________________________________________________________
14688 [  3061] By: gsar                                  on 1999/03/04  03:40:25
14689         Log: allow custom comparison function in File::Compare::compare_text()
14690              From: jan.dubois@ibm.net (Jan Dubois)
14691              Date: Fri, 26 Feb 1999 21:56:09 +0100
14692              Message-ID: <36db0838.8805651@smtp1.ibm.net>
14693              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
14694      Branch: perl
14695            ! lib/File/Compare.pm
14696 ____________________________________________________________________________
14697 [  3060] By: gsar                                  on 1999/03/04  03:37:38
14698         Log: better version of change#3038
14699              From: abigail@fnx.com
14700              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
14701              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
14702              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
14703      Branch: perl
14704            ! pod/pod2man.PL
14705 ____________________________________________________________________________
14706 [  3058] By: jhi                                   on 1999/03/03  22:30:40
14707         Log: Configure regen to
14708              (1) match maint-5.005 patches #3056 and #3057
14709              (2) better version of PHOSTNAME of #3050
14710              (3) the crosscompile/multiarch config_h.SH trouble solved for now
14711      Branch: cfgperl
14712            ! Configure config_h.SH
14713 ____________________________________________________________________________
14714 [  3054] By: jhi                                   on 1999/03/03  09:57:59
14715         Log: Change #3053 missed perldelta.
14716      Branch: cfgperl
14717            ! pod/perldelta.pod
14718 ____________________________________________________________________________
14719 [  3053] By: jhi                                   on 1999/03/03  08:29:43
14720         Log: Use '!' to mark native integer packings instead of '_'.
14721      Branch: cfgperl
14722            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
14723 ____________________________________________________________________________
14724 [  3052] By: jhi                                   on 1999/03/02  23:12:36
14725         Log: The HP-UX threads patch (change #3028) is needed also here.
14726      Branch: cfgperl
14727            ! hints/hpux.sh thread.h
14728 ____________________________________________________________________________
14729 [  3051] By: jhi                                   on 1999/03/02  08:24:52
14730         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14731              To: perl5-porters@perl.org, vmsperl@perl.org
14732              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
14733              Date: Mon, 01 Mar 1999 16:10:57 -0800
14734              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
14735      Branch: cfgperl
14736            ! README.vms
14737      Branch: maint-5.005/perl
14738            ! README.vms
14739 ____________________________________________________________________________
14740 [  3050] By: jhi                                   on 1999/03/02  08:22:29
14741         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14742              To: perl5-porters@perl.org, vmsperl@perl.org
14743              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
14744              Date: Mon, 01 Mar 1999 16:06:29 -0800
14745              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
14746              
14747              From: Dan Sugalski <sugalskd@osshe.edu>
14748              To: perl5-porters@perl.org, vmsperl@perl.org
14749              Subject: [PATCH 5.005_56]vmsish.pm patch
14750              Date: Mon, 01 Mar 1999 20:19:04 -0800
14751              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
14752              
14753              plus Configure regen containing a "solution" to the
14754              crosscompile/multiarch problem.
14755      Branch: cfgperl
14756            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
14757            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
14758 ____________________________________________________________________________
14759 [  3049] By: jhi                                   on 1999/03/02  07:34:21
14760         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
14761              To: perl5-porters@perl.org
14762              Subject: [PATCH] Eliminate (valid) warning in byterun.c
14763              Date: Mon, 01 Mar 1999 17:27:59 -0500
14764              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
14765      Branch: cfgperl
14766            ! bytecode.h
14767      Branch: maint-5.005/perl
14768            ! bytecode.h
14769 ____________________________________________________________________________
14770 [  3048] By: gsar                                  on 1999/03/02  06:41:21
14771         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14772      Branch: perl
14773            ! MANIFEST README.hpux
14774 ____________________________________________________________________________
14775 [  3047] By: jhi                                   on 1999/03/01  06:34:43
14776         Log: Integrate from mainperl.
14777      Branch: cfgperl
14778           +> README.hpux lib/File/Spec/Functions.pm
14779           !> (integrate 28 files)
14780 ____________________________________________________________________________
14781 [  3046] By: gsar                                  on 1999/03/01  05:34:28
14782         Log: this is 5.005_56
14783      Branch: perl
14784            ! Changes
14785
14786 ----------------
14787 Version 5.005_56
14788 ----------------
14789
14790 ____________________________________________________________________________
14791 [  3045] By: gsar                                  on 1999/03/01  03:32:30
14792         Log: destroy PL_svref_mutex in perl_destruct()
14793      Branch: perl
14794            ! perl.c
14795 ____________________________________________________________________________
14796 [  3044] By: gsar                                  on 1999/03/01  00:38:50
14797         Log: up patchlevel &c.
14798      Branch: perl
14799            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
14800            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14801            ! win32/makefile.mk
14802 ____________________________________________________________________________
14803 [  3043] By: gsar                                  on 1999/03/01  00:14:15
14804         Log: integrate cfgperl contents into mainline
14805      Branch: perl
14806            ! pod/perldelta.pod
14807           !> Configure config_h.SH
14808 ____________________________________________________________________________
14809 [  3042] By: gsar                                  on 1999/02/28  23:55:08
14810         Log: slightly edited version of suggested patch
14811              From: jan.dubois@ibm.net (Jan Dubois)
14812              Date: Mon, 01 Mar 1999 00:32:05 +0100
14813              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
14814              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
14815      Branch: perl
14816            + lib/File/Spec/Functions.pm
14817            ! MANIFEST lib/File/Spec.pm
14818 ____________________________________________________________________________
14819 [  3041] By: gsar                                  on 1999/02/28  22:47:19
14820         Log: fix subtle bug in eval'' testsuite
14821      Branch: perl
14822            ! t/op/eval.t
14823 ____________________________________________________________________________
14824 [  3040] By: gsar                                  on 1999/02/28  22:46:24
14825         Log: avoid literal control characters in change#3039
14826      Branch: perl
14827            ! t/base/lex.t
14828 ____________________________________________________________________________
14829 [  3039] By: gsar                                  on 1999/02/28  21:47:18
14830         Log: todo item: permit extended control variables a la ${^Foo} (patch
14831              courtesy Mark-Jason Dominus <mjd@plover.com>)
14832      Branch: perl
14833            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
14834            ! t/base/lex.t toke.c
14835 ____________________________________________________________________________
14836 [  3038] By: gsar                                  on 1999/02/28  21:21:05
14837         Log: From: abigail@fnx.com
14838              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
14839              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
14840              Subject: Recognize -> and => inside [A-Z]<> sequences.
14841      Branch: perl
14842            ! pod/pod2man.PL
14843 ____________________________________________________________________________
14844 [  3037] By: gsar                                  on 1999/02/28  21:12:22
14845         Log: fix longstanding bug: searches for lexicals originating within eval''
14846              weren't stopping at the subroutine boundary correctly
14847      Branch: perl
14848            ! op.c proto.h t/op/eval.t
14849 ____________________________________________________________________________
14850 [  3036] By: gsar                                  on 1999/02/28  20:02:29
14851         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
14852              as stacked list values
14853              From: jan.dubois@ibm.net (Jan Dubois)
14854              Date: Sat, 27 Feb 1999 18:24:17 +0100
14855              Message-ID: <36e22849.36531259@smtp1.ibm.net>
14856              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
14857      Branch: perl
14858            ! win32/win32.c
14859 ____________________________________________________________________________
14860 [  3035] By: gsar                                  on 1999/02/28  19:48:54
14861         Log: remove superfluous stack_sp decl
14862      Branch: perl
14863            ! jpl/JNI/JNI.xs
14864 ____________________________________________________________________________
14865 [  3034] By: gsar                                  on 1999/02/28  19:34:58
14866         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
14867      Branch: perl
14868            ! lib/Getopt/Std.pm
14869 ____________________________________________________________________________
14870 [  3033] By: gsar                                  on 1999/02/28  19:23:41
14871         Log: add File::Compare::compare_text()
14872              From: jan.dubois@ibm.net (Jan Dubois)
14873              Date: Fri, 26 Feb 1999 00:20:41 +0100
14874              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
14875              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
14876      Branch: perl
14877            ! lib/File/Compare.pm pod/perltodo.pod
14878 ____________________________________________________________________________
14879 [  3032] By: gsar                                  on 1999/02/28  19:01:33
14880         Log: add README.hpux
14881      Branch: perl
14882            + README.hpux
14883            ! MAINTAIN MANIFEST
14884 ____________________________________________________________________________
14885 [  3031] By: gsar                                  on 1999/02/28  18:49:08
14886         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
14887              James Cromie <jcromie@fossil.uswc.uswest.com>
14888      Branch: perl
14889            ! lib/Pod/Html.pm
14890 ____________________________________________________________________________
14891 [  3030] By: gsar                                  on 1999/02/28  18:35:09
14892         Log: From: jan.dubois@ibm.net (Jan Dubois)
14893              Date: Wed, 24 Feb 1999 22:34:56 +0100
14894              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
14895              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
14896      Branch: perl
14897            ! lib/Test/Harness.pm
14898 ____________________________________________________________________________
14899 [  3029] By: gsar                                  on 1999/02/28  18:28:18
14900         Log: add note about env pollution
14901      Branch: perl
14902            ! INSTALL pod/perltodo.pod
14903 ____________________________________________________________________________
14904 [  3028] By: jhi                                   on 1999/02/26  14:40:00
14905         Log: HP-UX 11 threads.
14906              
14907              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14908              To: perl5-porters@perl.org
14909              Cc: jhi@cc.hut.fi
14910              Subject: Maint 5 and _54 with threading on HP-UX 11.00
14911              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
14912              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
14913              
14914              NOTE from jhi: the hpux hints could still be more robust by
14915              disabling gdbm when necessary.
14916              
14917              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
14918              linking -lgdbm -lpthread creates an executable that instantly
14919              core dumps on a pthreads internal panic:
14920              
14921              ./gdpt
14922              
14923              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
14924              Return Pointer is 0xc082bf33
14925              17639 quit (core dumped)  ./gdpt
14926              
14927              You don't have to *use* either gdbm or pthreads in the executable,
14928              just linking them together is enough.  Workaround is to recompile
14929              the GDBM under HP-UX 11, that makes the problem go away.
14930      Branch: maint-5.005/perl
14931            ! hints/hpux.sh thread.h
14932 ____________________________________________________________________________
14933 [  3025] By: jhi                                   on 1999/02/25  20:41:07
14934         Log: Temporary workaround for the config_h.SH versus
14935              crosscompile and multiarch plus introduce 'rt'
14936              to $libswanted: in UNIX98 sched_yield() lives there.
14937      Branch: cfgperl
14938            ! Configure config_h.SH
14939 ____________________________________________________________________________
14940 [  3024] By: jhi                                   on 1999/02/24  12:54:59
14941         Log: Integrate from mainperl.
14942      Branch: cfgperl
14943           +> t/lib/fatal.t
14944           !> (integrate 44 files)
14945 ____________________________________________________________________________
14946 [  3023] By: gsar                                  on 1999/02/24  07:02:12
14947         Log: integrate cfgperl contents
14948      Branch: perl
14949           !> (integrate 30 files)
14950 ____________________________________________________________________________
14951 [  3022] By: gsar                                  on 1999/02/24  05:59:47
14952         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
14953              Date: 23 Feb 1999 17:53:22 -0700
14954              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
14955              Subject: [PATCH: _55] perldoc -q broken
14956      Branch: perl
14957            ! utils/perldoc.PL
14958 ____________________________________________________________________________
14959 [  3021] By: gsar                                  on 1999/02/24  05:51:53
14960         Log: ansify perlio.c, fix PerlIO-ish typos
14961      Branch: perl
14962            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
14963            ! iperlsys.h perlio.c
14964 ____________________________________________________________________________
14965 [  3020] By: gsar                                  on 1999/02/24  05:28:06
14966         Log: adjust a Perl_malloc() flag for NeXT
14967              From: Hans Mulder <hansm@icgned.icgroup.nl>
14968              Date: Tue, 23 Feb 99 00:26:25 +0100
14969              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
14970              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
14971      Branch: perl
14972            ! perl.h
14973 ____________________________________________________________________________
14974 [  3019] By: gsar                                  on 1999/02/24  05:19:42
14975         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
14976      Branch: perl
14977            ! pod/perltodo.pod
14978 ____________________________________________________________________________
14979 [  3018] By: gsar                                  on 1999/02/24  04:15:18
14980         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14981              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
14982              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
14983              Subject: improved error message [PATCH _55] [RESEND]
14984      Branch: perl
14985            ! sv.c
14986 ____________________________________________________________________________
14987 [  3017] By: gsar                                  on 1999/02/24  03:50:34
14988         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14989              Date: Sun, 21 Feb 1999 20:02:18 -0700
14990              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
14991              Subject: perlfunc updates (against 55)
14992      Branch: perl
14993            ! pod/perlfunc.pod
14994 ____________________________________________________________________________
14995 [  3016] By: gsar                                  on 1999/02/24  03:17:05
14996         Log: testsuite adjustments
14997              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14998              Date: Sat, 20 Feb 1999 15:24:57 +0000
14999              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
15000              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
15001      Branch: perl
15002            ! t/lib/io_sock.t t/op/lex_assign.t
15003 ____________________________________________________________________________
15004 [  3015] By: gsar                                  on 1999/02/24  02:54:47
15005         Log: avoid modifying readonly values from qw()
15006      Branch: perl
15007            ! lib/ExtUtils/MM_Unix.pm
15008 ____________________________________________________________________________
15009 [  3014] By: gsar                                  on 1999/02/24  02:49:04
15010         Log: more "correct" utbuf for utime()
15011      Branch: perl
15012            ! doio.c
15013 ____________________________________________________________________________
15014 [  3013] By: jhi                                   on 1999/02/22  19:27:44
15015         Log: Fix MacPerl version, change PowerUX to PowerMAX.
15016              
15017              From: Chris Nandor <pudge@pobox.com>
15018              To: jhi@iki.fi
15019              Cc: perl5-porters@perl.org
15020              Subject: Re: perl current availability as documented by perl.pod
15021              Date: Sun, 21 Feb 1999 11:06:03 -0500
15022              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
15023              
15024              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
15025              To: jhi@iki.fi
15026              Cc: perl5-porters@perl.org
15027              Subject: Re: perl current availability as documented by perl.pod
15028              Date: Mon, 22 Feb 1999 13:08:30 GMT
15029              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
15030      Branch: cfgperl
15031            ! pod/perl.pod
15032      Branch: maint-5.005/perl
15033            ! pod/perl.pod
15034 ____________________________________________________________________________
15035 [  3012] By: jhi                                   on 1999/02/22  10:26:11
15036         Log: Snapshot the cross-compilation/multiarchitecture stuff
15037              (currently broken in next)
15038      Branch: cfgperl
15039            ! Configure config_h.SH pp.c
15040 ____________________________________________________________________________
15041 [  3011] By: jhi                                   on 1999/02/22  10:24:51
15042         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15043              To: gsar@activestate.com (Gurusamy Sarathy)
15044              Cc: perl5-porters@perl.org (Perl5 Porters)
15045              Subject: [PATCH 5.005_55] DB_File 1.64 patch
15046              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
15047              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
15048      Branch: cfgperl
15049            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15050            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
15051 ____________________________________________________________________________
15052 [  3009] By: jhi                                   on 1999/02/22  09:14:26
15053         Log: Scratch #3008 and introduce $crosscompile and $multiarch
15054              also in non-Configure lands.
15055      Branch: cfgperl
15056            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
15057            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
15058            ! win32/config.gc win32/config.vc win32/config_H.bc
15059            ! win32/config_H.gc win32/config_H.vc
15060 ____________________________________________________________________________
15061 [  3008] By: jhi                                   on 1999/02/22  08:58:04
15062         Log: Add -DMULTIARCH (see change #3006).
15063      Branch: cfgperl
15064            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
15065 ____________________________________________________________________________
15066 [  3007] By: jhi                                   on 1999/02/22  08:54:06
15067         Log: Undo the references to local{lib,arch} introduced by #3006.
15068      Branch: cfgperl
15069            ! Configure config_h.SH
15070 ____________________________________________________________________________
15071 [  3006] By: jhi                                   on 1999/02/22  08:43:50
15072         Log: From: hansm@icgned.icgroup.nl
15073              To: perlbug@perl.com
15074              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
15075              Date: Sun, 21 Feb 1999 22:58:55 +0100
15076              Reply-To: hansmu@xs4all.nl
15077              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
15078              
15079              plus other Configure changes: prepare for cross-compilation/
15080              multiarchitecture builds.
15081      Branch: cfgperl
15082            ! Configure config_h.SH
15083 ____________________________________________________________________________
15084 [  3005] By: jhi                                   on 1999/02/22  08:35:30
15085         Log: Configure/Perl knew how to look for use Mach cthreads
15086              but Configure didn't let them to be used ($osname 'next').
15087      Branch: cfgperl
15088            ! Configure config_h.SH
15089      Branch: maint-5.005/perl
15090            ! Configure
15091 ____________________________________________________________________________
15092 [  3004] By: jhi                                   on 1999/02/21  15:46:02
15093         Log: Update Acorn AVAILABILITY.
15094      Branch: cfgperl
15095            ! pod/perl.pod
15096      Branch: maint-5.005/perl
15097            ! pod/perl.pod
15098 ____________________________________________________________________________
15099 [  3003] By: jhi                                   on 1999/02/21  14:50:42
15100         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
15101              To: perl5-porters@perl.org (Perl 5 Porters)
15102              Subject: PATCH: perlref.pod - symbolic ref example
15103              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
15104              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
15105      Branch: cfgperl
15106            ! pod/perlref.pod
15107      Branch: maint-5.005/perl
15108            ! pod/perlref.pod
15109 ____________________________________________________________________________
15110 [  3002] By: jhi                                   on 1999/02/21  14:35:22
15111         Log: Sync cfgperl with maint-5.005 change #3000.
15112      Branch: cfgperl
15113            ! pod/perlfunc.pod t/op/pack.t
15114 ____________________________________________________________________________
15115 [  2999] By: gsar                                  on 1999/02/20  22:48:30
15116         Log: From:    John Bley <jbb6@acpub.duke.edu>
15117              Date:    Sat, 20 Feb 1999 16:02:34 EST
15118              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
15119              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
15120      Branch: perl
15121            ! regcomp.c
15122 ____________________________________________________________________________
15123 [  2998] By: jhi                                   on 1999/02/20  14:13:06
15124         Log: Enhanced the endianness description.
15125      Branch: cfgperl
15126            ! pod/perlfunc.pod
15127 ____________________________________________________________________________
15128 [  2996] By: jhi                                   on 1999/02/20  13:55:41
15129         Log: Glossary now mostly fixed.
15130      Branch: cfgperl
15131            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15132            ! config_h.SH
15133 ____________________________________________________________________________
15134 [  2994] By: jhi                                   on 1999/02/20  11:58:33
15135         Log: Perldeltify GNU/Hurd.
15136      Branch: cfgperl
15137            ! pod/perldelta.pod
15138 ____________________________________________________________________________
15139 [  2993] By: gsar                                  on 1999/02/20  00:59:10
15140         Log: fix typo in Perl_sbrk()
15141              From: hansm@icgned.icgroup.nl
15142              Date: Fri, 19 Feb 1999 23:19:31 +0100
15143              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
15144              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
15145      Branch: perl
15146            ! malloc.c
15147 ____________________________________________________________________________
15148 [  2992] By: gsar                                  on 1999/02/20  00:51:08
15149         Log: integrate change#2980 from maint-5.005
15150      Branch: perl
15151           !> utils/h2xs.PL
15152 ____________________________________________________________________________
15153 [  2991] By: gsar                                  on 1999/02/20  00:34:01
15154         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15155              Date: Thu, 18 Feb 1999 18:51:38 +0000
15156              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
15157              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
15158      Branch: perl
15159            ! pp_hot.c t/op/pat.t
15160 ____________________________________________________________________________
15161 [  2990] By: gsar                                  on 1999/02/20  00:30:48
15162         Log: From: jan.dubois@ibm.net (Jan Dubois)
15163              Date: Thu, 18 Feb 1999 19:14:07 +0100
15164              Message-ID: <36d15809.40853323@smtp1.ibm.net>
15165              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
15166      Branch: perl
15167            ! win32/win32.c
15168 ____________________________________________________________________________
15169 [  2989] By: gsar                                  on 1999/02/20  00:27:01
15170         Log: do poll() emulation unless HAS_POLL && I_POLL
15171      Branch: perl
15172            ! ext/IO/poll.h
15173 ____________________________________________________________________________
15174 [  2988] By: gsar                                  on 1999/02/19  23:52:12
15175         Log: tweak RE for NaNQ? recognition
15176      Branch: perl
15177            ! t/lib/bigfloatpm.t
15178 ____________________________________________________________________________
15179 [  2987] By: gsar                                  on 1999/02/19  23:29:59
15180         Log: mention C<use utf8> and C<use warning> in perldelta
15181      Branch: perl
15182            ! pod/perldelta.pod
15183 ____________________________________________________________________________
15184 [  2985] By: jhi                                   on 1999/02/19  20:43:19
15185         Log: pack/unpack better in (network-)short-non-16-bits and
15186              (network-)long-non-32-bits systems such as Cray C90.
15187      Branch: cfgperl
15188            ! perl.h pp.c t/op/pack.t
15189 ____________________________________________________________________________
15190 [  2984] By: jhi                                   on 1999/02/19  20:38:54
15191         Log: Regen Configure.
15192      Branch: cfgperl
15193            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15194            ! perl.c
15195 ____________________________________________________________________________
15196 [  2982] By: jhi                                   on 1999/02/19  19:51:49
15197         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
15198              not probed for and         
15199              
15200              From: "Kurt D. Starsinic" <kstar@chapin.edu>
15201              To: Chaim Frenkel <chaimf@pobox.com>,
15202              Russ Allbery <rra@stanford.edu>,
15203              Jarkko Hietaniemi <jhi@iki.fi>,
15204              Gurusamy Sarathy <gsar@activestate.com>,
15205              Graham Barr <gbarr@pobox.com>
15206              Cc: bdensch@ameritech.net, perlbug@perl.com
15207              Subject: [PATCH] Re: Solaris 7 for Intel
15208              Message-ID: <19990219124404.A30182@O2.chapin.edu>
15209              
15210              Glossary is still missing some terms because
15211              mkglossary is misbehaving (change #2981 updated
15212              Glossary manually)
15213      Branch: cfgperl
15214            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
15215            ! Porting/config_H
15216 ____________________________________________________________________________
15217 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
15218         Log: Make result of h2xs work when user adds C<use strict>
15219      Branch: maint-5.005/perl
15220            ! utils/h2xs.PL
15221 ____________________________________________________________________________
15222 [  2979] By: gsar                                  on 1999/02/19  05:24:29
15223         Log: doc for change#2978
15224      Branch: perl
15225            ! pod/perlsub.pod
15226 ____________________________________________________________________________
15227 [  2978] By: gsar                                  on 1999/02/19  05:08:29
15228         Log: bring '*' prototype closer to how it behaves internally
15229      Branch: perl
15230            + t/lib/fatal.t
15231            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
15232 ____________________________________________________________________________
15233 [  2977] By: gsar                                  on 1999/02/19  02:50:31
15234         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
15235      Branch: perl
15236            ! perly.h
15237 ____________________________________________________________________________
15238 [  2975] By: gsar                                  on 1999/02/18  21:41:57
15239         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
15240              of lexical searches in BEGIN|INIT|END)
15241      Branch: perl
15242            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
15243            ! vms/perly_c.vms
15244 ____________________________________________________________________________
15245 [  2974] By: gsar                                  on 1999/02/18  21:03:06
15246         Log: missing PERL_POLLUTE_MALLOC
15247      Branch: perl
15248            ! ext/SDBM_File/sdbm/sdbm.h
15249 ____________________________________________________________________________
15250 [  2973] By: gsar                                  on 1999/02/18  17:10:49
15251         Log: From:    Andy Dougherty <doughera@lafayette.edu>
15252              Date:    Wed, 17 Feb 1999 17:22:50 EST
15253              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
15254              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
15255      Branch: perl
15256            ! lib/dotsh.pl
15257 ____________________________________________________________________________
15258 [  2972] By: gsar                                  on 1999/02/18  17:04:12
15259         Log: s/#defined/#define/
15260      Branch: perl
15261            ! ext/Data/Dumper/Dumper.xs
15262 ____________________________________________________________________________
15263 [  2970] By: gsar                                  on 1999/02/18  03:26:43
15264         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
15265      Branch: perl
15266            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
15267            ! ext/GDBM_File/typemap
15268 ____________________________________________________________________________
15269 [  2969] By: gsar                                  on 1999/02/17  23:30:47
15270         Log: correct slurp mode doc
15271      Branch: perl
15272            ! pod/perlfunc.pod pod/perlop.pod
15273 ____________________________________________________________________________
15274 [  2968] By: jhi                                   on 1999/02/17  23:15:49
15275         Log: Ultrix hints update.
15276              
15277              From: Spider Boardman <spider@zk3.dec.com>
15278              To: perlbug@perl.com
15279              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
15280              Date: Tue, 16 Feb 1999 23:04:28 -0500
15281              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
15282      Branch: cfgperl
15283            ! hints/ultrix_4.sh
15284 ____________________________________________________________________________
15285 [  2966] By: jhi                                   on 1999/02/17  23:09:21
15286         Log: Change #2965 wiped out some Sarathy's _55 changes.
15287              Now unwiped.
15288      Branch: cfgperl
15289            ! Configure pp.c t/op/pack.t
15290 ____________________________________________________________________________
15291 [  2965] By: jhi                                   on 1999/02/17  23:00:04
15292         Log: Configure tweaks.
15293              
15294              Fix the Unixware/SCO uname scan:
15295              
15296              From: Tom Hughes <thh@cyberscience.com>
15297              To: perlbug@perl.com
15298              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
15299              Date: 17 Feb 1999 15:34:15 +0000    
15300              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
15301              
15302              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
15303              
15304              From: Joe Buehler <jhpb@hekimian.com>
15305              To: perl5-porters@perl.org
15306              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
15307              Date: 12 Feb 1999 11:25:21 -0500
15308              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
15309              
15310              Make the pthreads joinable constant scan to output to fd 4, not 2.
15311      Branch: cfgperl
15312            ! Configure
15313 ____________________________________________________________________________
15314 [  2964] By: gsar                                  on 1999/02/17  21:30:07
15315         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
15316              Date: Wed, 17 Feb 1999 06:53:13 -0700
15317              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
15318              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
15319      Branch: perl
15320            ! lib/Pod/Functions.pm
15321 ____________________________________________________________________________
15322 [  2963] By: gsar                                  on 1999/02/17  21:18:21
15323         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
15324              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15325              Date: Wed, 17 Feb 1999 10:06:01 +0000
15326              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
15327              Subject: Re: [5.005_53] panic: pad_free curpad 
15328      Branch: perl
15329            ! regcomp.c regexec.c t/op/misc.t
15330 ____________________________________________________________________________
15331 [  2962] By: gsar                                  on 1999/02/16  21:26:28
15332         Log: NaNQ? tweak
15333      Branch: perl
15334            ! t/lib/bigfloatpm.t
15335 ____________________________________________________________________________
15336 [  2961] By: jhi                                   on 1999/02/16  19:26:38
15337         Log: Integrate from mainperl.
15338      Branch: cfgperl
15339           !> (integrate 37 files)
15340 ____________________________________________________________________________
15341 [  2960] By: gsar                                  on 1999/02/16  18:04:29
15342         Log: undo change#2465 (qw[] is a real list now)
15343      Branch: perl
15344            ! pod/perlop.pod
15345 ____________________________________________________________________________
15346 [  2959] By: gsar                                  on 1999/02/16  07:09:33
15347         Log: this was 5.005_55
15348      Branch: perl
15349            ! Changes
15350
15351 ----------------
15352 Version 5.005_55
15353 ----------------
15354
15355 ____________________________________________________________________________
15356 [  2958] By: gsar                                  on 1999/02/16  06:18:27
15357         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
15358              elide dups and non-dependents from Changes
15359      Branch: perl
15360            ! Changes pod/perlhist.pod
15361           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
15362           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
15363           !> pod/perlport.pod pp.c t/op/pack.t
15364 ____________________________________________________________________________
15365 [  2957] By: gsar                                  on 1999/02/16  04:09:47
15366         Log: propagate PERL_VERSION everywhere, add to pod
15367      Branch: perl
15368            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
15369            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
15370            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
15371            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
15372            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
15373            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
15374            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
15375            ! win32/config.gc win32/config.vc win32/config_sh.PL
15376            ! win32/win32.c x2p/a2py.c
15377 ____________________________________________________________________________
15378 [  2955] By: jhi                                   on 1999/02/15  16:15:03
15379         Log: The pack tests now better in C90 (after the packnative patches).
15380      Branch: cfgperl
15381            ! t/op/pack.t
15382 ____________________________________________________________________________
15383 [  2954] By: gsar                                  on 1999/02/15  14:11:50
15384         Log: tweak Configure to follow new PERL_VERSION etc.
15385      Branch: perl
15386            ! Configure patchlevel.h pod/perlhist.pod
15387 ____________________________________________________________________________
15388 [  2953] By: jhi                                   on 1999/02/15  14:02:21
15389         Log: Integrate from mainperl.
15390      Branch: cfgperl
15391           !> MANIFEST Porting/makerel
15392 ____________________________________________________________________________
15393 [  2952] By: jhi                                   on 1999/02/15  13:50:07
15394         Log: Enhance the packnative patch: use the packnative code
15395              only if required.  Also added hefty testing (hopefully
15396              I didn't assume too much...).  Tested on alpha, ix86, sparc.
15397      Branch: cfgperl
15398            ! pod/perlfunc.pod pp.c t/op/pack.t
15399 ____________________________________________________________________________
15400 [  2951] By: jhi                                   on 1999/02/15  13:46:56
15401         Log: AVAILABILITY from 5.005_03-tobe, will of course
15402              require updating when 5.006 comes out.
15403      Branch: cfgperl
15404            ! pod/perl.pod
15405 ____________________________________________________________________________
15406 [  2949] By: gsar                                  on 1999/02/15  13:28:51
15407         Log: will this be it for 5.005_55?
15408      Branch: perl
15409            ! MANIFEST Porting/makerel
15410 ____________________________________________________________________________
15411 [  2948] By: jhi                                   on 1999/02/15  13:23:52
15412         Log: Integrate from mainperl.
15413      Branch: cfgperl
15414           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
15415           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
15416           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
15417           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
15418           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
15419           !> win32/config.gc win32/config.vc win32/config_H.bc
15420           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
15421 ____________________________________________________________________________
15422 [  2947] By: jhi                                   on 1999/02/15  13:20:41
15423         Log: perlport.pod 1.39 from Chris.
15424      Branch: cfgperl
15425            ! pod/perlport.pod
15426 ____________________________________________________________________________
15427 [  2946] By: jhi                                   on 1999/02/15  13:09:58
15428         Log: Import Ultrix update, change #2864, 
15429              
15430              From: Spider Boardman <spider@zk3.dec.com>
15431              To: perlbug@perl.com
15432              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
15433              Date: Wed, 10 Feb 1999 23:33:31 -0500
15434              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
15435      Branch: cfgperl
15436            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
15437 ____________________________________________________________________________
15438 [  2945] By: jhi                                   on 1999/02/15  13:04:50
15439         Log: OpenBSD sparc SHMLBA.
15440      Branch: cfgperl
15441            ! ext/IPC/SysV/SysV.xs
15442 ____________________________________________________________________________
15443 [  2944] By: gsar                                  on 1999/02/15  12:09:52
15444         Log: update win32/config* stuff, Changes
15445      Branch: perl
15446            ! Changes win32/Makefile win32/config.bc win32/config.gc
15447            ! win32/config.vc win32/config_H.bc win32/config_H.gc
15448            ! win32/config_H.vc win32/makefile.mk
15449 ____________________________________________________________________________
15450 [  2943] By: gsar                                  on 1999/02/15  11:54:08
15451         Log: #include patchlevel.h by default, provide
15452              PERL_{REVISION,VERSION,SUBVERSION}
15453      Branch: perl
15454            ! patchlevel.h perl.h
15455 ____________________________________________________________________________
15456 [  2942] By: gsar                                  on 1999/02/15  10:26:59
15457         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
15458              misc fixes
15459      Branch: perl
15460            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
15461 ____________________________________________________________________________
15462 [  2941] By: gsar                                  on 1999/02/15  10:24:37
15463         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
15464              Message-ID: <19990207002851.B9185@toldyouso.com>
15465              Message-ID: <19990207212152.A9765@toldyouso.com>
15466              Message-ID: <19990207212041.A9622@toldyouso.com>
15467              Message-ID: <19990207213127.A10244@toldyouso.com>
15468              Message-ID: <19990207212559.A9950@toldyouso.com>
15469              Message-ID: <19990207212842.A9994@toldyouso.com>
15470              Message-ID: <19990207212500.A9860@toldyouso.com>
15471              Message-ID: <19990207213013.A10105@toldyouso.com>
15472      Branch: perl
15473            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
15474            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
15475            ! pod/perlmodlib.pod pod/perltoc.pod
15476 ____________________________________________________________________________
15477 [  2940] By: gsar                                  on 1999/02/15  10:07:08
15478         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
15479              of suggested patch)
15480              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
15481              Date: Mon, 08 Feb 1999 01:14:41 -0000
15482              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
15483              Subject: [PATCH 5.005_54] some pending C.pm stuff 
15484      Branch: perl
15485            ! ext/B/B/C.pm
15486 ____________________________________________________________________________
15487 [  2939] By: jhi                                   on 1999/02/15  08:40:18
15488         Log: Integrate from mainperl.
15489      Branch: cfgperl
15490           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
15491            - lib/File/PathConvert.pm
15492           !> (integrate 81 files)
15493 ____________________________________________________________________________
15494 [  2938] By: gsar                                  on 1999/02/15  06:56:39
15495         Log: change#2839 was bogus, redo
15496      Branch: perl
15497           !> t/lib/h2ph.pht
15498 ____________________________________________________________________________
15499 [  2937] By: gsar                                  on 1999/02/15  06:38:15
15500         Log: support Win32::GetFullPathName() and Win32::SetLastError()
15501              From: jan.dubois@ibm.net (Jan Dubois)
15502              Date: Tue, 09 Feb 1999 22:27:31 +0100
15503              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
15504              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
15505      Branch: perl
15506            ! win32/win32.c
15507 ____________________________________________________________________________
15508 [  2936] By: gsar                                  on 1999/02/15  06:26:39
15509         Log: support native integers, pack("L_",...) etc. (via private mail)
15510              From: Jarkko Hietaniemi <jhi@iki.fi>
15511              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
15512              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
15513              Subject: the "packnative" patch
15514      Branch: perl
15515            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
15516            ! t/lib/ipc_sysv.t t/op/pack.t
15517 ____________________________________________________________________________
15518 [  2935] By: gsar                                  on 1999/02/15  06:04:02
15519         Log: From: Michael G Schwern <schwern@pobox.com>
15520              Date: Tue, 9 Feb 1999 04:13:12 -0500
15521              Message-ID: <19990209041312.A15788@toldyouso.com>
15522              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
15523      Branch: perl
15524            ! utils/h2xs.PL
15525 ____________________________________________________________________________
15526 [  2934] By: gsar                                  on 1999/02/15  05:30:13
15527         Log: fix bugs in the handling of negative numbers, among other things
15528              From: Steven Knight <knight@theopera.baldmt.citilink.com>
15529              Date: Mon, 8 Feb 1999 01:16:24 -0600
15530              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
15531              Subject: Math::BigFloat and Math::BigInt
15532      Branch: perl
15533            + t/lib/bigfloat.t t/lib/bigfloatpm.t
15534            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
15535            ! t/lib/bigintpm.t
15536 ____________________________________________________________________________
15537 [  2933] By: gsar                                  on 1999/02/15  04:57:52
15538         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
15539              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
15540              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
15541              Subject: s2p incorrectly handles hold space commands
15542      Branch: perl
15543            ! x2p/s2p.PL
15544 ____________________________________________________________________________
15545 [  2932] By: gsar                                  on 1999/02/15  04:45:55
15546         Log: clarify what a "line" is
15547      Branch: perl
15548            ! pod/perlfunc.pod pod/perlvar.pod
15549 ____________________________________________________________________________
15550 [  2931] By: gsar                                  on 1999/02/15  04:23:29
15551         Log: backout change#2811 and add newer version based on File::Spec
15552              From: Barrie Slaymaker <rbs@telerama.com>
15553              Date: Thu, 11 Feb 1999 16:29:24 -0500
15554              Message-ID: <36C34BB4.A62090E0@telerama.com>
15555              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
15556      Branch: perl
15557            - lib/File/PathConvert.pm
15558            ! MANIFEST installhtml lib/Pod/Html.pm
15559 ____________________________________________________________________________
15560 [  2930] By: gsar                                  on 1999/02/15  04:16:25
15561         Log: From: Barrie Slaymaker <rbs@telerama.com>
15562              Date: Thu, 11 Feb 1999 19:39:48 -0500
15563              Message-ID: <36C37854.707D139@telerama.com>
15564              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
15565      Branch: perl
15566            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
15567 ____________________________________________________________________________
15568 [  2929] By: gsar                                  on 1999/02/15  04:06:50
15569         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
15570              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
15571              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
15572              Subject: [PATCH]5.005_54 (DOC) fix many typos
15573              --
15574              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
15575              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
15576              Subject: [PATCH]5.005_54 (DOC) typos
15577      Branch: perl
15578            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
15579            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
15580            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15581            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15582            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
15583            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
15584            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
15585            ! pod/perlvar.pod pod/perlxs.pod
15586 ____________________________________________________________________________
15587 [  2928] By: gsar                                  on 1999/02/15  03:39:53
15588         Log: allow the Carp routines to pass through exception objects
15589      Branch: perl
15590            ! lib/Carp.pm
15591 ____________________________________________________________________________
15592 [  2927] By: gsar                                  on 1999/02/15  03:22:57
15593         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
15594      Branch: perl
15595            ! pod/perlfaq8.pod
15596 ____________________________________________________________________________
15597 [  2926] By: gsar                                  on 1999/02/15  03:19:39
15598         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
15599              have done that, but didn't)
15600      Branch: perl
15601           !> utils/h2ph.PL
15602 ____________________________________________________________________________
15603 [  2925] By: gsar                                  on 1999/02/15  03:17:01
15604         Log: integrate cfgperl changes into mainline
15605      Branch: perl
15606            ! Changes
15607           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15608           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
15609           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
15610           !> vms/subconfigure.com
15611 ____________________________________________________________________________
15612 [  2924] By: gsar                                  on 1999/02/15  03:07:08
15613         Log: add const qualifier to most char* prototypes, handle ripple effect
15614      Branch: perl
15615            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
15616            ! universal.c util.c
15617 ____________________________________________________________________________
15618 [  2923] By: gsar                                  on 1999/02/15  01:04:30
15619         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15620              Date: Thu, 04 Feb 1999 02:37:31 +0000
15621              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
15622              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
15623      Branch: perl
15624            ! pp_ctl.c t/op/range.t
15625 ____________________________________________________________________________
15626 [  2922] By: gsar                                  on 1999/02/15  00:24:34
15627         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15628              Date: Sun, 31 Jan 1999 01:50:06 +0000
15629              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
15630              Subject: [PATCH 5.005_03t4] regexp flags bug
15631      Branch: perl
15632            ! regcomp.c t/op/re_tests
15633 ____________________________________________________________________________
15634 [  2921] By: gsar                                  on 1999/02/15  00:13:02
15635         Log: use New() et al., rather than safemalloc() et al.
15636              From: jan.dubois@ibm.net (Jan Dubois)
15637              Date: Fri, 29 Jan 1999 23:27:22 +0100
15638              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
15639              Subject: [PATCH _03-MT5] POSIX.xs memory API
15640      Branch: perl
15641            ! ext/POSIX/POSIX.xs
15642 ____________________________________________________________________________
15643 [  2920] By: gsar                                  on 1999/02/15  00:05:33
15644         Log: tweak READ() docs to mention $buffer must be altered by reference
15645      Branch: perl
15646            ! pod/perltie.pod
15647 ____________________________________________________________________________
15648 [  2919] By: gsar                                  on 1999/02/14  23:50:39
15649         Log: applied suggested patch, with several language/readability tweaks
15650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15651              Date: Fri, 29 Jan 1999 00:25:02 -0500
15652              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
15653              Subject: Re: [PATCH 5.005_*] Better parsing docs
15654      Branch: perl
15655            ! pod/perlop.pod
15656 ____________________________________________________________________________
15657 [  2918] By: gsar                                  on 1999/02/14  23:20:42
15658         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
15659              of silently returning bogus values)
15660              From: Peter Chines <pchines@nhgri.nih.gov>
15661              Date: Wed, 27 Jan 1999 16:11:31 -0500
15662              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
15663              Subject: Time::Local
15664      Branch: perl
15665            ! lib/Time/Local.pm pod/perldelta.pod
15666 ____________________________________________________________________________
15667 [  2917] By: gsar                                  on 1999/02/14  11:21:43
15668         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15669              Date: Thu, 28 Jan 1999 10:02:20 -0500
15670              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
15671              Subject: Re: [PATCH 5.005_53] Better perldoc
15672      Branch: perl
15673            ! utils/perldoc.PL
15674 ____________________________________________________________________________
15675 [  2916] By: gsar                                  on 1999/02/14  10:59:38
15676         Log: back out change#2751, apply updated version 
15677              From: jan.dubois@ibm.net (Jan Dubois)
15678              Date: Sat, 06 Feb 1999 01:06:29 +0100
15679              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
15680              Subject: [PATCH] Cleanup of File::Spec module
15681      Branch: perl
15682            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
15683            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15684            ! lib/File/Spec/Win32.pm
15685 ____________________________________________________________________________
15686 [  2915] By: gsar                                  on 1999/02/14  10:48:01
15687         Log: tweak select() test
15688      Branch: perl
15689            ! pod/perlipc.pod t/op/fh.t
15690 ____________________________________________________________________________
15691 [  2914] By: gsar                                  on 1999/02/14  10:25:55
15692         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
15693      Branch: perl
15694            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
15695 ____________________________________________________________________________
15696 [  2913] By: gsar                                  on 1999/02/14  10:03:51
15697         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
15698              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
15699              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
15700              Subject: Re: SvOPV() or SvPV_nolen() or ...
15701      Branch: perl
15702            ! pod/perlguts.pod
15703 ____________________________________________________________________________
15704 [  2912] By: gsar                                  on 1999/02/14  09:57:29
15705         Log: provide SvPV_nolen(sv) to avoid use of PL_na
15706              From: jan.dubois@ibm.net (Jan Dubois)
15707              Date: Sun, 24 Jan 1999 02:45:32 +0100
15708              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
15709              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
15710      Branch: perl
15711            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
15712            ! sv.h
15713 ____________________________________________________________________________
15714 [  2911] By: gsar                                  on 1999/02/14  06:51:05
15715         Log: elide stray effluvium
15716      Branch: perl
15717            ! pod/perldelta.pod
15718 ____________________________________________________________________________
15719 [  2910] By: gsar                                  on 1999/02/14  05:51:56
15720         Log: slurping an empty file should return '' rather than undef, with
15721              commensurate effects on ARGV processing
15722      Branch: perl
15723            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
15724            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
15725 ____________________________________________________________________________
15726 [  2909] By: gsar                                  on 1999/02/14  00:02:11
15727         Log: perly_c.diff typo
15728      Branch: perl
15729            ! perly.c perly_c.diff vms/perly_c.vms
15730 ____________________________________________________________________________
15731 [  2908] By: gsar                                  on 1999/02/13  18:20:13
15732         Log: From: jan.dubois@ibm.net (Jan Dubois)
15733              Date: Sat, 13 Feb 1999 13:25:53 +0100
15734              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
15735              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
15736      Branch: perl
15737            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
15738 ____________________________________________________________________________
15739 [  2907] By: jhi                                   on 1999/02/13  15:07:26
15740         Log: Integrate from mainperl.
15741      Branch: cfgperl
15742           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
15743           !> (integrate 150 files)
15744 ____________________________________________________________________________
15745 [  2903] By: gsar                                  on 1999/02/12  13:25:59
15746         Log: From: jan.dubois@ibm.net (Jan Dubois)
15747              Date: Sun, 24 Jan 1999 01:12:00 +0100
15748              Message-ID: <36b66479.62756298@smtp1.ibm.net>
15749              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
15750      Branch: perl
15751            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
15752            ! proto.h sv.c sv.h
15753 ____________________________________________________________________________
15754 [  2902] By: gsar                                  on 1999/02/12  12:55:11
15755         Log: script to generate ctags from etags
15756              From: Colin Kuskie <ckuskie@cadence.com>
15757              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
15758              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
15759              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
15760      Branch: perl
15761            + emacs/e2ctags.pl
15762            ! Makefile.SH pod/perlfaq3.pod
15763 ____________________________________________________________________________
15764 [  2901] By: gsar                                  on 1999/02/12  12:40:17
15765         Log: allow boolean assign ops to be lvalues
15766              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15767              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
15768              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
15769              --
15770              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15771              Date: Mon, 18 Jan 1999 10:04:00 +0000
15772              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
15773              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
15774      Branch: perl
15775            + t/op/lop.t
15776            ! MANIFEST op.c
15777 ____________________________________________________________________________
15778 [  2899] By: jhi                                   on 1999/02/12  12:03:48
15779         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
15780      Branch: cfgperl
15781            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15782            ! config_h.SH hints/openbsd.sh
15783 ____________________________________________________________________________
15784 [  2898] By: gsar                                  on 1999/02/12  11:49:25
15785         Log: support win32_putenv()
15786      Branch: perl
15787            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
15788            ! win32/win32.c win32/win32iop.h
15789 ____________________________________________________________________________
15790 [  2894] By: gsar                                  on 1999/02/12  11:09:27
15791         Log: add missing hunk in change#2657
15792      Branch: perl
15793            ! ext/B/B/CC.pm
15794 ____________________________________________________________________________
15795 [  2893] By: gsar                                  on 1999/02/12  11:00:13
15796         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15797              Date: Tue, 19 Jan 1999 20:13:15 -0500
15798              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
15799              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
15800      Branch: perl
15801            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
15802            ! t/pragma/subs.t t/pragma/warning.t
15803 ____________________________________________________________________________
15804 [  2892] By: gsar                                  on 1999/02/12  10:44:38
15805         Log: update change#2670 to later version
15806              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15807              Date: Sun, 31 Jan 1999 16:16:14 +0000
15808              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
15809              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
15810      Branch: perl
15811            ! t/op/subst.t toke.c
15812 ____________________________________________________________________________
15813 [  2891] By: gsar                                  on 1999/02/12  10:31:17
15814         Log: make testsuite somewhat location independent
15815      Branch: perl
15816            ! (edit 117 files)
15817 ____________________________________________________________________________
15818 [  2890] By: gsar                                  on 1999/02/12  10:00:30
15819         Log: add $AutoLoader::VERSION
15820      Branch: perl
15821            ! lib/AutoLoader.pm
15822 ____________________________________________________________________________
15823 [  2889] By: gsar                                  on 1999/02/12  09:55:48
15824         Log: tweak PERL_STRICT_CR notes
15825      Branch: perl
15826            ! pod/perl5005delta.pod
15827 ____________________________________________________________________________
15828 [  2888] By: gsar                                  on 1999/02/12  09:41:45
15829         Log: add note about test-notty target
15830      Branch: perl
15831            ! README.win32
15832 ____________________________________________________________________________
15833 [  2887] By: gsar                                  on 1999/02/12  09:37:37
15834         Log: add perltodo.pod
15835      Branch: perl
15836            + pod/perltodo.pod
15837            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
15838            ! win32/pod.mak
15839 ____________________________________________________________________________
15840 [  2886] By: jhi                                   on 1999/02/12  08:52:14
15841         Log: Integrate from mainperl.
15842      Branch: cfgperl
15843           +> t/op/fh.t
15844           !> (integrate 30 files)
15845 ____________________________________________________________________________
15846 [  2885] By: gsar                                  on 1999/02/12  08:42:10
15847         Log: note how to find REG_INFTY limit
15848      Branch: perl
15849            ! pod/perlre.pod
15850 ____________________________________________________________________________
15851 [  2884] By: jhi                                   on 1999/02/12  08:36:14
15852         Log: OpenBSD pthreads awareness, thanks to
15853              David Leonard <david.leonard@csee.uq.edu.au>
15854      Branch: maint-5.005/perl
15855            ! Configure hints/openbsd.sh
15856 ____________________________________________________________________________
15857 [  2882] By: gsar                                  on 1999/02/12  08:05:20
15858         Log: IO is maintained by p5p (per Graham Barr's wishes)
15859      Branch: perl
15860            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
15861            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
15862            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
15863            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15864 ____________________________________________________________________________
15865 [  2881] By: gsar                                  on 1999/02/12  07:57:13
15866         Log: fh.t typo
15867      Branch: perl
15868            ! t/op/fh.t
15869 ____________________________________________________________________________
15870 [  2880] By: gsar                                  on 1999/02/12  07:38:16
15871         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
15872      Branch: perl
15873            ! perl.c pod/perlrun.pod
15874 ____________________________________________________________________________
15875 [  2879] By: gsar                                  on 1999/02/12  05:39:29
15876         Log: fix ops that are not filehandle constructors to not create GV if it
15877              doesn't already exist (avoids leaks); extend semantics of defined()
15878              so that defined(*{$foo}) works (experimental)
15879      Branch: perl
15880            + t/op/fh.t
15881            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
15882            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
15883 ____________________________________________________________________________
15884 [  2877] By: jhi                                   on 1999/02/11  20:44:00
15885         Log: From: Chris Nandor <pudge@pobox.com>
15886              To: perl5-porters@perl.org
15887              Subject: [PATCH] perlport.pod 1.39
15888              Date: Thu, 11 Feb 1999 12:28:35 -0500
15889              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
15890      Branch: cfgperl
15891            ! pod/perlport.pod
15892 ____________________________________________________________________________
15893 [  2870] By: gsar                                  on 1999/02/11  11:17:08
15894         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
15895      Branch: perl
15896            ! ext/IO/lib/IO/Pipe.pm
15897 ____________________________________________________________________________
15898 [  2869] By: gsar                                  on 1999/02/11  11:00:56
15899         Log: update win32/pod.mak
15900      Branch: perl
15901            ! win32/pod.mak
15902 ____________________________________________________________________________
15903 [  2868] By: gsar                                  on 1999/02/11  10:42:44
15904         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
15905              Date: Fri, 08 Jan 1999 14:36:53 +1100
15906              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
15907              Subject: Re: [Fwd: IO::Socket::connect and blocking]
15908      Branch: perl
15909            ! ext/IO/lib/IO/Socket.pm
15910 ____________________________________________________________________________
15911 [  2867] By: gsar                                  on 1999/02/11  09:43:03
15912         Log: av_extend() doc tweak from Jan Dubois
15913      Branch: perl
15914            ! pod/perlguts.pod
15915 ____________________________________________________________________________
15916 [  2866] By: gsar                                  on 1999/02/11  09:27:17
15917         Log: display full pathname of unreadable files
15918      Branch: perl
15919            ! utils/perldoc.PL
15920 ____________________________________________________________________________
15921 [  2865] By: gsar                                  on 1999/02/11  09:02:31
15922         Log: missing patch in change#2522
15923      Branch: perl
15924            ! lib/Pod/Text.pm
15925 ____________________________________________________________________________
15926 [  2864] By: jhi                                   on 1999/02/11  08:45:00
15927         Log: From: Spider Boardman <spider@zk3.dec.com>
15928              To: perlbug@perl.com
15929              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
15930              Date: Wed, 10 Feb 1999 23:33:31 -0500
15931              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
15932      Branch: maint-5.005/perl
15933            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
15934 ____________________________________________________________________________
15935 [  2862] By: gsar                                  on 1999/02/11  08:14:34
15936         Log: integrate changes#2738,2740 from maint-5.005
15937      Branch: perl
15938           !> lib/ExtUtils/MakeMaker.pm
15939 ____________________________________________________________________________
15940 [  2861] By: jhi                                   on 1999/02/11  08:04:25
15941         Log: Integrate from mainperl.
15942      Branch: cfgperl
15943           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
15944           !> t/op/range.t win32/config.gc
15945 ____________________________________________________________________________
15946 [  2860] By: gsar                                  on 1999/02/11  07:30:08
15947         Log: binmode() support for cygwin32 (suggested by Steven Morlock
15948              <newspost@morlock.net>)
15949      Branch: perl
15950            ! perl.h
15951 ____________________________________________________________________________
15952 [  2859] By: gsar                                  on 1999/02/11  07:14:21
15953         Log: update Changes
15954      Branch: perl
15955            ! Changes
15956           !> pod/perl5005delta.pod
15957 ____________________________________________________________________________
15958 [  2856] By: gsar                                  on 1999/02/11  07:07:39
15959         Log: integrate perldelta changes from maint-5.005
15960      Branch: perl
15961           !> pod/perl5005delta.pod
15962 ____________________________________________________________________________
15963 [  2855] By: gsar                                  on 1999/02/11  06:31:50
15964         Log: applied suggested patch; added tests
15965              From: Adam Krolnik <adamk@gypsy.cyrix.com>
15966              Date: Sat, 12 Dec 98 15:30:18 -0600
15967              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
15968              Subject: Range operation doesn't handle IV_MAX
15969      Branch: perl
15970            ! pp_ctl.c t/op/range.t
15971 ____________________________________________________________________________
15972 [  2854] By: gsar                                  on 1999/02/11  05:00:55
15973         Log: compatibility fix: magic non-propagation in foreach implicit localization
15974      Branch: perl
15975            ! pp_ctl.c t/op/local.t win32/config.gc
15976 ____________________________________________________________________________
15977 [  2852] By: gsar                                  on 1999/02/10  23:17:49
15978         Log: fair warning about -Dusethreads
15979      Branch: maint-5.005/perl
15980            ! Configure INSTALL README.threads
15981 ____________________________________________________________________________
15982 [  2847] By: jhi                                   on 1999/02/09  19:13:28
15983         Log: Integrate from mainperl.
15984      Branch: cfgperl
15985           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
15986           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
15987 ____________________________________________________________________________
15988 [  2846] By: gsar                                  on 1999/02/09  13:53:28
15989         Log: a modified version of suggested patch for pack template 'Z'; added docs
15990              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
15991              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
15992              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
15993              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
15994      Branch: perl
15995            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
15996 ____________________________________________________________________________
15997 [  2845] By: gsar                                  on 1999/02/09  00:03:26
15998         Log: clarify docs for change#2835
15999      Branch: perl
16000            ! pod/perldelta.pod pod/perlop.pod
16001 ____________________________________________________________________________
16002 [  2844] By: gsar                                  on 1999/02/08  23:40:57
16003         Log: addendum to change#2823
16004              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16005              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
16006              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
16007              Subject: [PATCH] Docs and tests for method-call syntax
16008      Branch: perl
16009            ! pod/perlobj.pod t/op/method.t
16010 ____________________________________________________________________________
16011 [  2843] By: jhi                                   on 1999/02/08  21:06:28
16012         Log: Ultrix mmap tidbit.
16013      Branch: cfgperl
16014            ! hints/ultrix_4.sh
16015 ____________________________________________________________________________
16016 [  2842] By: jhi                                   on 1999/02/08  20:22:55
16017         Log: Integrate from mainperl.
16018      Branch: cfgperl
16019           +> t/op/subst_wamp.t
16020           !> (integrate 35 files)
16021 ____________________________________________________________________________
16022 [  2841] By: jhi                                   on 1999/02/08  18:23:26
16023         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16024              To: Mailing list Perl5 <perl5-porters@perl.org>
16025              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
16026              Date: Sun, 7 Feb 1999 17:25:22 -0500
16027              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
16028      Branch: cfgperl
16029            + t/op/subst_amp.t
16030            ! MANIFEST regcomp.c t/op/subst.t
16031 ____________________________________________________________________________
16032 [  2840] By: jhi                                   on 1999/02/08  18:16:54
16033         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16034              To: Mailing list Perl5 <perl5-porters@perl.org>
16035              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
16036              Date: Sun, 7 Feb 1999 17:00:10 -0500
16037              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
16038      Branch: cfgperl
16039            ! pp_hot.c t/op/pat.t
16040 ____________________________________________________________________________
16041 [  2839] By: jhi                                   on 1999/02/08  17:25:30
16042         Log: A require was missing.
16043      Branch: cfgperl
16044            ! t/lib/h2ph.pht
16045 ____________________________________________________________________________
16046 [  2838] By: jhi                                   on 1999/02/08  16:38:41
16047         Log: Bring in the change #2809 (the Configure part has been
16048              modified rather a lot since the #2809, though.)
16049      Branch: cfgperl
16050            ! Configure utils/h2ph.PL
16051 ____________________________________________________________________________
16052 [  2835] By: gsar                                  on 1999/02/08  14:40:23
16053         Log: make qw() into a true list at compile time (slightly modified
16054              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
16055      Branch: perl
16056            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
16057 ____________________________________________________________________________
16058 [  2834] By: gsar                                  on 1999/02/08  13:23:16
16059         Log: make safesysmalloc() etc., always available; safemalloc() et al are
16060              now macros that point to the right malloc; fix various places in
16061              sources that need to always use safesysmalloc() et al
16062      Branch: perl
16063            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
16064            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
16065 ____________________________________________________________________________
16066 [  2833] By: gsar                                  on 1999/02/08  10:56:16
16067         Log: remove spurious #endif in last change
16068      Branch: perl
16069            ! perl.h
16070 ____________________________________________________________________________
16071 [  2832] By: gsar                                  on 1999/02/08  10:34:55
16072         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
16073              them ask for insanity (untested)
16074      Branch: perl
16075            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
16076            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
16077            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
16078 ____________________________________________________________________________
16079 [  2831] By: jhi                                   on 1999/02/08  08:33:33
16080         Log: Update vms/subconfigure.com along the lines of change #2829.
16081      Branch: cfgperl
16082            ! vms/subconfigure.com
16083 ____________________________________________________________________________
16084 [  2830] By: gsar                                  on 1999/02/08  00:19:46
16085         Log: integrate cfgperl changes into mainline
16086      Branch: perl
16087           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
16088           +> lib/File/PathConvert.pm pod/perlthrtut.pod
16089            ! Changes
16090           !> (integrate 93 files)
16091 ____________________________________________________________________________
16092 [  2829] By: jhi                                   on 1999/02/07  23:49:46
16093         Log: Configure update.
16094              
16095              Probe for mmap() et alia.
16096              The *cc*symbols patch (just Configure, no h2ph).
16097      Branch: cfgperl
16098            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16099            ! config_h.SH perl.h
16100 ____________________________________________________________________________
16101 [  2828] By: gsar                                  on 1999/02/07  23:38:47
16102         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16103              Date: Sun, 7 Feb 1999 17:25:22 -0500
16104              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
16105              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
16106      Branch: perl
16107            + t/op/subst_amp.t t/op/subst_wamp.t
16108            ! MANIFEST regcomp.c t/op/subst.t
16109 ____________________________________________________________________________
16110 [  2827] By: gsar                                  on 1999/02/07  23:27:32
16111         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16112              Date: Sun, 7 Feb 1999 17:00:10 -0500
16113              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
16114              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
16115      Branch: perl
16116            ! pp_hot.c t/op/pat.t
16117 ____________________________________________________________________________
16118 [  2826] By: gsar                                  on 1999/02/07  23:26:04
16119         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
16120              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16121              Date: Sun, 7 Feb 1999 15:07:27 -0500
16122              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
16123              Subject: Re: fixing memory leaks in REx compilation
16124      Branch: perl
16125            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
16126            ! regexec.c
16127 ____________________________________________________________________________
16128 [  2825] By: jhi                                   on 1999/02/07  18:05:13
16129         Log: Integrate from mainperl.
16130      Branch: cfgperl
16131           +> lib/DB.pm t/comp/bproto.t
16132           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
16133           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
16134           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
16135           !> toke.c vms/perly_c.vms
16136 ____________________________________________________________________________
16137 [  2824] By: gsar                                  on 1999/02/07  14:21:48
16138         Log: tweak doc on bitwise ops
16139      Branch: perl
16140            ! pod/perlop.pod
16141 ____________________________________________________________________________
16142 [  2823] By: gsar                                  on 1999/02/07  13:38:31
16143         Log: applied suggested patch; regen perly* and vms/perly*
16144              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16145              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
16146              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
16147              Subject: [PATCH] Re: Suggestion for perlobj man page
16148      Branch: perl
16149            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
16150 ____________________________________________________________________________
16151 [  2822] By: gsar                                  on 1999/02/07  12:39:09
16152         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
16153              disabled, fails tests)
16154      Branch: perl
16155            ! regcomp.h
16156 ____________________________________________________________________________
16157 [  2821] By: gsar                                  on 1999/02/07  11:09:39
16158         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
16159              <Alexander.Barilo@aexp.com>)
16160      Branch: perl
16161            ! lib/Pod/Html.pm
16162 ____________________________________________________________________________
16163 [  2820] By: gsar                                  on 1999/02/07  10:20:35
16164         Log: add draft debugging API implementation
16165      Branch: perl
16166            + lib/DB.pm
16167            ! MANIFEST
16168 ____________________________________________________________________________
16169 [  2819] By: gsar                                  on 1999/02/07  09:58:45
16170         Log: avoid garbage in db->dirbuf
16171              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
16172              Date: Sat, 05 Dec 1998 14:14:54 +0900
16173              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
16174              Subject: SDBM bug
16175      Branch: perl
16176            ! ext/SDBM_File/sdbm/sdbm.c
16177 ____________________________________________________________________________
16178 [  2818] By: gsar                                  on 1999/02/07  09:32:24
16179         Log: missing entry
16180      Branch: perl
16181            ! MANIFEST
16182 ____________________________________________________________________________
16183 [  2817] By: gsar                                  on 1999/02/07  09:30:47
16184         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
16185      Branch: perl
16186            + t/comp/bproto.t
16187            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
16188 ____________________________________________________________________________
16189 [  2816] By: gsar                                  on 1999/02/06  00:14:29
16190         Log: minor bug in dumping blessed subrefs
16191      Branch: perl
16192            ! ext/Data/Dumper/Dumper.pm
16193 ____________________________________________________________________________
16194 [  2812] By: jhi                                   on 1999/02/03  22:02:24
16195         Log: Enhance change #2808.
16196              
16197              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16198              To: perl5-porters@perl.org
16199              Subject: Re: [PATCH 5.00*]: perlbug checklist
16200              Date: Wed, 3 Feb 1999 19:02:27 +0000
16201              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
16202      Branch: cfgperl
16203            ! utils/perlbug.PL
16204 ____________________________________________________________________________
16205 [  2811] By: jhi                                   on 1999/02/03  21:53:23
16206         Log: From: Barrie Slaymaker <rbs@telerama.com>
16207              To: perl5-porters@perl.org
16208              CC: pod-people@perl.org
16209              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
16210              Date: Wed, 03 Feb 1999 10:34:18 -0500
16211              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
16212              
16213              Add File::PathConvert.pm.
16214              Fix Pod::Html and installhtml to understand relative urls.
16215      Branch: cfgperl
16216            + lib/File/PathConvert.pm
16217            ! MANIFEST installhtml lib/Pod/Html.pm
16218 ____________________________________________________________________________
16219 [  2810] By: jhi                                   on 1999/02/03  20:25:10
16220         Log: From: Francois Desarmenien <desar@club-internet.fr>
16221              To: Mailing list Perl5 <perl5-porters@perl.org>
16222              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
16223              Date: Wed, 03 Feb 1999 13:13:24 +0000
16224              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
16225              
16226              (note: this patch completely overrides Tom Wolfe's patch,
16227              change #2604)
16228      Branch: cfgperl
16229            + ext/GDBM_File/hints/sco.pl
16230            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
16231 ____________________________________________________________________________
16232 [  2809] By: jhi                                   on 1999/02/03  19:54:16
16233         Log: h2ph fixes + Configure patch to support them.
16234              
16235              From: "Kurt D. Starsinic" <kstar@chapin.edu>
16236              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
16237              Gurusamy Sarathy <gsar@engin.umich.edu>
16238              Cc: perl5-porters@perl.org
16239              Subject: [PATCH 5.00503_MT5] h2ph.PL
16240              Date: Tue, 2 Feb 1999 19:48:06 -0500
16241              Message-ID: <19990202194806.E10647@O2.chapin.edu>
16242      Branch: maint-5.005/perl
16243            ! Configure utils/h2ph.PL
16244 ____________________________________________________________________________
16245 [  2808] By: jhi                                   on 1999/02/03  16:59:55
16246         Log: Enhance the perlbug checklist.
16247      Branch: cfgperl
16248            ! utils/perlbug.PL
16249 ____________________________________________________________________________
16250 [  2807] By: jhi                                   on 1999/02/03  14:01:37
16251         Log: Document the standard strftime %formats.
16252              
16253              From: Dominic Dunlop <domo@vo.lu>
16254              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
16255              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
16256              Date: Tue, 2 Feb 1999 15:55:29 +0100
16257              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
16258      Branch: cfgperl
16259            ! ext/POSIX/POSIX.pod
16260 ____________________________________________________________________________
16261 [  2806] By: jhi                                   on 1999/02/03  13:58:00
16262         Log: Integrate from mainperl.
16263      Branch: cfgperl
16264           !> perl.h
16265 ____________________________________________________________________________
16266 [  2805] By: gsar                                  on 1999/02/03  03:32:31
16267         Log: PL_uuemap[] init needs help for sizeof()
16268      Branch: perl
16269            ! perl.h
16270 ____________________________________________________________________________
16271 [  2804] By: jhi                                   on 1999/02/02  20:44:30
16272         Log: These should've been already in #2803.
16273      Branch: cfgperl
16274            ! Configure config_h.SH vms/subconfigure.com
16275 ____________________________________________________________________________
16276 [  2803] By: jhi                                   on 1999/02/02  20:38:45
16277         Log: telldir prototype issue, from mists of time...
16278      Branch: cfgperl
16279            ! hints/netbsd.sh pp_sys.c
16280 ____________________________________________________________________________
16281 [  2801] By: jhi                                   on 1999/02/02  17:40:14
16282         Log: From: John Bley <jbb6@acpub.duke.edu>
16283              To: perlbug@perl.org
16284              Subject: [PATCH]5.005_54 (DOC) fix minor typos
16285              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
16286              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
16287      Branch: cfgperl
16288            ! pod/perlre.pod
16289 ____________________________________________________________________________
16290 [  2800] By: jhi                                   on 1999/02/02  17:26:49
16291         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
16292      Branch: cfgperl
16293            ! Todo-5.005
16294 ____________________________________________________________________________
16295 [  2799] By: jhi                                   on 1999/02/02  17:18:51
16296         Log: Update FindBin from maint-5.005.
16297      Branch: cfgperl
16298            ! lib/FindBin.pm
16299 ____________________________________________________________________________
16300 [  2798] By: jhi                                   on 1999/02/02  17:16:07
16301         Log: Fix typecasts in #2797
16302              
16303              From: "G. Del Merritt" <del@intranetics.com>
16304              Date: Fri, 29 Jan 1999 11:47:25 -0700
16305              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
16306              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
16307      Branch: cfgperl
16308            ! ext/POSIX/POSIX.xs
16309 ____________________________________________________________________________
16310 [  2797] By: jhi                                   on 1999/02/02  17:14:37
16311         Log: From: Ted Law <tedlaw@cibcwg.com>
16312              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
16313              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
16314              Subject: POSIX::strftime buffer overflow problem
16315      Branch: cfgperl
16316            ! ext/POSIX/POSIX.xs
16317 ____________________________________________________________________________
16318 [  2796] By: jhi                                   on 1999/02/02  17:13:23
16319         Log: Do not use File::Slurp.
16320      Branch: cfgperl
16321            ! t/lib/textfill.t
16322 ____________________________________________________________________________
16323 [  2795] By: jhi                                   on 1999/02/02  17:11:48
16324         Log: perlhist update from maint-5.005.
16325      Branch: cfgperl
16326            ! pod/perlhist.pod
16327 ____________________________________________________________________________
16328 [  2794] By: jhi                                   on 1999/02/02  17:10:33
16329         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
16330      Branch: cfgperl
16331            ! ext/POSIX/POSIX.pm
16332 ____________________________________________________________________________
16333 [  2793] By: jhi                                   on 1999/02/02  17:08:39
16334         Log: Missed the html test from change #2787. 
16335      Branch: cfgperl
16336            ! t/lib/cgi-html.t
16337 ____________________________________________________________________________
16338 [  2792] By: jhi                                   on 1999/02/02  17:01:24
16339         Log: Update Getopt::Long to 2.19.
16340      Branch: cfgperl
16341            ! lib/Getopt/Long.pm
16342 ____________________________________________________________________________
16343 [  2791] By: jhi                                   on 1999/02/02  16:59:13
16344         Log: overload syntax is no longer experimental
16345      Branch: cfgperl
16346            ! lib/overload.pm
16347 ____________________________________________________________________________
16348 [  2789] By: jhi                                   on 1999/02/02  16:47:50
16349         Log: Still doc fixes.
16350      Branch: cfgperl
16351            ! lib/diagnostics.pm
16352 ____________________________________________________________________________
16353 [  2788] By: jhi                                   on 1999/02/02  16:47:07
16354         Log: Doc fixes.
16355      Branch: cfgperl
16356            ! lib/CGI.pm lib/diagnostics.pm
16357 ____________________________________________________________________________
16358 [  2787] By: jhi                                   on 1999/02/02  16:38:55
16359         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
16360              where applicable).
16361      Branch: cfgperl
16362            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
16363            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
16364            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
16365            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
16366            ! eg/cgi/frameset.cgi eg/cgi/index.html
16367            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
16368            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
16369            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
16370            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
16371            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
16372            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
16373 ____________________________________________________________________________
16374 [  2786] By: jhi                                   on 1999/02/02  16:17:52
16375         Log: Update CPAN to 1.47.
16376      Branch: cfgperl
16377            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
16378 ____________________________________________________________________________
16379 [  2785] By: jhi                                   on 1999/02/02  16:09:03
16380         Log: From: Mark-Jason Dominus <mjd@plover.com>
16381              Date: Sat, 16 Jan 1999 17:22:06 -0500
16382              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
16383              Message-ID: <19990116222206.3674.qmail@plover.com>
16384      Branch: cfgperl
16385            ! pod/perlsub.pod
16386 ____________________________________________________________________________
16387 [  2784] By: jhi                                   on 1999/02/02  16:01:31
16388         Log: Fix incorrect "used only once" warnings
16389              
16390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16391              Date: Fri, 8 Jan 1999 04:37:10 -0500
16392              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
16393              Subject: Re: change#965 flakiness
16394      Branch: cfgperl
16395            ! gv.c
16396 ____________________________________________________________________________
16397 [  2783] By: jhi                                   on 1999/02/02  15:50:38
16398         Log: perldelta updates.
16399      Branch: cfgperl
16400            ! pod/perldelta.pod
16401 ____________________________________________________________________________
16402 [  2782] By: jhi                                   on 1999/02/02  14:28:26
16403         Log: Mirror change #2781.
16404      Branch: cfgperl
16405            ! hints/linux.sh
16406 ____________________________________________________________________________
16407 [  2781] By: jhi                                   on 1999/02/02  14:27:01
16408         Log: Update the MkLinux note.
16409      Branch: maint-5.005/perl
16410            ! hints/linux.sh
16411 ____________________________________________________________________________
16412 [  2780] By: jhi                                   on 1999/02/02  14:10:59
16413         Log: Update todo.
16414      Branch: cfgperl
16415            ! Todo-5.005
16416 ____________________________________________________________________________
16417 [  2779] By: jhi                                   on 1999/02/02  14:00:25
16418         Log: Integrate from mainperl.
16419      Branch: cfgperl
16420            ! t/lib/textfill.t t/lib/textwrap.t
16421           !> (integrate 32 files)
16422 ____________________________________________________________________________
16423 [  2778] By: jhi                                   on 1999/02/02  13:56:23
16424         Log: VMS update, applicable parts of
16425              
16426              From: Dan Sugalski <sugalskd@osshe.edu>
16427              To: perl5-porters@perl.org
16428              Subject: [PATCH 5.005_03MT3]VMS configure tweak
16429              Date: Wed, 20 Jan 1999 12:05:18 -0800
16430              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
16431              
16432              From: Dan Sugalski <sugalskd@osshe.edu>
16433              To: perlbug@perl.com, vmsperl@perl.org
16434              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
16435              Date: Tue, 26 Jan 1999 14:40:38 -0800
16436              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
16437              
16438              From: Dan Sugalski <sugalskd@osshe.edu>
16439              To: perl5-porters@perl.org, vmsperl@perl.org
16440              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
16441              Date: Tue, 26 Jan 1999 14:55:29 -0800
16442              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
16443      Branch: cfgperl
16444            ! vms/ext/Stdio/test.pl vms/subconfigure.com
16445 ____________________________________________________________________________
16446 [  2777] By: jhi                                   on 1999/02/02  13:43:24
16447         Log: Synch usethreads parts from maint-5.005.
16448      Branch: cfgperl
16449            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
16450            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
16451            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
16452            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
16453 ____________________________________________________________________________
16454 [  2776] By: jhi                                   on 1999/02/02  13:17:16
16455         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
16456      Branch: cfgperl
16457            ! Makefile.SH hints/freebsd.sh
16458 ____________________________________________________________________________
16459 [  2774] By: jhi                                   on 1999/02/02  13:10:39
16460         Log: Add perlthrtut, update pod/* machinery.
16461              (a pod/Makefile.SH is sorely needed)
16462      Branch: cfgperl
16463            + pod/perlthrtut.pod
16464            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
16465 ____________________________________________________________________________
16466 [  2773] By: jhi                                   on 1999/02/02  12:54:24
16467         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16468              To: perl5-porters@perl.org
16469              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
16470              Date: Tue, 26 Jan 1999 22:25:07 +0000
16471              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
16472      Branch: cfgperl
16473            ! pod/perlguts.pod
16474 ____________________________________________________________________________
16475 [  2771] By: jhi                                   on 1999/02/02  12:47:34
16476         Log: Use perlbug instead of personal email address.
16477      Branch: cfgperl
16478            ! Configure
16479 ____________________________________________________________________________
16480 [  2770] By: jhi                                   on 1999/02/02  12:42:06
16481         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
16482              
16483              From: "G. Del Merritt" <del@intranetics.com>
16484              To: perlbug@perl.com
16485              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
16486              Date: Tue, 26 Jan 1999 12:09:09 -0700
16487              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
16488      Branch: cfgperl
16489            ! iperlsys.h
16490 ____________________________________________________________________________
16491 [  2769] By: jhi                                   on 1999/02/02  12:37:57
16492         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16493              To: Mailing list Perl5 <perl5-porters@perl.org>
16494              Subject: [PATCH 5.005_*] OS/2 threads
16495              Date: Tue, 26 Jan 1999 13:39:46 -0500
16496              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
16497      Branch: cfgperl
16498            ! os2/os2ish.h
16499 ____________________________________________________________________________
16500 [  2768] By: jhi                                   on 1999/02/02  12:36:16
16501         Log: Apply change #2711 from maint-5.005:
16502              
16503              make ok", "make okfile", and "make nok" were broken
16504              with -Duseshrplib, because of a shared typo.
16505              
16506              From: Spider Boardman <spider@web.zk3.dec.com>
16507              To: perlbug@perl.com
16508              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
16509              Date: Wed, 27 Jan 1999 12:27:15 -0500
16510              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
16511      Branch: cfgperl
16512            ! Makefile.SH
16513 ____________________________________________________________________________
16514 [  2766] By: jhi                                   on 1999/02/02  12:27:08
16515         Log: Make Configure use "int main()" instead of bare "main()".
16516              Like maint-5.005 change #2703 but now via metaconfig.
16517      Branch: cfgperl
16518            ! Configure
16519 ____________________________________________________________________________
16520 [  2765] By: jhi                                   on 1999/02/02  11:59:30
16521         Log: Undo part of change #2562.
16522      Branch: cfgperl
16523            ! Configure
16524 ____________________________________________________________________________
16525 [  2764] By: jhi                                   on 1999/02/02  11:52:39
16526         Log: NetBSD synch with maint-5.005.
16527      Branch: cfgperl
16528            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
16529 ____________________________________________________________________________
16530 [  2763] By: jhi                                   on 1999/02/02  11:44:07
16531         Log: $Config{installusrbinperl}
16532              (maint-5.005 changes #2614 and #2709)
16533      Branch: cfgperl
16534            ! Configure installperl
16535 ____________________________________________________________________________
16536 [  2762] By: jhi                                   on 1999/02/02  11:29:13
16537         Log: Errno update from maint-5.005 (changes #2583, #2710).
16538      Branch: cfgperl
16539            ! Configure ext/Errno/Errno_pm.PL
16540 ____________________________________________________________________________
16541 [  2759] By: jhi                                   on 1999/02/02  10:53:20
16542         Log: Update Trig.pm from maint-5.005.
16543      Branch: cfgperl
16544            ! lib/Math/Trig.pm
16545 ____________________________________________________________________________
16546 [  2757] By: jhi                                   on 1999/02/02  10:41:26
16547         Log: MPE/iX update (mirror maint-5.005 change #2715)
16548      Branch: cfgperl
16549            ! hints/mpeix.sh mpeix/relink
16550 ____________________________________________________________________________
16551 [  2756] By: jhi                                   on 1999/02/02  10:38:08
16552         Log: BeOS update (Mirror maint-5.005 change #2727).
16553      Branch: cfgperl
16554            + ext/DynaLoader/dl_beos.xs
16555            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
16556            ! lib/ExtUtils/MM_Unix.pm
16557 ____________________________________________________________________________
16558 [  2754] By: gsar                                  on 1999/02/02  08:52:13
16559         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
16560      Branch: perl
16561            ! Porting/pumpkin.pod Todo Todo-5.005
16562 ____________________________________________________________________________
16563 [  2753] By: gsar                                  on 1999/02/02  08:46:21
16564         Log: Todo tweaks
16565      Branch: perl
16566            ! Todo Todo-5.005
16567 ____________________________________________________________________________
16568 [  2752] By: jhi                                   on 1999/02/01  22:15:12
16569         Log: Add perlthrtut.pod.
16570              
16571              From: Dan Sugalski <sugalskd@osshe.edu>
16572              To: perl5-porters@perl.org
16573              Subject: perlthrtut.pod
16574              Date: Mon, 01 Feb 1999 10:57:11 -0800
16575              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
16576      Branch: maint-5.005/perl
16577            + pod/perlthrtut.pod
16578            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
16579            ! pod/roffitall
16580 ____________________________________________________________________________
16581 [  2751] By: gsar                                  on 1999/02/01  07:28:05
16582         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
16583      Branch: perl
16584            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16585            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16586 ____________________________________________________________________________
16587 [  2750] By: gsar                                  on 1999/02/01  07:09:20
16588         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16589              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
16590              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
16591              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
16592      Branch: perl
16593            ! regexec.c
16594 ____________________________________________________________________________
16595 [  2749] By: gsar                                  on 1999/02/01  07:07:59
16596         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16597              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
16598              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
16599              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
16600      Branch: perl
16601            ! regexec.c
16602 ____________________________________________________________________________
16603 [  2748] By: gsar                                  on 1999/02/01  06:47:06
16604         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
16605              Date: Thu, 3 Dec 1998 15:10:17 -0500
16606              Message-Id: <199812032010.PAA09692@jik.shore.net>
16607              Subject: sample checksum code in "perlfunc" man page is wrong
16608      Branch: perl
16609            ! pod/perlfunc.pod
16610 ____________________________________________________________________________
16611 [  2747] By: gsar                                  on 1999/02/01  06:35:13
16612         Log: typos in Pod/Text.pm
16613              From: "Greg Chapman" <glc@well.com>
16614              Date: Tue, 1 Dec 1998 10:50:18 -0800
16615              Message-Id: <199812011849.KAA08816@smtp.well.com>
16616              Subject: Glitch in Pod::Text
16617      Branch: perl
16618            ! lib/Pod/Text.pm
16619 ____________________________________________________________________________
16620 [  2746] By: gsar                                  on 1999/02/01  06:27:35
16621         Log: various win32-ish changes merged from maint-5.005
16622      Branch: perl
16623            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
16624            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
16625            ! win32/Makefile win32/config.bc win32/config.vc
16626            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
16627            ! win32/win32.c
16628 ____________________________________________________________________________
16629 [  2745] By: gsar                                  on 1999/02/01  04:51:54
16630         Log: integrate cfgperl changes into mainline
16631      Branch: perl
16632           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
16633 ____________________________________________________________________________
16634 [  2744] By: gsar                                  on 1999/02/01  04:31:09
16635         Log: improved diagnostic on syntax errors at EOL
16636      Branch: perl
16637            ! toke.c
16638 ____________________________________________________________________________
16639 [  2743] By: gsar                                  on 1999/02/01  03:59:13
16640         Log: don't attempt connect() to bogus IP addresses
16641              From:    Graham Barr <gbarr@pobox.com>
16642              Date:    Sun, 31 Jan 1999 21:50:45 CST
16643              Message-Id: <19990131215045.A633@pobox.com>
16644      Branch: perl
16645            ! t/lib/io_multihomed.t
16646 ____________________________________________________________________________
16647 [  2742] By: gsar                                  on 1999/02/01  03:08:58
16648         Log: update Changes
16649      Branch: perl
16650            ! Changes pod/perldelta.pod
16651 ____________________________________________________________________________
16652 [  2740] By: gsar                                  on 1999/02/01  02:43:07
16653         Log: CAPI inheritance tweak and doc
16654      Branch: maint-5.005/perl
16655            ! lib/ExtUtils/MakeMaker.pm
16656 ____________________________________________________________________________
16657 [  2739] By: jhi                                   on 1999/01/31  18:31:54
16658         Log: Undo changes #2730 and #2731 and replace them
16659              with an extensively tested patch from
16660              Anton Berezin <tobez@plab.ku.dk> (via private email).
16661      Branch: maint-5.005/perl
16662            ! Makefile.SH hints/freebsd.sh
16663 ____________________________________________________________________________
16664 [  2738] By: gsar                                  on 1999/01/31  05:04:32
16665         Log: fix bogus CAPI inheritance from change#2541
16666      Branch: maint-5.005/perl
16667            ! lib/ExtUtils/MakeMaker.pm
16668 ____________________________________________________________________________
16669 [  2731] By: jhi                                   on 1999/01/29  14:33:12
16670         Log: FreeBSD version numbers can be like "2.2.8-release".
16671      Branch: maint-5.005/perl
16672            ! hints/freebsd.sh
16673 ____________________________________________________________________________
16674 [  2730] By: jhi                                   on 1999/01/29  12:40:38
16675         Log: FreeBSD hints iteration (hopefully convergent).
16676              usethreads: require at least FreeBSD 2.2.8.
16677              signal type: mirror change #2429 in cfgperl.
16678      Branch: maint-5.005/perl
16679            ! hints/freebsd.sh
16680 ____________________________________________________________________________
16681 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
16682         Log: From: Tom Spindler <dogcow@isi.net>
16683              Date: Thu, 28 Jan 1999 17:15:11 -0800
16684              Message-ID: <19990128171510.A11778@isi.net>
16685              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
16686      Branch: maint-5.005/perl
16687            + ext/DynaLoader/dl_beos.xs
16688            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
16689            ! lib/ExtUtils/MM_Unix.pm
16690 ____________________________________________________________________________
16691 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
16692         Log: Remove use of File::Slurp in t/lib/textfill.t
16693      Branch: maint-5.005/perl
16694            ! t/lib/textfill.t
16695 ____________________________________________________________________________
16696 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
16697         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
16698              Date: Wed, 27 Jan 1999 23:14:33 -0800
16699              Message-Id: <199901280714.XAA10176@activestate.com>
16700              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
16701      Branch: maint-5.005/perl
16702            ! win32/Makefile win32/makefile.mk
16703 ____________________________________________________________________________
16704 [  2720] By: gsar                                  on 1999/01/27  21:54:42
16705         Log: missing space while munging CCFLAGS for PERL_CAPI
16706      Branch: perl
16707            ! lib/ExtUtils/MM_Unix.pm
16708 ____________________________________________________________________________
16709 [  2718] By: jhi                                   on 1999/01/27  19:46:04
16710         Log: io/fs.t fails test #18 (sense of tests appears to have been
16711              changed incompletely; this patch just skips the test attached,
16712              a la test #17 preceding it).
16713              
16714              From: "G. Del Merritt" <del@intranetics.com>
16715              To: perlbug@perl.com
16716              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
16717              Date: Tue, 26 Jan 1999 12:09:09 -0700
16718              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
16719      Branch: maint-5.005/perl
16720            ! t/io/fs.t
16721 ____________________________________________________________________________
16722 [  2717] By: jhi                                   on 1999/01/27  19:44:46
16723         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
16724              
16725              From: "G. Del Merritt" <del@intranetics.com>
16726              To: perlbug@perl.com
16727              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
16728              Date: Tue, 26 Jan 1999 12:09:09 -0700
16729              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
16730      Branch: maint-5.005/perl
16731            ! iperlsys.h
16732 ____________________________________________________________________________
16733 [  2715] By: jhi                                   on 1999/01/27  19:34:28
16734         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16735              To: perl5-porters@perl.org
16736              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
16737              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
16738              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
16739      Branch: maint-5.005/perl
16740            ! hints/mpeix.sh mpeix/relink
16741 ____________________________________________________________________________
16742 [  2710] By: jhi                                   on 1999/01/27  19:22:23
16743         Log: Errno fixes:
16744              
16745              From: Spider Boardman <spider@web.zk3.dec.com>
16746              To: perlbug@perl.com
16747              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
16748              Date: Wed, 27 Jan 1999 12:27:15 -0500
16749              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
16750              
16751              From: Spider Boardman <spider@web.zk3.dec.com>
16752              To: perlbug@perl.com
16753              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
16754              Date: Wed, 27 Jan 1999 13:31:16 -0500
16755              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
16756      Branch: maint-5.005/perl
16757            ! Configure ext/Errno/Errno_pm.PL
16758 ____________________________________________________________________________
16759 [  2709] By: jhi                                   on 1999/01/27  19:17:35
16760         Log: Fix Configure installusrbinperl:
16761              
16762              From: Spider Boardman <spider@web.zk3.dec.com>
16763              To: jhi@iki.fi
16764              cc: perl5-porters@perl.org
16765              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
16766              Date: Wed, 27 Jan 1999 13:03:35 -0500
16767              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
16768      Branch: maint-5.005/perl
16769            ! Configure
16770 ____________________________________________________________________________
16771 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
16772         Log: Add redef IO::Handle::* for setv?buf()
16773      Branch: maint-5.005/perl
16774            ! ext/POSIX/POSIX.pm
16775 ____________________________________________________________________________
16776 [  2705] By: jhi                                   on 1999/01/24  15:14:30
16777         Log: Mention year-1900 and month 0..11.
16778      Branch: cfgperl
16779            ! lib/Time/Local.pm
16780 ____________________________________________________________________________
16781 [  2704] By: jhi                                   on 1999/01/24  15:13:36
16782         Log: Document Configure -Uinstallusrbinperl.
16783      Branch: cfgperl
16784            ! INSTALL pod/perldelta.pod
16785 ____________________________________________________________________________
16786 [  2698] By: jhi                                   on 1999/01/24  12:46:00
16787         Log: Use only xlc_r for usethreads.
16788      Branch: cfgperl
16789            ! hints/aix.sh
16790 ____________________________________________________________________________
16791 [  2695] By: gsar                                  on 1999/01/24  07:09:05
16792         Log: integrate cfgperl changes into mainline
16793      Branch: perl
16794           +> lib/Exporter/Heavy.pm
16795           !> (integrate 65 files)
16796 ____________________________________________________________________________
16797 [  2694] By: gsar                                  on 1999/01/24  01:28:49
16798         Log: better notes on 'make' on win32
16799      Branch: perl
16800            ! README.win32
16801 ____________________________________________________________________________
16802 [  2683] By: jhi                                   on 1999/01/22  15:41:00
16803         Log: More de-cut-and-pastos.
16804      Branch: cfgperl
16805            ! hints/irix_6.sh hints/os2.sh
16806 ____________________________________________________________________________
16807 [  2682] By: jhi                                   on 1999/01/22  15:30:51
16808         Log: usethreads.cbu cut-and-pasto.
16809      Branch: cfgperl
16810            ! hints/solaris_2.sh
16811 ____________________________________________________________________________
16812 [  2681] By: jhi                                   on 1999/01/22  14:54:55
16813         Log: Better (I hope) LANGUAGE documentation.
16814      Branch: cfgperl
16815            ! pod/perllocale.pod
16816 ____________________________________________________________________________
16817 [  2680] By: jhi                                   on 1999/01/22  09:20:29
16818         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16819              To: perl5-porters@perl.org
16820              Subject: [PATCH 5.005_03MT3]VMS configure tweak
16821              Date: Wed, 20 Jan 1999 12:05:18 -0800
16822              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
16823      Branch: cfgperl
16824            ! vms/subconfigure.com
16825 ____________________________________________________________________________
16826 [  2679] By: jhi                                   on 1999/01/22  09:13:18
16827         Log: nosuid getmntent() branch.
16828      Branch: cfgperl
16829            ! perl.c perl.h
16830 ____________________________________________________________________________
16831 [  2678] By: jhi                                   on 1999/01/22  08:54:19
16832         Log: nosuid patch continued: *BSD needs <sys/param.h>.
16833      Branch: cfgperl
16834            ! Configure config_h.SH
16835 ____________________________________________________________________________
16836 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
16837         Log: Fixup FindBin to use File::Spec
16838              
16839              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
16840              Date: Wed, 20 Jan 1999 18:51:57 +0000
16841              From: Paul Johnson <pjcj@transeda.com>
16842              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
16843      Branch: maint-5.005/perl
16844            ! lib/FindBin.pm
16845 ____________________________________________________________________________
16846 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
16847         Log: Fix win32 for Borland compiler and spaces in paths
16848              
16849              From: Gurusamy Sarathy <gsar@activestate.com>
16850              Date: Mon, 18 Jan 1999 20:33:17 -0800
16851              Message-Id: <199901190433.UAA03656@activestate.com>
16852              Subject: [PATCH] 5.005_03-trial3 win32 issues
16853      Branch: maint-5.005/perl
16854            ! README.win32 win32/Makefile win32/config_sh.PL
16855            ! win32/makefile.mk win32/runperl.c
16856 ____________________________________________________________________________
16857 [  2670] By: jhi                                   on 1999/01/21  16:12:38
16858         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16859              To: perl5-porters@perl.org
16860              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
16861              Date: Thu, 21 Jan 1999 12:08:01 +0000
16862              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
16863      Branch: cfgperl
16864            ! pod/perldiag.pod t/op/subst.t toke.c
16865 ____________________________________________________________________________
16866 [  2669] By: jhi                                   on 1999/01/21  16:11:46
16867         Log: To: perl5-porters@perl.org
16868              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
16869              From: Anton Berezin <tobez@plab.ku.dk>
16870              Date: 21 Jan 1999 17:07:28 +0100
16871              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
16872      Branch: cfgperl
16873            ! hints/freebsd.sh
16874 ____________________________________________________________________________
16875 [  2668] By: jhi                                   on 1999/01/21  15:38:34
16876         Log: Add Daniel Grisinger <dgris@dimensional.com>.
16877      Branch: cfgperl
16878            ! AUTHORS MAINTAIN
16879 ____________________________________________________________________________
16880 [  2667] By: jhi                                   on 1999/01/21  15:32:28
16881         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16882              To: Mailing list Perl5 <perl5-porters@perl.org>
16883              Subject: [PATCH 5.005_53] Lean Exporter.pm
16884              Date: Thu, 21 Jan 1999 03:25:23 -0500
16885              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
16886      Branch: cfgperl
16887            + lib/Exporter/Heavy.pm
16888            ! MANIFEST lib/Exporter.pm
16889 ____________________________________________________________________________
16890 [  2666] By: jhi                                   on 1999/01/21  15:24:10
16891         Log: From: "W. Phillip Moore" <wpm@ms.com>
16892              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
16893              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
16894              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
16895              Message-ID: <13988.46383.298992.97303@zappa>
16896      Branch: cfgperl
16897            ! lib/File/Path.pm
16898 ____________________________________________________________________________
16899 [  2665] By: jhi                                   on 1999/01/21  15:20:48
16900         Log: CPAN update (CPAN-1.44_54) from Andreas and
16901              jumbo doc patch from Abigail.
16902              
16903              From: abigail@fnx.com
16904              To: perl5-porters@perl.org (Perl Porters)
16905              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
16906              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
16907              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
16908              
16909              From: abigail@fnx.com
16910              To: perl5-porters@perl.org (Perl Porters)
16911              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
16912              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
16913              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
16914              
16915              From: abigail@fnx.com
16916              To: perl5-porters@perl.org (Perl Porters)
16917              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
16918              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
16919              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
16920              
16921              From: abigail@fnx.com
16922              To: perl5-porters@perl.org (Perl Porters)
16923              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
16924              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
16925              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
16926              
16927              From: abigail@fnx.com
16928              To: perl5-porters@perl.org (Perl Porters)
16929              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
16930              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
16931              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
16932              
16933              From: abigail@fnx.com
16934              To: perl5-porters@perl.org (Perl Porters)
16935              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
16936              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
16937              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
16938              
16939              From: abigail@fnx.com
16940              To: perl5-porters@perl.org (Perl Porters)
16941              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
16942              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
16943              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
16944              
16945              From: abigail@fnx.com
16946              To: perl5-porters@perl.org (Perl Porters)
16947              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
16948              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
16949              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
16950              
16951              From: abigail@fnx.com
16952              To: perl5-porters@perl.org (Perl Porters)
16953              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
16954              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
16955              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
16956              
16957              From: abigail@fnx.com
16958              To: perl5-porters@perl.org (Perl Porters)
16959              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
16960              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
16961              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
16962              
16963              From: abigail@fnx.com
16964              To: perl5-porters@perl.org (Perl Porters)
16965              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
16966              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
16967              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
16968              
16969              From: abigail@fnx.com
16970              To: perl5-porters@perl.org (Perl Porters)
16971              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
16972              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
16973              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
16974              
16975              From: abigail@fnx.com
16976              To: perl5-porters@perl.org (Perl Porters)
16977              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
16978              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
16979              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
16980      Branch: cfgperl
16981            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
16982            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
16983            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
16984            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
16985 ____________________________________________________________________________
16986 [  2664] By: jhi                                   on 1999/01/21  14:47:43
16987         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16988              To: Mailing list Perl5 <perl5-porters@perl.org>
16989              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
16990              Date: Thu, 21 Jan 1999 03:58:29 -0500
16991              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
16992      Branch: cfgperl
16993            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
16994 ____________________________________________________________________________
16995 [  2663] By: jhi                                   on 1999/01/21  14:43:58
16996         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16997              To: Mailing list Perl5 <perl5-porters@perl.org>
16998              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
16999              Date: Thu, 21 Jan 1999 02:46:34 -0500
17000              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
17001      Branch: cfgperl
17002            ! ext/Errno/Errno_pm.PL
17003 ____________________________________________________________________________
17004 [  2662] By: jhi                                   on 1999/01/21  14:42:42
17005         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
17006              To: Francois Desarmenien <desar@club-internet.fr>
17007              Cc: Gurusamy Sarathy <gsar@activestate.com>,
17008              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
17009              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
17010              Date: 21 Jan 1999 00:17:35 -0700
17011              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
17012      Branch: cfgperl
17013            ! Porting/patching.pod
17014 ____________________________________________________________________________
17015 [  2661] By: jhi                                   on 1999/01/21  14:41:13
17016         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17017              To: Mailing list Perl5 <perl5-porters@perl.org>
17018              Subject: [PATCH 5.00*] makedepend
17019              Date: Thu, 21 Jan 1999 02:08:27 -0500
17020              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
17021      Branch: cfgperl
17022            ! makedepend.SH
17023 ____________________________________________________________________________
17024 [  2660] By: jhi                                   on 1999/01/21  14:36:45
17025         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17026              To: Mailing list Perl5 <perl5-porters@perl.org>
17027              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
17028              Date: Tue, 19 Jan 1999 20:06:45 -0500
17029              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
17030      Branch: cfgperl
17031            ! os2/Changes os2/os2.c
17032 ____________________________________________________________________________
17033 [  2657] By: jhi                                   on 1999/01/21  11:40:35
17034         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17035              To: perl5-porters@perl.org
17036              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
17037              Date: Mon, 18 Jan 1999 01:32:31 PST
17038              Message-ID: <19990118093231.18443.qmail@hotmail.com>
17039      Branch: cfgperl
17040            ! ext/B/B/CC.pm
17041 ____________________________________________________________________________
17042 [  2656] By: jhi                                   on 1999/01/21  11:35:34
17043         Log: From: Achim Bohnet <ach@mpe.mpg.de>
17044              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
17045              Date: Wed, 20 Jan 1999 20:25:53 +0100
17046              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
17047      Branch: cfgperl
17048            ! pp.c
17049 ____________________________________________________________________________
17050 [  2655] By: jhi                                   on 1999/01/21  10:46:01
17051         Log: Handle NIS (and NetInfo) more robustly.
17052      Branch: cfgperl
17053            ! t/op/grent.t t/op/pwent.t
17054 ____________________________________________________________________________
17055 [  2654] By: jhi                                   on 1999/01/21  10:17:20
17056         Log: Two-argument eaccess() of SCO.
17057      Branch: cfgperl
17058            ! pp_sys.c
17059 ____________________________________________________________________________
17060 [  2653] By: jhi                                   on 1999/01/21  08:53:14
17061         Log: -DNO_NOSUID_CHECK for those platforms which have no way
17062              of checking for nosuid but still want suidperl.
17063      Branch: cfgperl
17064            ! perl.c
17065 ____________________________________________________________________________
17066 [  2652] By: jhi                                   on 1999/01/21  08:22:50
17067         Log: The LANGUAGE mirrors LC_ALL usage.
17068      Branch: cfgperl
17069            ! Configure config_h.SH
17070 ____________________________________________________________________________
17071 [  2651] By: jhi                                   on 1999/01/20  22:01:21
17072         Log: I_MNTENT was missing.
17073      Branch: cfgperl
17074            ! Configure config_h.SH
17075 ____________________________________________________________________________
17076 [  2650] By: jhi                                   on 1999/01/19  13:42:03
17077         Log: NetBSD update, based on patches from the NetBSD packages system.
17078      Branch: cfgperl
17079            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
17080 ____________________________________________________________________________
17081 [  2649] By: jhi                                   on 1999/01/19  12:44:02
17082         Log: Jumbo Configure update.
17083              * -Uinstallusrbinperl: disable /usr/bin/perl installation
17084              by installperl
17085              * usethreads.cbu
17086              * use64bits.cbu
17087              * "nosuid"
17088      Branch: cfgperl
17089            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
17090            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
17091            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
17092            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
17093            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
17094            ! pod/perldiag.pod
17095 ____________________________________________________________________________
17096 [  2648] By: jhi                                   on 1999/01/19  09:16:44
17097         Log: Mention /usr/share/locale.
17098      Branch: cfgperl
17099            ! pod/perllocale.pod
17100 ____________________________________________________________________________
17101 [  2647] By: jhi                                   on 1999/01/19  09:11:11
17102         Log: SHMLBA strikes back in NetBSD/sparc.
17103              
17104              From: Dave Nelson <David.Nelson@bellcow.com>
17105              To: jhi@iki.fi
17106              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
17107              Date: Mon, 18 Jan 1999 22:07:56 -0600
17108              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
17109      Branch: cfgperl
17110            ! ext/IPC/SysV/SysV.xs
17111 ____________________________________________________________________________
17112 [  2646] By: jhi                                   on 1999/01/19  08:58:17
17113         Log: Show LANGUAGE env var when needed. (Augment change #2645).
17114      Branch: cfgperl
17115            ! util.c utils/perlbug.PL
17116 ____________________________________________________________________________
17117 [  2645] By: jhi                                   on 1999/01/19  08:52:15
17118         Log: Document the GNU LANGUAGE env var.
17119      Branch: cfgperl
17120            ! pod/perllocale.pod
17121 ____________________________________________________________________________
17122 [  2644] By: jhi                                   on 1999/01/19  08:42:25
17123         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17124              To: Mailing list Perl5 <perl5-porters@perl.org>
17125              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
17126              Date: Mon, 18 Jan 1999 20:57:02 -0500
17127              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
17128      Branch: cfgperl
17129            ! pp_hot.c t/op/pat.t
17130 ____________________________________________________________________________
17131 [  2643] By: jhi                                   on 1999/01/18  11:23:41
17132         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
17133      Branch: cfgperl
17134            ! Makefile.SH
17135 ____________________________________________________________________________
17136 [  2642] By: jhi                                   on 1999/01/18  11:03:38
17137         Log: GNU libc locale system has LANGUAGE env var that partly
17138              overrides even LC_ALL.
17139      Branch: cfgperl
17140            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
17141 ____________________________________________________________________________
17142 [  2641] By: jhi                                   on 1999/01/18  10:55:04
17143         Log: Integrate from mainperl.
17144      Branch: cfgperl
17145           +> ext/B/defsubs.h.PL
17146            ! t/op/groups.t
17147           !> (integrate 38 files)
17148 ____________________________________________________________________________
17149 [  2640] By: gsar                                  on 1999/01/18  10:06:29
17150         Log: a few random cleanups
17151      Branch: perl
17152            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
17153 ____________________________________________________________________________
17154 [  2639] By: gsar                                  on 1999/01/18  05:56:21
17155         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
17156              Date:    Sun, 17 Jan 1999 16:41:10 PST
17157              Message-Id: <19990118004111.29667.qmail@hotmail.com>
17158              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
17159      Branch: perl
17160            ! ext/B/B/C.pm
17161 ____________________________________________________________________________
17162 [  2638] By: gsar                                  on 1999/01/18  05:41:21
17163         Log: From:    jan.dubois@ibm.net (Jan Dubois)
17164              Date:    Mon, 18 Jan 1999 00:37:41 +0100
17165              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
17166              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
17167      Branch: perl
17168            ! dump.c
17169 ____________________________________________________________________________
17170 [  2633] By: gsar                                  on 1999/01/17  13:39:59
17171         Log: bogus assert()
17172      Branch: perl
17173            ! pp.c t/op/groups.t
17174 ____________________________________________________________________________
17175 [  2632] By: gsar                                  on 1999/01/17  13:22:04
17176         Log: various tweaks for clean build and test on win32
17177      Branch: perl
17178            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
17179            ! op.c t/pragma/warn/doio
17180 ____________________________________________________________________________
17181 [  2631] By: gsar                                  on 1999/01/17  12:28:06
17182         Log: undo change#2336, and add clarification about subversive
17183              CPAN distributions from Andreas Koenig
17184      Branch: perl
17185            ! Porting/pumpkin.pod lib/CPAN.pm
17186 ____________________________________________________________________________
17187 [  2630] By: gsar                                  on 1999/01/17  12:04:06
17188         Log: fix silent taint failures under -U
17189      Branch: perl
17190            ! doio.c
17191 ____________________________________________________________________________
17192 [  2629] By: gsar                                  on 1999/01/17  12:00:23
17193         Log: sanity check piped opens (tweaked version of patch suggested
17194              by Mark-Jason Dominus)
17195      Branch: perl
17196            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
17197            ! t/op/taint.t t/pragma/warn/doio
17198 ____________________________________________________________________________
17199 [  2628] By: gsar                                  on 1999/01/17  11:26:21
17200         Log: regen headers
17201      Branch: perl
17202            ! embed.h embedvar.h objXSUB.h
17203 ____________________________________________________________________________
17204 [  2627] By: gsar                                  on 1999/01/17  11:23:37
17205         Log: PERL_OBJECTness for change#2595
17206      Branch: perl
17207            ! embed.pl op.c pod/perlport.pod proto.h
17208 ____________________________________________________________________________
17209 [  2626] By: gsar                                  on 1999/01/17  09:47:07
17210         Log: PERL_OBJECT tweaks for change#2426
17211      Branch: perl
17212            ! embed.pl proto.h regcomp.c
17213 ____________________________________________________________________________
17214 [  2625] By: gsar                                  on 1999/01/17  09:37:58
17215         Log: documentation in change#2596 is not quite right; fix it
17216      Branch: perl
17217            ! lib/Math/BigFloat.pm pod/perlguts.pod
17218 ____________________________________________________________________________
17219 [  2624] By: gsar                                  on 1999/01/17  09:28:34
17220         Log: undo change#2571; C<use File::Spec> instead
17221      Branch: perl
17222            ! lib/FindBin.pm
17223 ____________________________________________________________________________
17224 [  2623] By: gsar                                  on 1999/01/17  09:20:42
17225         Log: change#2572 is not applicable; undo, retaining scan_bin addition
17226              to global.sym
17227      Branch: perl
17228            ! global.sym perl.c proto.h
17229 ____________________________________________________________________________
17230 [  2622] By: gsar                                  on 1999/01/17  09:17:42
17231         Log: change#2576 is based on a wrong premise; undo it
17232      Branch: perl
17233            ! pp_ctl.c
17234 ____________________________________________________________________________
17235 [  2621] By: gsar                                  on 1999/01/17  09:12:42
17236         Log: fix change#2602 to not used hard coded constants
17237      Branch: perl
17238            ! ext/B/B/C.pm ext/B/defsubs.h.PL
17239 ____________________________________________________________________________
17240 [  2620] By: gsar                                  on 1999/01/17  09:02:07
17241         Log: integrate cfgperl changes into mainline, fix conflicts
17242      Branch: perl
17243           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
17244           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
17245           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
17246           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
17247           +> pod/perlopentut.pod
17248           !> (integrate 162 files)
17249 ____________________________________________________________________________
17250 [  2619] By: gsar                                  on 1999/01/17  08:42:04
17251         Log: a few doc typos
17252      Branch: perl
17253            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
17254 ____________________________________________________________________________
17255 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
17256         Log: Win32 changes from Jan
17257              
17258              From: jan.dubois@ibm.net (Jan Dubois)
17259              Date: Fri, 15 Jan 1999 23:38:35 +0100
17260              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
17261              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
17262              
17263              From: jan.dubois@ibm.net (Jan Dubois)
17264              Date: Sat, 16 Jan 1999 13:02:45 +0100
17265              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
17266              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
17267      Branch: maint-5.005/perl
17268            ! README.win32 win32/Makefile win32/makefile.mk
17269 ____________________________________________________________________________
17270 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
17271         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
17272              
17273              From: Gurusamy Sarathy <gsar@engin.umich.edu>
17274              Date: Thu, 07 Jan 1999 00:12:00 -0500
17275              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
17276              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
17277              
17278              From: Gurusamy Sarathy <gsar@engin.umich.edu>
17279              Date: Thu, 14 Jan 1999 19:21:46 -0500
17280              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
17281              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
17282      Branch: maint-5.005/perl
17283            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
17284            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
17285            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
17286            ! win32/makedef.pl win32/runperl.c win32/win32.c
17287 ____________________________________________________________________________
17288 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
17289         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
17290              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
17291              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
17292              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
17293              
17294              From: Jarkko Hietaniemi <jhi@iki.fi>
17295              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
17296              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
17297              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
17298              
17299              From: Jarkko Hietaniemi <jhi@iki.fi>
17300              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
17301              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
17302              Subject: the promised "installusrbinperl + NetBSD" fix
17303      Branch: maint-5.005/perl
17304            ! Configure Makefile.SH hints/netbsd.sh installperl
17305            ! makedepend.SH unixish.h
17306 ____________________________________________________________________________
17307 [  2611] By: jhi                                   on 1999/01/14  12:16:14
17308         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
17309              To: pumpkings@jhereg.perl.com
17310              Subject: perlopentut.pod
17311              Date: Sat, 09 Jan 1999 08:13:18 -0700
17312              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
17313      Branch: cfgperl
17314            + pod/perlopentut.pod
17315            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
17316 ____________________________________________________________________________
17317 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
17318         Log: Added Carp::cluck to perldelta.pod
17319      Branch: maint-5.005/perl
17320            ! pod/perldelta.pod
17321 ____________________________________________________________________________
17322 [  2605] By: jhi                                   on 1999/01/13  18:26:19
17323         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
17324              To: "'cpan@perl.org'" <cpan@perl.org>
17325              Subject: "Bug" fix for File::Find.pm
17326              Date:   Thu, 31 Dec 1998 13:01:50 -0500
17327              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
17328      Branch: cfgperl
17329            ! lib/File/Find.pm
17330 ____________________________________________________________________________
17331 [  2604] By: jhi                                   on 1999/01/13  18:08:45
17332         Log: From: Peter Wolfe <wolfe@teloseng.com>
17333              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
17334              To: perlbug@perl.com
17335              Date: 11 Jan 1999 23:00:05 +0200
17336              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
17337      Branch: cfgperl
17338            ! hints/sco.sh
17339 ____________________________________________________________________________
17340 [  2603] By: jhi                                   on 1999/01/13  18:06:56
17341         Log: From: hans@icgroup.nl (Hans Mulder)
17342              Subject: [Patch for 5.005_54] re::debugcolors dumps core
17343              To: perlbug@perl.com
17344              Cc: hansmu@xs4all.nl
17345              Date: 11 Jan 1999 22:22:45 +0200
17346              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
17347      Branch: cfgperl
17348            ! ext/re/re.pm regcomp.c
17349 ____________________________________________________________________________
17350 [  2602] By: jhi                                   on 1999/01/13  18:05:43
17351         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17352              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
17353              Date: 11 Jan 1999 08:02:41 +0200
17354              Lines: 134
17355              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
17356      Branch: cfgperl
17357            ! ext/B/B.xs ext/B/B/C.pm
17358 ____________________________________________________________________________
17359 [  2601] By: jhi                                   on 1999/01/13  18:01:53
17360         Log: From: James FitzGibbon <james@ican.net>
17361              Subject: Trivial patch for HP-UX 11 and shared libperl
17362              To: perl5-porters@perl.org
17363              Date: 8 Jan 1999 19:13:23 +0200
17364              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
17365      Branch: cfgperl
17366            ! Makefile.SH
17367 ____________________________________________________________________________
17368 [  2600] By: jhi                                   on 1999/01/13  17:59:45
17369         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17370              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
17371              To: perl5-porters@perl.org
17372              Date: 8 Jan 1999 12:43:36 +0200
17373              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
17374      Branch: cfgperl
17375            ! ext/B/B/CC.pm
17376 ____________________________________________________________________________
17377 [  2599] By: jhi                                   on 1999/01/13  17:50:11
17378         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
17379              Subject: PATCH to installperl
17380              To: perl5-porters@perl.org
17381              Date: 4 Jan 1999 16:15:18 +0200
17382              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
17383      Branch: cfgperl
17384            ! installperl
17385 ____________________________________________________________________________
17386 [  2598] By: jhi                                   on 1999/01/13  17:34:51
17387         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
17388              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
17389              Cc: perl5-porters@perl.org
17390              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
17391              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
17392              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
17393      Branch: cfgperl
17394            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17395            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
17396 ____________________________________________________________________________
17397 [  2597] By: jhi                                   on 1999/01/13  17:30:33
17398         Log: From: David Dyck <dcd@tc.fluke.com>
17399              To: Perl Porters <perl5-porters@perl.org>,
17400              Gurusamy Sarathy <gsar@engin.umich.edu>
17401              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
17402              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
17403              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
17404      Branch: cfgperl
17405            ! pod/perldsc.pod
17406 ____________________________________________________________________________
17407 [  2596] By: jhi                                   on 1999/01/13  17:26:44
17408         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17409              To: perl5-porters@perl.org
17410              Subject: [PATCH] modglobal w/ spelling fixes
17411              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
17412              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
17413      Branch: cfgperl
17414            ! pod/perlguts.pod
17415 ____________________________________________________________________________
17416 [  2595] By: jhi                                   on 1999/01/13  17:24:59
17417         Log: From: Hans Mulder <hansm@icgroup.nl>
17418              Optimize common sort routines.  Thread started by the message
17419              
17420              From: Hans Mulder <hansm@icgroup.nl>
17421              Sender: owner-perl5-porters@perl.org
17422              To: perl5-porters@perl.org
17423              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
17424              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
17425              
17426              and the patch from the message
17427              
17428              From: Hans Mulder <hans@icgroup.nl>
17429              To: jhi@iki.fi
17430              Cc: perl5-porters@perl.org
17431              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
17432              $b }
17433              Date: Wed, 13 Jan 1999 17:39:35 +0100
17434              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
17435      Branch: cfgperl
17436            ! Todo op.c op.h pp_ctl.c t/op/sort.t
17437 ____________________________________________________________________________
17438 [  2594] By: jhi                                   on 1999/01/13  16:50:17
17439         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
17440              (the diffs were based on 5.004_02).  Tested by Guido
17441              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
17442      Branch: cfgperl
17443            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
17444            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
17445            + mint/sys/time.h mint/time.h
17446            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
17447            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
17448 ____________________________________________________________________________
17449 [  2593] By: jhi                                   on 1999/01/09  16:54:26
17450         Log: Detypo.
17451      Branch: cfgperl
17452            ! hints/dec_osf.sh
17453 ____________________________________________________________________________
17454 [  2592] By: jhi                                   on 1999/01/09  16:17:13
17455         Log: Move usethreads and use64bits logic from hints to Configure.
17456      Branch: cfgperl
17457            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
17458            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
17459            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
17460            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
17461 ____________________________________________________________________________
17462 [  2591] By: jhi                                   on 1999/01/09  14:45:24
17463         Log: Missing dTHRs added.
17464      Branch: cfgperl
17465            ! regcomp.c toke.c
17466 ____________________________________________________________________________
17467 [  2590] By: jhi                                   on 1999/01/08  15:27:17
17468         Log: Finalize change #2589 and add better AIX nm scanning from:
17469              
17470              Message-Id: <m0zyNW0-00017VC@gentoo.com>
17471              From: bll@gentoo.com (Brad Lanam)
17472              Subject: Re: mailhelp returned a non-zero status
17473              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
17474              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
17475      Branch: cfgperl
17476            ! Configure hints/freebsd.sh hints/linux.sh
17477 ____________________________________________________________________________
17478 [  2589] By: jhi                                   on 1999/01/08  15:14:54
17479         Log: Undo change #2581.
17480      Branch: cfgperl
17481            ! Configure hints/freebsd.sh hints/linux.sh
17482 ____________________________________________________________________________
17483 [  2588] By: jhi                                   on 1999/01/08  11:51:52
17484         Log: FAQ jumbo patch from tchrist.
17485              
17486              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
17487              From: Tom Christiansen <tchrist@jhereg.perl.com>
17488              To: pumpkings@jhereg.perl.com
17489              Subject: newest version of perlfaq.pod
17490              Date: Thu, 7 Jan 1999 23:05:02 -0700
17491              
17492              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
17493              From: Tom Christiansen <tchrist@jhereg.perl.com>
17494              To: pumpkings@jhereg.perl.com
17495              Subject: newest version of perlfaq1.pod
17496              Date: Thu, 7 Jan 1999 23:05:02 -0700
17497              
17498              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
17499              From: Tom Christiansen <tchrist@jhereg.perl.com>
17500              To: pumpkings@jhereg.perl.com
17501              Subject: newest version of perlfaq2.pod
17502              Date: Thu, 7 Jan 1999 23:05:02 -0700
17503              
17504              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
17505              From: Tom Christiansen <tchrist@jhereg.perl.com>
17506              To: pumpkings@jhereg.perl.com
17507              Subject: newest version of perlfaq3.pod
17508              Date: Thu, 7 Jan 1999 23:05:02 -0700
17509              
17510              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
17511              From: Tom Christiansen <tchrist@jhereg.perl.com>
17512              To: pumpkings@jhereg.perl.com
17513              Subject: newest version of perlfaq4.pod
17514              Date: Thu, 7 Jan 1999 23:05:02 -0700
17515              
17516              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
17517              From: Tom Christiansen <tchrist@jhereg.perl.com>
17518              To: pumpkings@jhereg.perl.com
17519              Subject: newest version of perlfaq5.pod
17520              Date: Thu, 7 Jan 1999 23:05:02 -0700
17521              
17522              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
17523              From: Tom Christiansen <tchrist@jhereg.perl.com>
17524              To: pumpkings@jhereg.perl.com
17525              Subject: newest version of perlfaq6.pod
17526              Date: Thu, 7 Jan 1999 23:05:02 -0700
17527              
17528              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
17529              From: Tom Christiansen <tchrist@jhereg.perl.com>
17530              To: pumpkings@jhereg.perl.com
17531              Subject: newest version of perlfaq7.pod
17532              Date: Thu, 7 Jan 1999 23:05:03 -0700
17533              
17534              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
17535              From: Tom Christiansen <tchrist@jhereg.perl.com>
17536              To: pumpkings@jhereg.perl.com
17537              Subject: newest version of perlfaq8.pod
17538              Date: Thu, 7 Jan 1999 23:05:03 -0700
17539              
17540              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
17541              From: Tom Christiansen <tchrist@jhereg.perl.com>
17542              To: pumpkings@jhereg.perl.com
17543              Subject: newest version of perlfaq9.pod
17544              Date: Thu, 7 Jan 1999 23:05:03 -0700
17545      Branch: cfgperl
17546            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17547            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17548            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17549            ! pod/perlfaq9.pod
17550 ____________________________________________________________________________
17551 [  2587] By: jhi                                   on 1999/01/08  11:17:43
17552         Log: More doc fixes from Abigail.
17553      Branch: cfgperl
17554            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
17555            ! lib/User/pwent.pm
17556 ____________________________________________________________________________
17557 [  2585] By: jhi                                   on 1999/01/08  08:31:02
17558         Log: Change #2584 from maint-5.005:
17559              
17560              implemented Ilya's suggested fix, and added a testcase
17561              
17562              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17563              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
17564              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
17565              Subject: Re: Text::ParseWords: regex fix
17566      Branch: cfgperl
17567            ! lib/Text/ParseWords.pm t/lib/parsewords.t
17568 ____________________________________________________________________________
17569 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
17570         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
17571              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
17572              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
17573              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
17574      Branch: maint-5.005/perl
17575            ! ext/Errno/Errno_pm.PL
17576 ____________________________________________________________________________
17577 [  2581] By: jhi                                   on 1999/01/07  16:38:03
17578         Log: Configure update:
17579              - usethreads, use64bits, and usemultiplicity
17580              are no more interactively asked by Configure
17581              - "int main()" (vs bare "main()") enforced in test programs
17582      Branch: cfgperl
17583            ! Configure hints/freebsd.sh hints/linux.sh
17584 ____________________________________________________________________________
17585 [  2580] By: jhi                                   on 1999/01/07  11:19:12
17586         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17587              Date: Wed, 06 Jan 1999 13:47:34 -0800
17588              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
17589              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
17590      Branch: cfgperl
17591            ! vms/vms.c
17592 ____________________________________________________________________________
17593 [  2579] By: jhi                                   on 1999/01/07  09:08:36
17594         Log: Another set of doc patches from Abigail
17595              
17596              From: abigail@fnx.com
17597              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
17598              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
17599              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
17600              
17601              From: abigail@fnx.com
17602              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
17603              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
17604              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
17605              
17606              From: abigail@fnx.com
17607              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
17608              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
17609              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
17610              
17611              From: abigail@fnx.com
17612              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
17613              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
17614              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
17615              
17616              From: abigail@fnx.com
17617              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
17618              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
17619              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
17620              
17621              From: abigail@fnx.com
17622              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
17623              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
17624              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
17625              
17626              From: abigail@fnx.com
17627              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
17628              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
17629              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
17630              
17631              From: abigail@fnx.com
17632              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
17633              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
17634              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
17635              
17636              From: abigail@fnx.com
17637              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
17638              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
17639              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
17640              
17641              From: abigail@fnx.com
17642              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
17643              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
17644              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
17645              
17646              From: abigail@fnx.com
17647              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
17648              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
17649              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
17650              
17651              From: abigail@fnx.com
17652              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
17653              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
17654              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
17655              
17656              From: abigail@fnx.com
17657              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
17658              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
17659              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
17660              
17661              From: abigail@fnx.com
17662              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
17663              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
17664              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
17665      Branch: cfgperl
17666            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
17667            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
17668            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
17669            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
17670            ! lib/Tie/Array.pm lib/Tie/Hash.pm
17671 ____________________________________________________________________________
17672 [  2576] By: jhi                                   on 1999/01/06  17:05:20
17673         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
17674      Branch: cfgperl
17675            ! pp_ctl.c
17676 ____________________________________________________________________________
17677 [  2575] By: jhi                                   on 1999/01/06  13:18:56
17678         Log: Enhance the great_circle_distance() documentation.
17679      Branch: cfgperl
17680            ! lib/Math/Trig.pm
17681 ____________________________________________________________________________
17682 [  2574] By: jhi                                   on 1999/01/06  12:58:03
17683         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
17684              To: perlbug@perl.com
17685              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
17686              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
17687              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
17688      Branch: cfgperl
17689            ! t/op/sysio.t
17690 ____________________________________________________________________________
17691 [  2573] By: jhi                                   on 1999/01/06  12:40:19
17692         Log: From: "W. Phillip Moore" <wpm@ms.com>
17693              To: perlbug@perl.org
17694              Subject: [PATCH] POSIX getpgrp is not -w clean
17695              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
17696              Message-ID: <13970.20107.190314.549471@zappa>
17697      Branch: cfgperl
17698            ! ext/POSIX/POSIX.pm
17699 ____________________________________________________________________________
17700 [  2572] By: jhi                                   on 1999/01/06  12:25:24
17701         Log: Based on
17702              From: jan.dubois@ibm.net (Jan Dubois)
17703              To: perl5-porters@perl.org
17704              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
17705              Date: Wed, 06 Jan 1999 01:24:09 +0100
17706              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
17707              except that
17708              - objXSUB.h was already okay
17709              - embed.h patching is futile, global.sym patched instead
17710              - objpp.h does not exist
17711              - proto.h addition applied manually
17712              - win32/GenCAPI.pl was already okay
17713              - win32/makedef.pl was already okay
17714      Branch: cfgperl
17715            ! global.sym perl.c proto.h
17716 ____________________________________________________________________________
17717 [  2571] By: jhi                                   on 1999/01/06  11:25:48
17718         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
17719              To: perlbug@perl.com
17720              Subject: FindBin.pm on Win32 systems
17721              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
17722              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
17723      Branch: cfgperl
17724            ! lib/FindBin.pm
17725 ____________________________________________________________________________
17726 [  2570] By: jhi                                   on 1999/01/06  11:21:48
17727         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17728              To: perl5-porters@perl.org, vmsperl@perl.org
17729              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
17730              Date: Tue, 05 Jan 1999 16:47:31 -0800
17731              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
17732              
17733              (the ext/IO/lib/IO/Socket.pm was not really changed here;
17734              it was a leftover from #2569)
17735      Branch: cfgperl
17736            ! ext/IO/lib/IO/Socket.pm taint.c
17737 ____________________________________________________________________________
17738 [  2569] By: jhi                                   on 1999/01/06  11:18:22
17739         Log: Jumbo doc patch from Abigail (almost identical to
17740              the 5.005-maint change #2562 except for the
17741              ext/IO/lib/IO/Socket.pm patch which was not
17742              applicable because the IO version of 5.005-devel
17743              is somewhat different (why?))
17744              
17745              From: abigail@fnx.com
17746              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
17747              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
17748              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
17749              
17750              From: abigail@fnx.com
17751              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
17752              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
17753              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
17754              
17755              From: abigail@fnx.com
17756              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
17757              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
17758              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
17759              
17760              From: abigail@fnx.com
17761              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
17762              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
17763              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
17764              
17765              From: abigail@fnx.com
17766              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
17767              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
17768              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
17769              
17770              From: abigail@fnx.com
17771              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
17772              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
17773              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
17774              
17775              From: abigail@fnx.com
17776              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
17777              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
17778              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
17779              
17780              From: abigail@fnx.com
17781              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
17782              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
17783              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
17784              
17785              From: abigail@fnx.com
17786              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
17787              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
17788              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
17789              
17790              From: abigail@fnx.com
17791              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
17792              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
17793              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
17794      Branch: cfgperl
17795            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
17796            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
17797            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
17798            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
17799            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
17800 ____________________________________________________________________________
17801 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
17802         Log: From: jan.dubois@ibm.net (Jan Dubois)
17803              Date: Wed, 06 Jan 1999 01:24:09 +0100
17804              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
17805              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
17806      Branch: maint-5.005/perl
17807            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
17808            ! win32/GenCAPI.pl win32/makedef.pl
17809 ____________________________________________________________________________
17810 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
17811         Log: From: "W. Phillip Moore" <wpm@ms.com>
17812              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
17813              Message-ID: <13970.20107.190314.549471@zappa>
17814              Subject: [PATCH] POSIX getpgrp is not -w clean
17815      Branch: maint-5.005/perl
17816            ! ext/POSIX/POSIX.pm
17817 ____________________________________________________________________________
17818 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
17819         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
17820              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
17821              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
17822              Subject: FindBin.pm on Win32 systems
17823      Branch: maint-5.005/perl
17824            ! lib/FindBin.pm
17825 ____________________________________________________________________________
17826 [  2561] By: jhi                                   on 1999/01/05  10:49:10
17827         Log: Reword the setlocale() 1-arg case better.
17828      Branch: cfgperl
17829            ! ext/POSIX/POSIX.pod
17830 ____________________________________________________________________________
17831 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
17832         Log: From: Blair Zajac <bzajac@geostaff.com>
17833              Date: Wed, 23 Dec 1998 17:13:32 -0800
17834              Message-ID: <3681953C.8B6A90AA@geostaff.com>
17835              Subject: Tie::SubstrHash patch
17836      Branch: maint-5.005/perl
17837            ! lib/Tie/SubstrHash.pm
17838 ____________________________________________________________________________
17839 [  2554] By: jhi                                   on 1999/01/02  14:55:06
17840         Log: Object destruction order testing.
17841      Branch: cfgperl
17842            ! t/op/misc.t
17843 ____________________________________________________________________________
17844 [  2553] By: jhi                                   on 1999/01/02  14:49:40
17845         Log: perldelta the Dumpvalue.pm of change #2513.
17846      Branch: cfgperl
17847            ! lib/Dumpvalue.pm pod/perldelta.pod
17848 ____________________________________________________________________________
17849 [  2552] By: nick                                  on 1999/01/02  14:45:38
17850         Log: Tone down Makefile.PL so it works on Win32
17851      Branch: perl
17852            ! ext/B/Makefile.PL
17853 ____________________________________________________________________________
17854 [  2551] By: nick                                  on 1999/01/02  14:06:30
17855         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
17856              Use them in various B::* rather than have local defs.
17857      Branch: perl
17858            + ext/B/defsubs.h.PL
17859            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
17860            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
17861            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
17862 ____________________________________________________________________________
17863 [  2550] By: nick                                  on 1999/01/02  10:04:02
17864         Log: Integrate ext/B changes from //depot/cfgperl
17865      Branch: perl
17866           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17867 ____________________________________________________________________________
17868 [  2549] By: jhi                                   on 1999/01/01  13:54:16
17869         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
17870              To: perlbug@perl.com
17871              Subject: op/groups.t fails test 1 on HP-UX 10.20
17872              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
17873              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
17874      Branch: cfgperl
17875            ! t/op/groups.t
17876 ____________________________________________________________________________
17877 [  2548] By: jhi                                   on 1999/01/01  13:53:31
17878         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17879              To: perl5-porters@perl.org
17880              cc: hv@crypt0.demon.co.uk
17881              Subject: [bug 5.004_54] duplicate error message
17882              Date: Thu, 31 Dec 1998 04:05:25 +0000
17883              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
17884              
17885              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
17886              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17887              To: hv@crypt0.demon.co.uk
17888              Cc: perl5-porters@perl.org
17889              Subject: [PATCH _54] Re: duplicate error message
17890              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
17891              
17892              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
17893              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17894              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
17895              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
17896              Subject: [TEST PATCH _54] Re: duplicate error message 
17897              Date: Fri, 01 Jan 1999 07:32:14 +0000
17898      Branch: cfgperl
17899            ! op.c t/pragma/warn/op
17900 ____________________________________________________________________________
17901 [  2547] By: jhi                                   on 1998/12/31  14:15:04
17902         Log: From: Chris Nandor <pudge@pobox.com>
17903              To: jhi@iki.fi
17904              Cc: perl5-porters@perl.org
17905              Subject: Re: [PATCH] perlport.pod 1.38
17906              Date: Thu, 31 Dec 1998 09:06:48 -0500
17907              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
17908      Branch: cfgperl
17909            ! pod/perlport.pod
17910 ____________________________________________________________________________
17911 [  2546] By: jhi                                   on 1998/12/31  11:18:17
17912         Log: From: Wilson P. Snyder II
17913              To: perl5-porters@perl.org
17914              Subject: [PATCH v5.5.53] REV2: Binary number support
17915              Date: 1998/11/30
17916              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
17917      Branch: cfgperl
17918            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
17919            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
17920            ! toke.c util.c
17921 ____________________________________________________________________________
17922 [  2545] By: jhi                                   on 1998/12/31  09:27:40
17923         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
17924              To: perlbug@perl.com
17925              Subject: "perl -T -P" dumps core on OpenBSD and Linux
17926              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
17927              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
17928      Branch: cfgperl
17929            ! taint.c
17930 ____________________________________________________________________________
17931 [  2544] By: jhi                                   on 1998/12/31  09:21:45
17932         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
17933              To: perlbug@perl.com 
17934              Subject: bug in pod2man search for perl binary [5.005_5x]
17935              Date: Sat, 12 Dec 1998 23:08:51 +0000 
17936              Message-ID: <19981212230851.A20578@ig.co.uk> 
17937      Branch: cfgperl
17938            ! pod/pod2man.PL
17939 ____________________________________________________________________________
17940 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
17941         Log: From: jan.dubois@ibm.net (Jan Dubois)
17942              Date: Wed, 23 Dec 1998 21:26:38 +0100
17943              Message-ID: <36895086.8849224@smtp1.ibm.net>
17944              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
17945      Branch: maint-5.005/perl
17946            ! lib/ExtUtils/MakeMaker.pm
17947 ____________________________________________________________________________
17948 [  2540] By: jhi                                   on 1998/12/30  08:42:04
17949         Log: Evermore AUTHORS and MAINTAIN.
17950      Branch: cfgperl
17951            ! AUTHORS MAINTAIN
17952 ____________________________________________________________________________
17953 [  2539] By: jhi                                   on 1998/12/29  15:10:34
17954         Log: More AUTHORS and MAINTAIN.
17955      Branch: cfgperl
17956            ! AUTHORS MAINTAIN
17957 ____________________________________________________________________________
17958 [  2537] By: jhi                                   on 1998/12/29  14:34:47
17959         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
17960              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
17961              Message-ID: <13942.32480.700000.640927@utensil>
17962              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
17963              (mirror change#2531 in the 5.005-maint)
17964      Branch: cfgperl
17965            ! lib/AutoSplit.pm
17966 ____________________________________________________________________________
17967 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
17968         Log: change in_pod pattern to /^=\w/ from /^=/
17969              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
17970              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
17971              Message-ID: <13942.32480.700000.640927@utensil>
17972              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
17973      Branch: maint-5.005/perl
17974            ! lib/AutoSplit.pm
17975 ____________________________________________________________________________
17976 [  2525] By: jhi                                   on 1998/12/29  13:06:26
17977         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17978              To: perl5-porters@perl.org
17979              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
17980              Date: 16 Dec 1998 03:17:03 +0200
17981              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
17982      Branch: cfgperl
17983            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17984 ____________________________________________________________________________
17985 [  2524] By: jhi                                   on 1998/12/29  13:00:06
17986         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17987              To: perl5-porters@perl.org
17988              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
17989              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
17990              Date: 10 Dec 1998 08:30:02 +0200
17991              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
17992              
17993              (Nick's part was applied earlier, in change #2460)
17994      Branch: cfgperl
17995            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17996 ____________________________________________________________________________
17997 [  2523] By: jhi                                   on 1998/12/29  12:41:31
17998         Log: From: "vishal bhatia" <vishalb@hotmail.com>
17999              To: nick@ni-s.u-net.com
18000              Cc: perl5-porters@perl.org
18001              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
18002              Date: 9 Dec 1998 06:50:30 +0200
18003              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
18004      Branch: cfgperl
18005            ! ext/B/B/CC.pm
18006 ____________________________________________________________________________
18007 [  2522] By: jhi                                   on 1998/12/29  12:15:18
18008         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
18009              To: perl5-porters@perl.org (Perl 5 Porters)
18010              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
18011              Date: 25 Dec 1998 23:02:28 +0200
18012              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
18013      Branch: cfgperl
18014            ! lib/Pod/Text.pm
18015 ____________________________________________________________________________
18016 [  2521] By: jhi                                   on 1998/12/29  12:07:54
18017         Log: Undo #2519 (breaks universal.c).
18018      Branch: cfgperl
18019            ! XSUB.h
18020 ____________________________________________________________________________
18021 [  2519] By: jhi                                   on 1998/12/29  11:41:10
18022         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
18023              To: perl5-porters@perl.org
18024              Cc: perl-xs@perl.org
18025              Subject: XSUB.h refinement [PATCH]
18026              Date: 18 Dec 1998 03:58:44 +0200
18027              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
18028      Branch: cfgperl
18029            ! XSUB.h
18030 ____________________________________________________________________________
18031 [  2518] By: jhi                                   on 1998/12/29  11:36:19
18032         Log: From: abigail@fnx.com
18033              To: perl5-porters@perl.org (Perl Porters)
18034              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
18035              Date: 28 Dec 1998 21:39:15 +0200
18036              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
18037      Branch: cfgperl
18038            ! lib/fields.pm
18039 ____________________________________________________________________________
18040 [  2517] By: jhi                                   on 1998/12/29  11:35:03
18041         Log: Document change #2516.
18042      Branch: cfgperl
18043            ! pod/perldelta.pod
18044 ____________________________________________________________________________
18045 [  2516] By: jhi                                   on 1998/12/29  11:32:26
18046         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18047              To: perl5-porters@perl.org (Mailing list Perl5)
18048              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
18049              Date: 9 Dec 1998 10:39:31 +0200
18050              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
18051      Branch: cfgperl
18052            ! pod/perldiag.pod regcomp.c toke.c
18053 ____________________________________________________________________________
18054 [  2515] By: jhi                                   on 1998/12/29  11:27:11
18055         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18056              To: perl5-porters@perl.org (Mailing list Perl5)
18057              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
18058              Date: 8 Dec 1998 09:02:04 +0200
18059              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
18060              
18061              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
18062      Branch: cfgperl
18063            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
18064 ____________________________________________________________________________
18065 [  2514] By: jhi                                   on 1998/12/29  11:21:31
18066         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18067              To: perl5-porters@perl.org (Mailing list Perl5)
18068              Subject: [PATCH 5.005_53] Regexp tests and UTF8
18069              Date: 8 Dec 1998 07:02:01 +0200
18070              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
18071      Branch: cfgperl
18072            ! regcomp.c
18073 ____________________________________________________________________________
18074 [  2513] By: jhi                                   on 1998/12/29  11:18:34
18075         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18076              Subject: [PATCH 5.005_*] Dumpvar.pm
18077              To: perl5-porters@perl.org (Mailing list Perl5)
18078              Date: 7 Dec 1998 10:17:35 +0200
18079              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
18080      Branch: cfgperl
18081            + lib/Dumpvalue.pm
18082            ! MANIFEST
18083 ____________________________________________________________________________
18084 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
18085         Log: From: jan.dubois@ibm.net (Jan Dubois)
18086              Date: Tue, 01 Dec 1998 00:07:33 +0100
18087              Message-ID: <366921b5.14512598@smtp1.ibm.net>
18088              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
18089              
18090              From: jan.dubois@ibm.net (Jan Dubois)
18091              Date: Wed, 02 Dec 1998 00:24:54 +0100
18092              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
18093              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
18094      Branch: maint-5.005/perl
18095            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
18096            ! win32/config.bc win32/config.gc win32/config.vc
18097            ! win32/config_sh.PL win32/makedef.pl
18098 ____________________________________________________________________________
18099 [  2509] By: jhi                                   on 1998/12/28  13:00:31
18100     Log: Kickstart AUTHORS and MAINTAIN.
18101  Branch: cfgperl
18102        + AUTHORS MAINTAIN
18103        ! MANIFEST
18104 ____________________________________________________________________________
18105 [  2508] By: jhi                                   on 1998/12/28  08:04:00
18106     Log: From: Nathan Torkington <gnat@frii.com>
18107          To: perlbug@perl.com
18108          Subject: [PATCH] perlxstut.pod fix
18109          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
18110          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
18111  Branch: cfgperl
18112        ! pod/perlxstut.pod
18113 ____________________________________________________________________________
18114 [  2507] By: jhi                                   on 1998/12/28  07:59:00
18115     Log: From: abigail@fnx.com
18116          To: perlbug@perl.com
18117          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
18118          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
18119          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
18120          (slightly modified, a part of the patch was rejected)
18121          (strange, I thought I had already submitted this one
18122          but Perforce disagrees with me...)
18123  Branch: cfgperl
18124        ! pod/perlop.pod
18125 ____________________________________________________________________________
18126 [  2506] By: jhi                                   on 1998/12/28  07:56:59
18127     Log: From: Artur <artur@vogon-solutions.com>
18128          To: perlbug@perl.com
18129          Subject: PATCH: perlmodlib.pod
18130          Date: Fri, 25 Dec 1998 00:48:39 +0000
18131          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
18132  Branch: cfgperl
18133        ! pod/perlmodlib.pod pod/perlop.pod
18134 ____________________________________________________________________________
18135 [  2505] By: jhi                                   on 1998/12/28  07:46:06
18136     Log: From: abigail@fnx.com
18137          To: perl5-porters@perl.org (Perl Porters)
18138          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
18139          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
18140          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
18141  Branch: cfgperl
18142        ! pod/pod2html.PL
18143 ____________________________________________________________________________
18144 [  2504] By: jhi                                   on 1998/12/28  07:44:35
18145     Log: From: Jim Avera <avera@fjst.com>
18146          To: perlbug@perl.com
18147          Subject: perlbug bug - shows dates reversed
18148          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
18149          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
18150  Branch: cfgperl
18151        ! utils/perlbug.PL
18152 ____________________________________________________________________________
18153 [  2503] By: jhi                                   on 1998/12/28  07:41:39
18154     Log: From: jan.dubois@ibm.net (Jan Dubois)
18155          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
18156          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
18157          Date: Wed, 23 Dec 1998 21:26:38 +0100
18158          Message-ID: <36895086.8849224@smtp1.ibm.net>
18159  Branch: cfgperl
18160        ! lib/ExtUtils/MakeMaker.pm
18161 ____________________________________________________________________________
18162 [  2502] By: jhi                                   on 1998/12/28  07:39:20
18163     Log: From: Blair Zajac <bzajac@geostaff.com>
18164          To: perl5-porters@perl.org
18165          Subject: Tie::SubstrHash patch
18166          Date: Wed, 23 Dec 1998 17:13:32 -0800
18167          Message-ID: <3681953C.8B6A90AA@geostaff.com>
18168  Branch: cfgperl
18169        ! lib/Tie/SubstrHash.pm
18170 ____________________________________________________________________________
18171 [  2501] By: jhi                                   on 1998/12/28  07:37:16
18172     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
18173          To: perlbug@perl.com
18174          Subject: perlfaq9 minor error
18175          Date: Wed, 23 Dec 1998 14:54:19 -0800
18176          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
18177  Branch: cfgperl
18178        ! pod/perlfaq9.pod
18179 ____________________________________________________________________________
18180 [  2500] By: jhi                                   on 1998/12/23  10:38:18
18181     Log: More porting notes about filesystems, AmigaOS, and MiNT.
18182  Branch: cfgperl
18183        ! pod/perlport.pod
18184 ____________________________________________________________________________
18185 [  2499] By: jhi                                   on 1998/12/22  09:26:49
18186     Log: Add few MSG_ and uio constants.
18187  Branch: cfgperl
18188        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
18189 ____________________________________________________________________________
18190 [  2498] By: jhi                                   on 1998/12/22  08:39:30
18191     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
18192          a Digital C compiler optimizer bug that broke the 'x'
18193          operator under certain circumstances.  See t/op/repeat.t
18194          test #20 for graphic details.  Reported in
18195          
18196          From: Gisle Aas <gisle@aas.no>
18197          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
18198          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
18199          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
18200          Date: 18 Dec 1998 14:27:40 +0100
18201          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
18202          
18203          and discussed further in the thread
18204          
18205          From: Jarkko Hietaniemi <jhi@iki.fi>
18206          To: Gisle Aas <gisle@aas.no>
18207          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
18208          cpan-testers@perl.org, perl5-porters@perl.org
18209          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
18210          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
18211          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
18212  Branch: cfgperl
18213        ! t/op/repeat.t util.c
18214 ____________________________________________________________________________
18215 [  2497] By: jhi                                   on 1998/12/21  14:18:57
18216     Log: Change #2483 update.
18217  Branch: cfgperl
18218        ! t/op/tr.t
18219 ____________________________________________________________________________
18220 [  2496] By: jhi                                   on 1998/12/21  14:07:41
18221     Log: Update on change #2493.
18222  Branch: cfgperl
18223        ! t/pragma/warn/op
18224 ____________________________________________________________________________
18225 [  2495] By: jhi                                   on 1998/12/21  13:52:00
18226     Log: Change #2487 aftershock.
18227  Branch: cfgperl
18228        ! warning.pl
18229 ____________________________________________________________________________
18230 [  2494] By: jhi                                   on 1998/12/21  12:35:00
18231     Log: From: Chris Nandor <pudge@pobox.com>
18232          To: perl5-porters@perl.org
18233          Subject: [PATCH] perlport.pod v1.37
18234          Date: Sat, 19 Dec 1998 12:54:34 -0500
18235          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
18236  Branch: cfgperl
18237        ! pod/perlport.pod
18238 ____________________________________________________________________________
18239 [  2493] By: jhi                                   on 1998/12/21  12:22:44
18240     Log: From: Mark-Jason Dominus <mjd@plover.com>
18241          To: perl5-porters@perl.com
18242          Subject: PATCH (5.005_02): Dejargonizing
18243          Date: Sun, 20 Dec 1998 14:35:20 -0500
18244          Message-ID: <19981220193520.11230.qmail@plover.com>
18245          
18246          From: Mark-Jason Dominus <mjd@plover.com>
18247          To: perl5-porters@perl.com
18248          Subject: PATCH (5.005_02): Spelling correction in warning message
18249          Date: Sun, 20 Dec 1998 13:51:30 -0500
18250          Message-ID: <19981220185130.11067.qmail@plover.com>
18251  Branch: cfgperl
18252        ! doio.c op.c
18253 ____________________________________________________________________________
18254 [  2492] By: jhi                                   on 1998/12/21  09:00:05
18255     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
18256          To: perl5-porters@perl.org
18257          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
18258          Date: Sun, 20 Dec 1998 19:03:25 PST
18259          Message-ID: <19981221030326.27660.qmail@hotmail.com>
18260          
18261          (slightly reformatted)
18262  Branch: cfgperl
18263        ! ext/B/B/CC.pm
18264 ____________________________________________________________________________
18265 [  2491] By: nick                                  on 1998/12/20  14:21:29
18266     Log: Save _all_ GV's which have SV, AV or HV set.
18267  Branch: perl
18268        ! ext/B/B/C.pm
18269 ____________________________________________________________________________
18270 [  2490] By: jhi                                   on 1998/12/18  15:13:19
18271     Log: Add idea about generalising cpp symbol probing of Errno.
18272  Branch: cfgperl
18273        ! Todo
18274 ____________________________________________________________________________
18275 [  2489] By: jhi                                   on 1998/12/18  14:47:57
18276     Log: Address some of the issues of:
18277          
18278          From: Tom Christiansen <tchrist@jhereg.perl.com>
18279          To: perl-porters-active@jhereg.perl.com
18280          Subject: Undocumentation Issues for 5.005
18281          Date: Thu, 17 Dec 1998 14:46:24 -0700
18282          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
18283  Branch: cfgperl
18284        ! pod/perl5005delta.pod
18285 ____________________________________________________________________________
18286 [  2488] By: jhi                                   on 1998/12/18  11:26:32
18287     Log: From: root <root@dubravka.in-berlin.de>
18288          To: perlbug@perl.com
18289          Cc: k@dubravka.in-berlin.de
18290          Subject: Please add no_modify to PERL_POLLUTE
18291          Date: Fri, 18 Dec 1998 10:45:52 +0100
18292          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
18293          
18294          (Really from Andreas König)
18295  Branch: cfgperl
18296        ! embed.pl
18297 ____________________________________________________________________________
18298 [  2487] By: jhi                                   on 1998/12/17  14:05:52
18299     Log: Some (by far not all) issues of the below message addressed.
18300          
18301          From: Tom Christiansen <tchrist@jhereg.perl.com>
18302          To: The Perl Porters Mailing List <perl5-porters@perl.org>
18303          Subject: important UNDOC issues for 5.005_54
18304          Date: Wed, 16 Dec 1998 21:14:53 -0700
18305          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
18306  Branch: cfgperl
18307        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
18308 ____________________________________________________________________________
18309 [  2486] By: jhi                                   on 1998/12/17  12:47:15
18310     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18311          To: domo@computer.org
18312          Cc: jhi@iki.fi, perl5-porters@perl.org
18313          Subject: Re: stuff related to malloc.c
18314          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
18315          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
18316  Branch: cfgperl
18317        ! malloc.c
18318 ____________________________________________________________________________
18319 [  2485] By: jhi                                   on 1998/12/17  12:17:19
18320     Log: More porting notes.
18321  Branch: cfgperl
18322        ! Porting/pumpkin.pod
18323 ____________________________________________________________________________
18324 [  2484] By: jhi                                   on 1998/12/15  08:38:05
18325     Log: Undo #2386 and #2205.
18326  Branch: cfgperl
18327        ! pod/perlfunc.pod
18328 ____________________________________________________________________________
18329 [  2483] By: jhi                                   on 1998/12/14  17:58:35
18330     Log: lib was missing from @INC.
18331  Branch: cfgperl
18332        ! t/op/tr.t
18333 ____________________________________________________________________________
18334 [  2482] By: jhi                                   on 1998/12/14  17:52:42
18335     Log: Was missing use Text::Wrap.
18336  Branch: cfgperl
18337        ! t/lib/textfill.t
18338 ____________________________________________________________________________
18339 [  2481] By: jhi                                   on 1998/12/14  16:00:22
18340     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
18341          
18342          From: Jonathan Roy <roy@idle.com>
18343          To: perl5-porters@perl.org
18344          Subject: nlist.h add to Configure checks?
18345          Date: Sun, 13 Dec 1998 22:22:49 -0500
18346          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
18347  Branch: cfgperl
18348        + ext/DynaLoader/hints/linux.pl
18349        ! MANIFEST
18350 ____________________________________________________________________________
18351 [  2480] By: jhi                                   on 1998/12/14  15:02:44
18352     Log: Give up completely using nm in AIX.
18353          
18354          From: "Kurt D. Starsinic" <kstar@chapin.edu>
18355          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
18356          Cc: perl5-porters@perl.org
18357          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
18358          Date: Thu, 10 Dec 1998 00:51:46 -0500
18359          Message-ID: <19981210005146.B29986@O2.chapin.edu>
18360  Branch: cfgperl
18361        ! hints/aix.sh
18362 ____________________________________________________________________________
18363 [  2479] By: jhi                                   on 1998/12/14  14:39:52
18364     Log: AIX' error messages are different.
18365          
18366          From: "Kurt D. Starsinic" <kstar@chapin.edu>
18367          To: Gurusamy Sarathy <gsar@engin.umich.edu>
18368          Cc: perl5-porters@perl.org
18369          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
18370          Date: Thu, 10 Dec 1998 00:42:36 -0500
18371          Message-ID: <19981210004236.A29986@O2.chapin.edu>
18372          
18373          From: Michael Engel <engel@nms1.cc.huji.ac.il>
18374          To: perlbug@perl.com
18375          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
18376          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
18377          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
18378  Branch: cfgperl
18379        ! t/pragma/warn/doio
18380 ____________________________________________________________________________
18381 [  2475] By: jhi                                   on 1998/12/13  12:35:55
18382     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18383          To: jhi@iki.fi
18384          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
18385          Subject: Re: stuff related to malloc.c
18386          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
18387          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
18388  Branch: cfgperl
18389        ! malloc.c
18390 ____________________________________________________________________________
18391 [  2474] By: jhi                                   on 1998/12/13  12:32:42
18392     Log: Some notes about porting issues.
18393  Branch: cfgperl
18394        ! Porting/pumpkin.pod
18395 ____________________________________________________________________________
18396 [  2473] By: jhi                                   on 1998/12/13  12:03:58
18397     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
18398          To: Perl 5 Porters <perl5-porters@perl.org>
18399          Subject: [patch 5.005_02] dos-djgpp update
18400          Date: Sun, 13 Dec 1998 00:08:44 +0100
18401          Message-ID: <19981213000844.C264@beeblebrox>
18402  Branch: cfgperl
18403        ! djgpp/config.over
18404 ____________________________________________________________________________
18405 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
18406     Log: undo changes to Exporter.pm from #2312
18407  Branch: maint-5.005/perl
18408        ! lib/Exporter.pm
18409 ____________________________________________________________________________
18410 [  2465] By: jhi                                   on 1998/12/12  12:31:21
18411     Log: Document that qw() taints.
18412          
18413          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
18414          To: perlbug@perl.com 
18415          Subject: taint problems
18416          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
18417          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
18418  Branch: cfgperl
18419        ! pod/perlop.pod
18420 ____________________________________________________________________________
18421 [  2464] By: jhi                                   on 1998/12/11  14:09:51
18422     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
18423          To: dist-users@foretune.co.jp
18424          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
18425          Date: Mon, 07 Dec 1998 20:13:04 -0400
18426          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
18427  Branch: cfgperl
18428        ! Configure
18429 ____________________________________________________________________________
18430 [  2463] By: jhi                                   on 1998/12/11  13:29:54
18431     Log: MAXPATHLEN.
18432  Branch: cfgperl
18433        ! perl.h
18434 ____________________________________________________________________________
18435 [  2462] By: jhi                                   on 1998/12/11  08:37:58
18436     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
18437          To: perl5-porters@perl.org
18438          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
18439          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
18440          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
18441  Branch: cfgperl
18442        + hints/gnu.sh
18443 ____________________________________________________________________________
18444 [  2461] By: nick                                  on 1998/12/10  21:00:50
18445     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
18446          From: Vishal Bhatia <vishalb@hotmail.com>
18447          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
18448          2. Fixes the bug  regarding return value of c-functions generated out 
18449          of perl subs. ( Just includes the patch I sent earlier)
18450          3. Incorporates the other changes that need to be done to get CC.pm
18451          use ISA search for packages and methods on the same lines as C.pm
18452          
18453          Vishal would appreciate comments about B::Stackobj changes from 
18454          someone knowing that module well.
18455  Branch: perl
18456        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
18457 ____________________________________________________________________________
18458 [  2460] By: jhi                                   on 1998/12/08  08:11:27
18459     Log: Integrate from mainperl.
18460  Branch: cfgperl
18461       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
18462       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
18463       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
18464       !> toke.c util.c
18465 ____________________________________________________________________________
18466 [  2459] By: jhi                                   on 1998/12/07  07:50:11
18467     Log: From: hansm@icgroup.nl 
18468          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
18469          Reply-To: hansmu@xs4all.nl 
18470          To: perlbug@perl.com 
18471          Date: Sun, 6 Dec 98 22:19:54 +0100 
18472          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
18473  Branch: cfgperl
18474        ! util.c
18475 ____________________________________________________________________________
18476 [  2458] By: gsar                                  on 1998/12/07  06:00:55
18477     Log: fix dup lexical
18478  Branch: perl
18479        ! ext/B/B/Deparse.pm t/lib/io_unix.t
18480 ____________________________________________________________________________
18481 [  2457] By: gsar                                  on 1998/12/06  14:38:59
18482     Log: mention limit on line numbers reported by diagnostics
18483  Branch: perl
18484        ! pod/perl.pod toke.c
18485 ____________________________________________________________________________
18486 [  2456] By: gsar                                  on 1998/12/06  13:49:02
18487     Log: branch perldelta.pod
18488  Branch: maint-5.005/perl
18489       +> pod/perldelta.pod
18490 ____________________________________________________________________________
18491 [  2455] By: gsar                                  on 1998/12/06  13:47:21
18492     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
18493  Branch: maint-5.005/perl
18494        - pod/perldelta.pod
18495 ____________________________________________________________________________
18496 [  2454] By: gsar                                  on 1998/12/06  13:35:31
18497     Log: fix outdated/incorrect info about arbitrary limits
18498  Branch: perl
18499        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
18500        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
18501 ____________________________________________________________________________
18502 [  2453] By: nick                                  on 1998/12/05  16:14:42
18503     Log: Avoid hard-coding op numbers
18504          Update CC.pm to save %INC, and to co-exist with new C.pm
18505  Branch: perl
18506        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
18507 ____________________________________________________________________________
18508 [  2452] By: nick                                  on 1998/12/05  10:44:28
18509     Log: B.xs had its own code to calculate hash() which differed from
18510          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
18511          which meant that run-time require was re-done.
18512          Removed some debug from C.pm
18513  Branch: perl
18514        ! ext/B/B.xs ext/B/B/C.pm
18515 ____________________________________________________________________________
18516 [  2451] By: nick                                  on 1998/12/04  21:58:49
18517     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
18518          well as _54, but with pre-scan for classes and save the ISA scheme.
18519  Branch: perl
18520        ! ext/B/B/C.pm
18521 ____________________________________________________________________________
18522 [  2450] By: nick                                  on 1998/12/04  17:58:44
18523     Log: Vishal Bhatia's patch as a basis.
18524  Branch: perl
18525        ! ext/B/B/C.pm ext/B/B/CC.pm
18526 ____________________________________________________________________________
18527 [  2449] By: jhi                                   on 1998/12/04  16:39:21
18528     Log: Integrate from mainperl.
18529  Branch: cfgperl
18530       !> t/op/goto.t t/op/tr.t
18531 ____________________________________________________________________________
18532 [  2448] By: gsar                                  on 1998/12/04  06:06:49
18533     Log: tweak test for UTEST
18534  Branch: perl
18535        ! t/op/tr.t
18536 ____________________________________________________________________________
18537 [  2444] By: jhi                                   on 1998/12/03  14:37:22
18538     Log: s/\bthe the\b/the/g *.pod
18539  Branch: cfgperl
18540        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
18541 ____________________________________________________________________________
18542 [  2443] By: jhi                                   on 1998/12/03  13:39:53
18543     Log: Change#2441 aftermath.
18544  Branch: cfgperl
18545        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18546        ! config_h.SH thread.h vms/subconfigure.com
18547 ____________________________________________________________________________
18548 [  2441] By: jhi                                   on 1998/12/03  08:15:13
18549     Log: From: Dan Sugalski <sugalskd@osshe.edu>
18550          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
18551          Subject: [PATCH 5.005_54]Initial VMS patches
18552          Date: 3 Dec 1998 01:05:55 +0200
18553          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
18554          
18555          The patch to config_h.SH requires more study because
18556          metaconfig needs to agree.
18557  Branch: cfgperl
18558        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
18559        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
18560        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
18561 ____________________________________________________________________________
18562 [  2440] By: gsar                                  on 1998/12/03  01:32:16
18563     Log: add failed check-in of goto.t from change#1867
18564  Branch: perl
18565        ! t/op/goto.t
18566 ____________________________________________________________________________
18567 [  2437] By: jhi                                   on 1998/12/02  18:03:51
18568     Log: Fix most of the bad L<> links of
18569          
18570          From: Tom Christiansen <tchrist@jhereg.perl.com> 
18571          Subject: bad L<> links
18572          Reply-to: tchrist@perl.com 
18573          To: perlbug@jhereg.perl.com 
18574          Date: Tue, 11 Aug 1998 10:58:07 -0500 
18575          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
18576          
18577          The ones not fixed may require darker Pod::HTML magic,
18578          for example the perlguts.html#tags should work fine, IMHO.
18579  Branch: cfgperl
18580        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
18581        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
18582        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
18583        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
18584        ! pod/perlvar.pod
18585 ____________________________________________________________________________
18586 [  2436] By: jhi                                   on 1998/12/02  16:35:04
18587     Log: One paste too many in #2345.
18588  Branch: cfgperl
18589        ! lib/Pod/Html.pm
18590 ____________________________________________________________________________
18591 [  2435] By: jhi                                   on 1998/12/02  16:32:33
18592     Log: Pod::Html and Pod::Text were not locale-savvy:
18593          for example in =head1 all non-ASCII-\w-runs were
18594          turned into underscores in NAME tags.  This could
18595          result in several NAME tags becoming identical.
18596          Reported by:
18597          
18598          From: Fyodor Krasnov <fyodor@aha.ru> 
18599          Subject: pod2html vs Russian Characters
18600          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
18601          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
18602          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
18603  Branch: cfgperl
18604        ! lib/Pod/Html.pm lib/Pod/Text.pm
18605 ____________________________________________________________________________
18606 [  2434] By: jhi                                   on 1998/12/02  10:29:00
18607     Log: The real Mc5_54 integration.
18608  Branch: cfgperl
18609       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
18610 ____________________________________________________________________________
18611 [  2433] By: jhi                                   on 1998/12/02  08:52:13
18612     Log: From: Andy Dougherty <doughera@lafayette.edu>
18613          To: Perl Porters <perl5-porters@perl.org>
18614          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
18615          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
18616          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
18617  Branch: cfgperl
18618        ! Configure
18619 ____________________________________________________________________________
18620 [  2432] By: jhi                                   on 1998/12/02  08:49:47
18621     Log: From: Andy Dougherty <doughera@lafayette.edu>
18622          To: Perl Porters <perl5-porters@perl.org>
18623          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
18624          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
18625          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
18626  Branch: cfgperl
18627        ! Configure
18628 ____________________________________________________________________________
18629 [  2431] By: jhi                                   on 1998/12/01  16:11:50
18630     Log: From: achampio@lehman.com (Alan Champion)
18631          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
18632          To: perlbug@perl.com
18633          Date: 1 Dec 1998 17:36:33 +0200
18634          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
18635          
18636          Skip NIS includes.
18637  Branch: cfgperl
18638        ! t/op/pwent.t
18639 ____________________________________________________________________________
18640 [  2430] By: gsar                                  on 1998/12/01  12:12:50
18641     Log: 5.005_54, as released
18642  Branch: perl
18643        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
18644 ____________________________________________________________________________
18645 [  2429] By: jhi                                   on 1998/12/01  11:28:39
18646     Log: From: Anton Berezin <tobez@plab.ku.dk>
18647          To: perl5-porters@perl.org
18648          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
18649          Date: 30 Nov 1998 19:46:24 +0100
18650          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
18651  Branch: cfgperl
18652        ! hints/freebsd.sh
18653 ____________________________________________________________________________
18654 [  2428] By: jhi                                   on 1998/12/01  11:08:16
18655     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
18656  Branch: cfgperl
18657       +> (branch 30 files)
18658       !> (integrate 71 files)
18659 ____________________________________________________________________________
18660 [  2427] By: jhi                                   on 1998/12/01  10:51:37
18661     Log: Default to accepting a hinted $randfunc even when $csym
18662          does not find it.  (the previous defaylt behaviour was not
18663          to accept).
18664  Branch: cfgperl
18665        ! Configure
18666 ____________________________________________________________________________
18667 [  2426] By: jhi                                   on 1998/12/01  10:13:03
18668     Log: Separated the [:foo:] parsing to its own function.
18669          Passes all tests.
18670  Branch: cfgperl
18671        ! regcomp.c
18672 ____________________________________________________________________________
18673 [  2425] By: jhi                                   on 1998/12/01  08:22:49
18674     Log: Typo in comments.
18675  Branch: cfgperl
18676        ! regexec.c
18677 ____________________________________________________________________________
18678 [  2424] By: jhi                                   on 1998/12/01  08:21:38
18679     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18680          Subject: [PATCH 5.005_*] Debugger 'v' command
18681          To: perl5-porters@perl.org (Mailing list Perl5)
18682          Date: 1 Dec 1998 07:55:11 +0200
18683          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
18684  Branch: cfgperl
18685        ! lib/perl5db.pl
18686 ____________________________________________________________________________
18687 [  2423] By: jhi                                   on 1998/12/01  08:19:08
18688     Log: From: pvhp@forte.com (Peter Prymmer)
18689          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
18690          To: perl5-porters@perl.org
18691          Date: 1 Dec 1998 07:27:11 +0200
18692          Message-ID: <MLIST_9812010508.AA07791@forte.com>
18693  Branch: cfgperl
18694        ! hints/os390.sh
18695 ____________________________________________________________________________
18696 [  2417] By: jhi                                   on 1998/11/30  08:14:00
18697     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
18698  Branch: cfgperl
18699        ! ext/Socket/Socket.xs
18700 ____________________________________________________________________________
18701 [  2416] By: jhi                                   on 1998/11/30  08:00:15
18702     Log: Undo #2395, seems more like a problem in netbsd-current.
18703  Branch: cfgperl
18704        ! util.c
18705
18706 ----------------
18707 Version 5.005_54
18708 ----------------
18709
18710 ____________________________________________________________________________
18711 [  2414] By: gsar                                  on 1998/11/30  02:23:55
18712     Log: more JPL tweaks
18713  Branch: perl
18714        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
18715        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
18716 ____________________________________________________________________________
18717 [  2413] By: gsar                                  on 1998/11/30  01:35:56
18718     Log: stub bin/jpl that just runs JPL::Compile::files()
18719  Branch: perl
18720        + jpl/bin/jpl
18721 ____________________________________________________________________________
18722 [  2412] By: gsar                                  on 1998/11/30  01:32:14
18723     Log: delete symlink
18724  Branch: perl
18725        - jpl/bin/jpl
18726 ____________________________________________________________________________
18727 [  2410] By: gsar                                  on 1998/11/30  01:30:44
18728     Log: branch jpl from perlext to perl
18729  Branch: perl
18730       +> (branch 30 files)
18731 ____________________________________________________________________________
18732 [  2407] By: gsar                                  on 1998/11/30  01:24:53
18733     Log: JPL tweaks to build with 5.005
18734  Branch: perlext
18735        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
18736        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
18737 ____________________________________________________________________________
18738 [  2406] By: gsar                                  on 1998/11/30  00:55:54
18739     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
18740  Branch: perl
18741        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
18742 ____________________________________________________________________________
18743 [  2405] By: gsar                                  on 1998/11/30  00:28:55
18744     Log: patchlevel up to 54
18745  Branch: perl
18746        ! patchlevel.h win32/Makefile win32/config_H.bc
18747        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
18748 ____________________________________________________________________________
18749 [  2403] By: gsar                                  on 1998/11/29  23:35:50
18750     Log: integrate cfgperl changes into mainline
18751  Branch: perl
18752       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18753       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
18754 ____________________________________________________________________________
18755 [  2402] By: gsar                                  on 1998/11/29  23:08:42
18756     Log: sync Text::Wrap version number
18757  Branch: perl
18758        ! lib/Text/Wrap.pm
18759 ____________________________________________________________________________
18760 [  2401] By: gsar                                  on 1998/11/29  22:56:21
18761     Log: textfill.t tweak
18762  Branch: perl
18763        ! t/lib/textfill.t
18764 ____________________________________________________________________________
18765 [  2400] By: gsar                                  on 1998/11/29  22:50:41
18766     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
18767          <muir@idiom.com>
18768  Branch: perl
18769        + t/lib/textfill.t
18770        ! MANIFEST lib/Text/Wrap.pm
18771 ____________________________________________________________________________
18772 [  2399] By: gsar                                  on 1998/11/29  22:28:05
18773     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
18774          has happened without the authors knowledge or consent; the subversive
18775          version (which is in 5.00502) breaks one of the tests in the
18776          authors testsuite; attempts are being made to find a fix that
18777          avoids breaking code already running with the 5.005_02 version
18778          From:    David Muir Sharnoff <muir@idiom.com>
18779          Date:    Sat, 28 Nov 1998 04:34:17 PST
18780          Message-Id: <199811281234.EAA03082@idiom.com>
18781          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
18782  Branch: perl
18783        ! lib/Text/Wrap.pm t/lib/textwrap.t
18784 ____________________________________________________________________________
18785 [  2397] By: nick                                  on 1998/11/29  20:13:58
18786     Log: Update docs and English.pm for $^C
18787  Branch: perl
18788        ! lib/English.pm pod/perlvar.pod
18789 ____________________________________________________________________________
18790 [  2396] By: jhi                                   on 1998/11/29  20:13:03
18791     Log: Mirror #2384.
18792  Branch: cfgperl
18793        ! t/op/pwent.t
18794 ____________________________________________________________________________
18795 [  2395] By: jhi                                   on 1998/11/29  19:59:12
18796     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
18797  Branch: cfgperl
18798        ! util.c
18799 ____________________________________________________________________________
18800 [  2394] By: gsar                                  on 1998/11/29  19:49:08
18801     Log: updated perlreftut.pod
18802  Branch: perl
18803        ! pod/perlreftut.pod
18804 ____________________________________________________________________________
18805 [  2393] By: gsar                                  on 1998/11/29  19:31:56
18806     Log: misc tweaks
18807  Branch: perl
18808        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
18809 ____________________________________________________________________________
18810 [  2392] By: gsar                                  on 1998/11/29  19:31:18
18811     Log: notes about -DPERL_POLLUTE
18812  Branch: perl
18813        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
18814 ____________________________________________________________________________
18815 [  2391] By: gsar                                  on 1998/11/29  19:13:52
18816     Log: explain various win32 build caveats more clearly
18817  Branch: perl
18818        ! README.win32 win32/Makefile win32/makefile.mk
18819 ____________________________________________________________________________
18820 [  2390] By: gsar                                  on 1998/11/29  16:51:59
18821     Log: remove I_POLL detection (Configure will do that now)
18822  Branch: perl
18823        ! ext/IO/Makefile.PL
18824 ____________________________________________________________________________
18825 [  2389] By: jhi                                   on 1998/11/29  16:39:16
18826     Log: Add I_POLL for IO 1.20.
18827  Branch: cfgperl
18828        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18829        ! config_h.SH
18830 ____________________________________________________________________________
18831 [  2388] By: gsar                                  on 1998/11/29  16:23:30
18832     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
18833  Branch: perl
18834        + Porting/p4desc
18835        ! MANIFEST
18836 ____________________________________________________________________________
18837 [  2387] By: gsar                                  on 1998/11/29  16:08:03
18838     Log: another threads reliability fix: serialize writes to thr->threadsv
18839          avoid most uses of PL_na (which is much more inefficient than a
18840          simple local); update docs to suit; PL_na now being thr->Tna may
18841          be a minor compatibility issue for extensions--will require dTHR
18842          outside of XSUBs (those get automatic dTHR)
18843  Branch: perl
18844        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
18845        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
18846        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
18847        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
18848        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
18849        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
18850        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
18851        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
18852        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
18853 ____________________________________________________________________________
18854 [  2386] By: jhi                                   on 1998/11/29  15:40:42
18855     Log: Tune the "if" entry.
18856  Branch: cfgperl
18857        ! pod/perlfunc.pod
18858 ____________________________________________________________________________
18859 [  2385] By: gsar                                  on 1998/11/29  12:40:28
18860     Log: various fixes for race conditions under threads: mutex locks based
18861          on PL_threadnum were seriously flawed, since it means more than one
18862          thread could enter the critical region; PL_na was global instead of
18863          thread-local; child thread could finish and free thr structures
18864          before Thread->new() got around to creating the Thread object;
18865          cv_clone() needed locking, as it mucks with PL_comppad and other
18866          global data; new_struct_thread() needed to lock template-thread's
18867          mutex while copying its data
18868  Branch: perl
18869        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
18870        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
18871 ____________________________________________________________________________
18872 [  2384] By: gsar                                  on 1998/11/29  10:54:38
18873     Log: s/warn/print/ on multiply defined groups
18874  Branch: perl
18875        ! t/op/grent.t
18876 ____________________________________________________________________________
18877 [  2383] By: gsar                                  on 1998/11/29  10:48:39
18878     Log: backout change#2334
18879  Branch: perl
18880        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
18881 ____________________________________________________________________________
18882 [  2382] By: jhi                                   on 1998/11/29  10:33:40
18883     Log: Better NetInfo behaviour.
18884  Branch: cfgperl
18885        ! t/op/grent.t t/op/pwent.t
18886 ____________________________________________________________________________
18887 [  2381] By: jhi                                   on 1998/11/29  10:08:15
18888     Log: Integrate from mainperl.
18889  Branch: cfgperl
18890       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
18891       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18892       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
18893       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
18894       +> t/lib/io_poll.t t/lib/io_unix.t
18895       !> (integrate 58 files)
18896 ____________________________________________________________________________
18897 [  2380] By: gsar                                  on 1998/11/29  08:22:49
18898     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
18899          Tim Bunce)
18900  Branch: perl
18901        ! gv.c
18902 ____________________________________________________________________________
18903 [  2379] By: gsar                                  on 1998/11/29  07:06:43
18904     Log: fix for pat.t failure under USE_THREADS
18905  Branch: perl
18906        ! pp_ctl.c regexec.c
18907 ____________________________________________________________________________
18908 [  2378] By: nick                                  on 1998/11/28  22:46:57
18909     Log: More C.pm tweaks
18910          Save globs even if we have saved cv itself before - may be imported.
18911          
18912          While we don't save "bootstrap" CV we need to provide a stub,
18913          so that if we require it later we don't fall through and attempt
18914          to DynaLoad module again.
18915          
18916          Attempt to save %INC so that "require" does not reload things
18917          we have compiled-in (does not work right yet - seems to be due
18918          to PL_incgv being created in perl_parse() current scheme setting 
18919          GvHV() is "better" than saving the glob, but still does not 
18920          work as I expect). 
18921  Branch: perl
18922        ! ext/B/B/C.pm
18923 ____________________________________________________________________________
18924 [  2377] By: gsar                                  on 1998/11/28  22:30:38
18925     Log: various tweaks; result passes all tests for normal build on Solaris;
18926          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
18927          win32 due to lack of select() that works on non-socket fds
18928  Branch: perl
18929        ! ext/IO/poll.c regcomp.c regexec.c scope.c
18930        ! t/lib/io_multihomed.t win32/makefile.mk
18931 ____________________________________________________________________________
18932 [  2376] By: gsar                                  on 1998/11/28  20:44:39
18933     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
18934  Branch: perl
18935        ! myconfig
18936 ____________________________________________________________________________
18937 [  2375] By: gsar                                  on 1998/11/28  20:42:58
18938     Log: integrate cfgperl changes into mainline
18939  Branch: perl
18940       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
18941       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
18942 ____________________________________________________________________________
18943 [  2374] By: gsar                                  on 1998/11/28  20:02:03
18944     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18945          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
18946          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
18947          Subject: [PATCH 5.00553] Yet another OS/2 patch
18948  Branch: perl
18949        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
18950 ____________________________________________________________________________
18951 [  2373] By: gsar                                  on 1998/11/28  19:30:06
18952     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18953          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
18954          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
18955          Subject: [PATCH 5.005_53] Change $#+
18956  Branch: perl
18957        ! mg.c pod/perlvar.pod t/op/pat.t
18958 ____________________________________________________________________________
18959 [  2372] By: gsar                                  on 1998/11/28  19:28:00
18960     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18961          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
18962          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
18963          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
18964  Branch: perl
18965        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
18966        ! thrdvar.h
18967 ____________________________________________________________________________
18968 [  2371] By: gsar                                  on 1998/11/28  19:23:53
18969     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18970          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
18971          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
18972          Subject: [PATCH 5.005_53] better -Mre=debugcolor
18973  Branch: perl
18974        ! embedvar.h objXSUB.h regexec.c thrdvar.h
18975 ____________________________________________________________________________
18976 [  2370] By: gsar                                  on 1998/11/28  19:21:17
18977     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18978          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
18979          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
18980          Subject: [PATCH 5.005_*] regcolors
18981  Branch: perl
18982        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
18983 ____________________________________________________________________________
18984 [  2369] By: gsar                                  on 1998/11/28  19:00:15
18985     Log: allow final period in a file (not followed by a newline) to
18986          terminate format spec
18987  Branch: perl
18988        ! toke.c
18989 ____________________________________________________________________________
18990 [  2368] By: gsar                                  on 1998/11/28  18:58:25
18991     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
18992          add C<$Config{installarchlib}/CORE> to the default locations searched
18993          on win32
18994  Branch: perl
18995        ! lib/ExtUtils/Liblist.pm
18996 ____________________________________________________________________________
18997 [  2367] By: gsar                                  on 1998/11/28  18:46:05
18998     Log: applied suggested patch with PERL_OBJECT tweaks
18999          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19000          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
19001          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
19002          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
19003  Branch: perl
19004        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
19005        ! regexec.c t/op/pat.t thrdvar.h
19006 ____________________________________________________________________________
19007 [  2366] By: gsar                                  on 1998/11/28  18:38:34
19008     Log: additional documentation for qr//
19009          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19010          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
19011          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
19012          Subject: [PATCH 5.005_*] Documentation (fwd)
19013  Branch: perl
19014        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
19015 ____________________________________________________________________________
19016 [  2365] By: gsar                                  on 1998/11/28  18:35:35
19017     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19018          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
19019          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
19020          Subject: [PATCH 5.005_*] Fix \G in REx without //g
19021  Branch: perl
19022        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
19023        ! regexp.h t/op/pat.t thrdvar.h
19024 ____________________________________________________________________________
19025 [  2364] By: gsar                                  on 1998/11/28  18:24:20
19026     Log: update Test.pm to Test-1.12; tweak 're' detection
19027  Branch: perl
19028        ! lib/Test.pm
19029 ____________________________________________________________________________
19030 [  2363] By: gsar                                  on 1998/11/28  18:12:04
19031     Log: avoid command-line quoting portability problems in lex_assign.t
19032  Branch: perl
19033        ! t/op/lex_assign.t
19034 ____________________________________________________________________________
19035 [  2362] By: gsar                                  on 1998/11/28  18:08:50
19036     Log: From: John Tobey <jtobey@channel1.com>
19037          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
19038          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
19039          Subject: PATCH: document English.pm sawampersand and thread issues
19040  Branch: perl
19041        ! lib/English.pm pod/perlvar.pod
19042 ____________________________________________________________________________
19043 [  2361] By: gsar                                  on 1998/11/28  18:03:04
19044     Log: fix uninitialized warnings
19045          From: Brian Callaghan <callagh@itginc.com>
19046          Date: Thu, 19 Nov 1998 17:49:10 -0800
19047          Message-Id: <3654CA96.B64FCAEB@itginc.com>
19048          Subject: Complete.pm patch (version 1.1)
19049  Branch: perl
19050        ! lib/Term/Complete.pm
19051 ____________________________________________________________________________
19052 [  2360] By: gsar                                  on 1998/11/28  17:59:16
19053     Log: s/Array/List/ suggested by John Tobey
19054  Branch: perl
19055        ! pod/perldata.pod
19056 ____________________________________________________________________________
19057 [  2359] By: gsar                                  on 1998/11/28  17:47:48
19058     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
19059  Branch: perl
19060        ! lib/Tie/Handle.pm pod/perlfunc.pod
19061 ____________________________________________________________________________
19062 [  2358] By: jhi                                   on 1998/11/28  17:23:15
19063     Log: Revamp the locale tests.
19064          (0) Instead of rewiring a few locales scan for them.
19065          (1) Bogus test #101 removed.
19066          (2) All the locales are checked, the lists of failed
19067          and non-failed ones are displayed.
19068          (3) The test #103 is again 'active' so that it may fail.
19069          (4) To balance (3) a hopefully pacifying message is shown
19070          if the #103 fails.
19071  Branch: cfgperl
19072        ! t/pragma/locale.t
19073 ____________________________________________________________________________
19074 [  2357] By: gsar                                  on 1998/11/28  17:21:07
19075     Log: add perlreftut.pod
19076  Branch: perl
19077        + pod/perlreftut.pod
19078        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
19079        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
19080        ! win32/pod.mak
19081 ____________________________________________________________________________
19082 [  2356] By: jhi                                   on 1998/11/28  16:58:01
19083     Log: Change #2346 fallout.
19084  Branch: cfgperl
19085        ! t/op/undef.t
19086 ____________________________________________________________________________
19087 [  2355] By: gsar                                  on 1998/11/28  16:46:43
19088     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
19089          ANSI prototypes
19090  Branch: perl
19091        ! ext/IO/IO.xs
19092 ____________________________________________________________________________
19093 [  2354] By: gsar                                  on 1998/11/28  16:08:07
19094     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
19095          keep platform hacks that aren't in the 1.20 dist; add new files
19096          to MANIFEST; hack Makefile.PL; result hasn't been tested
19097          anywhere
19098  Branch: perl
19099        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
19100        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
19101        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
19102        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
19103        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
19104        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
19105        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
19106        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
19107        ! t/lib/io_sock.t t/lib/io_udp.t
19108 ____________________________________________________________________________
19109 [  2353] By: jhi                                   on 1998/11/28  15:51:03
19110     Log: Locale collation, ctype, and numeric, were initialized wrong
19111          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
19112          as reported by
19113          
19114          From: Ilya.Sandler@etak.com (Ilya Sandler)
19115          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
19116          To: perlbug@perl.com
19117          Date: 25 Nov 1998 04:53:52 +0200
19118          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
19119  Branch: cfgperl
19120        ! util.c
19121 ____________________________________________________________________________
19122 [  2352] By: nick                                  on 1998/11/28  15:21:59
19123     Log: Implement $^C to allow perl access to -c flag - I think this 
19124          was agreed once...
19125  Branch: perl
19126        ! gv.c mg.c
19127 ____________________________________________________________________________
19128 [  2351] By: jhi                                   on 1998/11/28  15:14:24
19129     Log: Change #2251 fixup.
19130  Branch: cfgperl
19131        ! myconfig
19132 ____________________________________________________________________________
19133 [  2350] By: jhi                                   on 1998/11/28  14:58:19
19134     Log: Integrate from mainperl.
19135  Branch: cfgperl
19136       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
19137       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
19138       +> pod/perl5005delta.pod
19139       !> (integrate 49 files)
19140 ____________________________________________________________________________
19141 [  2349] By: jhi                                   on 1998/11/28  14:27:36
19142     Log: Passwd and group file groveling.
19143  Branch: cfgperl
19144        ! t/op/grent.t t/op/pwent.t
19145 ____________________________________________________________________________
19146 [  2348] By: gsar                                  on 1998/11/28  14:09:50
19147     Log: more conservative version of changes#2345,2346,2347; those break
19148          C<defined(@{"foo::ISA"})> which seems to be extensively used in
19149          the libs :-(
19150  Branch: perl
19151        ! pp.c t/op/method.t
19152 ____________________________________________________________________________
19153 [  2347] By: gsar                                  on 1998/11/28  13:36:08
19154     Log: tweak bogus test
19155  Branch: perl
19156        ! t/op/method.t
19157 ____________________________________________________________________________
19158 [  2346] By: gsar                                  on 1998/11/28  13:20:34
19159     Log: test cases for previous change
19160  Branch: perl
19161        ! t/op/undef.t
19162 ____________________________________________________________________________
19163 [  2345] By: gsar                                  on 1998/11/28  13:07:17
19164     Log: fix typo in pp_defined() causing C<defined %tied> to fail
19165  Branch: perl
19166        ! pp.c
19167 ____________________________________________________________________________
19168 [  2344] By: gsar                                  on 1998/11/28  13:03:29
19169     Log: s/comment/comment_t/ tweak (suggested by John Gorman
19170          <jgorman@webbysoft.com>)
19171  Branch: perl
19172        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
19173 ____________________________________________________________________________
19174 [  2343] By: gsar                                  on 1998/11/28  12:52:40
19175     Log: add (stub) perldelta.pod
19176  Branch: perl
19177        + pod/perldelta.pod
19178 ____________________________________________________________________________
19179 [  2342] By: gsar                                  on 1998/11/28  12:49:26
19180     Log: rename perldelta.pod to perl5005delta.pod in preparation for
19181          starting a new one
19182  Branch: perl
19183       +> pod/perl5005delta.pod
19184        - pod/perldelta.pod
19185        ! MANIFEST pod/perl.pod
19186 ____________________________________________________________________________
19187 [  2341] By: gsar                                  on 1998/11/28  12:41:55
19188     Log: fix MALLOC_LOCK #define
19189  Branch: perl
19190        ! malloc.c
19191 ____________________________________________________________________________
19192 [  2340] By: gsar                                  on 1998/11/28  12:18:23
19193     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19194          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
19195          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
19196          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
19197  Branch: perl
19198        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
19199 ____________________________________________________________________________
19200 [  2339] By: jhi                                   on 1998/11/28  11:59:01
19201     Log: Add -lm to dynix/ptx POSIX hints.
19202          From: "Martin J. Bligh" <mbligh@sequent.com>
19203          To: jhi@iki.fi
19204          Subject: Re: Making Perl work on DYNIX/ptx
19205          Date: Wed, 25 Nov 1998 10:34:41 -0800
19206          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
19207  Branch: cfgperl
19208        ! ext/POSIX/hints/dynixptx.pl
19209 ____________________________________________________________________________
19210 [  2338] By: jhi                                   on 1998/11/28  11:57:19
19211     Log: Detypo.
19212  Branch: cfgperl
19213        ! lib/filetest.pm
19214 ____________________________________________________________________________
19215 [  2337] By: jhi                                   on 1998/11/28  11:56:29
19216     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
19217  Branch: cfgperl
19218        ! Configure
19219 ____________________________________________________________________________
19220 [  2336] By: gsar                                  on 1998/11/28  11:41:14
19221     Log: teach CPAN.pm to ignore beta perl distributions when looking for
19222          modules
19223          From: root@dogberry.rutgers.edu (root)
19224          Date: Thu, 12 Nov 1998 23:08:39 -0500
19225          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
19226          Subject: recompile tries getting a perl distribution
19227  Branch: perl
19228        ! lib/CPAN.pm
19229 ____________________________________________________________________________
19230 [  2335] By: gsar                                  on 1998/11/28  11:27:46
19231     Log: make $1 et al readonly under threads; make C<undef $1> fail like
19232          C<$1 = undef> does
19233  Branch: perl
19234        ! op.c pp.c t/op/undef.t
19235 ____________________________________________________________________________
19236 [  2334] By: gsar                                  on 1998/11/28  10:24:52
19237     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
19238  Branch: perl
19239        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
19240 ____________________________________________________________________________
19241 [  2333] By: gsar                                  on 1998/11/28  09:36:40
19242     Log: document changed PERL_HASH()
19243  Branch: perl
19244        ! pod/perlfunc.pod pod/perlguts.pod
19245 ____________________________________________________________________________
19246 [  2332] By: nick                                  on 1998/11/27  21:10:27
19247     Log: Handle INIT list in C.pm
19248          1. Provide init_av() from B.xs
19249          2. Export it in B.pm
19250          3. Use it in C.pm
19251          Also disable some pruning in savecv() which seems to undo
19252          my previous patch.
19253          Experimental feature - save pathnames of .so files in easily 
19254          grep-able form for use in wrapper to feed to linker.  
19255  Branch: perl
19256        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
19257 ____________________________________________________________________________
19258 [  2327] By: gsar                                  on 1998/11/27  15:12:01
19259     Log: integrate change#2315 from maint-5.005
19260  Branch: perl
19261        ! t/op/sort.t
19262       !> op.c sv.c
19263 ____________________________________________________________________________
19264 [  2326] By: gsar                                  on 1998/11/27  15:00:42
19265     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
19266  Branch: perl
19267       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
19268       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
19269       !> lib/ExtUtils/typemap
19270 ____________________________________________________________________________
19271 [  2325] By: gsar                                  on 1998/11/27  14:46:18
19272     Log: malloc bugfix and documentation from Ilya Zakharevich
19273          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
19274          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
19275          Subject: [PATCH 5.005_*] Re: Internal coredump
19276          --
19277          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
19278          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
19279          Subject: [PATCH 5.005_*] malloc.c documentation
19280  Branch: perl
19281        ! malloc.c
19282 ____________________________________________________________________________
19283 [  2324] By: gsar                                  on 1998/11/27  14:41:38
19284     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
19285  Branch: perl
19286        ! ext/B/B/C.pm
19287 ____________________________________________________________________________
19288 [  2323] By: gsar                                  on 1998/11/27  14:33:44
19289     Log: From: maeda@src.ricoh.co.jp
19290          Date: Tue, 24 Nov 1998 10:37:45 +0900
19291          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
19292          Subject: format "..." bug
19293  Branch: perl
19294        ! pp_ctl.c t/op/write.t
19295 ____________________________________________________________________________
19296 [  2322] By: gsar                                  on 1998/11/27  14:20:12
19297     Log: add ext/Devel/Peek
19298          From: jan.dubois@ibm.net (Jan Dubois)
19299          Date: Mon, 23 Nov 1998 00:48:11 +0100
19300          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
19301          Subject: [PATCH 5.005_53] Devel::Peek integration
19302  Branch: perl
19303        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
19304        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
19305        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
19306        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
19307        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
19308 ____________________________________________________________________________
19309 [  2321] By: gsar                                  on 1998/11/27  13:03:08
19310     Log: ensure 'make regen_headers' even without perl installed
19311          (suggested by Ilya Zakharevich)
19312  Branch: perl
19313        ! bytecode.pl warning.pl
19314 ____________________________________________________________________________
19315 [  2320] By: gsar                                  on 1998/11/27  12:58:36
19316     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19317          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
19318          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
19319          Subject: [PATCH 5.005_*] Cosmetic malloc patch
19320  Branch: perl
19321        ! malloc.c
19322 ____________________________________________________________________________
19323 [  2319] By: gsar                                  on 1998/11/27  12:56:13
19324     Log: eliminate dup hunk from integration
19325  Branch: perl
19326        ! lib/filetest.pm perl.h
19327 ____________________________________________________________________________
19328 [  2318] By: gsar                                  on 1998/11/27  12:50:08
19329     Log: integrate cfgperl changes into mainline
19330  Branch: perl
19331       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
19332        ! pod/perlfaq4.pod
19333       !> (integrate 30 files)
19334 ____________________________________________________________________________
19335 [  2317] By: jhi                                   on 1998/11/27  11:38:13
19336     Log: C<-x>.
19337  Branch: cfgperl
19338        ! lib/filetest.pm
19339 ____________________________________________________________________________
19340 [  2316] By: jhi                                   on 1998/11/27  11:10:22
19341     Log: Integrate from mainperl.
19342  Branch: cfgperl
19343       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
19344       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
19345       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
19346       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
19347       !> win32/win32sck.c
19348 ____________________________________________________________________________
19349 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
19350     Log: integrate change#2246 from mainline, while still allowing
19351          C<sort $globref @foo>
19352          
19353          allow C<sort $coderef @foo>
19354  Branch: maint-5.005/perl
19355        ! op.c sv.c
19356       !> t/op/sort.t
19357 ____________________________________________________________________________
19358 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
19359     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
19360          forwarded by Jarkko Hietaniemi from Mark Bixby
19361  Branch: maint-5.005/perl
19362        ! ext/DynaLoader/dl_mpeix.xs installperl
19363 ____________________________________________________________________________
19364 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
19365     Log: Allow PL_FILES to have multiple targets from one source by allowing
19366          an array ref as the value in the hash
19367  Branch: maint-5.005/perl
19368        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19369        ! lib/ExtUtils/MakeMaker.pm
19370 ____________________________________________________________________________
19371 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
19372     Log: fix unsigned variables to use SvUV and sv_setuv
19373  Branch: maint-5.005/perl
19374        ! lib/ExtUtils/typemap
19375 ____________________________________________________________________________
19376 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
19377     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
19378  Branch: maint-5.005/perl
19379        ! lib/ExtUtils/MM_Unix.pm
19380 ____________________________________________________________________________
19381 [  2301] By: gsar                                  on 1998/11/26  10:16:54
19382     Log: fix PL_defoutgv leak under threads
19383  Branch: perl
19384        ! ext/Thread/Thread.xs
19385 ____________________________________________________________________________
19386 [  2300] By: gsar                                  on 1998/11/26  09:04:44
19387     Log: properly free temporaries created by threads
19388  Branch: perl
19389        ! ext/Thread/Thread.xs
19390 ____________________________________________________________________________
19391 [  2299] By: gsar                                  on 1998/11/26  06:51:16
19392     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
19393          to set the package for the block properly
19394  Branch: perl
19395        ! op.c t/comp/package.t t/lib/dumper.t
19396 ____________________________________________________________________________
19397 [  2298] By: nick                                  on 1998/11/24  22:04:20
19398     Log: Part-1 of tweaks to allow Tk to be "compiled"
19399          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
19400          (May also need attention to exports etc. - to follow.)
19401  Branch: perl
19402        ! universal.c
19403 ____________________________________________________________________________
19404 [  2294] By: jhi                                   on 1998/11/23  10:44:26
19405     Log: The new socket tests need in some platforms
19406          to #include <sys/types.h>.
19407  Branch: cfgperl
19408        ! Configure
19409 ____________________________________________________________________________
19410 [  2293] By: jhi                                   on 1998/11/23  10:33:42
19411     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
19412          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
19413          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
19414          Date: Mon, 23 Nov 1998 10:07:04 +0100
19415          Message-Id: <9811230907.AA06484@AWT.nl>
19416          
19417          NeXTstep NetInfo uses nidump to get the user/group databases.
19418  Branch: cfgperl
19419        ! t/op/grent.t t/op/pwent.t
19420 ____________________________________________________________________________
19421 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
19422     Log: Updated Porting/patchls utility.
19423  Branch: maint-5.004/perl
19424        ! Porting/patchls
19425 ____________________________________________________________________________
19426 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
19427     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
19428          From:  Henrik Tougaard <ht.000@foa.dk>
19429          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
19430          Files:  lib/Sys/Syslog.pm
19431  Branch: maint-5.004/perl
19432        ! lib/Sys/Syslog.pm
19433 ____________________________________________________________________________
19434 [  2286] By: jhi                                   on 1998/11/22  19:08:42
19435     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
19436  Branch: cfgperl
19437        ! ext/Socket/Socket.xs
19438 ____________________________________________________________________________
19439 [  2285] By: jhi                                   on 1998/11/22  18:21:07
19440     Log: MSG_PROXY for GNU/Hurd (previously we believed that
19441          all GNU libc platforms have MSG_PROXY.  Untrue).
19442          In fact this ended up as a major MSG_* and SCM_*
19443          update.  The MSG_XXX known to be enums in some
19444          versions of the glibc are now probed for and respective
19445          HAS_MSG_XXX are defined.  While I was at it I noticed
19446          SCM_RIGHTS being similarly an enum.  This reminded me of
19447          an ancient discussion in perl5-porters:
19448          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
19449          The BSD socket interface has a nifty feature for passing
19450          file descriptors and credentials--via sockets.  It may be
19451          too late to add this functionality to the CORE but
19452          at least Configure now probes for the functions,
19453          structs, and includes, defining the appropriate
19454          HAS_YYY and I_ZZZ, and the Socket extension exports
19455          the constants, in case somebody wants to write an
19456          extension for this interface.
19457  Branch: cfgperl
19458        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19459        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
19460        ! iperlsys.h
19461 ____________________________________________________________________________
19462 [  2284] By: jhi                                   on 1998/11/22  18:13:21
19463     Log: perlhist.pod 1.54, containing 5_53.
19464  Branch: cfgperl
19465        ! pod/perlhist.pod
19466 ____________________________________________________________________________
19467 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
19468     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
19469  Branch: maint-5.004/perl
19470        ! doio.c
19471 ____________________________________________________________________________
19472 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
19473     Log: Improve op/die_exit.t test for implicit close changing $!
19474  Branch: maint-5.004/perl
19475        ! t/op/die_exit.t
19476 ____________________________________________________________________________
19477 [  2268] By: jhi                                   on 1998/11/22  14:44:11
19478     Log: Fix thinko.
19479  Branch: cfgperl
19480        ! hints/dynixptx.sh
19481 ____________________________________________________________________________
19482 [  2267] By: jhi                                   on 1998/11/22  13:19:41
19483     Log: Document the d_socket override.
19484  Branch: cfgperl
19485        ! hints/dynixptx.sh
19486 ____________________________________________________________________________
19487 [  2266] By: jhi                                   on 1998/11/22  12:12:29
19488     Log: From: John Tobey <jtobey@channel1.com>
19489          Subject: [PATCH] perlfaq typos
19490          To: perl5-porters@perl.com
19491          Date: 22 Nov 1998 04:25:15 +0200
19492          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
19493  Branch: cfgperl
19494        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19495        ! pod/perlfaq7.pod pod/perlfaq8.pod
19496 ____________________________________________________________________________
19497 [  2265] By: jhi                                   on 1998/11/22  12:06:29
19498     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
19499          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
19500          Newsgroups: hut.lists.perl5-porters
19501          To: gsar@engin.umich.edu (Gurusamy Sarathy)
19502          Cc: perl5-porters@perl.org (Perl5 Porters)
19503          Date: 20 Nov 1998 12:20:41 +0200
19504  Branch: cfgperl
19505        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19506        ! ext/DB_File/DB_File.xs
19507 ____________________________________________________________________________
19508 [  2264] By: jhi                                   on 1998/11/22  11:55:09
19509     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
19510          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
19511          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
19512          To: perlbug@perl.com
19513          Date: 20 Nov 1998 18:39:06 +0200
19514          Lines: 47
19515          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
19516  Branch: cfgperl
19517        ! t/op/grent.t t/op/pwent.t
19518 ____________________________________________________________________________
19519 [  2263] By: jhi                                   on 1998/11/22  11:42:59
19520     Log: Permission testing is tricky when we have too much power.
19521          Problem reported in
19522          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
19523          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
19524          To: perlbug@perl.com
19525          Date: 20 Nov 1998 18:39:06 +0200
19526          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
19527  Branch: cfgperl
19528        ! t/op/filetest.t
19529 ____________________________________________________________________________
19530 [  2262] By: gsar                                  on 1998/11/22  11:37:02
19531     Log: fix broken CAPI generation
19532  Branch: perl
19533        ! win32/GenCAPI.pl
19534 ____________________________________________________________________________
19535 [  2261] By: jhi                                   on 1998/11/22  11:17:00
19536     Log: -x should be C<-x>, reported by Gerben Wierda.
19537  Branch: cfgperl
19538        ! pod/perlfunc.pod
19539 ____________________________________________________________________________
19540 [  2260] By: gsar                                  on 1998/11/22  11:12:02
19541     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
19542  Branch: perl
19543        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
19544        ! proto.h
19545 ____________________________________________________________________________
19546 [  2259] By: jhi                                   on 1998/11/22  11:06:40
19547     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
19548          Subject: Re: [PATCH] Re: pod2man bug in date generated line
19549          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
19550          Cc: perlbug@perl.com
19551          Date: 20 Nov 1998 21:30:17 +0200
19552          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
19553  Branch: cfgperl
19554        ! pod/pod2man.PL
19555 ____________________________________________________________________________
19556 [  2256] By: jhi                                   on 1998/11/21  10:44:01
19557     Log: From: Thomas Bowditch <bowditch@inmet.com>
19558          Subject: Benchmark.pm suggestion
19559          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
19560          Date: Fri, 20 Nov 1998 17:43:46 -0500
19561          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
19562          
19563          Added timesum().
19564  Branch: cfgperl
19565        ! lib/Benchmark.pm
19566 ____________________________________________________________________________
19567 [  2255] By: gsar                                  on 1998/11/21  08:45:06
19568     Log: another win32 portability fix: make sysread() and syswrite()
19569          work on sockets
19570  Branch: perl
19571        ! pp_sys.c win32/win32.h
19572 ____________________________________________________________________________
19573 [  2254] By: gsar                                  on 1998/11/21  07:49:06
19574     Log: win32_recvfrom() compatibility fix
19575  Branch: perl
19576        ! win32/win32sck.c
19577 ____________________________________________________________________________
19578 [  2253] By: jhi                                   on 1998/11/20  08:22:06
19579     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
19580          To: jhi@iki.fi
19581          Subject: MPE/iX Perl 5.005_02 oops
19582          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
19583          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
19584  Branch: cfgperl
19585        ! ext/DynaLoader/dl_mpeix.xs installperl
19586 ____________________________________________________________________________
19587 [  2252] By: gsar                                  on 1998/11/19  17:38:03
19588     Log: mess_sv tweak for change#2249
19589  Branch: perl
19590        ! util.c
19591 ____________________________________________________________________________
19592 [  2251] By: jhi                                   on 1998/11/18  12:32:19
19593     Log: Display use64bits and usemultiplicity but only if necessary.
19594  Branch: cfgperl
19595        ! myconfig
19596 ____________________________________________________________________________
19597 [  2250] By: jhi                                   on 1998/11/18  12:26:50
19598     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
19599          Subject: pp.c uses 'unsigned Quad_t'
19600          To: perlbug@perl.com 
19601          Date: Sun, 15 Nov 1998 20:57:05 -0300 
19602          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
19603  Branch: cfgperl
19604        ! perl.h pp.c
19605 ____________________________________________________________________________
19606 [  2249] By: gsar                                  on 1998/11/18  05:43:11
19607     Log: use PL_mess_sv only during global destruction (fixes problems with
19608          overlapping invocations of form()/warn()/die()/croak() trampling on
19609          each other's messages)
19610  Branch: perl
19611        ! mg.c util.c
19612 ____________________________________________________________________________
19613 [  2248] By: gsar                                  on 1998/11/18  05:39:36
19614     Log: tweak change#2245 to skip previous message if any
19615  Branch: perl
19616        ! pp_ctl.c t/pragma/warn/pp_ctl
19617 ____________________________________________________________________________
19618 [  2247] By: jhi                                   on 1998/11/17  11:46:56
19619     Log: Integrate from mainperl.
19620  Branch: cfgperl
19621       !> (integrate 26 files)
19622 ____________________________________________________________________________
19623 [  2246] By: gsar                                  on 1998/11/17  09:41:10
19624     Log: allow C<sort $coderef @foo>
19625  Branch: perl
19626        ! op.c t/op/sort.t t/pragma/overload.t
19627 ____________________________________________________________________________
19628 [  2245] By: gsar                                  on 1998/11/17  08:28:26
19629     Log: propagate failures in DESTROY() as (optional) warnings
19630  Branch: perl
19631        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
19632 ____________________________________________________________________________
19633 [  2244] By: gsar                                  on 1998/11/17  07:43:08
19634     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
19635  Branch: perl
19636        ! perl.c thrdvar.h
19637 ____________________________________________________________________________
19638 [  2243] By: gsar                                  on 1998/11/17  07:40:09
19639     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
19640  Branch: perl
19641        ! lib/warning.pm warning.h warning.pl
19642 ____________________________________________________________________________
19643 [  2242] By: gsar                                  on 1998/11/17  06:32:39
19644     Log: fix skipspace() to properly account for newlines in eval''-ed
19645          strings (caused bogus line numbers in diagnostics and debugger)
19646  Branch: perl
19647        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
19648 ____________________________________________________________________________
19649 [  2241] By: gsar                                  on 1998/11/17  03:48:12
19650     Log: s/Perl_utf8skip/PL_utf8skip/g
19651  Branch: perl
19652        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
19653 ____________________________________________________________________________
19654 [  2240] By: gsar                                  on 1998/11/14  06:09:06
19655     Log: rework op/groups.t
19656  Branch: perl
19657        ! t/op/filetest.t t/op/groups.t
19658 ____________________________________________________________________________
19659 [  2235] By: gsar                                  on 1998/11/14  00:17:05
19660     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
19661  Branch: perl
19662        ! op.c
19663 ____________________________________________________________________________
19664 [  2234] By: gsar                                  on 1998/11/14  00:14:02
19665     Log: update Changes
19666  Branch: perl
19667        ! Changes win32/config.bc win32/config.gc win32/config.vc
19668 ____________________________________________________________________________
19669 [  2233] By: gsar                                  on 1998/11/13  09:43:03
19670     Log: doc tweak
19671  Branch: perl
19672        ! README.win32
19673 ____________________________________________________________________________
19674 [  2230] By: jhi                                   on 1998/11/12  17:07:45
19675     Log: Allow hints file override for d_socket
19676          (based on Sequent-induced change #2229).
19677  Branch: cfgperl
19678        ! Configure
19679 ____________________________________________________________________________
19680 [  2229] By: jhi                                   on 1998/11/12  16:32:33
19681     Log: 
19682          From: "Martin J. Bligh" <mbligh@sequent.com>
19683          To: jhi@iki.fi
19684          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
19685          Subject: Re: Making Perl work on DYNIX/ptx
19686          Date: Tue, 10 Nov 1998 16:24:26 -0800
19687          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
19688  Branch: cfgperl
19689        ! hints/dynixptx.sh
19690 ____________________________________________________________________________
19691 [  2228] By: jhi                                   on 1998/11/12  11:40:37
19692     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
19693          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
19694          To: jhi@iki.fi
19695          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
19696          Subject: Re: Making Perl work on DYNIX/ptx
19697          Date: Tue, 10 Nov 1998 18:01:10 -0800
19698  Branch: cfgperl
19699        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
19700 ____________________________________________________________________________
19701 [  2227] By: jhi                                   on 1998/11/12  11:17:42
19702     Log: Integrate from mainperl.
19703  Branch: cfgperl
19704       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
19705       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
19706       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
19707       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
19708       !> win32/win32.c x2p/s2p.PL
19709 ____________________________________________________________________________
19710 [  2226] By: gsar                                  on 1998/11/11  21:05:42
19711     Log: provide -DPERL_POLLUTE
19712  Branch: perl
19713        ! embed.pl embedvar.h
19714 ____________________________________________________________________________
19715 [  2225] By: jhi                                   on 1998/11/09  07:45:12
19716     Log: From: Hans Mulder <hansm@icgroup.nl>
19717          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
19718          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
19719          perl5-porters@perl.org
19720          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
19721          (UNINSTALLED)
19722          Date: Sun,  8 Nov 98 22:20:23 +0100
19723          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
19724  Branch: cfgperl
19725        ! malloc.c perl.h
19726 ____________________________________________________________________________
19727 [  2224] By: gsar                                  on 1998/11/09  03:13:14
19728     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
19729          Christoph <lupe@alanya.m.isar.de>)
19730  Branch: perl
19731        ! lib/Text/Wrap.pm
19732 ____________________________________________________________________________
19733 [  2223] By: gsar                                  on 1998/11/09  02:09:06
19734     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
19735          <lionel.fourquaux@wanadoo.fr>)
19736  Branch: perl
19737        ! x2p/s2p.PL
19738 ____________________________________________________________________________
19739 [  2222] By: gsar                                  on 1998/11/09  01:56:24
19740     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
19741          Date: Wed, 04 Nov 1998 12:19:44 +0000
19742          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
19743          Subject: [PATCH] Re: [5.005_53] read overflow? 
19744          --
19745          Date: Wed, 04 Nov 1998 13:15:18 +0000
19746          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
19747          Subject: [PATCH 5.005_53] perl -V fix
19748  Branch: perl
19749        ! perl.c regexec.c
19750 ____________________________________________________________________________
19751 [  2221] By: gsar                                  on 1998/11/09  01:34:56
19752     Log: From: jan.dubois@ibm.net (Jan Dubois)
19753          Date: Sun, 01 Nov 1998 00:05:01 +0100
19754          Message-ID: <364294bd.18052307@smtp1.ibm.net>
19755          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
19756  Branch: perl
19757        ! Changes win32/makedef.pl
19758 ____________________________________________________________________________
19759 [  2220] By: gsar                                  on 1998/11/08  21:13:07
19760     Log: integrate changes#2120,2168,2218 from maint-5.005;
19761          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
19762          enum; make regen_headers
19763  Branch: perl
19764        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
19765        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
19766 ____________________________________________________________________________
19767 [  2219] By: gsar                                  on 1998/11/08  19:42:57
19768     Log: integrate cfgperl changes into mainline
19769  Branch: perl
19770       +> README.vmesa
19771       !> Configure MANIFEST Porting/Glossary Porting/config.sh
19772       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
19773       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
19774       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
19775       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
19776       !> thread.h vms/subconfigure.com vos/config.h
19777 ____________________________________________________________________________
19778 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
19779     Log: From: Graham Barr <gbarr@ti.com>
19780          Date: Mon, 2 Nov 1998 07:38:52 -0600
19781          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
19782          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
19783  Branch: maint-5.005/perl
19784        ! ext/IPC/SysV/Msg.pm
19785 ____________________________________________________________________________
19786 [  2215] By: gsar                                  on 1998/11/08  02:52:52
19787     Log: set close-on-exec bit on pipe() FDs
19788  Branch: perl
19789        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
19790 ____________________________________________________________________________
19791 [  2214] By: gsar                                  on 1998/11/08  02:27:57
19792     Log: typo in newHVhv()
19793  Branch: perl
19794        ! hv.c
19795 ____________________________________________________________________________
19796 [  2211] By: jhi                                   on 1998/11/07  21:14:18
19797     Log: Finalize the Mach CThreads support.
19798          
19799          From: Hans Mulder <hansm@icgroup.nl>
19800          Date: Sat,  7 Nov 98 22:06:20 +0100
19801          To: Gurusamy Sarathy <gsar@engin.umich.edu>
19802          Cc: jhi@iki.fi, perl5-porters@perl.org
19803          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
19804          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
19805  Branch: cfgperl
19806        ! malloc.c perl.h
19807 ____________________________________________________________________________
19808 [  2210] By: gsar                                  on 1998/11/06  20:36:50
19809     Log: fix AvREALISH bogusness
19810  Branch: perl
19811        ! av.c t/op/array.t
19812 ____________________________________________________________________________
19813 [  2209] By: jhi                                   on 1998/11/06  08:05:31
19814     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
19815          ASSERT() causes problems in {NeXTStep,OpenStep}.
19816          
19817          From: Hans Mulder <hansm@icgroup.nl>
19818          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
19819          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
19820          Date: Fri,  6 Nov 98 01:27:41 +0100
19821          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
19822          
19823          and
19824          
19825          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19826          Subject: Re: ASSERT() in malloc.c
19827          To: jhi@iki.fi
19828          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
19829          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
19830  Branch: cfgperl
19831        ! malloc.c
19832 ____________________________________________________________________________
19833 [  2208] By: jhi                                   on 1998/11/06  07:55:38
19834     Log: Mach CThreads needs #include <mach/cthreads.h>.
19835  Branch: cfgperl
19836        ! perl.h
19837 ____________________________________________________________________________
19838 [  2206] By: jhi                                   on 1998/11/05  14:54:52
19839     Log: PERL_BADLANG wrongly documented.
19840          
19841          From: ts <decoux@moulon.inra.fr>
19842          To: jhi@cc.hut.fi
19843          Subject: Re: Locale warning messages
19844          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
19845          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
19846          
19847          and
19848          
19849          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19850          Subject: Re: PERL_BADLANG
19851          To: jhi@iki.fi
19852          Subject: Re: PERL_BADLANG
19853          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
19854          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
19855  Branch: cfgperl
19856        ! pod/perllocale.pod
19857 ____________________________________________________________________________
19858 [  2205] By: jhi                                   on 1998/11/05  14:24:33
19859     Log: Document all the control flow keywords in perlfunc
19860          so that "perlfunc -f while" works.
19861  Branch: cfgperl
19862        ! pod/perlfunc.pod
19863 ____________________________________________________________________________
19864 [  2204] By: jhi                                   on 1998/11/05  12:46:02
19865     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
19866          (from vos/config.h).  Update Porting/{Glossary,config*}.
19867  Branch: cfgperl
19868        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19869        ! config_h.SH vos/config.h
19870 ____________________________________________________________________________
19871 [  2203] By: jhi                                   on 1998/11/05  08:34:39
19872     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
19873  Branch: cfgperl
19874        ! hints/vmesa.sh vms/subconfigure.com
19875 ____________________________________________________________________________
19876 [  2202] By: jhi                                   on 1998/11/05  08:03:20
19877     Log: Integrate from mainperl.
19878  Branch: cfgperl
19879       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
19880       !> win32/Makefile win32/makefile.mk win32/win32.c
19881 ____________________________________________________________________________
19882 [  2201] By: gsar                                  on 1998/11/05  04:40:44
19883     Log: another POPSTACK victim
19884  Branch: perl
19885        ! cop.h sv.c
19886 ____________________________________________________________________________
19887 [  2196] By: gsar                                  on 1998/11/05  02:07:54
19888     Log: fix a location affected by change#2191, add note about POPSTACK
19889  Branch: perl
19890        ! cop.h gv.c pp_ctl.c
19891 ____________________________________________________________________________
19892 [  2195] By: gsar                                  on 1998/11/05  02:04:45
19893     Log: makefile notes
19894  Branch: perl
19895        ! win32/Makefile win32/makefile.mk
19896 ____________________________________________________________________________
19897 [  2192] By: gsar                                  on 1998/11/04  23:48:53
19898     Log: indeterminate order-of-evaluation fixes
19899  Branch: perl
19900        ! mg.c
19901 ____________________________________________________________________________
19902 [  2191] By: gsar                                  on 1998/11/04  23:02:16
19903     Log: refetch local stack pointer in POPSTACK
19904  Branch: perl
19905        ! cop.h perl.c
19906 ____________________________________________________________________________
19907 [  2190] By: jhi                                   on 1998/11/04  08:50:40
19908     Log: Configure update.
19909          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
19910          
19911          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19912          To: Martin Bligh <mbligh@sequent.com>
19913          Cc: Jarkko Hietaniemi <jhi@iki.fi>
19914          Subject: Re: Perl 5's configure on DYNIX/ptx
19915          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
19916          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
19917          
19918          find sockets also from libsocket, not just libnet.
19919          OS390: $compile_ok instead of $compile for <inttypes.h>,
19920          
19921          From: pvhp@forte.com (Peter Prymmer)
19922          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
19923          Subject: _53 not OK on os390 but looking better than ever
19924          Date: Tue, 3 Nov 98 17:33:22 PST
19925          Message-Id: <9811040133.AA09450@forte.com>
19926  Branch: cfgperl
19927        ! Configure
19928 ____________________________________________________________________________
19929 [  2189] By: jhi                                   on 1998/11/04  07:43:58
19930     Log: sysio.t failure: fix undefined order of evaluation, from
19931          
19932          From: Spider Boardman <spider@web.zk3.dec.com>
19933          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
19934          To: perlbug@perl.com
19935          Date: 4 Nov 1998 01:22:30 +0200
19936          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
19937  Branch: cfgperl
19938        ! pp_sys.c
19939 ____________________________________________________________________________
19940 [  2188] By: gsar                                  on 1998/11/04  02:59:16
19941     Log: fix return value of win32_pclose()
19942  Branch: perl
19943        ! win32/win32.c
19944 ____________________________________________________________________________
19945 [  2187] By: gsar                                  on 1998/11/04  02:56:34
19946     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
19947  Branch: perl
19948        ! Changes doop.c gv.c util.c
19949 ____________________________________________________________________________
19950 [  2186] By: jhi                                   on 1998/11/03  08:17:52
19951     Log: Document quads in pack.
19952  Branch: cfgperl
19953        ! pod/perlfunc.pod
19954 ____________________________________________________________________________
19955 [  2185] By: jhi                                   on 1998/11/03  07:49:35
19956     Log: (IV) vs (I32) vs I_V()
19957          
19958          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
19959          From: Anton Berezin <tobez@plab.ku.dk> 
19960          To: "p5p" <perl5-porters@perl.org> 
19961          Date: 01 Nov 1998 15:09:11 +0100 
19962          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
19963          
19964          and
19965          
19966          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
19967          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
19968          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
19969  Branch: cfgperl
19970        ! sv.c
19971 ____________________________________________________________________________
19972 [  2184] By: jhi                                   on 1998/11/03  07:42:46
19973     Log: VM/ESA updates.
19974  Branch: cfgperl
19975        + README.vmesa
19976        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
19977 ____________________________________________________________________________
19978 [  2183] By: jhi                                   on 1998/11/02  12:58:13
19979     Log: The id(1)-parsing is real fun.
19980  Branch: cfgperl
19981        ! t/op/groups.t
19982 ____________________________________________________________________________
19983 [  2182] By: jhi                                   on 1998/11/02  12:07:43
19984     Log: Decommission the symlink test.
19985  Branch: cfgperl
19986        ! t/op/lex_assign.t
19987 ____________________________________________________________________________
19988 [  2181] By: jhi                                   on 1998/11/02  12:03:08
19989     Log: Replace ATTR_JOINABLE with true Configure probe
19990          for PTHREAD_CREATE_JOINABLE (or equivalent:
19991          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
19992          Remove ATTR_JOINABLE itself: Thread.xs uses
19993          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
19994          
19995          Really scan for <mach/cthreads.h> only if usethreads.
19996  Branch: cfgperl
19997        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
19998 ____________________________________________________________________________
19999 [  2180] By: jhi                                   on 1998/11/02  11:07:34
20000     Log: In HP-UX 10.X usethreads only if the required files are present.
20001  Branch: cfgperl
20002        ! hints/hpux.sh
20003 ____________________________________________________________________________
20004 [  2179] By: jhi                                   on 1998/11/02  09:10:33
20005     Log: Prefer groups(1).
20006          id -Gn can be broken.
20007          id -a can save the day.
20008  Branch: cfgperl
20009        ! t/op/groups.t
20010 ____________________________________________________________________________
20011 [  2178] By: jhi                                   on 1998/11/02  08:35:29
20012     Log: Detrail enum comma.
20013  Branch: cfgperl
20014        ! perl.h
20015 ____________________________________________________________________________
20016 [  2177] By: jhi                                   on 1998/11/02  08:24:12
20017     Log: 0**0 = 1, from
20018          
20019          From: d-lewart@uiuc.edu (Daniel S. Lewart)
20020          Subject: Math::Complex 0**0 patches
20021          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
20022          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
20023          To: jhi@iki.fi (Jarkko Hietaniemi),
20024          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
20025  Branch: cfgperl
20026        ! lib/Math/Complex.pm t/lib/complex.t
20027 ____________________________________________________________________________
20028 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
20029     Log: From: jan.dubois@ibm.net (Jan Dubois)   
20030          Date: Fri, 09 Oct 1998 23:28:31 +0200
20031          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
20032          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
20033  Branch: maint-5.005/perl
20034        ! XSUB.h
20035 ____________________________________________________________________________
20036 [  2164] By: jhi                                   on 1998/10/31  15:50:02
20037     Log: Integrate from mainperl.
20038  Branch: cfgperl
20039       +> t/op/lex_assign.t
20040       !> (integrate 45 files)
20041
20042 ----------------
20043 Version 5.005_53
20044 ----------------
20045
20046 ____________________________________________________________________________
20047 [  2163] By: gsar                                  on 1998/10/31  11:31:12
20048     Log: bump patchlevel; other minor fixes for clean build and test on
20049          Solaris and win32
20050  Branch: perl
20051        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
20052        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
20053        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
20054        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20055        ! x2p/a2p.c
20056 ____________________________________________________________________________
20057 [  2162] By: gsar                                  on 1998/10/31  09:40:31
20058     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20059          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
20060          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
20061          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
20062  Branch: perl
20063        ! pp.h
20064 ____________________________________________________________________________
20065 [  2161] By: gsar                                  on 1998/10/31  09:39:13
20066     Log: From: Albert Dvornik <bert@genscan.com>
20067          Date: 30 Oct 1998 17:50:04 -0500
20068          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
20069          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
20070  Branch: perl
20071        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
20072 ____________________________________________________________________________
20073 [  2160] By: gsar                                  on 1998/10/31  09:35:03
20074     Log: fix for bugs in -x mode
20075          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20076          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
20077          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
20078          Subject: [PATCH 5.00552] Fix h2xs
20079  Branch: perl
20080        ! utils/h2xs.PL
20081 ____________________________________________________________________________
20082 [  2159] By: gsar                                  on 1998/10/31  09:31:36
20083     Log: Data::Dumper update
20084  Branch: perl
20085        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
20086        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
20087 ____________________________________________________________________________
20088 [  2153] By: gsar                                  on 1998/10/30  21:40:09
20089     Log: add testsuite portion of patch
20090          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20091          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
20092          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
20093          Subject: [PATCH 5.00321 ;-)] 87% speedup
20094  Branch: perl
20095        + t/op/lex_assign.t
20096        ! MANIFEST
20097 ____________________________________________________________________________
20098 [  2152] By: gsar                                  on 1998/10/30  21:08:11
20099     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
20100  Branch: perl
20101        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
20102 ____________________________________________________________________________
20103 [  2151] By: gsar                                  on 1998/10/30  20:18:09
20104     Log: From: Mark-Jason Dominus <mjd@plover.com>
20105          Date: Fri, 30 Oct 1998 14:24:23 EST
20106          Message-Id: <19981030192423.27276.qmail@plover.com>
20107          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
20108  Branch: perl
20109        ! x2p/walk.c
20110 ____________________________________________________________________________
20111 [  2150] By: gsar                                  on 1998/10/30  20:08:57
20112     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20113          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
20114          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
20115          Subject: [PATCH 5.00552] Overloaded <> and deref again
20116  Branch: perl
20117        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
20118        ! t/pragma/overload.t toke.c
20119 ____________________________________________________________________________
20120 [  2149] By: gsar                                  on 1998/10/30  19:38:15
20121     Log: From: Roderick Schertler <roderick@argon.org>
20122          Date: Thu, 29 Oct 1998 14:50:18 -0500
20123          Message-ID: <17625.909690618@eeyore.ibcinc.com>
20124          Subject: patch for daemonization docs in perlipc
20125  Branch: perl
20126        ! pod/perlipc.pod
20127 ____________________________________________________________________________
20128 [  2148] By: gsar                                  on 1998/10/30  19:36:07
20129     Log: From: Anton Berezin <tobez@plab.ku.dk>
20130          Date: 29 Oct 1998 17:06:25 +0100
20131          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
20132          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
20133  Branch: perl
20134        ! win32/win32.c
20135 ____________________________________________________________________________
20136 [  2147] By: gsar                                  on 1998/10/30  19:31:37
20137     Log: tweaked version of suggested patch
20138          From: Anton Berezin <tobez@plab.ku.dk>
20139          Date: 29 Oct 1998 14:48:54 +0100
20140          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
20141          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
20142  Branch: perl
20143        ! win32/win32.c
20144 ____________________________________________________________________________
20145 [  2146] By: gsar                                  on 1998/10/30  19:03:50
20146     Log: hand-apply whitespace-mutiliated patch
20147          From: "vishal bhatia" <vishalb@hotmail.com>
20148          Date: Wed, 28 Oct 1998 23:45:32 PST
20149          Message-ID: <19981029074534.2334.qmail@hotmail.com>
20150          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
20151  Branch: perl
20152        ! ext/B/B/C.pm ext/B/B/CC.pm
20153 ____________________________________________________________________________
20154 [  2145] By: gsar                                  on 1998/10/30  18:46:58
20155     Log: remaining PL_foo stragglers
20156  Branch: perl
20157        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
20158        ! op.h os2/os2.c vms/gen_shrfls.pl
20159 ____________________________________________________________________________
20160 [  2144] By: gsar                                  on 1998/10/30  17:38:36
20161     Log: integrate cfgperl tweaks into mainline
20162  Branch: perl
20163       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
20164       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
20165 ____________________________________________________________________________
20166 [  2143] By: jhi                                   on 1998/10/30  13:27:39
20167     Log: There can be multiple yacc/bison errors.
20168  Branch: cfgperl
20169        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
20170 ____________________________________________________________________________
20171 [  2142] By: jhi                                   on 1998/10/30  13:18:43
20172     Log: README.posix-bc update.
20173  Branch: cfgperl
20174        ! README.posix-bc
20175 ____________________________________________________________________________
20176 [  2141] By: jhi                                   on 1998/10/30  09:12:59
20177     Log: #2133 fallout.
20178  Branch: cfgperl
20179        ! doio.c ext/POSIX/POSIX.xs
20180 ____________________________________________________________________________
20181 [  2140] By: jhi                                   on 1998/10/30  08:43:18
20182     Log: Integrate from mainperl.
20183  Branch: cfgperl
20184       +> globvar.sym pp.sym
20185        - objpp.h thread.sym
20186       !> (integrate 61 files)
20187 ____________________________________________________________________________
20188 [  2133] By: gsar                                  on 1998/10/30  02:51:39
20189     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
20190          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
20191          should soon be automated also; the global variables that
20192          escaped the PL_foo conversion are now reined in; renamed
20193          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
20194          type of same name; duplicated lists of pp_things in various
20195          places is now gone; result has only been tested on win32
20196  Branch: perl
20197        + globvar.sym pp.sym
20198        - objpp.h thread.sym
20199        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
20200        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
20201        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
20202        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
20203        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
20204        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
20205        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
20206        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
20207        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
20208        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20209        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
20210 ____________________________________________________________________________
20211 [  2130] By: jhi                                   on 1998/10/29  15:31:26
20212     Log: Pure bison yylex() proto was broken.
20213  Branch: cfgperl
20214        ! proto.h
20215 ____________________________________________________________________________
20216 [  2126] By: jhi                                   on 1998/10/29  08:35:54
20217     Log: Integrate mainperl.
20218  Branch: cfgperl
20219       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
20220       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
20221       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
20222       !> t/pragma/warn/doio toke.c win32/makefile.mk
20223 ____________________________________________________________________________
20224 [  2125] By: jhi                                   on 1998/10/29  08:32:38
20225     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
20226  Branch: cfgperl
20227        ! Makefile.SH
20228 ____________________________________________________________________________
20229 [  2124] By: jhi                                   on 1998/10/29  08:06:44
20230     Log: EBCDIC Makefile.SH tuneup.
20231  Branch: cfgperl
20232        ! Makefile.SH
20233 ____________________________________________________________________________
20234 [  2119] By: gsar                                  on 1998/10/28  23:24:04
20235     Log: remove doubled hunk from integration
20236  Branch: perl
20237        ! pp.c
20238 ____________________________________________________________________________
20239 [  2118] By: gsar                                  on 1998/10/28  22:03:31
20240     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20241          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
20242          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
20243          Subject: [PATCH 5.00552] Minor debugger tweaks
20244  Branch: perl
20245        ! lib/perl5db.pl
20246 ____________________________________________________________________________
20247 [  2117] By: gsar                                  on 1998/10/28  22:02:30
20248     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20249          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
20250          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
20251          Subject: [PATCH 5.00552] Make sort respect overloading
20252  Branch: perl
20253        ! pp_ctl.c proto.h t/pragma/overload.t
20254 ____________________________________________________________________________
20255 [  2116] By: gsar                                  on 1998/10/28  21:51:11
20256     Log: MM patches from Ilya Zakharevich
20257          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
20258          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
20259          Subject: [PATCH 5.00552] Make MakeMaker more verbose
20260          --
20261          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
20262          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
20263          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
20264  Branch: perl
20265        ! lib/ExtUtils/MakeMaker.pm
20266 ____________________________________________________________________________
20267 [  2115] By: gsar                                  on 1998/10/28  21:46:19
20268     Log: add explicit references to perl source path in ld2 and gcc2
20269  Branch: perl
20270        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
20271 ____________________________________________________________________________
20272 [  2114] By: gsar                                  on 1998/10/28  21:39:56
20273     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
20274          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
20275          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
20276          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
20277  Branch: perl
20278        ! INSTALL
20279 ____________________________________________________________________________
20280 [  2113] By: gsar                                  on 1998/10/28  21:21:16
20281     Log: integrate cfgperl into mainline
20282  Branch: perl
20283       +> t/op/filetest.t
20284       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
20285       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
20286       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
20287       !> thread.h toke.c vmesa/Makefile
20288 ____________________________________________________________________________
20289 [  2112] By: gsar                                  on 1998/10/28  21:14:18
20290     Log: minor cleanup
20291  Branch: perl
20292        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
20293 ____________________________________________________________________________
20294 [  2111] By: gsar                                  on 1998/10/28  18:52:10
20295     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
20296  Branch: perl
20297        ! toke.c
20298 ____________________________________________________________________________
20299 [  2110] By: jhi                                   on 1998/10/28  15:07:54
20300     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
20301  Branch: cfgperl
20302        ! Makefile.SH
20303 ____________________________________________________________________________
20304 [  2109] By: jhi                                   on 1998/10/28  13:39:54
20305     Log: a2p.y needs to generate also y.tab.h.
20306  Branch: cfgperl
20307        ! Makefile.SH
20308 ____________________________________________________________________________
20309 [  2108] By: jhi                                   on 1998/10/28  10:33:36
20310     Log: The "parse error" must be converted to "syntax error",
20311          just matching it aint' enough.
20312  Branch: cfgperl
20313        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
20314        ! t/pragma/warning.t
20315 ____________________________________________________________________________
20316 [  2107] By: jhi                                   on 1998/10/28  10:23:05
20317     Log: Regen sig_n{ame,umber}* if slightest doubt.
20318  Branch: cfgperl
20319        ! Configure
20320 ____________________________________________________________________________
20321 [  2106] By: jhi                                   on 1998/10/28  08:44:49
20322     Log: Bison says 'parse error', not 'parser error'.
20323  Branch: cfgperl
20324        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
20325        ! t/pragma/warning.t
20326 ____________________________________________________________________________
20327 [  2105] By: jhi                                   on 1998/10/28  08:42:09
20328     Log: yylex() parametrization.
20329  Branch: cfgperl
20330        ! proto.h toke.c
20331 ____________________________________________________________________________
20332 [  2104] By: jhi                                   on 1998/10/28  08:25:09
20333     Log: Bring in #2102.
20334  Branch: cfgperl
20335        ! pp.c
20336 ____________________________________________________________________________
20337 [  2103] By: jhi                                   on 1998/10/28  08:22:04
20338     Log: From: Dominic Dunlop <domo@vo.lu>
20339          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
20340          Date: 27 Oct 1998 20:47:25 +0200
20341          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
20342  Branch: cfgperl
20343        ! t/op/groups.t
20344 ____________________________________________________________________________
20345 [  2102] By: larry                                 on 1998/10/27  18:58:55
20346     Log: utf8 change to quotemeta broke EBCDIC
20347  Branch: perl
20348        ! pp.c
20349 ____________________________________________________________________________
20350 [  2101] By: jhi                                   on 1998/10/27  12:55:34
20351     Log: $Config{sig_num_init}.
20352          Also, a new approach to the 'pthreads-created-joinable': drop
20353          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
20354          directly. (See also #2096).
20355  Branch: cfgperl
20356        ! Configure config_h.SH
20357 ____________________________________________________________________________
20358 [  2100] By: jhi                                   on 1998/10/27  10:48:55
20359     Log: Regenerated perly_c.diff.
20360  Branch: cfgperl
20361        ! perly_c.diff
20362 ____________________________________________________________________________
20363 [  2099] By: jhi                                   on 1998/10/27  08:42:25
20364     Log: First the mangler was Netscape, then it was me.
20365  Branch: cfgperl
20366        ! vmesa/Makefile
20367 ____________________________________________________________________________
20368 [  2098] By: jhi                                   on 1998/10/27  08:34:40
20369     Log: `id -Gn` might be available where `groups` is not.
20370  Branch: cfgperl
20371        ! t/op/groups.t
20372 ____________________________________________________________________________
20373 [  2097] By: jhi                                   on 1998/10/27  08:05:17
20374     Log: Netscape had mangled the tabs.
20375  Branch: cfgperl
20376        ! vmesa/Makefile
20377 ____________________________________________________________________________
20378 [  2096] By: jhi                                   on 1998/10/27  08:03:05
20379     Log: ATTR_JOINABLE logic, based on (private email)
20380          
20381          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20382          Subject: Some little diffs
20383          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
20384          Date: Tue, 27 Oct 1998 13:44:42 +1300
20385  Branch: cfgperl
20386        ! thread.h
20387 ____________________________________________________________________________
20388 [  2095] By: jhi                                   on 1998/10/27  07:56:57
20389     Log: Mach cthreads support based on:
20390          
20391          From: brie@corp.home.net (Brian Harrison)
20392          Subject: perl5.005_02 patch for mthreads
20393          To: perl5-porters@perl.org
20394          Date: 24 Oct 1998 01:01:55 +0300
20395          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
20396          
20397          Pthread yield probe (dejavu)
20398          Cosmetic nanochange for the union semun output.
20399          Better inttypes.h probe.
20400          Undo the 'void *' $selecttype probe from #1971 because
20401          it breaks the $selectminbits test.
20402  Branch: cfgperl
20403        ! Configure config_h.SH perl.h thread.h
20404 ____________________________________________________________________________
20405 [  2094] By: jhi                                   on 1998/10/26  13:02:07
20406     Log: Also posix-bc wants to reyacc.
20407  Branch: cfgperl
20408        ! Makefile.SH
20409 ____________________________________________________________________________
20410 [  2093] By: jhi                                   on 1998/10/26  10:17:21
20411     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
20412          5_02 and really breaking things in non-ASCII worlds.
20413  Branch: cfgperl
20414        ! pp.c
20415 ____________________________________________________________________________
20416 [  2092] By: jhi                                   on 1998/10/26  09:08:00
20417     Log: More robustness.
20418  Branch: cfgperl
20419        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
20420        ! t/pragma/warning.t
20421 ____________________________________________________________________________
20422 [  2091] By: jhi                                   on 1998/10/26  08:47:32
20423     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
20424          Bison really wants YYLEX_PARAM.
20425  Branch: cfgperl
20426        ! perly.y proto.h toke.c
20427 ____________________________________________________________________________
20428 [  2090] By: jhi                                   on 1998/10/26  08:21:25
20429     Log: s/YYLEX_PARAM/YYLEXPARAM/
20430  Branch: cfgperl
20431        ! perly.y
20432 ____________________________________________________________________________
20433 [  2089] By: jhi                                   on 1998/10/26  08:17:33
20434     Log: Indicate skipped subtests.
20435  Branch: cfgperl
20436        ! t/io/pipe.t
20437 ____________________________________________________________________________
20438 [  2088] By: jhi                                   on 1998/10/26  08:11:36
20439     Log: Integrate from mainperl.
20440  Branch: cfgperl
20441       !> (integrate 54 files)
20442 ____________________________________________________________________________
20443 [  2087] By: jhi                                   on 1998/10/26  08:08:02
20444     Log: Add test for filetests.
20445  Branch: cfgperl
20446        + t/op/filetest.t
20447        ! MANIFEST
20448 ____________________________________________________________________________
20449 [  2086] By: gsar                                  on 1998/10/26  02:44:44
20450     Log: various win32 tweaks; disable new xs_cpp section (it creates
20451          ambiguous inference graph for %.xs --> %.o)
20452  Branch: perl
20453        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
20454        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
20455        ! win32/config.gc win32/config_H.gc win32/makedef.pl
20456        ! win32/makefile.mk win32/win32.h
20457 ____________________________________________________________________________
20458 [  2085] By: gsar                                  on 1998/10/26  00:50:02
20459     Log: sanity-check $Config{drand01} in rand.t
20460  Branch: perl
20461        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
20462        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20463 ____________________________________________________________________________
20464 [  2078] By: gsar                                  on 1998/10/25  10:22:04
20465     Log: update win32/config*.?c
20466  Branch: perl
20467        ! Changes win32/config.bc win32/config.gc win32/config.vc
20468        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20469 ____________________________________________________________________________
20470 [  2077] By: gsar                                  on 1998/10/25  08:39:25
20471     Log: From: Graham Barr <gbarr@pobox.com>
20472          Date: Sat, 24 Oct 1998 21:45:50 -0500
20473          Message-ID: <19981024214550.C508@pobox.com>
20474          Subject: Re: die with a reference  should use overload "" operator
20475  Branch: perl
20476        ! pp_ctl.c
20477 ____________________________________________________________________________
20478 [  2076] By: gsar                                  on 1998/10/25  08:37:49
20479     Log: From: Graham Barr <gbarr@pobox.com>
20480          Date: Sat, 24 Oct 1998 12:45:21 -0500
20481          Message-ID: <19981024124521.C512@pobox.com>
20482          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
20483  Branch: perl
20484        ! sv.c
20485 ____________________________________________________________________________
20486 [  2075] By: gsar                                  on 1998/10/25  08:24:09
20487     Log: fix C<print $n += 5;> etc.
20488  Branch: perl
20489        ! toke.c
20490 ____________________________________________________________________________
20491 [  2074] By: gsar                                  on 1998/10/25  08:12:28
20492     Log: list builtins with portability caveats
20493          From: Jarkko Hietaniemi <jhi@iki.fi>
20494          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
20495          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
20496          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
20497  Branch: perl
20498        ! pod/perlfunc.pod
20499 ____________________________________________________________________________
20500 [  2073] By: gsar                                  on 1998/10/25  07:55:43
20501     Log: fix stack overrun in file test operators
20502  Branch: perl
20503        ! pp_sys.c
20504 ____________________________________________________________________________
20505 [  2072] By: gsar                                  on 1998/10/25  07:29:45
20506     Log: implement C<goto &func> and other fixes (via private mail)
20507          From:    "vishal bhatia" <vishalb@hotmail.com>
20508          Date:    Wed, 21 Oct 1998 22:59:03 PDT
20509          Message-Id: <19981022055904.20083.qmail@hotmail.com>
20510          Subject: [PATCH 5.005_52] More fixes for B
20511  Branch: perl
20512        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
20513 ____________________________________________________________________________
20514 [  2071] By: gsar                                  on 1998/10/25  07:14:41
20515     Log: From: Graham Barr <gbarr@pobox.com>
20516          Date: Sat, 17 Oct 1998 20:42:41 -0500
20517          Message-ID: <19981017204241.G510@pobox.com>
20518          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
20519  Branch: perl
20520        ! pp_ctl.c
20521 ____________________________________________________________________________
20522 [  2070] By: gsar                                  on 1998/10/25  07:07:29
20523     Log: avoid bogus line number in XSUB redefined warnings
20524  Branch: perl
20525        ! op.c
20526 ____________________________________________________________________________
20527 [  2069] By: gsar                                  on 1998/10/25  06:59:03
20528     Log: From: Martijn Koster <mak@excitecorp.com>
20529          Date: Wed, 21 Oct 1998 13:12:03 +0100
20530          Message-ID: <19981021131203.A15661@excitecorp.com>
20531          Subject: File::Path::mkpath reports the wrong error
20532  Branch: perl
20533        ! lib/File/Path.pm
20534 ____________________________________________________________________________
20535 [  2068] By: gsar                                  on 1998/10/25  06:54:43
20536     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
20537          Date: Tue, 20 Oct 1998 20:52:20 -0500
20538          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
20539          Subject: Exporter.pm's export_to_level() argument handling buggy
20540  Branch: perl
20541        ! lib/Exporter.pm
20542 ____________________________________________________________________________
20543 [  2067] By: gsar                                  on 1998/10/25  06:50:19
20544     Log: From: jan.dubois@ibm.net (Jan Dubois)
20545          Date: Wed, 21 Oct 1998 00:55:51 +0200
20546          Message-ID: <36380269.55370608@smtp1.ibm.net>
20547          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
20548  Branch: perl
20549        ! ext/DynaLoader/DynaLoader_pm.PL
20550 ____________________________________________________________________________
20551 [  2066] By: gsar                                  on 1998/10/25  06:48:19
20552     Log: recognize '%' as a shell metachar for win32
20553          From: jan.dubois@ibm.net (Jan Dubois)
20554          Date: Tue, 20 Oct 1998 21:57:35 +0200
20555          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
20556          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
20557  Branch: perl
20558        ! win32/win32.c
20559 ____________________________________________________________________________
20560 [  2065] By: gsar                                  on 1998/10/25  06:46:30
20561     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
20562  Branch: perl
20563        ! sv.c
20564 ____________________________________________________________________________
20565 [  2064] By: gsar                                  on 1998/10/25  06:45:09
20566     Log: From: Gisle Aas <gisle@aas.no>
20567          Date: 20 Oct 1998 14:24:44 +0200
20568          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
20569          Subject: ord() and unpack("U*",...) should not be negative
20570  Branch: perl
20571        ! pp.c
20572 ____________________________________________________________________________
20573 [  2063] By: gsar                                  on 1998/10/25  06:42:29
20574     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20575          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
20576          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
20577          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
20578  Branch: perl
20579        ! os2/os2.c
20580 ____________________________________________________________________________
20581 [  2062] By: gsar                                  on 1998/10/25  06:41:26
20582     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20583          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
20584          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
20585          Subject: [PATCH 5.005_*] Speed up aassign
20586  Branch: perl
20587        ! pp_hot.c
20588 ____________________________________________________________________________
20589 [  2061] By: gsar                                  on 1998/10/25  06:39:04
20590     Log: From: Graham Barr <gbarr@pobox.com>
20591          Date: Sat, 17 Oct 1998 22:22:02 -0500
20592          Message-ID: <19981017222202.J510@pobox.com>
20593          Subject: Re: '*' prototype does not allow bareword with strict
20594  Branch: perl
20595        ! toke.c
20596 ____________________________________________________________________________
20597 [  2060] By: gsar                                  on 1998/10/25  06:37:34
20598     Log: handle '::' in section names properly
20599          From: Graham Barr <gbarr@pobox.com>
20600          Date: Sat, 17 Oct 1998 12:57:54 -0500
20601          Message-ID: <19981017125754.C510@pobox.com>
20602          Subject: Re: pod2html
20603  Branch: perl
20604        ! lib/Pod/Html.pm
20605 ____________________________________________________________________________
20606 [  2059] By: gsar                                  on 1998/10/25  06:33:43
20607     Log: integrate changes#1982,2014,2021 (from maint-5.005)
20608  Branch: perl
20609       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
20610       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
20611 ____________________________________________________________________________
20612 [  2058] By: gsar                                  on 1998/10/25  05:44:17
20613     Log: allow more win32 symbol exports (suggested by Jan Dubois)
20614  Branch: perl
20615        ! win32/makedef.pl
20616 ____________________________________________________________________________
20617 [  2057] By: gsar                                  on 1998/10/25  05:40:40
20618     Log: integrate change#2053 from maint-5.005
20619  Branch: perl
20620       !> cop.h t/cmd/while.t
20621 ____________________________________________________________________________
20622 [  2056] By: gsar                                  on 1998/10/25  05:16:41
20623     Log: commented version of a patch suggested by Drago Goricanec
20624          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
20625          Date: 16 Oct 1998 15:24:45 +0300
20626          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
20627          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
20628  Branch: perl
20629        ! pp_sys.c
20630 ____________________________________________________________________________
20631 [  2055] By: gsar                                  on 1998/10/25  05:11:03
20632     Log: include eof() in description of buffering caveats
20633          From: Anton Berezin <tobez@plab.ku.dk>
20634          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
20635          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
20636          Subject: [DOCPATCH] pod/perlfunc.pod
20637  Branch: perl
20638        ! pod/perlfunc.pod
20639 ____________________________________________________________________________
20640 [  2054] By: gsar                                  on 1998/10/25  05:07:42
20641     Log: disallow 'x' in hex numbers (except leading '0x')
20642          From: Gisle Aas <gisle@aas.no>
20643          Date: 16 Oct 1998 16:33:12 +0200
20644          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
20645          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
20646  Branch: perl
20647        ! perlvars.h t/op/oct.t util.c
20648 ____________________________________________________________________________
20649 [  2052] By: gsar                                  on 1998/10/25  04:49:04
20650     Log: avoid the circular refcnt logic in magic_mutexfree()
20651  Branch: perl
20652        ! mg.c pp.c pp_hot.c
20653 ____________________________________________________________________________
20654 [  2051] By: gsar                                  on 1998/10/25  04:35:07
20655     Log: properly restore PL_rsfp_filters after require
20656  Branch: perl
20657        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
20658        ! scope.h
20659 ____________________________________________________________________________
20660 [  2050] By: gsar                                  on 1998/10/25  02:42:32
20661     Log: integrate cfgperl changes back into mainline
20662  Branch: perl
20663       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
20664       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
20665       !> (integrate 33 files)
20666 ____________________________________________________________________________
20667 [  2049] By: gsar                                  on 1998/10/25  01:30:48
20668     Log: avoid "mysterious" compile-time failures without messages
20669  Branch: perl
20670        ! gv.c
20671 ____________________________________________________________________________
20672 [  2041] By: gsar                                  on 1998/10/23  21:11:56
20673     Log: checkin jpl under //depot/perlext/jpl/...
20674  Branch: perlext
20675        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
20676        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
20677        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
20678        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
20679        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
20680        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
20681        + jpl/PerlInterpreter/Makefile.PL
20682        + jpl/PerlInterpreter/PerlInterpreter.c
20683        + jpl/PerlInterpreter/PerlInterpreter.h
20684        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
20685        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
20686        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
20687        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
20688        + jpl/get_jdk/jdk_hosts jpl/install-jpl
20689 ____________________________________________________________________________
20690 [  2040] By: larry                                 on 1998/10/23  19:31:42
20691     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
20692  Branch: perl
20693        ! pp.c
20694 ____________________________________________________________________________
20695 [  2039] By: larry                                 on 1998/10/23  18:48:34
20696     Log: tr///d does not seem to work
20697  Branch: perl
20698        ! lib/utf8_heavy.pl
20699 ____________________________________________________________________________
20700 [  2038] By: larry                                 on 1998/10/23  18:00:41
20701     Log: Program with utf8 identifiers fails to compile
20702  Branch: perl
20703        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
20704 ____________________________________________________________________________
20705 [  2037] By: jhi                                   on 1998/10/23  14:04:51
20706     Log: Test suite portability:
20707          - posix-bc does not write to broken pipes
20708          - filehand #11 only iff we have fork
20709          - warning.t can now match $expected using regular expressions
20710  Branch: cfgperl
20711        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
20712        ! t/pragma/warning.t
20713 ____________________________________________________________________________
20714 [  2036] By: jhi                                   on 1998/10/23  12:12:07
20715     Log: yacc clarification.
20716  Branch: cfgperl
20717        ! README.posix-bc
20718 ____________________________________________________________________________
20719 [  2035] By: jhi                                   on 1998/10/23  12:09:59
20720     Log: Some C compilers get upset about 8-bit characters in /* comments. */
20721  Branch: cfgperl
20722        ! mg.c
20723 ____________________________________________________________________________
20724 [  2034] By: jhi                                   on 1998/10/22  09:11:52
20725     Log: Configure update: both for pthread_yield more robust
20726          testing (all variants of pthread_attr_getdetachstate()) --
20727          and because Configure was broken in major way! About 1000
20728          last lines were truncated.
20729  Branch: cfgperl
20730        ! Configure
20731 ____________________________________________________________________________
20732 [  2033] By: jhi                                   on 1998/10/22  07:47:10
20733     Log: DJGPP feedback for #2028.
20734  Branch: cfgperl
20735        ! thread.h
20736 ____________________________________________________________________________
20737 [  2032] By: jhi                                   on 1998/10/21  13:03:57
20738     Log: yielding, the saga continues.
20739  Branch: cfgperl
20740        ! Configure config_h.SH
20741       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
20742       !> t/op/goto.t t/pragma/constant.t
20743 ____________________________________________________________________________
20744 [  2031] By: jhi                                   on 1998/10/21  09:15:42
20745     Log: VM/ESA feedback for #2028.
20746  Branch: cfgperl
20747        ! Configure config_h.SH thread.h
20748 ____________________________________________________________________________
20749 [  2030] By: gsar                                  on 1998/10/21  04:22:53
20750     Log: fix handling of mayhaps-extended @_ in goto &sub
20751  Branch: perl
20752        ! av.c pp_ctl.c t/op/goto.t
20753 ____________________________________________________________________________
20754 [  2029] By: gsar                                  on 1998/10/21  00:54:14
20755     Log: restore sanity to "constant" references
20756  Branch: perl
20757        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
20758 ____________________________________________________________________________
20759 [  2028] By: jhi                                   on 1998/10/20  15:01:20
20760     Log: OLD_PTHREADS_API reorganizing.
20761  Branch: cfgperl
20762        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
20763        ! vmesa/vmesaish.h
20764 ____________________________________________________________________________
20765 [  2027] By: jhi                                   on 1998/10/20  14:14:51
20766     Log: #2026 fallout.
20767  Branch: cfgperl
20768        ! Makefile.SH
20769 ____________________________________________________________________________
20770 [  2026] By: jhi                                   on 1998/10/20  11:47:21
20771     Log: VM/ESA update.
20772  Branch: cfgperl
20773        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
20774 ____________________________________________________________________________
20775 [  2025] By: jhi                                   on 1998/10/20  08:20:56
20776     Log: 64-bitness, based on
20777          
20778          From: Scott Henry <scotth@sgi.com>
20779          To: perl-64bit@perl.org
20780          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
20781          Subject: Re: Configure problems/questions...
20782          Date: 19 Oct 1998 22:38:06 -0700
20783  Branch: cfgperl
20784        ! hints/irix_6.sh perl.h
20785 ____________________________________________________________________________
20786 [  2024] By: jhi                                   on 1998/10/20  08:09:07
20787     Log: Add lseeksize.
20788  Branch: cfgperl
20789        ! config_h.SH
20790 ____________________________________________________________________________
20791 [  2023] By: jhi                                   on 1998/10/20  08:08:33
20792     Log: Mumble about _yields() only when threaded.
20793  Branch: cfgperl
20794        ! Configure
20795 ____________________________________________________________________________
20796 [  2022] By: jhi                                   on 1998/10/20  07:46:26
20797     Log: Thinko at PTHREADS_CREATED_JOINABLE.
20798  Branch: cfgperl
20799        ! thread.h
20800 ____________________________________________________________________________
20801 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
20802     Log: From: Chip Salzenberg <chip@perlsupport.com>
20803          Date: Tue, 6 Oct 1998 13:33:05 -0400
20804          Message-ID: <19981006133305.A2348@perlsupport.com>
20805          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
20806  Branch: maint-5.005/perl
20807        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
20808        ! t/op/tie.t
20809 ____________________________________________________________________________
20810 [  2020] By: jhi                                   on 1998/10/19  09:15:53
20811     Log: YIELD more robustly.
20812  Branch: cfgperl
20813        ! thread.h
20814 ____________________________________________________________________________
20815 [  2019] By: jhi                                   on 1998/10/19  08:48:33
20816     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
20817          the 'new' one (just like DJGPP, it seems).
20818  Branch: cfgperl
20819        ! thread.h
20820 ____________________________________________________________________________
20821 [  2018] By: jhi                                   on 1998/10/19  07:02:44
20822     Log: vmesaish.h doesn't exclude unixish.h.
20823  Branch: cfgperl
20824        ! perl.h
20825 ____________________________________________________________________________
20826 [  2017] By: jhi                                   on 1998/10/19  06:44:19
20827     Log: 1<<$randbits is not good for randbits=48.
20828  Branch: cfgperl
20829        ! t/op/rand.t
20830 ____________________________________________________________________________
20831 [  2016] By: jhi                                   on 1998/10/19  06:39:47
20832     Log: Make #2012 glob pattern more portable.
20833  Branch: cfgperl
20834        ! Makefile.SH
20835 ____________________________________________________________________________
20836 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
20837     Log: Fix POSIX::sigprocmask not to check type of $old parameter
20838          as it is output only
20839  Branch: maint-5.005/perl
20840        ! ext/POSIX/POSIX.xs
20841 ____________________________________________________________________________
20842 [  2012] By: jhi                                   on 1998/10/17  15:04:23
20843     Log: clean numbered core dumps and t/tmp[0-9]*.
20844  Branch: cfgperl
20845        ! Makefile.SH
20846 ____________________________________________________________________________
20847 [  2011] By: jhi                                   on 1998/10/17  14:59:15
20848     Log: More robust yacc/bison failure output handling.
20849  Branch: cfgperl
20850        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
20851 ____________________________________________________________________________
20852 [  2010] By: jhi                                   on 1998/10/17  14:51:05
20853     Log: BC2000 POSIX update.
20854  Branch: cfgperl
20855        ! MANIFEST
20856 ____________________________________________________________________________
20857 [  2009] By: jhi                                   on 1998/10/17  14:49:46
20858     Log: POSIX BC2000 port from perl-mvs:
20859          
20860          Subject: Ported perl 5.005.02 to BS2000 / POSIX
20861          From: Dorner Thomas <Thomas.Dorner@start.de> 
20862          Date: Tue, 29 Sep 1998 13:29:36 +0100 
20863          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
20864  Branch: cfgperl
20865        + README.posix-bc hints/posix-bc.sh
20866        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
20867        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
20868        ! unixish.h
20869 ____________________________________________________________________________
20870 [  2008] By: jhi                                   on 1998/10/17  14:07:49
20871     Log: VM/ESA-update.
20872  Branch: cfgperl
20873        ! MANIFEST
20874 ____________________________________________________________________________
20875 [  2007] By: jhi                                   on 1998/10/17  13:55:34
20876     Log: Forgot few S_I* imports.
20877  Branch: cfgperl
20878        ! t/lib/ipc_sysv.t
20879 ____________________________________________________________________________
20880 [  2006] By: jhi                                   on 1998/10/17  13:43:54
20881     Log: The VM/ESA port essentials, based on
20882          
20883          perl-mvs:
20884          
20885          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20886          Subject: Re: Can't find Data/Dumper.pm
20887          Date: Mon, 28 Sep 1998 07:40:49 +1300
20888          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
20889          
20890          private email:
20891          
20892          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20893          Subject: Re: Perl thread problems in VM/ESA
20894          Date: Thu, 15 Oct 1998 07:18:35 +1300
20895          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
20896          
20897          and private email:
20898          
20899          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
20900          Subject:  perl archive
20901          Date:  Sun, 11 Oct 1998 19:28:54 EDT
20902          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
20903          which gave a pointer to
20904          
20905          http://pucc.princeton.edu/~neale/perl.tar
20906          
20907          (based on Perl 5.005_51)
20908  Branch: cfgperl
20909        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
20910        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
20911        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
20912        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
20913 ____________________________________________________________________________
20914 [  2005] By: jhi                                   on 1998/10/17  13:17:19
20915     Log: Integrate mainperl.
20916  Branch: cfgperl
20917       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
20918       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
20919       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
20920       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
20921       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
20922       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
20923       !> win32/makefile.mk
20924 ____________________________________________________________________________
20925 [  2004] By: jhi                                   on 1998/10/17  11:19:06
20926     Log: Removed an extra ' from the int64_t test.
20927  Branch: cfgperl
20928        ! Configure
20929 ____________________________________________________________________________
20930 [  2003] By: gsar                                  on 1998/10/17  04:11:40
20931     Log: silence -w noises (suggested by Greg Bacon)
20932  Branch: perl
20933        ! lib/Term/Complete.pm
20934 ____________________________________________________________________________
20935 [  2002] By: gsar                                  on 1998/10/17  04:07:48
20936     Log: From: Gisle Aas <gisle@aas.no>
20937          Date: 14 Oct 1998 15:53:14 +0200
20938          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
20939          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
20940  Branch: perl
20941        ! util.c
20942 ____________________________________________________________________________
20943 [  2001] By: gsar                                  on 1998/10/17  04:06:10
20944     Log: From: Gisle Aas <gisle@aas.no>
20945          Date: 14 Oct 1998 15:17:44 +0200
20946          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
20947          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
20948  Branch: perl
20949        ! toke.c
20950 ____________________________________________________________________________
20951 [  2000] By: gsar                                  on 1998/10/17  03:06:33
20952     Log: From: Gisle Aas <gisle@aas.no>
20953          Date: 14 Oct 1998 00:38:06 +0200
20954          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
20955          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
20956  Branch: perl
20957        ! sv.c
20958 ____________________________________________________________________________
20959 [  1999] By: gsar                                  on 1998/10/17  03:04:48
20960     Log: From: Dan Sugalski <sugalskd@osshe.edu>
20961          Date: Tue, 13 Oct 1998 15:10:57 -0700
20962          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
20963          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
20964  Branch: perl
20965        ! vms/ext/Stdio/Stdio.pm
20966 ____________________________________________________________________________
20967 [  1998] By: gsar                                  on 1998/10/17  03:00:40
20968     Log: skip readonly vars and unref references when doing a reset()
20969  Branch: perl
20970        ! sv.c
20971 ____________________________________________________________________________
20972 [  1997] By: gsar                                  on 1998/10/17  02:49:19
20973     Log: fix buggy treatment of large checksums on unicode strings
20974          From: Gisle Aas <gisle@aas.no>
20975          Date: 13 Oct 1998 21:35:39 +0200
20976          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
20977          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
20978  Branch: perl
20979        ! pp.c
20980 ____________________________________________________________________________
20981 [  1996] By: gsar                                  on 1998/10/17  02:43:22
20982     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20983          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
20984          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
20985          Subject: [PATCH 5.005_52] Memory overrun in os2.c
20986  Branch: perl
20987        ! os2/Makefile.SHs os2/os2.c
20988 ____________________________________________________________________________
20989 [  1995] By: gsar                                  on 1998/10/17  02:42:01
20990     Log: clarify section name rules for typemaps
20991  Branch: perl
20992        ! pod/perlxs.pod
20993 ____________________________________________________________________________
20994 [  1994] By: gsar                                  on 1998/10/17  02:33:02
20995     Log: whitespace-proof grent.t
20996  Branch: perl
20997        ! t/op/grent.t
20998 ____________________________________________________________________________
20999 [  1993] By: gsar                                  on 1998/10/17  02:27:29
21000     Log: fix bug in B::CC::pp_sassign()
21001          From: "vishal bhatia" <vishalb@hotmail.com>
21002          Date: Sun, 11 Oct 1998 18:41:38 PDT
21003          Message-ID: <19981012014139.19614.qmail@hotmail.com>
21004          Subject: B::CC problems with pp_sassign routine
21005  Branch: perl
21006        ! ext/B/B/CC.pm
21007 ____________________________________________________________________________
21008 [  1992] By: gsar                                  on 1998/10/17  02:17:49
21009     Log: applied suggested patch with small doc tweak
21010          From: Gisle Aas <gisle@aas.no>
21011          Date: 11 Oct 1998 12:53:13 +0200
21012          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
21013          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
21014  Branch: perl
21015        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
21016        ! t/op/tiehandle.t
21017 ____________________________________________________________________________
21018 [  1991] By: gsar                                  on 1998/10/17  02:08:30
21019     Log: apply non-conflicting parts from suggested patch
21020          From: jan.dubois@ibm.net (Jan Dubois)
21021          Date: Sat, 10 Oct 1998 13:15:45 +0200
21022          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
21023          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
21024  Branch: perl
21025        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
21026 ____________________________________________________________________________
21027 [  1990] By: gsar                                  on 1998/10/17  02:01:24
21028     Log: provide option to enable optimization with VC (suggested by Jan
21029          Dubois)
21030  Branch: perl
21031        ! win32/Makefile win32/makefile.mk
21032 ____________________________________________________________________________
21033 [  1989] By: gsar                                  on 1998/10/17  01:55:27
21034     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
21035          Dave Leppik <dleppik@gage.com>
21036  Branch: perl
21037        ! perl.h
21038 ____________________________________________________________________________
21039 [  1988] By: gsar                                  on 1998/10/17  01:49:05
21040     Log: stray typo found by Hugo van der Sanden
21041  Branch: perl
21042        ! op.c
21043 ____________________________________________________________________________
21044 [  1987] By: gsar                                  on 1998/10/17  01:45:52
21045     Log: perldoc pod update
21046          From: Daniel Grisinger <dgris@perrin.dimensional.com>
21047          Date: 06 Oct 1998 23:56:51 -0600
21048          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
21049          Subject: [PATCH _02 and _52] perldoc
21050  Branch: perl
21051        ! utils/perldoc.PL
21052 ____________________________________________________________________________
21053 [  1986] By: gsar                                  on 1998/10/17  01:41:40
21054     Log: qualify names of builtins
21055  Branch: perl
21056        ! ext/POSIX/POSIX.pm
21057 ____________________________________________________________________________
21058 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
21059     Log: From: Jochen Wiedmann <joe@ispsoft.de>
21060          Date: Thu, 17 Sep 1998 17:16:06 +0200
21061          Message-ID: <360127B6.E44564A@ispsoft.de>
21062          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
21063  Branch: maint-5.005/perl
21064        ! lib/ExtUtils/MakeMaker.pm
21065 ____________________________________________________________________________
21066 [  1978] By: gsar                                  on 1998/10/16  01:58:58
21067     Log: integrate cfgperl mods into mainline
21068  Branch: perl
21069       +> ext/DynaLoader/dl_vmesa.xs
21070        ! Porting/genlog
21071       !> Configure MANIFEST Makefile.SH config_h.SH
21072       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
21073       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
21074       !> x2p/Makefile.SH
21075 ____________________________________________________________________________
21076 [  1976] By: gsar                                  on 1998/10/16  00:10:52
21077     Log: stray tweak
21078  Branch: perl
21079        ! op.c
21080 ____________________________________________________________________________
21081 [  1975] By: gsar                                  on 1998/10/15  23:54:38
21082     Log: propagate typeness of lexicals while cloning them
21083  Branch: perl
21084        ! op.c
21085 ____________________________________________________________________________
21086 [  1974] By: gsar                                  on 1998/10/15  23:53:25
21087     Log: s/last/first/ typo in append_list()
21088  Branch: perl
21089        ! op.c
21090 ____________________________________________________________________________
21091 [  1973] By: gsar                                  on 1998/10/15  20:06:17
21092     Log: nuke confperl branch and contents
21093  Branch: confperl
21094        - (delete 1284 files)
21095 ____________________________________________________________________________
21096 [  1972] By: jhi                                   on 1998/10/15  07:07:35
21097     Log: Test #162 had been added but the "print 1..161" had not been updated.
21098  Branch: cfgperl
21099        ! t/op/pat.t
21100 ____________________________________________________________________________
21101 [  1971] By: gsar                                  on 1998/10/15  03:09:58
21102     Log: check in all confperl changes as of change#1964 into cfgperl
21103  Branch: cfgperl
21104        + ext/DynaLoader/dl_vmesa.xs
21105        ! Configure MANIFEST Makefile.SH config_h.SH
21106        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
21107        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
21108 ____________________________________________________________________________
21109 [  1970] By: gsar                                  on 1998/10/15  03:05:59
21110     Log: integrate mainline to get tr.t
21111  Branch: cfgperl
21112       +> t/op/tr.t
21113 ____________________________________________________________________________
21114 [  1969] By: gsar                                  on 1998/10/15  03:04:17
21115     Log: add missing tr.t to repository
21116  Branch: perl
21117        + t/op/tr.t
21118 ____________________________________________________________________________
21119 [  1968] By: gsar                                  on 1998/10/15  03:02:43
21120     Log: create cfgperl branch
21121  Branch: cfgperl
21122       +> (branch 1282 files)
21123 ____________________________________________________________________________
21124 [  1967] By: gsar                                  on 1998/10/15  02:46:08
21125     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
21126          (MAN3PODS cannot be set to ' '; stray stricture violation)
21127  Branch: perl
21128        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
21129        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
21130        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
21131        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
21132        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
21133        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
21134        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
21135        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
21136        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
21137        ! lib/ExtUtils/MM_Unix.pm
21138 ____________________________________________________________________________
21139 [  1966] By: gsar                                  on 1998/10/15  02:19:03
21140     Log: tweak to make fix in change#1944 behave correctly for closures
21141          created within eval''
21142  Branch: perl
21143        ! op.c t/op/eval.t
21144 ____________________________________________________________________________
21145 [  1965] By: gsar                                  on 1998/10/14  23:22:41
21146     Log: use better numbers for exitstatus test
21147  Branch: perl
21148        ! t/op/die_exit.t
21149 ____________________________________________________________________________
21150 [  1964] By: jhi                                   on 1998/10/14  17:25:41
21151     Log: Add VM/ESA dynaloading (uses <dll.h>).
21152  Branch: confperl
21153        + ext/DynaLoader/dl_vmesa.xs
21154        ! MANIFEST
21155 ____________________________________________________________________________
21156 [  1963] By: jhi                                   on 1998/10/14  17:17:10
21157     Log: Remove a2p.loadmap in 'clean' target.
21158  Branch: confperl
21159        ! x2p/Makefile.SH
21160 ____________________________________________________________________________
21161 [  1962] By: jhi                                   on 1998/10/14  17:13:11
21162     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
21163  Branch: confperl
21164        ! Makefile.SH
21165 ____________________________________________________________________________
21166 [  1961] By: jhi                                   on 1998/10/14  16:27:39
21167     Log: VM/ESA creates executable.loadmaps.
21168  Branch: confperl
21169        ! Makefile.SH
21170 ____________________________________________________________________________
21171 [  1960] By: jhi                                   on 1998/10/14  15:37:39
21172     Log: Introduce SCHED_YIELD (one of sched_yield(),
21173          pthread_yield(), or pthread_yield(NULL)).
21174          YIELD is then defined using SCHED_YIELD unless
21175          a platform-specific YIELD has already been defined.
21176          
21177          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
21178          
21179          The need for pthread_yield(NULL) and pthread_attr_setdet...
21180          introduced by (private email)
21181          
21182          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
21183          Date: Sat, 10 Oct 1998 21:08:15 +1300
21184          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
21185          Subject: Re: Perl thread problems in VM/ESA
21186          
21187          Better select() protoprobe (for AIX), from (private email)
21188          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
21189          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
21190          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
21191          Subject: AIX select (fwd)
21192          From: Lars Hecking <lhecking@nmrc.ucc.ie>
21193          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
21194          Date: Fri, 2 Oct 1998 10:40:01 +0100
21195          Subject: AIX select
21196          
21197          Linux-avoid-so.X.Y, based on
21198          From: "Kurt D. Starsinic" <kstar@chapin.edu>
21199          Date: Tue, 13 Oct 1998 15:55:07 -0400
21200          Message-ID: <19981013155507.B4004@O2.chapin.edu>
21201          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
21202  Branch: confperl
21203        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
21204        ! thread.h
21205 ____________________________________________________________________________
21206 [  1959] By: jhi                                   on 1998/10/14  12:51:26
21207     Log: Some old pthread implementations have
21208          pthread_attr_setdetachstate(pthread_attr_t*, int*).
21209  Branch: confperl
21210        ! ext/Thread/Thread.xs
21211 ____________________________________________________________________________
21212 [  1958] By: jhi                                   on 1998/10/14  12:41:11
21213     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
21214          counterparts will follow soon.
21215  Branch: confperl
21216        ! thread.h
21217 ____________________________________________________________________________
21218 [  1957] By: jhi                                   on 1998/10/14  12:38:11
21219     Log: Add tr.t (MANIFEST already knew about it, strange)
21220  Branch: confperl
21221        + t/op/tr.t
21222 ____________________________________________________________________________
21223 [  1956] By: jhi                                   on 1998/10/14  12:24:35
21224     Log: Mutexen should be initialized only once.
21225  Branch: confperl
21226        ! gv.c op.c
21227 ____________________________________________________________________________
21228 [  1955] By: jhi                                   on 1998/10/14  12:19:38
21229     Log: os390 has its own cppstdin.
21230  Branch: confperl
21231        ! hints/os390.sh
21232 ____________________________________________________________________________
21233 [  1954] By: jhi                                   on 1998/10/14  12:15:06
21234     Log: Integrate with mainperl.
21235  Branch: confperl
21236       !> (integrate 1280 files)
21237 ____________________________________________________________________________
21238 [  1953] By: jhi                                   on 1998/10/14  11:48:08
21239     Log: Removed duplicate CMA threads code for HPUX 10.X.
21240          (probably residue of patch(1) being too understanding)
21241          Enhanced 64-bit settings. (redo change#1940)
21242  Branch: confperl
21243        ! hints/hpux.sh
21244 ____________________________________________________________________________
21245 [  1952] By: jhi                                   on 1998/10/14  11:45:16
21246     Log: (redo change#1949) Detypo in the d_open64 warning about
21247          the impending WHOA.
21248  Branch: confperl
21249        ! hints/irix_6.sh
21250 ____________________________________________________________________________
21251 [  1951] By: jhi                                   on 1998/10/14  10:54:16
21252     Log: Mutexen should only be inited once, after they have been New()ed.
21253  Branch: confperl
21254        ! gv.c op.c
21255 ____________________________________________________________________________
21256 [  1950] By: jhi                                   on 1998/10/14  10:41:43
21257     Log: Own cppstdin.
21258  Branch: confperl
21259        ! hints/os390.sh
21260 ____________________________________________________________________________
21261 [  1949] By: jhi                                   on 1998/10/14  10:34:23
21262     Log: Detypo in the d_open64 warning about the impending WHOA.
21263  Branch: confperl
21264        ! hints/irix_6.sh
21265 ____________________________________________________________________________
21266 [  1948] By: gsar                                  on 1998/10/14  05:38:01
21267     Log: two typos
21268  Branch: perl
21269        ! pp_hot.c t/op/eval.t
21270 ____________________________________________________________________________
21271 [  1947] By: gsar                                  on 1998/10/14  05:37:10
21272     Log: let docatch() pass the buck when restartop turns out to be null,
21273          making exceptions in BEGIN{} propagate as expected
21274  Branch: perl
21275        ! pp_ctl.c t/op/misc.t
21276 ____________________________________________________________________________
21277 [  1946] By: gsar                                  on 1998/10/13  03:41:49
21278     Log: add missing file from change#1943
21279  Branch: perl
21280        ! proto.h
21281 ____________________________________________________________________________
21282 [  1945] By: gsar                                  on 1998/10/13  03:32:02
21283     Log: defer "deep recursion" warnings until CXt_SUB context is properly
21284          set up
21285  Branch: perl
21286        ! pp_hot.c t/pragma/warn/pp_hot
21287 ____________________________________________________________________________
21288 [  1944] By: gsar                                  on 1998/10/13  03:15:50
21289     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
21290          fixup the cop_seq value that must be seen by lexical lookups that
21291          emanate within eval''
21292  Branch: perl
21293        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
21294 ____________________________________________________________________________
21295 [  1943] By: gsar                                  on 1998/10/13  02:06:09
21296     Log: ensure recursive attempts to findlex()icals know enough about where
21297          the last eval'' context was encountered
21298  Branch: perl
21299        ! op.c t/op/eval.t
21300 ____________________________________________________________________________
21301 [  1942] By: gsar                                  on 1998/10/13  02:01:24
21302     Log: force copy of substrings when matching against temporaries
21303  Branch: perl
21304        ! pp_hot.c t/op/pat.t
21305 ____________________________________________________________________________
21306 [  1941] By: gsar                                  on 1998/10/13  01:49:16
21307     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
21308          implementation)
21309  Branch: perl
21310        ! pp_ctl.c t/op/runlevel.t
21311 ____________________________________________________________________________
21312 [  1940] By: jhi                                   on 1998/10/12  09:57:44
21313     Log: Removed duplicate CMA threads code for HPUX 10.X.
21314          (probably residue of patch(1) being too understanding)
21315          Enhanced 64-bit settings.
21316  Branch: confperl
21317        ! hints/hpux.sh
21318 ____________________________________________________________________________
21319 [  1939] By: jhi                                   on 1998/10/12  09:53:11
21320     Log: Initial sync from mainline perl.
21321  Branch: confperl
21322        + (add 1282 files)
21323 ____________________________________________________________________________
21324 [  1937] By: gsar                                  on 1998/10/06  21:16:34
21325     Log: fix $/ init for USE_THREADS
21326  Branch: perl
21327        ! perl.c
21328 ____________________________________________________________________________
21329 [  1936] By: gsar                                  on 1998/10/06  07:19:39
21330     Log: fix globals caught by change#1927; builds and tests on Solaris
21331  Branch: perl
21332        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
21333        ! warning.h warning.pl
21334 ____________________________________________________________________________
21335 [  1935] By: gsar                                  on 1998/10/06  06:50:35
21336     Log: add test for previous fix
21337  Branch: perl
21338        ! ext/Thread/create.t
21339 ____________________________________________________________________________
21340 [  1934] By: gsar                                  on 1998/10/06  06:37:36
21341     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
21342  Branch: perl
21343        ! util.c
21344 ____________________________________________________________________________
21345 [  1933] By: gsar                                  on 1998/10/06  05:04:20
21346     Log: undo bogus part of change#1903 (as pointed out by Larry)
21347  Branch: perl
21348        ! pp_ctl.c
21349 ____________________________________________________________________________
21350 [  1932] By: gsar                                  on 1998/10/06  04:21:31
21351     Log: added tweaked version of suggested patch
21352          From: jan.dubois@ibm.net (Jan Dubois)
21353          Date: Sat, 03 Oct 1998 19:04:48 +0200
21354          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
21355          Subject: [PATCH 5.005_52] More MakeMaker  patches
21356  Branch: perl
21357        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
21358        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
21359 ____________________________________________________________________________
21360 [  1931] By: gsar                                  on 1998/10/06  04:04:33
21361     Log: use cpp symbols instead of hardwired constants
21362          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21363          Date: Mon, 05 Oct 1998 09:23:33 +0100
21364          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
21365          Subject: [PATCH 5.005_52] By the numbers (resend)
21366  Branch: perl
21367        ! op.c
21368 ____________________________________________________________________________
21369 [  1930] By: gsar                                  on 1998/10/06  04:01:55
21370     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21371          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
21372          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
21373          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
21374  Branch: perl
21375        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
21376        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
21377 ____________________________________________________________________________
21378 [  1929] By: gsar                                  on 1998/10/06  03:50:36
21379     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21380          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
21381          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
21382          Subject: [PATCH 5.00552] Minor test improvement
21383  Branch: perl
21384        ! t/op/magic.t
21385 ____________________________________________________________________________
21386 [  1928] By: gsar                                  on 1998/10/06  03:49:03
21387     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21388          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
21389          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
21390          Subject: [PATCH 5.00552] emacs/ptags inprovements
21391  Branch: perl
21392        ! emacs/ptags
21393 ____________________________________________________________________________
21394 [  1927] By: gsar                                  on 1998/10/06  03:47:44
21395     Log: disable C<#define dirty PL_dirty> et al.
21396  Branch: perl
21397        ! embed.pl embedvar.h
21398 ____________________________________________________________________________
21399 [  1926] By: gsar                                  on 1998/10/06  03:43:32
21400     Log: From: Mark-Jason Dominus <mjd@plover.com>
21401          Date: Sun, 04 Oct 1998 14:48:11 -0400
21402          Message-ID: <19981004184811.16048.qmail@plover.com>
21403          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
21404  Branch: perl
21405        ! utils/perldoc.PL
21406 ____________________________________________________________________________
21407 [  1925] By: gsar                                  on 1998/10/06  03:27:35
21408     Log: disable USE_THREADS when PERL_OBJECT is enabled
21409  Branch: perl
21410        ! win32/Makefile win32/makefile.mk
21411 ____________________________________________________________________________
21412 [  1924] By: gsar                                  on 1998/10/06  03:26:54
21413     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
21414  Branch: perl
21415        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
21416        ! vms/perly_c.vms
21417 ____________________________________________________________________________
21418 [  1923] By: gsar                                  on 1998/10/03  05:19:56
21419     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
21420          overridden
21421  Branch: perl
21422        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
21423        ! proto.h vms/perly_c.vms
21424 ____________________________________________________________________________
21425 [  1922] By: gsar                                  on 1998/10/03  03:59:50
21426     Log: suppress manifypods leak in extensions
21427  Branch: perl
21428        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
21429 ____________________________________________________________________________
21430 [  1921] By: gsar                                  on 1998/10/02  22:30:15
21431     Log: os390 fixes (suggested by Peter Prymmer)
21432  Branch: perl
21433        ! Makefile.SH regcomp.c
21434 ____________________________________________________________________________
21435 [  1920] By: gsar                                  on 1998/10/02  21:41:19
21436     Log: squelch undef warnings
21437          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21438          Date: Fri, 02 Oct 1998 11:01:14 +0100
21439          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
21440          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
21441  Branch: perl
21442        ! Changes lib/Math/BigInt.pm
21443 ____________________________________________________________________________
21444 [  1919] By: gsar                                  on 1998/10/02  04:59:13
21445     Log: add note to INSTALL about ANSI C
21446  Branch: perl
21447        ! INSTALL
21448 ____________________________________________________________________________
21449 [  1918] By: gsar                                  on 1998/10/02  04:21:10
21450     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
21451          From: jan.dubois@ibm.net (Jan Dubois)
21452          Date: Wed, 30 Sep 1998 23:35:30 +0200
21453          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
21454          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
21455  Branch: perl
21456        ! lib/ExtUtils/xsubpp
21457 ____________________________________________________________________________
21458 [  1917] By: gsar                                  on 1998/10/02  04:16:02
21459     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21460          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
21461          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
21462          Subject: Re: Configure test for selectbits busted
21463  Branch: perl
21464        ! Configure
21465 ____________________________________________________________________________
21466 [  1916] By: gsar                                  on 1998/10/02  04:14:17
21467     Log: From: Dan Sugalski <sugalskd@osshe.edu>
21468          Date: Wed, 30 Sep 1998 17:15:20 -0700
21469          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
21470          Subject: [PATCH 5.005_02]VMS config tweaks
21471  Branch: perl
21472        ! vms/descrip_mms.template vms/subconfigure.com
21473 ____________________________________________________________________________
21474 [  1915] By: gsar                                  on 1998/10/02  04:10:47
21475     Log: use Off_t to permit 64-bit seek()
21476          From: Scott Henry <scotth@sgi.com>
21477          Date: 29 Sep 1998 17:38:46 -0700
21478          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
21479          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
21480          --
21481          Date: 28 Sep 1998 18:55:37 -0700
21482          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
21483          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
21484  Branch: perl
21485        ! doio.c pp_sys.c proto.h sv.c
21486 ____________________________________________________________________________
21487 [  1914] By: gsar                                  on 1998/10/02  04:05:36
21488     Log: normalize tm struct passed to strftime() with mktime()
21489          From: Spider Boardman <spider@orb.nashua.nh.us>
21490          Date: Wed, 30 Sep 1998 15:12:09 -0400
21491          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
21492          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
21493  Branch: perl
21494        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
21495 ____________________________________________________________________________
21496 [  1913] By: gsar                                  on 1998/10/02  03:59:46
21497     Log: don't try to run foo_SH.orig etc.
21498  Branch: perl
21499        ! Configure
21500 ____________________________________________________________________________
21501 [  1912] By: gsar                                  on 1998/10/02  03:45:37
21502     Log: make warning about glob process failure optional
21503  Branch: perl
21504        ! pod/perldiag.pod pp_hot.c
21505 ____________________________________________________________________________
21506 [  1911] By: gsar                                  on 1998/10/02  02:52:21
21507     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
21508          From: Dominic Dunlop <domo@vo.lu>
21509          Date: Tue, 29 Sep 1998 21:06:30 +0000
21510          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
21511          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
21512          --
21513          Date: Wed, 30 Sep 1998 11:46:44 +0000
21514          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
21515          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
21516  Branch: perl
21517        ! pod/perldiag.pod regcomp.c
21518 ____________________________________________________________________________
21519 [  1910] By: gsar                                  on 1998/10/02  02:48:48
21520     Log: minor Configure tweaks (via private mail)
21521          From: Jarkko Hietaniemi <jhi@iki.fi>
21522          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
21523          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
21524          Subject: [PATCH] 5.005_52: the drizzle continues
21525  Branch: perl
21526        ! Configure config_h.SH handy.h
21527 ____________________________________________________________________________
21528 [  1909] By: gsar                                  on 1998/10/02  02:46:39
21529     Log: update SCO hints for dynamic loading
21530          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
21531          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
21532          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
21533          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
21534          --
21535          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
21536          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
21537          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
21538  Branch: perl
21539        ! hints/sco.sh
21540 ____________________________________________________________________________
21541 [  1908] By: gsar                                  on 1998/10/02  02:33:39
21542     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
21543  Branch: perl
21544        ! lib/File/Find.pm
21545 ____________________________________________________________________________
21546 [  1907] By: gsar                                  on 1998/10/02  02:21:52
21547     Log: applied patches, but retained old behavior for win32 (where compilers
21548          can't read from stdin at all)
21549          From: Graham Barr <gbarr@ti.com>
21550          Date: Mon, 28 Sep 1998 09:41:49 -0500
21551          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
21552          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
21553          --
21554          Date: Tue, 29 Sep 1998 12:35:43 -0500
21555          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
21556          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
21557  Branch: perl
21558        ! ext/Errno/Errno_pm.PL
21559 ____________________________________________________________________________
21560 [  1906] By: gsar                                  on 1998/10/02  02:02:19
21561     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
21562          Hietaniemi)
21563  Branch: perl
21564        ! t/op/grent.t
21565 ____________________________________________________________________________
21566 [  1905] By: gsar                                  on 1998/10/02  01:59:56
21567     Log: win32 caveats about truncate()
21568  Branch: perl
21569        ! pod/perlport.pod
21570 ____________________________________________________________________________
21571 [  1904] By: gsar                                  on 1998/10/02  01:53:25
21572     Log: various Configure and hints updates (prefer drand48() or random()
21573          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
21574          applied modulo SCO hints superceded by later patch
21575          From: Jarkko Hietaniemi <jhi@iki.fi>
21576          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
21577          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
21578          Subject: [PATCH] 5.005_52: Configure et al:
21579  Branch: perl
21580        + ext/IPC/SysV/hints/next_3.pl
21581        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
21582        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
21583        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
21584 ____________________________________________________________________________
21585 [  1903] By: gsar                                  on 1998/10/02  01:42:37
21586     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
21587          Date: Mon, 28 Sep 1998 17:41:49 +0100
21588          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
21589          Subject: [PATCH 5.005_52] Re: More on ?p 
21590          --
21591          Date: Thu, 01 Oct 1998 09:10:58 +0100
21592          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
21593          Subject: [PATCH 5.005_52] ?p fix
21594          --
21595          Date: Thu, 01 Oct 1998 10:45:56 +0100
21596          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
21597          Subject: [PATCH 5.005_52] more on ?p
21598  Branch: perl
21599        ! pp_ctl.c
21600 ____________________________________________________________________________
21601 [  1902] By: gsar                                  on 1998/10/02  01:36:14
21602     Log: From: Kenneth Duda <kjd@cisco.com>
21603          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
21604          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
21605          Subject: writemain dies when there are more than 4000 characters of extensions
21606  Branch: perl
21607        ! writemain.SH
21608 ____________________________________________________________________________
21609 [  1901] By: gsar                                  on 1998/10/02  01:33:16
21610     Log: tweak run_byacc recipe
21611  Branch: perl
21612        ! Makefile.SH Porting/pumpkin.pod
21613 ____________________________________________________________________________
21614 [  1900] By: gsar                                  on 1998/10/02  01:02:09
21615     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
21616  Branch: perl
21617        ! perl.h pp_ctl.c
21618 ____________________________________________________________________________
21619 [  1899] By: gsar                                  on 1998/09/28  20:46:30
21620     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
21621          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
21622          Dvornik)
21623  Branch: perl
21624        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
21625 ____________________________________________________________________________
21626 [  1898] By: gsar                                  on 1998/09/28  20:42:52
21627     Log: flush unsubmitted 5.00552 change
21628  Branch: perl
21629        ! MANIFEST
21630 ____________________________________________________________________________
21631 [  1897] By: gsar                                  on 1998/09/27  04:43:06
21632     Log: run vms_yfix.pl
21633  Branch: perl
21634        ! vms/perly_c.vms
21635 ____________________________________________________________________________
21636 [  1896] By: gsar                                  on 1998/09/27  03:38:55
21637     Log: small tweak on last change
21638  Branch: perl
21639        ! win32/win32.c
21640 ____________________________________________________________________________
21641 [  1895] By: gsar                                  on 1998/09/27  03:17:17
21642     Log: fix win32_stat() to do the right thing for share names
21643  Branch: perl
21644        ! win32/win32.c
21645 ____________________________________________________________________________
21646 [  1891] By: larry                                 on 1998/09/25  18:50:40
21647     Log: Fixed apostrophe problem from Mark Knutsen.
21648  Branch: perl
21649        ! sv.h
21650
21651 ----------------
21652 Version 5.005_52
21653 ----------------
21654
21655 ____________________________________________________________________________
21656 [  1890] By: gsar                                  on 1998/09/25  10:25:00
21657     Log: update template config.sh, add new config vars to win32 stuff
21658  Branch: perl
21659        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
21660        ! pp_sys.c proto.h win32/config.bc win32/config.gc
21661        ! win32/config.vc win32/config_H.bc win32/config_H.gc
21662        ! win32/config_H.vc win32/win32.h
21663 ____________________________________________________________________________
21664 [  1889] By: gsar                                  on 1998/09/25  07:13:13
21665     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
21666          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
21667          of full-fledged 64-bit support (including support for: fseeko/ftello,
21668          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
21669          in Fcntl)
21670          From: Jarkko Hietaniemi <jhi@iki.fi>
21671          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
21672          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
21673          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
21674          --
21675          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21676          Date: 12 Sep 1998 09:44:25 +0300
21677          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
21678          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
21679  Branch: perl
21680        + lib/filetest.pm
21681        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
21682        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
21683        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
21684        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
21685        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
21686        ! win32/makedef.pl
21687 ____________________________________________________________________________
21688 [  1888] By: gsar                                  on 1998/09/25  06:27:12
21689     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
21690  Branch: perl
21691        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
21692        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21693        ! win32/makedef.pl win32/makefile.mk win32/win32.c
21694 ____________________________________________________________________________
21695 [  1887] By: gsar                                  on 1998/09/25  04:50:49
21696     Log: win32.c tweak
21697  Branch: perl
21698        ! win32/win32.c
21699 ____________________________________________________________________________
21700 [  1886] By: gsar                                  on 1998/09/25  04:47:32
21701     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
21702  Branch: perl
21703        ! lib/ExtUtils/MakeMaker.pm
21704 ____________________________________________________________________________
21705 [  1885] By: gsar                                  on 1998/09/25  04:05:09
21706     Log: From: Dominic Dunlop <domo@vo.lu>
21707          Date: Thu, 10 Sep 1998 11:02:46 +0000
21708          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
21709          Subject: MM_Unix::canonpath erroneously turns leading // into /
21710  Branch: perl
21711        ! lib/ExtUtils/MM_Unix.pm
21712 ____________________________________________________________________________
21713 [  1884] By: gsar                                  on 1998/09/25  03:06:10
21714     Log: temporarily disable perl malloc for a2p until we clean up
21715          conflicting malloc() declarations everywhere
21716  Branch: perl
21717        ! x2p/Makefile.SH
21718 ____________________________________________________________________________
21719 [  1883] By: gsar                                  on 1998/09/25  02:27:00
21720     Log: remove obsolete win32/bin/*.pl
21721  Branch: perl
21722        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
21723        ! Changes MANIFEST win32/Makefile win32/makefile.mk
21724 ____________________________________________________________________________
21725 [  1882] By: gsar                                  on 1998/09/25  02:04:43
21726     Log: missing file in last submit
21727  Branch: perl
21728        ! proto.h
21729 ____________________________________________________________________________
21730 [  1881] By: gsar                                  on 1998/09/25  01:56:54
21731     Log: serial access to PL_x[inpr]v_root for USE_THREADS
21732  Branch: perl
21733        ! sv.c
21734 ____________________________________________________________________________
21735 [  1880] By: gsar                                  on 1998/09/25  01:19:38
21736     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
21737          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
21738          Date: Thu, 24 Sep 1998 22:01:09 +0900
21739          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
21740          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
21741  Branch: perl
21742        ! hv.c proto.h
21743 ____________________________________________________________________________
21744 [  1879] By: gsar                                  on 1998/09/25  00:20:07
21745     Log: tweaks to enable PERL_OBJECT to build & test on win32
21746  Branch: perl
21747        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
21748        ! win32/GenCAPI.pl
21749 ____________________________________________________________________________
21750 [  1878] By: gsar                                  on 1998/09/25  00:13:36
21751     Log: fix change#1861, which breaks default boot_xxx symbol generation
21752  Branch: perl
21753        ! lib/ExtUtils/Mksymlists.pm
21754 ____________________________________________________________________________
21755 [  1877] By: gsar                                  on 1998/09/24  10:29:54
21756     Log: two tweaks for clean build and test on Solaris
21757  Branch: perl
21758        ! op.c t/op/subst.t
21759 ____________________________________________________________________________
21760 [  1876] By: gsar                                  on 1998/09/24  09:04:43
21761     Log: From: Colin Kuskie <ckuskie@cadence.com>
21762          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
21763          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
21764          Subject: [PATCH 5.005_51] perlform.pod
21765  Branch: perl
21766        ! pod/perlform.pod
21767 ____________________________________________________________________________
21768 [  1875] By: gsar                                  on 1998/09/24  08:47:47
21769     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21770          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
21771          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
21772          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
21773  Branch: perl
21774        ! regexec.c
21775 ____________________________________________________________________________
21776 [  1874] By: gsar                                  on 1998/09/24  08:44:55
21777     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21778          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
21779          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
21780          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
21781  Branch: perl
21782        ! toke.c
21783 ____________________________________________________________________________
21784 [  1873] By: gsar                                  on 1998/09/24  08:39:41
21785     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21786          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
21787          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
21788          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
21789  Branch: perl
21790        ! Changes regcomp.c
21791 ____________________________________________________________________________
21792 [  1872] By: gsar                                  on 1998/09/24  08:37:00
21793     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
21794          Date: Sun, 23 Aug 1998 23:18:38 PDT
21795          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
21796          Subject: new irix_6.sh hints file
21797  Branch: perl
21798        ! hints/irix_6.sh
21799 ____________________________________________________________________________
21800 [  1871] By: gsar                                  on 1998/09/24  07:26:37
21801     Log: correct FSF address in various places
21802  Branch: perl
21803        ! Copying README ext/B/README lib/Getopt/Long.pm
21804 ____________________________________________________________________________
21805 [  1870] By: gsar                                  on 1998/09/24  07:11:56
21806     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
21807          Date:    Fri, 14 Aug 1998 09:20:16 PDT
21808          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
21809          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
21810  Branch: perl
21811        ! configure.com
21812 ____________________________________________________________________________
21813 [  1869] By: gsar                                  on 1998/09/24  06:55:59
21814     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
21815          From:    Scott Henry <scotth@sgi.com>
21816          Date:    13 Aug 1998 09:52:15 PDT
21817          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
21818          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
21819  Branch: perl
21820        ! hints/irix_6.sh
21821 ____________________________________________________________________________
21822 [  1868] By: gsar                                  on 1998/09/24  06:51:23
21823     Log: From:    Nathan Torkington <gnat@frii.com>
21824          Date:    Thu, 13 Aug 1998 10:59:48 MDT
21825          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
21826          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
21827  Branch: perl
21828        ! pod/perlfunc.pod
21829 ____________________________________________________________________________
21830 [  1867] By: gsar                                  on 1998/09/24  06:45:13
21831     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
21832          that are autoloaded)
21833  Branch: perl
21834        ! pp_ctl.c
21835 ____________________________________________________________________________
21836 [  1866] By: gsar                                  on 1998/09/24  05:21:19
21837     Log: grandfather deprecated "$$<digit>" no more
21838  Branch: perl
21839        ! pod/perldiag.pod toke.c
21840 ____________________________________________________________________________
21841 [  1865] By: gsar                                  on 1998/09/24  04:52:48
21842     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
21843          low bits (suggested by Ilya Zakharevich)
21844  Branch: perl
21845        ! hv.h
21846 ____________________________________________________________________________
21847 [  1864] By: gsar                                  on 1998/09/24  04:29:14
21848     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
21849          perly_c.diff
21850  Branch: perl
21851        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
21852        ! perly_c.diff toke.c
21853 ____________________________________________________________________________
21854 [  1863] By: gsar                                  on 1998/09/24  03:36:30
21855     Log: provide locked access to string table for USE_THREADS
21856  Branch: perl
21857        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
21858 ____________________________________________________________________________
21859 [  1862] By: gsar                                  on 1998/09/24  03:30:32
21860     Log: remove bogus warn()
21861  Branch: perl
21862        ! embed.pl
21863 ____________________________________________________________________________
21864 [  1861] By: gsar                                  on 1998/09/24  02:58:51
21865     Log: applied suggested patch, adapted for all platforms
21866          From: jan.dubois@ibm.net (Jan Dubois)
21867          Date: Sun, 20 Sep 1998 12:56:38 +0200
21868          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
21869          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
21870  Branch: perl
21871        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21872        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
21873        ! lib/ExtUtils/MakeMaker.pm
21874 ____________________________________________________________________________
21875 [  1860] By: gsar                                  on 1998/09/24  02:16:14
21876     Log: upgrade to CPAN-1.40
21877  Branch: perl
21878        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
21879 ____________________________________________________________________________
21880 [  1859] By: gsar                                  on 1998/09/24  02:08:59
21881     Log: use $ENV{MAKEMAKEROPT} to set default command line args
21882  Branch: perl
21883        ! lib/ExtUtils/MakeMaker.pm
21884 ____________________________________________________________________________
21885 [  1857] By: gsar                                  on 1998/09/23  10:58:36
21886     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21887          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
21888          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
21889          Subject: More verbose Test::Harness [PATCH]
21890  Branch: perl
21891        ! lib/Test/Harness.pm
21892 ____________________________________________________________________________
21893 [  1856] By: gsar                                  on 1998/09/23  10:56:24
21894     Log: update hints for OPENSTEP 4.2 on i386
21895          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
21896          Date: Sun, 20 Sep 1998 01:03:18 +0200
21897          Message-Id: <9809192303.AA29190@Spike>
21898          Subject: Perl 5.005_02 compilation problems
21899  Branch: perl
21900        ! hints/next_4.sh
21901 ____________________________________________________________________________
21902 [  1855] By: gsar                                  on 1998/09/23  10:52:27
21903     Log: reset errno after C<require> search (as suggested by Larry)
21904  Branch: perl
21905        ! pp_ctl.c
21906 ____________________________________________________________________________
21907 [  1854] By: gsar                                  on 1998/09/23  10:50:26
21908     Log: misc pod tweaks
21909  Branch: perl
21910        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
21911 ____________________________________________________________________________
21912 [  1853] By: gsar                                  on 1998/09/23  10:46:06
21913     Log: make Pod/Html.pm handle the --title option properly (as suggested
21914          by gml4410@ggr.co.uk)
21915  Branch: perl
21916        ! lib/Pod/Html.pm
21917 ____________________________________________________________________________
21918 [  1852] By: gsar                                  on 1998/09/23  10:41:39
21919     Log: SSNEW() API for allocating memory on the savestack
21920          From: Albert Dvornik <bert@genscan.com>
21921          Date: 17 Sep 1998 19:23:07 -0400
21922          Message-Id: <tqemtae338.fsf@puma.genscan.com>
21923          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
21924  Branch: perl
21925        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
21926        ! perl.h proto.h scope.c scope.h t/io/tell.t
21927 ____________________________________________________________________________
21928 [  1851] By: gsar                                  on 1998/09/23  10:37:05
21929     Log: From: Jochen Wiedmann <joe@ispsoft.de>
21930          Date: Thu, 17 Sep 1998 17:16:06 +0200
21931          Message-ID: <360127B6.E44564A@ispsoft.de>
21932          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
21933  Branch: perl
21934        ! lib/ExtUtils/MakeMaker.pm
21935 ____________________________________________________________________________
21936 [  1850] By: gsar                                  on 1998/09/23  10:33:05
21937     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
21938          Date: 15 Sep 1998 01:32:31 +0200
21939          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
21940          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
21941  Branch: perl
21942        ! lib/ExtUtils/MM_Unix.pm
21943 ____________________________________________________________________________
21944 [  1849] By: gsar                                  on 1998/09/23  10:29:04
21945     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
21946          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
21947          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
21948          Subject: Re: extralibs.ld problem in MM_VMS.pm
21949  Branch: perl
21950        ! lib/ExtUtils/MM_VMS.pm
21951 ____________________________________________________________________________
21952 [  1848] By: gsar                                  on 1998/09/23  10:25:24
21953     Log: From: Roderick Schertler <roderick@argon.org>
21954          Date: 11 Sep 1998 16:19:21 -0400
21955          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
21956          Subject: Re: Open2 and memory leaks
21957  Branch: perl
21958        ! lib/IPC/Open3.pm
21959 ____________________________________________________________________________
21960 [  1847] By: gsar                                  on 1998/09/23  10:18:31
21961     Log: From: Roderick Schertler <roderick@argon.org>
21962          Date: Wed, 09 Sep 1998 23:52:48 -0400
21963          Message-ID: <20567.905399568@eeyore.ibcinc.com>
21964          Subject: seed srand from /dev/urandom when possible
21965  Branch: perl
21966        ! pod/perlfunc.pod pp.c
21967 ____________________________________________________________________________
21968 [  1846] By: gsar                                  on 1998/09/23  10:12:22
21969     Log: From: Roderick Schertler <roderick@argon.org>
21970          Date: Thu, 10 Sep 1998 00:32:17 -0400
21971          Message-ID: <21142.905401937@eeyore.ibcinc.com>
21972          Subject: doc update for crypt()'s salt
21973  Branch: perl
21974        ! pod/perlfunc.pod
21975 ____________________________________________________________________________
21976 [  1845] By: gsar                                  on 1998/09/23  10:09:23
21977     Log: fix h2ph handling of C<#error "foo">
21978          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
21979          Date: Thu, 10 Sep 1998 09:59:33 +0900
21980          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
21981          Subject: [5.005_02] h2ph problem
21982  Branch: perl
21983        ! utils/h2ph.PL
21984 ____________________________________________________________________________
21985 [  1844] By: gsar                                  on 1998/09/23  10:06:13
21986     Log: plug strictly private function leaks in API listing
21987  Branch: perl
21988        ! pod/perlguts.pod
21989 ____________________________________________________________________________
21990 [  1843] By: gsar                                  on 1998/09/23  10:02:57
21991     Log: hide symbol for static build
21992          From: Dominic Dunlop <domo@vo.lu>
21993          Date: Tue, 8 Sep 1998 21:40:46 +0000
21994          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
21995          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
21996  Branch: perl
21997        ! regcomp.c
21998 ____________________________________________________________________________
21999 [  1842] By: gsar                                  on 1998/09/23  09:52:46
22000     Log: define PUT_svindex(), PUT_opindex()
22001  Branch: perl
22002        ! ext/B/B/Assembler.pm
22003 ____________________________________________________________________________
22004 [  1841] By: gsar                                  on 1998/09/23  09:44:25
22005     Log: From: Dominic Dunlop <domo@vo.lu>
22006          Date: Tue, 8 Sep 1998 15:34:53 +0000
22007          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
22008          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
22009  Branch: perl
22010        ! t/pragma/warn/regexec
22011 ____________________________________________________________________________
22012 [  1840] By: gsar                                  on 1998/09/23  09:42:17
22013     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
22014  Branch: perl
22015        ! win32/bin/pl2bat.pl
22016 ____________________________________________________________________________
22017 [  1839] By: gsar                                  on 1998/09/23  09:38:18
22018     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
22019          Date: Mon, 7 Sep 1998 17:36:09 +0900
22020          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
22021          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
22022  Branch: perl
22023        ! ext/Thread/Thread.xs
22024 ____________________________________________________________________________
22025 [  1838] By: gsar                                  on 1998/09/23  09:21:11
22026     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
22027          Date: Thu, 10 Sep 1998 00:02:07 -0400
22028          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
22029          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
22030  Branch: perl
22031        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
22032        + vos/config.h vos/config_h.SH_orig vos/perl.bind
22033        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
22034        ! MANIFEST perl.c perl.h pod/perlport.pod
22035 ____________________________________________________________________________
22036 [  1837] By: gsar                                  on 1998/09/23  08:45:58
22037     Log: (via private mail)
22038          From: Charles Bailey <BAILEY@newman.upenn.edu>
22039          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
22040          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
22041          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
22042  Branch: perl
22043        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
22044        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
22045        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
22046        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
22047        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
22048        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
22049        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
22050        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
22051        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
22052        ! vms/writemain.pl
22053 ____________________________________________________________________________
22054 [  1836] By: gsar                                  on 1998/09/23  08:17:42
22055     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22056          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
22057          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
22058          Subject: [PATCH 5.005_*] OS/2 spawning typos
22059  Branch: perl
22060        ! os2/os2.c
22061 ____________________________________________________________________________
22062 [  1835] By: gsar                                  on 1998/09/23  08:09:55
22063     Log: warn on C<my($foo,$foo)>
22064  Branch: perl
22065        ! op.c pod/perldiag.pod
22066 ____________________________________________________________________________
22067 [  1834] By: gsar                                  on 1998/09/23  07:35:56
22068     Log: From: pvhp@forte.com (Peter Prymmer)
22069          Date: Fri, 4 Sep 98 13:27:41 PDT
22070          Message-Id: <9809042027.AA04463@forte.com>
22071          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
22072  Branch: perl
22073        ! README.vms
22074 ____________________________________________________________________________
22075 [  1833] By: gsar                                  on 1998/09/23  07:27:34
22076     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
22077          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
22078          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
22079          Subject: PATCH: 5.005_02 hint/hpux.sh
22080  Branch: perl
22081        ! hints/hpux.sh
22082 ____________________________________________________________________________
22083 [  1832] By: gsar                                  on 1998/09/23  07:22:40
22084     Log: fix (some) installhtml bugs
22085          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
22086          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
22087          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
22088          Subject: installhtml script needs work
22089  Branch: perl
22090        ! installhtml
22091 ____________________________________________________________________________
22092 [  1831] By: gsar                                  on 1998/09/23  07:19:30
22093     Log: document 'U' magic with examples
22094          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
22095          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
22096          Message-Id: <199809011455.PAA00631@sale-wts>
22097          Subject: Re: Looking for some XS MAGIC examples...
22098  Branch: perl
22099        ! pod/perlguts.pod
22100 ____________________________________________________________________________
22101 [  1830] By: gsar                                  on 1998/09/23  07:16:43
22102     Log: From: pvhp@forte.com (Peter Prymmer)
22103          Date: Mon, 31 Aug 98 17:13:49 PDT
22104          Message-Id: <9809010013.AA06737@forte.com>
22105          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
22106  Branch: perl
22107        ! README.os390
22108 ____________________________________________________________________________
22109 [  1829] By: gsar                                  on 1998/09/23  07:15:08
22110     Log: fix problematic typecast in filter_del()
22111          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
22112          Date: Mon, 31 Aug 1998 21:13:11 GMT
22113          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
22114          Subject: perl5.005_02 does not build on Cray T90
22115  Branch: perl
22116        ! toke.c
22117 ____________________________________________________________________________
22118 [  1828] By: gsar                                  on 1998/09/23  07:11:34
22119     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22120          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
22121          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
22122          Subject: [PATCH 5.005_5*] (?>) broken in RE
22123  Branch: perl
22124        ! regexec.c t/op/re_tests
22125 ____________________________________________________________________________
22126 [  1827] By: gsar                                  on 1998/09/23  07:09:50
22127     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
22128  Branch: perl
22129        ! t/op/grent.t t/op/groups.t
22130 ____________________________________________________________________________
22131 [  1826] By: gsar                                  on 1998/09/23  07:03:16
22132     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
22133          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
22134          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
22135          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
22136  Branch: perl
22137        - interp.sym
22138        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
22139 ____________________________________________________________________________
22140 [  1825] By: gsar                                  on 1998/09/23  06:56:40
22141     Log: re-introduce change#1703
22142  Branch: perl
22143        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
22144 ____________________________________________________________________________
22145 [  1824] By: gsar                                  on 1998/09/23  06:44:19
22146     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22147          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
22148          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
22149          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
22150  Branch: perl
22151        ! lib/perl5db.pl
22152 ____________________________________________________________________________
22153 [  1823] By: gsar                                  on 1998/09/23  06:41:34
22154         Log: From: Joe Buehler <jhpb@hekimian.com>
22155              Date: 29 Aug 1998 17:13:28 -0400
22156              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
22157              Subject: patches for perl 5.005_51 under U/WIN
22158      Branch: perl
22159            + hints/uwin.sh
22160            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
22161            ! t/lib/posix.t
22162 ____________________________________________________________________________
22163 [  1822] By: gsar                                  on 1998/09/23  06:36:59
22164         Log: add missing C<no utf8;> tweak from Larry
22165      Branch: perl
22166            ! t/op/subst.t
22167 ____________________________________________________________________________
22168 [  1821] By: gsar                                  on 1998/09/23  06:27:51
22169         Log: s/runops/CALLRUNOPS/
22170      Branch: perl
22171            ! cc_runtime.h
22172 ____________________________________________________________________________
22173 [  1820] By: gsar                                  on 1998/09/23  06:24:49
22174         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
22175      Branch: perl
22176           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
22177           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
22178           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
22179           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
22180           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
22181           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
22182           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
22183           +> t/pragma/warn/util
22184            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
22185            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
22186            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
22187            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
22188            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
22189            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
22190            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
22191            - t/pragma/warn-util
22192            ! MANIFEST t/pragma/warning.t
22193 ____________________________________________________________________________
22194 [  1819] By: gsar                                  on 1998/09/23  06:08:46
22195         Log: make \(%foo) return refs to values (not copies of values)
22196              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
22197              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
22198              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
22199              --
22200              From: Roderick Schertler <roderick@argon.org>
22201              Date: Sat, 29 Aug 1998 00:58:33 -0400
22202              Message-ID: <29894.904366713@eeyore.ibcinc.com>
22203              Subject: Re: \(%x) problems
22204      Branch: perl
22205            ! doop.c pod/perlref.pod
22206 ____________________________________________________________________________
22207 [  1818] By: gsar                                  on 1998/09/23  06:05:08
22208         Log: make h2xs generate ANSI prototypes
22209      Branch: perl
22210            ! utils/h2xs.PL
22211 ____________________________________________________________________________
22212 [  1817] By: gsar                                  on 1998/09/23  05:57:16
22213         Log: updated usethreads hints for hpux 10.X
22214              From: Matthew T Harden <mthard@mthard1.monsanto.com>
22215              Date: Fri, 28 Aug 1998 14:10:42 GMT
22216              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
22217              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
22218      Branch: perl
22219            ! hints/hpux.sh perl.h
22220 ____________________________________________________________________________
22221 [  1816] By: gsar                                  on 1998/09/23  05:53:31
22222         Log: don't create empty directories in installperl
22223              From: Robin Barker <rmb1@cise.npl.co.uk>
22224              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
22225              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
22226              Subject: [PATCH 5.005_02] install: empty dirs
22227      Branch: perl
22228            ! installperl
22229 ____________________________________________________________________________
22230 [  1815] By: gsar                                  on 1998/09/23  05:50:36
22231         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
22232              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22233              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
22234              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
22235              Subject: Re: your mail
22236      Branch: perl
22237            ! regexec.c t/op/re_tests
22238 ____________________________________________________________________________
22239 [  1814] By: gsar                                  on 1998/09/23  05:45:17
22240         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
22241              Date: Thu, 20 Aug 1998 20:59:03 -0400
22242              Message-ID: <19980820205903.A12908@O2.chapin.edu>
22243              Subject: [PATCH] h2ph misquotes #error directives
22244      Branch: perl
22245            ! t/lib/h2ph.pht utils/h2ph.PL
22246 ____________________________________________________________________________
22247 [  1813] By: gsar                                  on 1998/09/23  05:42:41
22248         Log: patch to support computed regular subexpressions
22249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22250              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
22251              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
22252              Subject: [5.005_5* PATCH] Postponed RE - now!
22253      Branch: perl
22254            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
22255            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
22256 ____________________________________________________________________________
22257 [  1812] By: gsar                                  on 1998/09/23  05:26:26
22258         Log: better CR-handling on shebang line and in formats (fixed variant of
22259              patch suggested by Igor Sysoev <igor@nitek.ru>)
22260      Branch: perl
22261            ! perl.c toke.c
22262 ____________________________________________________________________________
22263 [  1811] By: gsar                                  on 1998/09/23  04:35:46
22264         Log: document non-loopish blocks better
22265              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22266              Date: Tue, 18 Aug 1998 12:28:36 +0100
22267              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
22268              Subject: Re: next in do {} while block gives error message
22269      Branch: perl
22270            ! pod/perlfunc.pod
22271 ____________________________________________________________________________
22272 [  1810] By: gsar                                  on 1998/09/23  04:12:05
22273         Log: fix bogus integerization of pop()'s return value
22274              From: Gurusamy Sarathy <gsar@engin.umich.edu>
22275              Date: Sat, 15 Aug 1998 23:27:54 -0400
22276              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
22277              Subject: Re: Complex expression does integer arithmetic 
22278      Branch: perl
22279            ! opcode.h opcode.pl
22280 ____________________________________________________________________________
22281 [  1809] By: gsar                                  on 1998/09/23  04:09:43
22282         Log: tweak README.win32
22283      Branch: perl
22284            ! README.win32
22285 ____________________________________________________________________________
22286 [  1808] By: gsar                                  on 1998/09/23  03:40:57
22287         Log: better diagnostic for do{} used as lvalue
22288      Branch: perl
22289            ! op.c pod/perlport.pod
22290 ____________________________________________________________________________
22291 [  1807] By: gsar                                  on 1998/09/23  03:38:30
22292         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
22293              From: hansm@icgroup.nl
22294              Date: Tue, 11 Aug 98 21:08:51 +0200
22295              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
22296              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
22297      Branch: perl
22298            ! malloc.c
22299 ____________________________________________________________________________
22300 [  1806] By: gsar                                  on 1998/09/23  03:36:08
22301         Log: support make written in perl (aka "pmake") on win32
22302      Branch: perl
22303            ! lib/ExtUtils/MM_Win32.pm
22304 ____________________________________________________________________________
22305 [  1805] By: gsar                                  on 1998/09/23  03:30:07
22306         Log: fix mismatched UV/U32 types for to_utf8_*()
22307      Branch: perl
22308            ! utf8.c
22309 ____________________________________________________________________________
22310 [  1804] By: gsar                                  on 1998/09/23  03:22:22
22311         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
22312              Date: Sun, 9 Aug 1998 22:38:23 +0200
22313              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
22314              Subject: [PATCH 5.5002] dos-djgpp update
22315      Branch: perl
22316            ! t/io/fs.t
22317 ____________________________________________________________________________
22318 [  1803] By: gsar                                  on 1998/09/23  03:20:13
22319         Log: apply minimal variant of patch (sent via private mail)
22320              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
22321              Date: Wed, 12 Aug 1998 15:42:35 +0300
22322              Message-Id: <199808121242.PAA29761@comanche.spices>
22323              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
22324      Branch: perl
22325            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
22326            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
22327 ____________________________________________________________________________
22328 [  1802] By: gsar                                  on 1998/09/23  03:03:39
22329         Log: adjust searchdict.t for EBCDIC (still needs documenting)
22330              From: pvhp@forte.com (Peter Prymmer)
22331              Date: Thu, 6 Aug 98 18:09:39 PDT
22332              Message-Id: <9808070109.AA06158@forte.com>
22333              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
22334      Branch: perl
22335            ! README.os390 t/lib/searchdict.t
22336 ____________________________________________________________________________
22337 [  1801] By: gsar                                  on 1998/09/23  02:54:15
22338         Log: silence redefined warning for XS(INIT) {}
22339      Branch: perl
22340            ! op.c
22341 ____________________________________________________________________________
22342 [  1800] By: gsar                                  on 1998/09/23  02:42:23
22343         Log: support match indices via special variables @- and @+
22344              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22345              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
22346              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
22347              Subject: [PATCH 5.004_76] @- and @+
22348      Branch: perl
22349            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
22350            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
22351 ____________________________________________________________________________
22352 [  1799] By: gsar                                  on 1998/09/23  01:44:31
22353         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22354              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
22355              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
22356              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
22357      Branch: perl
22358            ! regcomp.c t/op/re_tests
22359 ____________________________________________________________________________
22360 [  1798] By: gsar                                  on 1998/09/23  01:39:23
22361         Log: integrate maint-5.005 changes (except conflicting change#1794)
22362      Branch: perl
22363            ! Changes
22364           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
22365           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
22366           !> win32/win32.h
22367 ____________________________________________________________________________
22368 [  1797] By: gsar                                  on 1998/09/23  01:32:36
22369         Log: add note to win32/Makefile about setting CCHOME
22370      Branch: perl
22371            ! win32/Makefile win32/makefile.mk
22372 ____________________________________________________________________________
22373 [  1796] By: gsar                                  on 1998/09/23  01:31:32
22374         Log: perl.pod tweak
22375      Branch: perl
22376            ! pod/perl.pod
22377 ____________________________________________________________________________
22378 [  1795] By: gsar                                  on 1998/09/21  20:34:10
22379         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
22380      Branch: perl
22381            ! lib/ExtUtils/xsubpp
22382 ____________________________________________________________________________
22383 [  1789] By: gsar                                  on 1998/09/18  18:01:37
22384         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
22385      Branch: perl
22386            ! cop.h t/cmd/for.t
22387 ____________________________________________________________________________
22388 [  1788] By: gsar                                  on 1998/09/17  02:19:11
22389         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
22390      Branch: perl
22391            ! win32/config.bc win32/config.gc win32/config.vc
22392 ____________________________________________________________________________
22393 [  1787] By: gsar                                  on 1998/09/17  01:45:14
22394         Log: suppress bogus warning on C<sub x {} x()>
22395      Branch: perl
22396            ! toke.c
22397 ____________________________________________________________________________
22398 [  1786] By: gsar                                  on 1998/09/17  01:42:51
22399         Log: ntohl typo in objXSUB.h
22400      Branch: perl
22401            ! objXSUB.h
22402 ____________________________________________________________________________
22403 [  1785] By: gsar                                  on 1998/09/17  01:41:48
22404         Log: fill gaps in sig_* entries in win32/config.?c
22405      Branch: perl
22406            ! win32/config.bc win32/config.gc win32/config.vc
22407 ____________________________________________________________________________
22408 [  1781] By: larry                                 on 1998/09/05  23:48:24
22409         Log: tr/// logic was hosed under utf8
22410      Branch: perl
22411            ! doop.c op.c op.h pp.c proto.h
22412 ____________________________________________________________________________
22413 [  1780] By: larry                                 on 1998/09/05  23:44:16
22414         Log: several new tests needed tweaking to work under utf8
22415      Branch: perl
22416            ! t/comp/require.t t/op/pack.t t/op/substr.t
22417 ____________________________________________________________________________
22418 [  1779] By: larry                                 on 1998/09/05  23:41:42
22419         Log: index() applied BM optimization to wrong argument
22420      Branch: perl
22421            ! op.c util.c
22422 ____________________________________________________________________________
22423 [  1778] By: larry                                 on 1998/09/05  23:38:29
22424         Log: Implicit require during compile reset line numbering
22425      Branch: perl
22426            ! pp_ctl.c
22427
22428 ----------------
22429 Version 5.005_51
22430 ----------------
22431
22432 ____________________________________________________________________________
22433 [  1777] By: gsar                                  on 1998/08/10  07:02:38
22434         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
22435              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
22436              lexical warning testsuite for win32
22437      Branch: perl
22438            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
22439            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
22440            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
22441            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
22442            ! win32/Makefile win32/makefile.mk
22443 ____________________________________________________________________________
22444 [  1776] By: gsar                                  on 1998/08/09  17:53:48
22445         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
22446      Branch: perl
22447            ! Changes MANIFEST perl.c pod/perlhist.pod
22448 ____________________________________________________________________________
22449 [  1775] By: gsar                                  on 1998/08/09  14:35:33
22450         Log: tweak warning test
22451      Branch: perl
22452            ! t/pragma/warn-toke
22453 ____________________________________________________________________________
22454 [  1774] By: gsar                                  on 1998/08/09  14:13:46
22455         Log: add missing dTHR; notes for test failures due to small stacksize
22456      Branch: perl
22457            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
22458            ! toke.c universal.c util.c
22459 ____________________________________________________________________________
22460 [  1773] By: gsar                                  on 1998/08/09  11:31:53
22461         Log: lexical warnings; tweaks to places that didn't apply correctly
22462              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
22463              Date:    Wed, 29 Jul 1998 09:28:45 BST
22464              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
22465              Subject: lexical warnings patch for 5.005_50
22466      Branch: perl
22467            + README.lexwarn lib/warning.pm t/pragma/warn-2use
22468            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
22469            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
22470            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
22471            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
22472            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
22473            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
22474            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
22475            + warning.h warning.pl
22476            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
22477            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
22478            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
22479            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
22480            ! universal.c util.c
22481 ____________________________________________________________________________
22482 [  1772] By: gsar                                  on 1998/08/08  23:06:00
22483         Log: bump patchlevel to 5.005_51
22484      Branch: perl
22485            ! patchlevel.h win32/Makefile win32/config_H.bc
22486            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
22487 ____________________________________________________________________________
22488 [  1771] By: gsar                                  on 1998/08/08  23:01:57
22489         Log: fix bogus warning on "\x{123}"
22490              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
22491              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
22492              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
22493              Subject: [5.005_50 PATCH] Some unicode problems
22494      Branch: perl
22495            ! regcomp.c toke.c
22496 ____________________________________________________________________________
22497 [  1770] By: gsar                                  on 1998/08/08  22:56:55
22498         Log: hide dup symbol for static build of ext/re
22499              From: Dominic Dunlop <domo@ppp72.vo.lu>
22500              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
22501              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
22502              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
22503      Branch: perl
22504            ! regcomp.c
22505 ____________________________________________________________________________
22506 [  1769] By: gsar                                  on 1998/08/08  22:45:06
22507         Log: fix double free on -Mutf8 -e '$b=uc("")'
22508              From: larry@wall.org (Larry Wall)
22509              Date: Fri, 7 Aug 1998 14:42:43 -0700
22510              Message-Id: <199808072142.OAA14920@wall.org>
22511              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
22512      Branch: perl
22513            ! pp.c
22514 ____________________________________________________________________________
22515 [  1768] By: gsar                                  on 1998/08/08  22:42:29
22516         Log: substr() assumes utf8 without say-so
22517              From: larry@wall.org (Larry Wall)
22518              Date: Fri, 7 Aug 1998 12:25:12 -0700
22519              Message-Id: <199808071925.MAA13436@wall.org>
22520              Subject: [PATCH 5.005_50] substr bug?
22521      Branch: perl
22522            ! pp.c
22523 ____________________________________________________________________________
22524 [  1767] By: gsar                                  on 1998/08/08  22:38:25
22525         Log: fix intolerance of SWASHes for blank lines
22526              From: Gisle Aas <aas@sn.no>
22527              Date: 06 Aug 1998 23:28:57 +0200
22528              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
22529              Subject: Re: Re[2]: another joyride begins
22530      Branch: perl
22531            ! lib/utf8_heavy.pl
22532 ____________________________________________________________________________
22533 [  1766] By: gsar                                  on 1998/08/08  22:33:10
22534         Log: utf8 doc tweak
22535              From: Gisle Aas <aas@sn.no>
22536              Date: 05 Aug 1998 00:41:04 +0200
22537              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
22538              Subject: Matching clumps
22539      Branch: perl
22540            ! lib/utf8.pm
22541 ____________________________________________________________________________
22542 [  1765] By: gsar                                  on 1998/08/08  22:31:37
22543         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
22544              From: Gisle Aas <aas@sn.no>
22545              Date: 04 Aug 1998 22:56:11 +0200
22546              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
22547              Subject: Re: another joyride begins
22548      Branch: perl
22549            ! lib/utf8_heavy.pl
22550 ____________________________________________________________________________
22551 [  1764] By: gsar                                  on 1998/08/08  22:28:43
22552         Log: From: larry@wall.org (Larry Wall)
22553              Date: Tue, 4 Aug 1998 17:04:51 -0700
22554              Message-Id: <199808050004.RAA22592@wall.org>
22555              Subject: [PATCH 5.005_50] \pX not implemented!
22556      Branch: perl
22557            ! regcomp.c
22558 ____________________________________________________________________________
22559 [  1763] By: gsar                                  on 1998/08/08  22:27:15
22560         Log: From: Stephen McCamant <alias@mcs.com>
22561              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
22562              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
22563              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
22564      Branch: perl
22565            ! op.c
22566 ____________________________________________________________________________
22567 [  1762] By: gsar                                  on 1998/08/08  22:26:09
22568         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
22569              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
22570              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
22571              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
22572      Branch: perl
22573            + t/op/grent.t t/op/pwent.t
22574            ! MANIFEST
22575 ____________________________________________________________________________
22576 [  1761] By: gsar                                  on 1998/08/08  22:21:52
22577         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22578              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
22579              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
22580              Subject: [5.005_50 PATCH] misprint in RE engine
22581      Branch: perl
22582            ! regexec.c t/op/re_tests
22583 ____________________________________________________________________________
22584 [  1760] By: gsar                                  on 1998/08/08  22:18:54
22585         Log: integrate maint-5.005 changes into mainline
22586      Branch: perl
22587           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
22588           !> (integrate 138 files)
22589 ____________________________________________________________________________
22590 [  1672] By: gsar                                  on 1998/07/27  18:35:28
22591         Log: create new Changes
22592      Branch: perl
22593            + Changes
22594            ! Changes5.005 MANIFEST
22595 ____________________________________________________________________________
22596 [  1671] By: gsar                                  on 1998/07/27  18:30:57
22597         Log: rename Changes --> Changes5.005
22598      Branch: perl
22599           +> Changes5.005
22600            - Changes
22601 ____________________________________________________________________________
22602 [  1670] By: gsar                                  on 1998/07/27  18:10:14
22603         Log: integrate 5.005_01 changes from maint
22604      Branch: perl
22605            ! Changes
22606           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
22607           !> win32/win32.c
22608 ____________________________________________________________________________
22609 [  1667] By: nick                                  on 1998/07/26  14:31:01
22610         Log: Add dTHR so that it compiles miniperl in threaded mode
22611      Branch: perl
22612            ! doop.c mg.c regcomp.c regexec.c
22613 ____________________________________________________________________________
22614 [  1666] By: nick                                  on 1998/07/26  13:01:10
22615         Log: Resolve ansiperl against mainline (@1648?)
22616              Unclear that change number has "taken".
22617      Branch: ansiperl
22618           +> (branch 169 files)
22619            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
22620           !> (integrate 131 files)
22621
22622 ----------------
22623 Version 5.005_50
22624 ----------------
22625
22626 ____________________________________________________________________________
22627 [  1665] By: gsar                                  on 1998/07/26  05:38:48
22628         Log: add trailing newline to file
22629      Branch: perl
22630            ! Changes lib/unicode/blocks.txt
22631 ____________________________________________________________________________
22632 [  1664] By: gsar                                  on 1998/07/26  05:08:48
22633         Log: integrate proto.h additions from maint-5.005
22634      Branch: perl
22635           !> pod/perlhist.pod proto.h
22636 ____________________________________________________________________________
22637 [  1663] By: gsar                                  on 1998/07/26  05:07:05
22638         Log: add new files to MANIFEST; add missing prototypes to proto.h;
22639              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
22640              add typecasts to silence warnings; tweaks for win32 builds
22641      Branch: perl
22642            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
22643            ! win32/Makefile win32/makefile.mk
22644 ____________________________________________________________________________
22645 [  1662] By: gsar                                  on 1998/07/26  05:01:52
22646         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
22647      Branch: maint-5.005/perl
22648            ! pod/perlhist.pod proto.h
22649 ____________________________________________________________________________
22650 [  1661] By: gsar                                  on 1998/07/26  02:52:48
22651         Log: up patchlevel to 5.005_50
22652      Branch: perl
22653            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
22654            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
22655 ____________________________________________________________________________
22656 [  1660] By: gsar                                  on 1998/07/26  02:43:57
22657         Log: integrate utfperl
22658      Branch: perl
22659           +> (branch 162 files)
22660           !> (integrate 29 files)
22661 ____________________________________________________________________________
22662 [  1659] By: gsar                                  on 1998/07/26  02:38:22
22663         Log: integrate maint-5.005 changes
22664      Branch: perl
22665           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
22666           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
22667           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
22668           !> vms/descrip_mms.template vms/subconfigure.com
22669 ____________________________________________________________________________
22670 [  1658] By: gsar                                  on 1998/07/26  02:23:46
22671         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
22672              Date: Fri, 24 Jul 1998 11:38:25 -0700
22673              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
22674              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
22675              --
22676              Date: Fri, 24 Jul 1998 12:30:36 -0700
22677              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
22678              Subject: [PATCH 5.005]Tweaks to README.vms
22679              --
22680              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
22681              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
22682              Subject: [PATCH 5.005] Final build cleanup patch
22683      Branch: maint-5.005/perl
22684            ! README.vms vms/descrip_mms.template vms/subconfigure.com
22685 ____________________________________________________________________________
22686 [  1657] By: gsar                                  on 1998/07/26  02:19:50
22687         Log: another platform where pp_sselect() needs a whole fd_set buffer
22688              From: Lupe Christoph <lupe@alanya.m.isar.de>
22689              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
22690              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
22691              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
22692      Branch: maint-5.005/perl
22693            ! pp_sys.c
22694 ____________________________________________________________________________
22695 [  1656] By: gsar                                  on 1998/07/26  02:12:46
22696         Log: fix problem building modules on dos-djgpp
22697              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
22698              Date: Sat, 25 Jul 1998 00:53:39 +0200
22699              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
22700              Subject: [PATCH 5.005] dos-djgpp and modules problem
22701      Branch: maint-5.005/perl
22702            ! djgpp/fixpmain
22703 ____________________________________________________________________________
22704 [  1655] By: gsar                                  on 1998/07/26  02:11:09
22705         Log: From: Tom Spindler <dogcow@home.merit.edu>
22706              Date: Wed, 22 Jul 1998 16:11:07 -0400
22707              Message-ID: <19980722161107.A16813@home.merit.edu>
22708              Subject: [PATCH 5.005] BeOS tweak
22709      Branch: maint-5.005/perl
22710            ! hints/beos.sh
22711 ____________________________________________________________________________
22712 [  1654] By: gsar                                  on 1998/07/26  02:09:29
22713         Log: various pod tweaks
22714      Branch: maint-5.005/perl
22715            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
22716            ! pod/perltoc.pod
22717 ____________________________________________________________________________
22718 [  1653] By: gsar                                  on 1998/07/26  02:05:46
22719         Log: fix emacs/ptags for PL_* changes
22720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22721              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
22722              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
22723              Subject: [PATCH 5.004_76] Yet better ptags
22724      Branch: maint-5.005/perl
22725            ! emacs/ptags
22726 ____________________________________________________________________________
22727 [  1652] By: gsar                                  on 1998/07/26  02:03:01
22728         Log: fix behavior of <=> on bigints
22729              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22730              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
22731              Date: Fri, 24 Jul 1998 18:29:53 +0100
22732              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
22733      Branch: maint-5.005/perl
22734            ! lib/Math/BigInt.pm t/lib/bigintpm.t
22735 ____________________________________________________________________________
22736 [  1651] By: larry                                 on 1998/07/24  05:44:33
22737         Log: Here are the long-expected Unicode/UTF-8 modifications.
22738      Branch: utfperl
22739            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
22740            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
22741            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
22742            + lib/unicode/Decomposition.pl
22743            + lib/unicode/In/AlphabeticPresentationForms.pl
22744            + lib/unicode/In/Arabic.pl
22745            + lib/unicode/In/ArabicPresentationForms-A.pl
22746            + lib/unicode/In/ArabicPresentationForms-B.pl
22747            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
22748            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
22749            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
22750            + lib/unicode/In/BoxDrawing.pl
22751            + lib/unicode/In/CJKCompatibility.pl
22752            + lib/unicode/In/CJKCompatibilityForms.pl
22753            + lib/unicode/In/CJKCompatibilityIdeographs.pl
22754            + lib/unicode/In/CJKSymbolsandPunctuation.pl
22755            + lib/unicode/In/CJKUnifiedIdeographs.pl
22756            + lib/unicode/In/CombiningDiacriticalMarks.pl
22757            + lib/unicode/In/CombiningHalfMarks.pl
22758            + lib/unicode/In/CombiningMarksforSymbols.pl
22759            + lib/unicode/In/ControlPictures.pl
22760            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
22761            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
22762            + lib/unicode/In/EnclosedAlphanumerics.pl
22763            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
22764            + lib/unicode/In/GeneralPunctuation.pl
22765            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
22766            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
22767            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
22768            + lib/unicode/In/HalfwidthandFullwidthForms.pl
22769            + lib/unicode/In/HangulCompatibilityJamo.pl
22770            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
22771            + lib/unicode/In/Hebrew.pl
22772            + lib/unicode/In/HighPrivateUseSurrogates.pl
22773            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
22774            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
22775            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
22776            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
22777            + lib/unicode/In/LatinExtended-A.pl
22778            + lib/unicode/In/LatinExtended-B.pl
22779            + lib/unicode/In/LatinExtendedAdditional.pl
22780            + lib/unicode/In/LetterlikeSymbols.pl
22781            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
22782            + lib/unicode/In/MathematicalOperators.pl
22783            + lib/unicode/In/MiscellaneousSymbols.pl
22784            + lib/unicode/In/MiscellaneousTechnical.pl
22785            + lib/unicode/In/NumberForms.pl
22786            + lib/unicode/In/OpticalCharacterRecognition.pl
22787            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
22788            + lib/unicode/In/SmallFormVariants.pl
22789            + lib/unicode/In/SpacingModifierLetters.pl
22790            + lib/unicode/In/Specials.pl
22791            + lib/unicode/In/SuperscriptsandSubscripts.pl
22792            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
22793            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
22794            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
22795            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
22796            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
22797            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
22798            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
22799            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
22800            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
22801            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
22802            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
22803            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
22804            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
22805            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
22806            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
22807            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
22808            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
22809            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
22810            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
22811            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
22812            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
22813            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
22814            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
22815            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
22816            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
22817            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
22818            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
22819            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
22820            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
22821            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
22822            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
22823            + lib/unicode/JamoShort.pl lib/unicode/Makefile
22824            + lib/unicode/Name.pl lib/unicode/Number.pl
22825            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
22826            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
22827            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
22828            + lib/unicode/blocks.txt lib/unicode/index2.txt
22829            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
22830            + lib/unicode/names2.txt lib/unicode/props2.txt
22831            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
22832            + utf8.c utf8.h
22833            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
22834            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
22835            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
22836            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
22837            ! t/op/vec.t toke.c util.c vms/vmsish.h
22838 ____________________________________________________________________________
22839 [  1650] By: gsar                                  on 1998/07/24  04:06:48
22840         Log: create utfperl branch
22841      Branch: utfperl
22842           +> (branch 1079 files)
22843 ____________________________________________________________________________
22844 [  1649] By: gsar                                  on 1998/07/24  03:56:56
22845         Log: create maint-5.005 branch
22846      Branch: maint-5.005/perl
22847           +> (branch 1079 files)
22848 ____________________________________________________________________________
22849 [  1648] By: gsar                                  on 1998/07/24  03:36:35
22850         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
22851      Branch: perl
22852            ! Changes
22853